html {
	min-height: 101%;
}

body {	
	font-family: Arial, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/*******************************************************/
/*********                                     *********/
/*********            Hidden Images            *********/
/*********                                     *********/
/*******************************************************/

.hiddenLoadGif {
	background-image: url("http://www.monolyth.org/images/mini_side_load.gif");
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}

.hiddenLoaderGif {
	background-image: url("http://www.monolyth.org/images/mini_side_loader.gif");
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}


/*******************************************************/
/*********                                     *********/
/*********            Containers               *********/
/*********                                     *********/
/*******************************************************/

#container_site {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container_page {
	width: 700px;
	margin: 0px auto;
}

#container_navigation {
	float: right;
	position: relative;
	z-Index: 999;
	border: solid 3px #dddddd;
	border-right: none;
	border-top: none;
	padding: 10px;
	padding-top: none;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 5px;
	background: #ffffff;
}

#container_content #content {
	/* padding-top: 10px; */
	z-index: 100;
	text-align: left;
	color: #000000;
	padding-top: 10px;
	background: #ffffff;
	/* margin-bottom: 10px; */
}

#container_footer {
	clear: both;
	margin-top: 10px;
	width: 100%;
	border-top: solid 3px #dddddd;
	text-align: center;
}

#container_footer span {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}




/*******************************************************/
/*********                                     *********/
/*********               Headers               *********/
/*********                                     *********/
/*******************************************************/

#header {
	border-bottom: solid 3px #dddddd;
	padding-bottom: 10px;
	text-align: center;
}

#header #presented {
	font-size: 32px;
	font-weight: bold;
	text-align: left;
}

#header #sitename {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #880000;
}

#header #container_phrase #phrase {
	display: inline;
	font-size: 18px;
	text-align: right;
	background: #ffffff;
}

#header #container_phrase #phraseButton {
	display: inline;
	float: right;
	text-align: left;
}




/*******************************************************/
/*********                                     *********/
/*********            Navigation               *********/
/*********                                     *********/
/*******************************************************/

#navigation ul {
	margin: 0px;
	padding-left: 20px;
	color: #dddddd;
}

#navigation ul #ul_errkhive li {
	margin-left: -10px;
	color: #dddddd;
}

#navigation ul #ul_errkhive ul li {
	margin-left: -10px;
	color: #dddddd;
}

#navigation a, a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #880000;
}

#navigation a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}




/*******************************************************/
/*********                                     *********/
/*********                 Lawg                *********/
/*********                                     *********/
/*******************************************************/

#content_lawg {
	clear: left;
	padding-bottom: 10px;
}

#content_lawg_date {
	border-right: solid 2px #dddddd;
	border-bottom: solid 2px #dddddd;
	float: left;
	text-align: center;
	clear: left;
	margin-right: 5px;
}

#content_lawg_date #dayofweek {
	border-bottom: solid 1px #dddddd;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
}

#content_lawg_date #month {
	border-bottom: solid 1px #dddddd;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
}

#content_lawg_date #day {
	padding: 4px;
	padding-right: 6px;
	padding-left: 2px;
	font-size: 20px;
	font-weight: bold;
	color: #880000;
}

#content_lawg_date #day a:hover {
	text-decoration: underline;
	color: #000000;
}

#content_lawg_date #year {
	border-top: solid 1px #dddddd;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
}

#content_lawg_entry {
	padding-left: 10px;
	margin-bottom: 20px;
	margin-right: 5px;
	line-height: 1.4em;
}

#content_lawg_entry #entry_time {
	border: solid 2px #dddddd;
	border-left: none;
	border-top: none;
	padding-right: 4px;
	padding-bottom: 1px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	color: #880000;
}

#content_lawg_entry #entry_title {
	font-size: 18px;
	font-weight: bold;
}

#content_lawg_entry #entry_content {
	font-size: 14px;
	font-weight: normal;
}

#content_lawg_entry #entry_content #quote {
	border: solid 1px #880000;
	background-color: #cdcdcd;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.40em;
	color: #000000;
	width: 67%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8%;
	padding: 4px;
}

#content_lawg_entry #entry_content #quote #title{
	float: left;
	font-weight: bold;
	font-size: 14px;
}

#content_lawg_entry #entry_content #quote #info{
	font-weight: normal;
	font-size: 12px;
}

#content_lawg_entry #entry_content #quote #source {
	float: right;
	font-weight: bold;
	font-size: 12px;
}

#content_lawg_entry #entry_content a:hover {
	text-decoration: underline;
	color: #000000;
}
