/*
Theme Name: MetroGeometry
Description: A magazine theme for metrogeometry sites
Author: Varun Anand
Author URI: http://generationext.in/
*/

body {
	margin:0 auto;
	padding:0;
	background:#FFF;
	font-family:Helvetica, Century gothic, Arial,Tahoma,sans-serif;
	color:#666;
	font-size:14px;
	}
	
#container {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	border: #d3d3d3 1px solid;
	}
		
#header	{
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	height: 120px;
	background: url(images/head.png) repeat-x;
	}

#emb {
	width:60px;
	height: 60px;
	margin: 5px 0 0 15px;
	clear: left;	
	background: url(images/tb.png) no-repeat top left;
	position:relative;
	float:left;
}
	
#logo {
	width: 310px;
	padding: 0;
	float: left;
	height: 50px;
	background: url(images/logo.png) no-repeat top left;
	position:relative;
	}
	
#desc {
	width: auto;
	margin: -10px 0 0 85px;
	clear: left;
	float: left;
	height: 20px;
	color:#666;
	font-weight: none;
	font-size: 14px;
	text-decoration: none;
	}		
	
#clr {
	clear: both;
	}
	
#bod-cont{
	width: 1024px;
	clear: both;
	padding: 0 0 35px 0;
	background: #f9f9f8 url(images/con-bot.png) repeat-x bottom left;
	}
	
#con-bot{
	width: 100%;
	clear: both;
	height: 35px;
	background: url(images/pbot.png) repeat-x bottom left;
	}
	
#date {
	margin: 0 0 0 15px;
	width: 210px;
	height: 30px;
	color:#666;
	float: left;
	font-weight: bold;
	clear: left;
	font-size: 12px;
	line-height: 25px;
	position: relative;
}	

#social {
	margin: 5px 15px 0 0;
	width: 550px;
	height: 16px;
	float: right;
	clear: right;
	position: relative;	
}	

#twitter {
	width: 24px;
	height: 24px;
	margin: 0 5px;
	float: right;
	background: url(images/twit.png) no-repeat;
	}
	
#rss {
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(images/rss.png) no-repeat;
	}
	
#youtube {
	width: 24px;
	height: 24px;
	margin: 0 5px;
	float: right;
	background: url(images/yt.png) no-repeat;
	}	
	
#facebook {
	width: 24px;
	height: 24px;
	float: right;
	margin: 0 5px;
	background: url(images/fb.png) no-repeat;
	}	
	
#ad-header {
	margin: 15px 35px 0 0;
	width: 468px;
	height: 60px;
	float: right;
	clear: right;
	position: relative;	
}	

#ad-header a img{
	border: 0;
}	

#nav{
	float: left;
	width: 100%;
	margin:0 auto;
	padding: 0;
	height: 30px;
	background: url(images/nav.png) repeat-x; 	
	border-top: #d3d3d3 1px solid;
	border-bottom: #d3d3d3 1px solid;			
}

#nav ul {
	float: left;
	list-style: none;
	margin: 5px;
	padding: 0;	
	height: 30px;			
}

#nav ul li {
	float: left;
	margin: 0; padding: 0;
	height: 30px;		
	text-transform:uppercase;
}

#nav a {
	display: block;
	float: left;
	width: auto;
	margin: 0 auto;
	padding: 2px 20px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	 color: #646464;
}

#ad-side {
    width: 310px; 
    height: 260px; 
    position: relative; 
	background: #FFFFFF;
	margin: 6px 10px 0 10px;
	padding: 10px 0 0 10px;
	border: 1px solid #e3e3e2;
	clear: right;
	float: right;
}

#ad-side a img{
	border: 0;
}

#slide {
	float: left;
    width: 668px; 
    height: 310px; 
    position: relative; 
	background: #ffffff url(images/bot.png) repeat-x bottom left;
	border: 1px solid #e3e3e2;
	margin: 10px 0 0 10px;
	clear: left;
}

#slider {
	background: url(images/fn.png) no-repeat top left;
	padding: 50px 0 0 0;
    width: 650px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0 auto;
}
#sliderContent {
    width: 650px; /* important to be same as image width or wider */
    position: absolute;
	margin: 0;
	padding: 0;
}
.sliderImage {
    float: left;
	width: 650px;
	height: 250px;
    position: relative;
	display: none;
}

.sliderImage a{
	border:0;
	color: #00baff;
	text-decoration: none;
}

.sliderImage a img{
	border:0;
	text-decoration: none;
}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    width: 630px;
	padding: 10px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

#content {
	width: 670px;
	margin: 10px 0 0 10px;
	padding: 0;
	position: relative;
	float: left;
	clear: left;
	}
	
#lnews {
	width: 285px;
    position: relative; 
	background: #ffffff url(images/bot.png) repeat-x bottom left;
	padding: 0 0 0 5px;
	border: 1px solid #e3e3e2;
	float: left;
	min-height: 550px;
	margin: 0 0 0 0;
	}
	
#lnews-title {
	background: #ffffff url(images/ln.png) no-repeat top left;
	width: 285px;
	height: 45px;
}	
	
#lnews-post{
	width: 280px;
	clear: both;
	padding: 10px 0;
	min-height: 40px;
	border-bottom: 1px solid #e3e3e2;
	}	
	
#lnews-post img{
	width: 50px;
	height: 40px;
	float: left;
	position: relative;
	border: 2px solid #e3e3e2;
	}
	
#lnews-post-txt{
	width: 215px;
	margin: 0 5px 0 0;
	float: right;
	color: #939393;
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
	}	

#lnews-post-txt a{
	color: #004c74;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}	
	
#lnews-post-txt a:hover{
	color: #646464;
	text-decoration: none;
	}			
	
#searchbox{
	width: 310px;
	background: #f9f9f8 url(images/bot.png) repeat-x bottom left;
	margin: 10px 10px 0 10px;
	padding: 2px 0 0 10px;
	border: 1px solid #e3e3e2;
	clear: right;
	float: right;
	position: relative;
	height: 30px;
}

#searchbox ul{
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
}

#searchbox li{
	float:left;
	display:block;
}

#searchbox li.searchtext{
	width:250px;
	height:23px;
	margin:0 10px 0 0;
	padding:2px 0 0 0;
}

#searchbox li.searchbutton{
	width:30px;
	height:22px;
	margin: 2px 0 0 0;
	padding: 0;
	background: #f3f3f2 url(images/search.png) no-repeat center center;
	border: 1px solid #c4c4c4;	
}

#searchbox input.searchinput{
	width:250px;
	height: 20px;
	background: #f3f3f2;
	border: 1px solid #d3d3d3; 
	font-size: 13px;
	color:#000000;
	margin: 0 0 0 10px;
	font-family: Helvetica, Calibri,Eurostile, Calibri, Tahoma;
}
#searchbox input.searchsubmit{
	height:23px;
	width:23px;
	background:none;
	border:none;
	cursor:pointer;
	}
	
	
#uevents {
	width: 346px;
    position: relative; 
	background: #ffffff url(images/bot.png) repeat-x bottom left;
	margin: 0 0 0 10px;
	padding: 0 10px 0 10px;
	border: 1px solid #e3e3e2;
	float: left;
	min-height: 550px;
	}
	
#uevents-title {
	background: #ffffff url(images/ue.png) no-repeat top left;
	width: 280px;
	height: 45px;
}		
	
#uevents-post{
	clear: both;
	padding: 10px 0;
	height: 100px;
	border-bottom: 1px solid #e3e3e2;
	}	
	
#uevents-post img{
	width: 70px;
	height: 60px;
	float: left;
	margin: 5px 0 0 0;
	position: relative;
	border: 2px solid #e3e3e2;
	}
	
#uevents-cont{
	width: 265px;
	float: right;
	margin: 5px 0 0 5px;
	position: relative;
	text-align: justify;
	color: #333333;
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
	}
	
#uevents-cont a{
	color: #2b2b2b;
	text-decoration: none;
	}	
	

#uevents-post-txt{
	width: 345px;
	margin: 0;
	float: right;
	color: #939393;
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
	text-align: justify;
	}	

#uevents-post-txt a{
	color: #004c74;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}	
	
#uevents-post-txt a:hover{
	color: #646464;
	text-decoration: none;
	}		

#rmore a{
	float: right;
	color: #FFFFFF;
	margin: 10px 5px 5px 5px;
	padding: 0 3px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	background: #AF0000 url(images/tab.png) repeat-x;
	border: 1px solid #004c74;
	}
	
#epick-con {
	width: 638px;
	height: 115px;
	background: #ffffff url(images/bot.png) repeat-x bottom left;
	margin: 10px 0 0 0;
	padding: 0 10px 0 20px;
	border: 1px solid #e3e3e2;
	position: relative;
	float: left;
	clear: both;
	}	
	
#epick-title {
	background: #ffffff url(images/ep.png) no-repeat top left;
	width: 600px;
	height: 45px;
	}	
	
#epick {
	position: relative;
	float: left;
	}		
	
#epick-post{
	float: left;
	padding: 0 10px 0 0;
	position: relative;
	width: 200px;
	}	
	
#epick-post img{
	width: 60px;
	height: 50px;
	float: left;
	margin: 5px 5px 0 0;
	position: relative;
	border: 2px solid #e3e3e2;
	}
	
#epick-post-txt a{
	color: #004c74;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}	
	
#epick-post-txt a:hover{
	color: #646464;
	text-decoration: none;
	}		

#cat-cont {
	width: 216px;
	position: relative
	}
	

	
#cat-post-name {
	width: 216px;
	height: 37px;
	background: url(images/cname.png) no-repeat;
	position: relative;
	color: #f3f3f2;
	padding: 23px 0 0 0;
	text-decoration: none;
	font-weight: none;
	font-size: 14px;
	text-align: center;
	}
	
#catg-post{
	width: 205px;
	margin: 0 0 0 5px;
	border-bottom: 1px solid #e3e3e2;
	}	
	
#catg-post-list{
	width: 205px;
	margin: 0 0 0 5px;
	}	
	
	
#catg-post-list li{
	width: 180px;
	background: url(images/list.png) no-repeat center left;
	padding: 0 0 0 15px;
	display: block;
	list-style: none;
	margin: 10px 0 0 5px;
	}			
	
#catg-post-list-txt{
	width: 180px;
	color: #939393;
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
	}	
	
#catg-post-txt{
	width: 203px;
	color: #939393;
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
	}	

#catg-post-txt a{
	color: #004163;
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
	}
	
#catg-post-list-txt a{
	color: #004163;
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
	}	
	
#catg-post-list-txt a:hover{
	color: #646464;
	text-decoration: none;
	}				
	
#catg-post-txt a:hover{
	color: #646464;
	text-decoration: none;
	}					
	
#catg-post img{
	width: 150px;
	height: 100px;
	float: left;
	margin: 5px 0 0 25px;
	position: relative;
	border: 3px solid #e3e3e2;
	clear: both;
	}
	
#catg-cont{
	width: 203px;
	margin: 0;
	padding: 5px 0 0 0;
	position: relative;
	text-align: justify;
	color: #2b2b2b;
	clear: left;
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
	}
	
#catg-cont a{
	color: #2b2b2b;
	text-decoration: none;
	}		

#cat-post {
	width: 214px;
	position: relative;
	background: #ffffff url(images/bot.png) repeat-x bottom left;
	border-bottom: 1px solid #e3e3e2;
	border-left: 1px solid #e3e3e2;
	border-right: 1px solid #e3e3e2;	
	min-height: 380px;
	}
	
.cat-left {
	float: left;
	margin: 10px 0 0 0;	
	}
	
.cat-middle {
	float: left;
	margin: 10px 10px 0 10px;	
	}
	
.cat-right {
	float: right;
	margin: 10px 0 0 0;	
	}
	
#sidebar {
    width: 322px; 
    position: relative; 
	margin: 10px 10px 0 0;
	padding: 0;
	clear: right;
	float: right;
}

#sidebar ul{
	list-style:none;
	display:block;
	margin: 0;
	padding: 0;
}	

#sidebar ul li{
	list-style:none;
	display:block;
	background: #FFFFFF;
	border: 1px solid #e3e3e2;
	width: 310px;
	padding: 0 5px;
	margin: 0 auto 10px auto;
	float: left;
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
	line-height: 25px;
	color: #636363;
}	

#sidebar ul li ul li{
	list-style:none;
	width: 305px;
	display:block;
	border: 0;
	margin: 0 auto 10px auto;
	padding: 0;
	text-decoration: none;
	background: none;
	font-weight: none;
	font-size: 12px;
	line-height: 25px;
	color: #636363;
}

#sidebar ul li a {
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
	line-height: 25px;
	color: #004c74;
}

#sidebar ul li ul li a{
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
	line-height: 25px;
	color: #AA0000;
}	

#sidebar-h, #sidebar ul li h2{
	width: 275px;
	height: 28px;
	background: url(images/sb.png) no-repeat;
	padding: 2px 0 0 35px;
	margin: 5px 0;
	font-size: 15px;
	color: #f9f9f8;
	font-weight: bold;
	}

#sub-rss {
	width: auto;
	height: 25px;
	background: url(images/sub-rss.png) no-repeat center left;
	color: #004c74;
	margin: 10px 20px;
	padding: 0 0 0 40px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	}

#sub-mail {
	width: auto;
	height: 25px;
	background: url(images/sub-mail.png) no-repeat center left;
	color: #004c74;
	margin: 0 20px;
	padding: 0 0 0 40px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	}	

#metrogtabs {
    width: 318px; 
    position: relative; 
	margin: 10px 10px 0 2px;
	padding: 0;
	clear: right;
	float: right;
}



.widget {
width: 310px;
margin: 0;
padding: 0;
border: 1px solid #e3e3e2;
margin-bottom: 15px;
background: #FFF;
}

.widget a {
	color: #222;
	text-decoration: none;
	}
	
.widget a:hover {
	color: #009;
	text-decoration: underline;
	}

.tabnav {
	margin: 15px 15px 0 15px;
	padding: 0;
	height: 30px;
}

.tabnav li {
	clear: none;
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
.tabnav li a {
		font-size: 11px;
		text-decoration: none;
		text-transform: uppercase;
		color: #004c74;
		font-weight: bold;
		padding: 5px;
		outline: none;
		background: #FFFFFF;
		border: 1px solid #004c74;
		}
		
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: url(images/tab.png) repeat-x;
		color: #FFFFFF;
		border: 1px solid #004c74;
		text-decoration: none;
		}
		
.tabdiv {
	margin: 2px 0 0 0;
	padding: 0px;
	width: 300px;
	}
	
.tabdiv li {
		width: 300px;
		margin: 0px;
		padding: 0;
		border: 0;
		}	
	
.tabdiv ul {
		width: 300px;
		margin: 5px 0;
		padding: 0;
	}
	
.tabdiv ul li {
		width: 300px;
		margin: 5px 0 5px 15px;
		text-decoration: none;
		font-weight: none;
		font-size: 12px;
		line-height: 25px;
		padding: 0;
		}
		
.tabdiv ul li a, .tabdiv ul li a:hover{
	color: #004c74;
	text-decoration: none;
}		

.tabdiv ul li img{
	margin: 0 10px 0 0;
	}		


.ui-tabs-hide {
		display: none;
		}

.widget h2{		
	width: 0px;
	height: 0px;
	font-size: 0px;
}

div#signup {  
    overflow: hidden;  
    height: 300px;  
    position: relative;  
    font-family: Helvetica Neue, Helvetica, Arial;  
}  

div#signup input[type="text"] {
	display: block;
	border: 1px solid #ccc;
	margin: 5px 20px;
	padding: 9px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	width: 200px;
	font-family: Helvetica Neue, Helvetica, Arial !important;
}

div#signup input[type="text"]:hover {
	border-color: #b1b1b1;
}

div#signup input[type="text"]:focus {
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
}

div#signup input[type="submit"]#register {
	background: url(images/register.jpg) no-repeat;
	border: 0;
	clear: both;
	cursor: pointer;
	height: 31px;
	overflow: hidden;
	position: relative;
	left:20px;
	text-indent: -9999px;
	top:0px;
	width:92px;
}

div#signup span {
	display: block;
	margin-bottom: 22px;
}

div#signup div.title {text-shadow:1px 1px 0px #fff; font-size: 16px; font-family: Helvetica, Arial; margin:7px 0 7px 15px; font-weight: bold;}
div#signup div.titletext {text-shadow:1px 1px 0px #fff; font-family: Helvetica, Arial; font-size: 14px; font-weight: none; line-height: 20px; margin:0 0 20px 15px;}

div#signin {  
    width: 300px;  
    overflow: hidden;  
    height: 300px;  
    position: relative;  
    font-family: Helvetica Neue, Helvetica, Arial;  
}  

div#signin input[type="text"] {
	display: block;
	border: 1px solid #ccc;
	margin: 5px 20px;
	padding: 9px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	width: 200px;
	font-family: Helvetica Neue, Helvetica, Arial !important;
}

div#signin input[type="password"] {
	display: block;
	border: 1px solid #ccc;
	margin: 5px 20px;
	padding: 9px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	width: 200px;
	font-family: Helvetica Neue, Helvetica, Arial !important;
}

div#signin input[type="checkbox"] {
	border: 1px solid #ccc;
	margin: 5px 10px 5px 20px;
	padding: 9px 0 9px 4px;
}

div#signin input[type="text"]:hover {
	border-color: #b1b1b1;
}

div#signin input[type="text"]:focus {
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
}

div#signin input[type="submit"]#wp-submit {
	background: url(images/submit.jpg) no-repeat;
	border: 0;
	clear: both;
	cursor: pointer;
	height: 31px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	top:10px;
	left: 19px;
	width:92px;
}


div#signin span {
	display: block;
	margin-bottom: 22px;
}

div#signin div.title {text-shadow:1px 1px 0px #fff; font-size: 16px; font-family: Helvetica, Arial; margin:7px 0 7px 15px; font-weight: bold;}
div#signin div.titletext {text-shadow:1px 1px 0px #fff; font-family: Helvetica, Arial; font-size: 14px; font-weight: none; line-height: 20px; margin:0 0 20px 15px;}

#login-register-form {
 width: 610px;
 }

p.statement {
	position:absolute;
	left:10px;
	font-size:.9em;
	color:#6d6d6d;
	text-shadow:1px 1px 0px #fff;
}

#footer {
	width: 100%;
	background: #FFFFFF url(images/head.png) repeat-x top left;;
	font-size: 12px;
	text-decoration: none;
	font-weight: none;
	color: #000000;
	margin: 0;
	padding: 10px 0 0 0;
	}
	
#f1 {
	width: 320px;
	margin: 0 0 0 15px;
	position: relative;
	float: left;
}	

#f2 {
	width: 310px;
	margin: 0;
	padding: 0 0 0 10px;
	position: relative;
	float: left;
	border-left: 1px #cfcfcf solid;
	border-right: 1px #cfcfcf solid;
}

#f3 {
	width: 320px;
	margin: 0 0 0 15px;
	position: relative;
	float: left;
	line-height: 25px;
}

#f3-title{
	width: 304px;
	height: 40px;
	position: relative;
	margin: 5px auto;
	padding: 7px 0 0 0;
	background: url(images/footh.png) no-repeat;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	font-weight: none;
	color: #004c74;
	font-weight: bold;
	}	
	
#f3 img {
	width: 310px;
	height: 50px;
	margin: 10px 5px;
	padding: 0 0 3px 0;
	position: relative;
	clear: both;
	border: 3px #cbcbcb solid;
}
#fbr {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	border: 1px solid #e3e3e2;
	}
	
.minitabsNav ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.minitabsNav li {
	float: left;
	padding: 4px 8px;
	margin: 0 5px 0 5px;
	color: #004c74;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	background: #FFFFFF;
	border: 1px solid #004c74;
}

.minitabsNav li.active {
	background: url(images/tab.png) repeat-x;
	color: #FFFFFF;
	border: 1px solid #004c74;
}

.minitabsContent {
	clear: both;
	padding: 5px;
}

#footer a{
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
	line-height: 25px;
	color: #004c74;
}

#category {
	margin: 0;
}	

#category ul{
	margin: 0;
	padding: 0 0 0 20px;
}	

#category ul li{
	margin: 0;
}	

#footer-txt {
	width: 990px;
	margin: 10px auto 0 auto;
	padding: 10px 17px 0 17px;
	text-decoration: none;
	font-family:Calibri, Century gothic, Arial,Tahoma,sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	color: #646464;
	background: url(images/footbg.png) repeat-x bottom left;
	height: 30px;
}

#footer-txt a{
	text-decoration: none;
	font-family:Calibri, Century gothic, Arial,Tahoma,sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	color: #343434;
	height: 90px;
}

.mid {
	width: 300px;
	float: left;
	margin: 0;
	position: relative;
	text-align:center;
	}

.rig {
	width: 300px;
	float: right;
	margin: 0;
	position: relative;
	text-align: right;
	font-size: 12px;
	}	
	
.lef {
	width: 340px;
	float: left;
	margin: 0;
	position: relative;
	text-align:left;
}	

.post {
	width: 100%;
	margin: 0;
	padding: 0;
}

.post a img{
	border: 0;
}

.title {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	clear:both;
	}

.title h1{
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	color: #004c74;
	margin: 0;
	padding: 0;
}	

.title a{
	color: #004c74;
	text-decoration: none;
}

.title a:hover{
	color: #343434;
	text-decoration: none;
}

.auth {
	text-decoration: none;
	font-family:Calibri, Century gothic, Arial,Tahoma,sans-serif;
	font-weight: none;
	font-size: 12px;
	line-height: 15px;
	color: #343434;
	margin: 0;
	padding: 0;	
}

#socialbm {
	width: auto;
	height: 75px;
	float: right;
	margin: 0;
	padding: 5px 0 0 0;
	position: relative;
	clear: both;
}


#socialbm ul{
	list-style:none;
	display:block;
	margin: 0;
	padding: 0;
}	

#socialbm ul li{
	list-style:none;
	display:block;
	height: 70px;
	padding: 0 10px;
	margin: 5px 0;
	float: left;
	text-align: center;
	font-weight: none;
	font-size: 14px;
	line-height: 25px;
	color: #AF0000;
}	

#pcontent {
	width: 670px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Helvetica, Calibri, Century gothic, Arial,Tahoma,sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
}

#pcontent a{
	color: #004c74;
	text-decoration: none;
	border: none;
}

#pcontent a:hover{
	color: #646464;
	border: none;	
	text-decoration: none;
}

#pcontent a img{
	border: none;
	}

#post_author {
	border: 1px solid #004c74;
	background: #006da7;
	padding: 10px;
	margin: 20px auto 20px auto;
}

#post_author img {
	float: left;
	border: 1px solid #FFFFFF;
}

#post_author h4 {
	font-size: 15px;
	margin: 0 0 5px 0;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
}

#post_author p {
	margin: 0;
	padding: 0;
}
.author_desc {
	padding-left: 95px;
	font-size: 11px;
	color: #fff;
	line-height: 15px;
	font-family: Helvetica, sans-serif;
}

#post_author a{
	color: #FFFFFF;
	text-decoration: none;
}

#post_author a:hover{
	color: #f9f9f8;
	text-decoration: none;
}

#postinfo {
	font-size: 12px;
	color: #004c74;
}

#postinfo a{
	text-decoration: none;
	color: #343434;
}

#postinfo a:hover{
	text-decoration: none;
	color: #646464;
}

.tags {
	margin: 8px 0;
}

#relatedpost {
	width: 100%;
	background: #f9f9f8;
	border: 1px solid #e3e3e2;
	margin: 0;
	padding: 0;
}

#relatedpost h3{
	font: Helvetica, Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004c74;
	margin: 10px;
	padding: 0;
	font-weight: none;
}


#relatedpost ul{
	list-style:none;
	display:block;
	margin: 0;
	padding: 0;
}	

#relatedpost ul li{
	background: #ffffff;
	border: 1px solid #e3e3e2;
	width: 645px;
	padding: 0 5px 0 0;
	display:block;
	height: 60px;
	margin: 5px 10px;
	float: left;
	font-weight: none;
	font-size: 12px;
	line-height: 19px;
	color: #646464;
}	

#relatedpost img{
	margin: 5px 10px 5px 5px;
	padding: 0;
	border: 1px solid #e3e3e2;
	float: left;
	position: relative;
}

#relatedpost ul li a{
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #343434;
	text-decoration: none;
}

#relatedpost ul li a:hover{
	color: #646464;
	text-decoration: none;
}

#relatedpost ul li:hover{
	background: #f1f3f3;
}

#respond {
	width:670px;
	background: #f9f9f8;
	border: 1px solid #e3e3e2;
	margin: 10px 0;
}	

#respond h3{
	font: Helvetica, Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004c74;
	margin: 10px;
	padding: 0;
	font-weight: none;
}

#respond form{
	margin: 10px;
	font: Helvetica, Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #343434;
	padding: 0;
	font-weight: none;	
}

#respond form a{
	margin: 0 10px;
	font: Helvetica, Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004c74;
	padding: 0;
	font-weight: none;	
	text-decoration: none;
}

#respond form a:hover{
	color: #343434;
	text-decoration: none;
}

#respond form input{
	background: #fefdfd;
	border: 1px solid #c5c5c5;
	margin: 10px 0;
}

#respond form label{
	font: Helvetica, Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #343434;
	padding: 0;
	font-weight: none;	
	margin: 0 10px;
}

#comments {
	width:670px;
	margin: 10px 0;
}

#comments h3{
	font: Helvetica, Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004c74;
	margin: 10px;
	padding: 0;
	font-weight: none;
}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin: 0 0 14px 0;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#343434;
	}

.commentlist a:hover, .commentlist a:active {
	color:#343434;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

#comm-data{
	width: 100px;
	float: left;
	position: relative;
	min-height: 110px;
	background: #fff;
	margin: 0
	padding: 0;
}

#comm-data img{
	width: 50px;
	float: left;
	position: relative;
	height: 50px;
	margin: 10px 20px;
	padding:0;
	border: 3px solid #004c74;
	}

#com-auth {
	width: 80px;
	margin: 0 5px 5px 5px;
	padding: 0 5px 0 5px;
	line-height: 20px;
	color: #FFFFFF;
	background: #AF0000 url(images/comm.png) repeat-y;
	text-align: center;
	font-size: 12px;
	}
	
#com-auth a{
	color: #FFFFFF;
	text-decoration: none;
	}	
	
#comm-txt{
	width: 530px;
	margin: 0px 5px;
	padding: 0 10px 5px 10px;
	background: #f9f9f8;
	position: relative;
	float: left;
	border: 1px solid #e3e3e2;	
	color: #343434;
	font-size: 14px;
	}
	
#comm-txt a{
	color: #343434;
	text-decoration: none;
	}		
	
#arch-img {
	width: 110px;
	height: 100px;
	position: relative;
	float: left;
	margin: 10px 10px 10px 0;
	border: 2px solid #004c74;
}	

#arch-cont {
	width: 540px;
	height: 100px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}	

.archiv {
	width: 100%;
	margin: 0;
	padding: 0;
}

#bord {
	width: 540px;
	background: #004c74;
	height: 2px;
	margin: 5px 120px;
}	

.navigation {
	width: 100%;
	height: 25px;
	color: #AF0000;
	font-family: Calibri, "Times New Roman", Times, serif;
	font-size: 15px;
}

.nleft {
	width: 200px;
	text-align: left;
	float: left;
	position: relative;
}

.nright {
	width: 200px;
	text-align: right;
	float: right;
	position: relative;
}	

.navigation a{
	color: #004c74;
	text-decoration: none;
}

.navigation a:hover{
	color: #004c74;
	text-decoration: none;
}	

a {
	text-decoration: none;
	color: #343434;
}

a:hover {
	text-decoration: none;
	color: #646464;
}


.arch-title {
background: #fff;
padding: 5px;
border: 1px solid #e3e3e2;
text-align: center;
color:#004c74;
height: 25px;
font-size: 20px;
font-weight: bold;
}


.arch-desc {
padding: 5px;
background: #fff;
font-size: 12px;
border: 1px solid #e3e3e2;
}

.arch-con {
padding: 10px 10px 0 10px;
width: 650px;
background: #f9f9f8;
border: 1px solid #e3e3e2;
margin: 0 0 15px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

