/*
Theme Name: mb-3-bluegreen

*/

/* basics */

*{margin:0; padding:0;}

body {
	background: #FAFAFA;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	}
	
h1 {
	font-size: 30px;
	font-weight: 500;
	text-decoration: none;
	}
h2 {
	font-size: 24px; 
	font-weight: 500;
	text-decoration: none;
	}
h3 {
	font-size: 20px; 
	font-weight: 500;
	text-decoration: none;
	}
h3serif {
	font-family: palatino linotype, georgia, times, serif;
	font-size: 20px; 
	font-weight: 500;
	}
h3blackbac {
	font-family: palatino linotype, georgia, times, serif;
	font-size: 20px; 
	font-weight: 500;
	}
h4 {
	font-size: 16px;
	font-weight: 500;
	}
h5 {
	font-size: 12px;
	font-weight: 500;
	}
h6 {
	font-size: 11px;
	line-height: 4px;
	font-weight: 500;
	}
h7 {
	font-size: 10px;
	font-weight: 500;
	}
h8 {
	font-size:  9px;
	font-weight: 500;
	}

reducefont{
	font-size-adjust: 0.50;
	}
enlargefont{
	font-size-adjust: .70;
	}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding: 0px 12px 0px 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}

.rss {
	background: url(images/ficon.png) left center no-repeat;
	padding-left: 12px;
	}

	
/* links */

a{
	color:#303030;
	text-decoration:none;
	border: none;
	}

a:hover{
	color:#FF0000;
	text-decoration:
	underline;
	border: none;
	}



/* container */


#container {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	background:#FAFAFA;
	border: 1px solid #303030;
	}
	
/* header */

#header {
	width: 100%; 
     height: 104px;
	background: url(images/tgh_banner2.jpg);
	background-repeat: no-repeat;
	background-position: 8px 20px;
	background-color: #006464;
     color: #FAFAFA;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;	
     }
#header h1{
	font-family: verdana, tahoma, arial;
	font-size: 20px;
	font-weight: 500px;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;	
	padding: 24px 10px 0px 500px;	
	}
	
#header h1 a{color: #FAFAFA; text-decoration: none;}
#header h1 a:hover{color: #606060; text-decoration: none;}


#header h2{
	font-family: verdana, tahoma, arial;
	font-size: 13px;
	font-weight: 700;
	font-style: italic;
	color: #FAFAFA;
	letter-spacing: 1px;
	margin: 0;	
	padding: 10px 10px 0px 500px;	
	}





/* TOP MENU*/

#menu {
	width: 100%; 
	height: 28px;
	background: #008CA0;
	border-top: 2px solid #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0 px 0px;
	font-family : verdana, tahoma, arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration: none;
	color : #000000;
	letter-spacing: 0.08em;
	line-height: 24px;
}

#menu ul li a {
	padding: 2px 10px 2px 10px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menu ul {
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a:hover {
	background-color: #3333AA;
	color:#FAFAFA;
}



/* content */


#content {
	float: left;
	width: 61%;
	overflow: hidden;
	}

.post {
	background-color: #FAFAFA;
	margin: 8px 6px 0px 6px;
	padding: 0px 10px 0px 10px;
	}
	
.post p {
	font-family : verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.8px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	}

.post h1 a{
	color: #0000FF;
	text-decoration: none;
	}
	
.post h1 a:hover{
	color: #FF0000;
	text-decoration: underline;
	}
	
.post h2 a{
	color: #0000FF;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #FF0000;
	text-decoration: underline;
	}

.post h3 a{
	color: #0000FF;
	text-decoration: none;
	}
	
.post h3 a:hover{
	color: #FF0000;
	text-decoration: underline;
	}
	
.post h4 a{
	color: #0000FF;
	text-decoration: none;
	}
	
.post h5 a:hover{
	color: #FF0000;
	text-decoration: underline;
	}

.post a{
	color: #0000FF;
	text-decoration: underline;
	}
	
.post a:hover{
	color: #FF0000;
	text-decoration: underline;
	}
	
.post ul {}

.post li {}

.postblackbac {
	background-color: #000000;
	color: #FAFAFA;
	margin: 8px 6px 0px 6px;
	padding: 0px 10px 600px 10px;
	}
	
.post h3blackbac {
	font-family : verdana, tahoma, arial, sans-serif;
	font-weight: 300;
	color: #FAFAFA;
	text-decoration: none;
	}
	
.postblackbac a{
	color: #AAAAFF;
	text-decoration: underline;
	border: none;
	}

.postblackbac a:hover{
	color: #FF0000;
	text-decoration: underline;
	border: none;
	}	

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-left:solid 1px #A2A2A2;
	border-bottom:solid 1px #A2A2A2;
	}

.entry p{
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	}
	
/* Images & Captions */

img.alignright {
	float:right;
	margin:0 0 1em 1em;
	}
img.alignleft {
	float:left;
	margin:0 1em 1em 0;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
a img.alignright {
	float:right;
	margin:0 0 1em 1em;
	}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0;
	}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.navigation {
	margin: 12px 0px 40px 0px;
	padding: 2px 30px 2px 30px;
	font-size: 12px;
	float: left;
	width: 90%;
	}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.pagetitle {}




/* LEFT Sidebar */

#left {
	width: 19%;
	float:left;
	background-color: #99FFDD;
	margin: 8px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
	font-family : verdana, tahoma, arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration: none;
	color : #000000;
	letter-spacing: 0.08em;
	text-align: left;
	}

#left ul li a:hover {
	background-color: #3333AA;
	color:#FAFAFA;
	}

#left h2{
	font-family : verdana, tahoma, arial, sans-serif;
	font-weight: bold; 
	font-size: 14px; 
	text-align: left;
	color: #fff;	
	margin-bottom: 5px;
	padding: 4px;
	background: url(images/bar.jpg);
}

#left p {
	margin: 0px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
	}

#left img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#left ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}

/* LEFT MENU SETTINGS */
#left ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 28px;
	list-style-type: none;
}

#left ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#left ul ul ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#left ul ul ul li{
	padding: 0 0 0 8px;
	list-style-type: none;
	color: #898989;
}




/* RIGHT Sidebar*/

#right{
	font-family: verdana, tahoma, arial;
	background-color: #99FFDD;
	font-size: 10px;
	width: 19%;
	float:right;
	margin: 8px 0px 8px 0px;
	padding: 0;
	}
	
#right ul li a:hover {
	background-color: #3333AA;
	color:#FAFAFA;
	}

#right h2{
	font-family: verdana, tahoma, arial;
	font-weight: bold; 
	font-size: 14px; 
	text-align: left;
	color: #fff;	
	margin-bottom: 5px;
	padding: 4px;
	background: url(images/bar.jpg);
}

#right p {margin:0; padding: 0 4px 0 4px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin: 0px, 0px, 0px, 0px;
	padding: 12px, 0px, 0px, 0px;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;

}

#right ul ul {
	margin: 6px 0 6px 4px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 5px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: verdana, tahoma, arial;
	font-size: 12pt;
	font-weight: 900;
	color: #0000FF;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family : verdana, tahoma, arial, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration: none;
	color : #0000FF;
	letter-spacing: 0.08em;
	text-align: center;
	}

#commentform h4{
	font-family : verdana, tahoma, arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration: none;
	color : #000000;
	letter-spacing: 0.08em;
	text-align: center;
	}

#commentbox{
	width: 94%;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

#img.avatar {float:left; margin-right:5px;}

.commentlist li .avatar { 
	float: right;
	margin: 4px 10px 4px 4px;
	padding: 2px 2px 2px 2px;
	}
	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: verdana, tahoma, arial;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	font-family: verdana, tahoma, arial;
	text-align: center;
	padding: 0px 0 0px 0px;
	}

#searchform input#s{
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, tahoma, arial;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0px 0px 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: #333;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 2px #FFFFFF;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #FFFFFF;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}




