/*

Interesting color: #00001C  dark blue.

*/

HTML BODY {
	margin: 0;
	padding: 0;
	background-color: #004;
	/*background-image: url('/images/background8.png');
	background-position: bottom;
	background-repeat: repeat;*/
	color: #000;
	font-family: Arial, Helvetica, verdana, sans-serif;
}

DIV.main {
	margin: 20px auto;
	text-align: center;
	padding: 0;
	width: 910px;
	height: 100%;
	background-color: #FFF;
	background-image: url(/images/main_bg.png);
	background-position: top center;
}
DIV.main P {
	margin: 0;
	padding: 2px 0px 2px 0px;
	border: none;
}

DIV.wp_main {
	margin: 20px auto;
	padding: 0;
	width: 910px;
	height: 100%;
	border: maroon 3px none;
	background-image: none;
	background-color: #FFF;
	background-image: url(/images/main_bg.png);
	background-position: top center;
}

DIV.blog {
	margin: 0px 0px 0px 40px;
}
DIV.blog P {
	margin: 0;
	padding: 2px 0px 2px 0px;
	border: none;
}
DIV.blog DIV.post {
	font-size: 10pt;
}

DIV.index_top {
	text-align: left;
	padding-bottom: 10px;
}

DIV.index_bottom {
	border-top: 1px #000 solid;
	padding-top: 10px;
}

DIV.title {
	/*background-color: lightblue;*/
	background-image: url(/images/flag_title.jpg);
	background-position: top left;
	background-repeat: repeat;
	height: 100px;
	width: 900px;
	margin: auto auto;
	vertical-align: bottom;
	padding: 0;
	border: 1px silver solid;
	text-align: center;
}
DIV.title IMG.title {
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
}
DIV.title IMG.logo_left {
	float: left;
}
DIV.title IMG.logo_right {
	float: right;
}

DIV.title DIV.title_about {
/*	position: relative;
	bottom: 90px;
	right: 890px;
	float: right;*/
	margin: 80px 5px 0px auto;
	text-align: right;
	font-size: 12pt;
}

DIV.menu {
	width: 900px;
	height: 47px;
	margin: 0px auto;
	padding: 0;
	border: 0;
	background-color: silver;
	border-top: 1px #666 solid;
	background-image: url(/images/menu_bg.png);
	background-position: top left;
}

DIV.main_content {
	background-image: none;
	background-color: #FFF;
	padding: 0;
	margin: 0px auto 30px auto;
	width: 900px;
}

DIV.index_right {
	float: right;
	width: 470px;
	padding: 0px 10px 0px 0px;
	margin: 0;
}
DIV.index_right P {
	text-align: left;
}

#page {
	background-image: none;
}

#content {
	background-image: none;
}

DIV.narrowcolumn {
	background-image: none;
}

DIV.main_content DIV.text {
	background-color: #FFF;
	width: 645px;
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	font-size: 11pt;
	border-right: 1px #444 solid;
}
DIV.main_content DIV.text P {
	padding: 2px 10px 6px 10px;
}

IMG.icon {
	position: absolute;
	left: 700px;
	top: 15px;
	padding: 0;
}

IMG.index_mike {
	float: left;
	width: 400px;
	margin: 0px 5px;
	border: 2px solid #000;
}
IMG.facts_mike {
	/*float: left;*/
	width: 500px;
	margin: 0px 5px;
	border: 2px solid #000;
}
IMG.issues_mike {
	/*float: left;*/
	width: 500px;
	margin: 0px 5px;
	border: 2px solid #000;
}
IMG.bio_mike {
	float: left;
	width: 250px;
	margin: 0px 5px;
	border: 2px solid #000;
}

DIV.issues_content DIV.issues_text {
	background-color: #FFF;
	width: 705px;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11pt;
	border-left: 1px #666 solid;
	padding-left: 120px
}
DIV.issues_content DIV.issues_text P {
	padding: 2px 10px 6px 10px;
}

DIV.issues_content DIV.submenu {
	margin: 0;
	padding: 10px 0px 40px 0px;
	float: left;
	width: 120px;
	background-color: lightblue;
	height: 100%;
}

DIV.sideline {
	background-color: #FFF;
	float: right;
	width: 249px;
	font-size: 10pt;
	margin-top: 20px;
	margin-left: 5px;
	text-align: left;
}
DIV.sideline P {
	padding: 2px 5px 6px 5px;
}

DIV.footer {
	background-color: #FFF;
	border-top: 1px #666 solid;
	min-height: 30px;
	width: 900px;
	margin: auto auto;
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	padding: 0px 0px;
	color: #bbb;
}
DIV.footer P {
	margin: auto auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
}

DIV.wp_footer {
	background-color: #FFF;
	border-top: 1px #666 solid;
	min-height: 60px;
	margin: auto auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	font-size: 10pt;
	padding: 0px;
	color: #bbb;
}
DIV.wp_footer P {
	margin: auto auto;
	text-align: center;
	vertical-align: middle;
	margin-top:0;
}

DIV.newsletter {
	display: none;
	border: none;
	font-size: 10pt;
	padding: 15px 0px 0px 0px;
	background-color: transparent;
	text-align: left;
	/*border: solid 1px #000;*/
	/*visibility: hidden;*/
}
INPUT.newsletter {
	font-size: 10pt;
}

DIV.rss {
	float: right;
	padding: 15px 10px 0px 0px;
}

DIV.entry P {
	padding: 0px 0px 10px 0px;
}

DIV.clear {
	clear: both;
}

INPUT.save_changes {
	margin: 0px auto;
	text-align: center;
}

IMG.tshirtad {
	width: 145px;
	border: 0;
}

DIV.welcome {
/*	border: 2px #036 solid;*/
/*	background-color: #E8EEFF;*/
	border: 1px #CCC solid;
	background-color: #EEE;
	padding: 8px 12px;
}
DIV.welcome P.welcome {
	font-size: 10pt;
	line-height: 12pt;
	text-align: justify;
	padding: 4px 0px;
}
DIV.welcome P.welcome_right {
	font-size: 11pt;
	line-height: 14pt;
	text-align: right;
	padding: 4px 0px;
}

P.facts {
/*	background-image: url(/images/dot.gif);*/
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 10px;
	padding: 3px 3px 3px 13px;
	text-align: justify;
}

P.bio {
	text-align: justify;

}

P.blog_bookmarks {
	margin: 0px auto;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

/***** Structure Formatting *****/
UL {
	/*margin-left: -10px;*/
	text-align : left;
	list-style-type: disc;
}

UL.submenu {
	list-style-type: none;
	list-style: none;
	padding: 5px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
UL.submenu LI {
	padding: 4px 0px;
}

UL.issues_submenu {
	list-style-type: none;
	list-style: none;
	padding: 5px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
UL.issues_submenu LI {
	padding: 4px 0px;
}

UL.facts {
	list-style-type: disc;
	list-style: disc;
	padding: 5px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}
UL.facts LI {
	padding-bottom: 10px;
/*	margin-left: 20px;*/
}

UL.menu {
	float: left;
	list-style: none;
	margin: 0px auto;
	padding: 4px 10px 4px 0px;;
	text-align: center;
	height: 25px;
	/*width: 420px;*/
	border: #111 0px solid;
}

UL.menu LI {
	font-size: 12pt;
	margin: 8px 0px 0px 1px;
	padding: 4px 6px 0px 6px;
	float: left;
	height: 20px;
	color: #004;
	vertical-align: middle;
/*	border-left: #000 1px solid;
	border-right: #000 1px solid;*/
	background-color: transparent;
}
UL.menu LI.menu_pipe {
	/*background-image: url(/images/menu_pipe.png);
	background-repeat: no-repeat;
	background-position: center center;*/
}
UL.menu LI:hover {
	color: #009;
	border-bottom: #009 1px solid;
	background-color: transparent;
}
UL.menu LI.menu_pipe:hover {
	border-bottom: #009 0px none;
	background-color: transparent;
}
LI.logout {
	font-size: 8pt;
}

UL.login {
	list-style: none;
}

DIV.related {
	width: 650px;
	margin: auto auto;
	text-align: center;
}

UL.proverbs {
	/*float: left;*/
	list-style: none;
	margin: 0;
	padding: 4px;
	text-align: center;
}

UL.proverbs LI {
	list-style: none;
	list-style-type: none;
	font-size: 12pt;
	margin: 4px 2px;
	padding: 4px 6px;
	vertical-align: middle;
	text-align: left;
	background-color: transparent;
}

OL.edit_facts LI {
	border-bottom: 1px #333 solid;
	margin-bottom: 6px;
	text-align: justify;
}

DL.issues {
	padding: 0;
	margin: 0;
}

DL.issues DT {
	padding: 0px 0px 4px 10px;
	font-weight: bold;
	color: #004;
}
DL.issues DD {
	padding: 0px 10px 8px 0px;
}
DL.issues DD.issue {
	/*visibility: collapse;*/
	display: none;
	text-align: justify;
}
DL.issues DD.issue_blank {
	text-align: justify;

}
DL.issues DD.issue_blank SPAN.notes {
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

DL.blog DT {
	padding: 0px 0px 4px 0px;
	font-weight: bold;
}
DL.blog DD {
	padding: 0px 0px 8px 0px;
	margin: 0px 10px 0px 20px;
	color: #666;
	text-align: justify;
}

DL.admin {
	padding: 0px 10px;
}

DL.admin DT {
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
}
DL.admin DD{
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
}

DL.edit_issues {
	padding: 0px 10px;
}
DL.edit_issues DD.fade{
	color: #AAA;
}
/***** End Structure Formatting *****/

/***** Alignment classes *****/

.center {
	margin: 0px auto 0px auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/***** End Alignment Classes *****/

/***** Link info *****/
A:visited {
	color: #c03000;
	text-decoration: none;
}

A:link {
	color: #c03000;
	text-decoration: none;
}

A:hover {
	color : #333;
	text-decoration: none;
}

A.inherit:link {
	color: inherit;
	text-decoration: none;
}
A.inherit:visited {
	color: inherit;
	text-decoration: none;
}
A.inherit:hover {
	color: inherit;
	text-decoration: none;
}

A.footer:visited {
	color: #004;
	text-decoration: none;
}

A.footer:link {
	color: #004;
	text-decoration: none;
}

A.footer:hover {
	color: #009;
	text-decoration: none;
}

A.menu:visited {
	color: #004;
	text-decoration: none;
}

A.menu:link {
	color: #004;
	text-decoration: none;
}

A.menu:hover {
	color: #009;
	text-decoration: none;
}

A.about:visited {
	color: #004;
	text-decoration: none;
}

A.about:link {
	color: #004;
	text-decoration: none;
}

A.about:hover {
	color: #900;
	text-decoration: none;
}

A.blog_title:visited {
	color: #448;
	text-decoration: none;
}

A.blog_title:link {
	color: #448;
	text-decoration: none;
}

A.blog_title:hover {
	color: #009;
	text-decoration: none;
	/*background-color : #8FC2CC;*/
}

A.blog:visited {
	color: #903000;
	text-decoration: none;
}

A.blog:link {
	color: #903000;
	text-decoration: none;
}

A.blog:hover {
	color: #009;
	text-decoration: none;
	/*background-color : #8FC2CC;*/
}

A.issue:link {
	color: #004;
	text-decoration: none;
}
A.issue:visited {
	color: #004;
	text-decoration: none;
}
A.issue:hover {
	color: #603000;
	text-decoration: none;
}

A.issue_link:link {
	color: #000;
	text-decoration: none;
}
A.issue_link:visited {
	color: #000;
	text-decoration: none;
}
A.issue_link:hover {
	color: #005;
	text-decoration: none;
}

A.fade:link {
	color: #333;
	text-decoration: none;
}
A.fade:visited {
	color: #333;
	text-decoration: none;
}
A.fade:hover {
	color: #000;
	text-decoration: none;
}

A.rss:link {
	color: #000;
	font-size: 12pt;
	text-decoration: none;
}
A.rss:visited {
	color: #000;
	font-size: 12pt;
	text-decoration: none;
}
A.rss:hover {
	color: #900;
	font-size: 12pt;
	text-decoration: none;
}

/***** End Link Info *****/

/***** General Formatting *****/

H2 {
	color: maroon;
	margin: 2px 5px;
	font-size: 16pt;
	font-weight: normal;
}

H3 {
	margin: 0;
	padding: 2px 7px;
	color: #002;
	text-decoration: none;
}
H3.footer {
	font-size: 10pt;
	color: #AAA;
	text-align: left;
}

EM {
	color: red;
	font-weight: bold;
}

P {
	text-align : left;
}


FORM {
	margin-bottom: 0 ;
	margin-top: 0;
}

IMG {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
/***** End General Formatting *****/