@charset "UTF-8";
/* CSS Document */

/* generall text-styles */
a {
	text-decoration: none;
	color: #000; 
	}
a:hover {
	text-decoration: underline; 
	}
p {
	font-size: 70%;
	line-height: 150%;
	}
h3 {
	font-size: 80%;
	}
.menulist {
	font-size: 90%;
	line-height: 150%;
	margin-left: 10px;
	font-weight: 200;
	font-variant: small-caps;
	letter-spacing: 1px;
	list-style-type: square;
	}
.date {
	font-size:80%; color:#333; font-style:italic
	}
.MenuGeorgia {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	}
.BigGeorgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #333;
	}
.smallcaps {
	font-variant:small-caps;
	font-size:110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	}

.adress {
	color: #444;
	font-style: ;
	letter-spacing: 1px;
	margin-left: 10px;
	}
	
#currentpage { 
	font-weight:bold; color:#CC0000
	}
	
/* div-layouts */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	height: 100%;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #009557;
	background-image: url(../images/bg_stripe_black-green.jpg);
	background-repeat: repeat-x;
	}
.thrColElsHdr #container {
	width: 52em;
	height: 100%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	} 
.thrColElsHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/bg_stripe_black-green.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	.thrColElsHdr #header h1 {
	margin: 0; 
	padding: 10px 0; /
	}
.thrColElsHdr #rounden {
	background-image:url(../images/Rounded.jpg);
	background-position:left top;
	height: 20px;
	background-repeat: no-repeat;
	}
.thrColElsHdr #backgrounder {
	background-image: url(../images/bg_main.gif);
	background-position: center;
	}
.thrColElsHdr #sidebar1 {
	float: left;
	width: 11em; 
	height: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 11em; 
	padding: 15px 0;
	}
	#sidebar2 .menulist {
	font-weight: 500; 
	}
	.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
		margin-left: 10px; 
		margin-right: 10px;
		}

.thrColElsHdr #mainContent {
	width: 440px;
	margin: 0 12em 0 12em;	
	}
	#mainContent p a {
	border-bottom: 1px dotted #000;
	}
	#mainContent p a:hover {
	border-bottom: none;
	}
	#mainContent p i {
	font-size:90%; color:#999; font-variant:small-caps;  
	}
	#mainContent .head_news {
	font-weight:bold;
	}
.thrColElsHdr #mainContent_1col {
	width: 600px;
	margin: 0 12em 0 12em;	
	}
	#mainContent_1col p a {
	border-bottom: 1px dotted #000;
	}
	#mainContent_1col p a:hover {
	border-bottom: none;
	}
	#mainContent_1col p i {
	font-size:90%; color:#999; font-variant:small-caps;  
	}
	#mainContent_1col .head_news {
	font-weight:bold;
	}

.thrColElsHdr #footer {
	padding: 0 10px;
	background-color: #015733;
	text-align: center;
	} 
	.thrColElsHdr #footer p {
		margin: 0; 
		padding: 10px 0; 
		color: #FFFFFF;
		}
.thrColElsHdr #sidebar1 .social {
	margin-left: 30px;
	margin-top: 30px;
		}
		
.thrColElsHdr #sidebar1 .live {
	margin-left: 30px;
	margin-top: 30px;
		}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
	}
.fltlft { 
	float: left;
	margin-right: 8px;
	}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
 
</style>
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColElsHdr #sidebar1, .thrColElsHdr #sidebar2 { padding-top: 30px; }
.thrColElsHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

.thrColElsHdr #backgrounder_1col {
	background-image: url(../images/bg_main_1col.gif);
	background-position: center;
}
.thrColElsHdr #container table {
	font-size: 70%;
	line-height: 150%;
}
.thrColElsHdr #container .twittfeed {
	font-size: 16px;
	line-height: 150%;
}

