/*
Theme Name: MetroGeometry v2
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:#343434;
	font-size:14px;
	}
	
a {	
	color: #00608d;
	}

a:hover {
	color: #646464;
}	
	
#container {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	border: #d3d3d3 1px solid;
	}
	
.clear {
	clear:both;
	}	
		
#header	{
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	height: 120px;
	background: url(images/head.png) repeat-x;
	clear: both;
	}
	
.htop {
	width: 1024px;
	height: 25px;
	margin: 0;
	padding: 0;
	clear:both;
}	

.date {
	width: 400px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding:0;
	float: left;
}

.city {
	width: 150px;
	float: right;
	margin: 0 10px 0 0;
	padding:0;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align:right;
}

#log {
	width: 360px;
	height: 90px;
	float: left;
}

.logo {
	width: 320px;
	height: 60px;
	background: url(images/logo.png) no-repeat;
	float: left;
	margin: 5px 0 0 10px;
}

.desc {
	width: auto;
	margin: 0 0 5px 80px;
	clear: left;
	float: left;
	height: 20px;
	color:#666;
	font-weight: none;
	font-size: 14px;
	text-decoration: none;
	}		

#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;
	}	
	
#feed {
	width: 24px;
	height: 24px;
	float: right;
	margin: 0 5px;
	background: url(images/feed.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-bar{
	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{
	float: left;
	width: 100%;
	margin:0 auto;
	padding: 0;
	height: 30px;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
	height: 30px;			
}

#nav ul li {
	float: left;
	margin: 0; padding: 5px;
	height: 20px;		
	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;
}

a img {
	border: 0px;
}

#body-cont {
	background: #f9f9f8;
	width: 100%;
	height: auto;
}

#contents {
	width: 655px;
	margin: 0 0 0 10px;
	height: auto;
	float: left;
}

#uevents {
	width: 285px;
    position: relative; 
	background: #ffffff url(images/bot.png) repeat-x bottom left;
	padding: 0 5px 15px 5px;
	border: 1px solid #e3e3e2;
	float: left;
	margin: 0;
	min-height: 575px;
}

#u-title {
	background: url(images/ue.png) no-repeat top left;
	width: 200px;
	height: 50px;
}	

#uevents ul {
	width: 100%;
	list-style: none;
	margin: 5px auto;
	padding: 0;	
}

#uevents ul li {
	margin: 0; padding: 0;
}

#uevents ul li ul li{
	clear: both;
	margin: 5px 0 0 0;
	min-height: 50px;
	padding: 5px 0;	
	border-bottom: 1px solid #e3e3e2;
}

#uevents ul li ul li img{
	width: 50px;
	height: 40px;
	border: 2px solid #e3e3e2;
	float: left;
}

.uevents-det {
	width: 225px;
	float: right;
	font-weight: bold;
	font-size: 12px;	
	color: #646464;
	line-height: 20px;	
}

.uevents-det a{
	width: 100%;
	font-weight: bold;
	font-size: 13px;	
	line-height: 20px;
	text-decoration:none;	
}

#rnews {
	width: 330px;
    position: relative; 
	background: #ffffff url(images/bot.png) repeat-x bottom left;
	padding: 0 5px 15px 5px;
	border: 1px solid #e3e3e2;
	float: left;
	margin: 0 0 0 10px;
	min-height: 575px;	
}

#r-title {
	background: url(images/ln.png) no-repeat top left;
	width: 200px;
	height: 50px;
}	

#rnews ul {
	width: 100%;
	list-style: none;
	margin: 5px auto;
	padding: 0;	
}

#rnews ul li {
	clear: both;
	margin: 5px 0 0 0;
	padding: 5px 0;	
	border-bottom: 1px solid #e3e3e2;
}

#rnews ul li img{
	width: 70px;
	height: 60px;
	border: 2px solid #e3e3e2;
	float: left;
	margin: 5px 0;
}

.rnews-det {
	width: 100%;
	font-weight: normal;
	font-size: 13px;	
	color: #646464;
}

.rnews-det a{
	width: 100%;
	font-weight: bold;
	font-size: 13px;	
	line-height: 16px;
	text-decoration:none;
}

.rnews-post {
	width: 255px;
	float: right;
	font-weight: normal;
	font-size: 13px;	
	color: #343434;
	line-height: 20px;
}

.rmore a{
	float: right;
	color: #FFFFFF;
	margin: 5px;
	padding: 0 3px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	background: #0085c3 url(images/tab.png) repeat-x;
	border: 1px solid #004c74;
	}

.catmore a{
	float: right;
	color: #FFFFFF;
	margin: 5px;
	padding: 0 3px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	background: #0085c3 url(images/tab.png) repeat-x;
	border: 1px solid #004c74;
	}

	
#epick-con {
	width: 630px;
	background: #ffffff url(images/bot.png) repeat-x bottom left;
	margin: 10px 0 0 0;
	padding: 0 10px 15px 10px;
	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;
	min-height: 150px;
	}		
	
.epick-post{
	float: left;
	padding: 0 10px 0 0;
	position: relative;
	width: 195px;
	margin: 0 3px 0 0;
	border: 1px solid #bebebe;
	min-height: 150px;	
	}	
	
.epick-post img{
	width: 110px;
	height: 90px;
	float: left;
	margin: 5px 39px;
	position: relative;
	padding: 2px;
	background: #FFF;
	border: 2px solid #e3e3e2;
	}
	
.epick-post-txt{
	clear:both;
	width: 185px;
	margin: 3px 5px;
	}	
	
.epick-post-txt a{
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	}		

#cat-post {
	width: 650px;
	margin: 15px 0 10px 0;
}

.minitabsNav ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom:5px solid #00608d;	
}

.minitabsNav li {
	float: left;
	padding: 4px 9px;
	margin: 0 5px 0 0;
	color: #00608d;
	font-size: 14px;
	cursor: pointer;
	font-weight: normal;
}

.minitabsNav li.active {
	background: #00608d url(images/mini.png) repeat-x top left;
	color: #FFFFFF;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;	
	font-weight: bold;
}

.minitabsContent {
	clear: both;
	padding: 5px;
}

.cat-body {
	border-bottom:1px solid #e3e3e2;
	border-left:1px solid #e3e3e2;
	border-right:1px solid #e3e3e2;		
	background: #fff url(images/bot.png) repeat-x bottom left;
}

.category-p {
	width: 250px;
	padding: 0 10px 10px 10px;
	font-size: 13px;	
	margin: 10px 0;
	line-height: 16px;
	border-right: 1px solid #00608d;
	float: left;
}

.category-p img{
	width: 150px;
	height: 130px;
	padding: 2px;
	border: 1px solid #e3e3e2;
	background: #fff;
	margin: 5px 47px;
	clear:both;
}

.category-p a{
	line-height: 18px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	clear:both;
}

.catp-txt {
	width: 250px;
	line-height: 20px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

.category-r {
	width: 345px;
	padding: 0 10px;
	font-size: 13px;	
	margin: 7px 0 0 0;
	line-height: 16px;
	float: right;
}

.category-r a{
	width: 330px;
	padding: 0 0 0 15px;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	clear:both;
	background: url(images/list.png) no-repeat left center;
}

#cmax {
    width: 315px; 
    height: 90px; 
    position: relative; 
	background: #FFFFFF;
	margin: 0 10px 0 10px;
	padding: 10px 10px 0 10px;
	border: 1px solid #e3e3e2;
	clear: right;
	float: right;
}

#ad-side {
    width: 315px; 
    height: 260px; 
    position: relative; 
	background: #FFFFFF;
	margin: 0 10px 0 10px;
	padding: 10px 10px 0 10px;
	border: 1px solid #e3e3e2;
	clear: right;
	float: right;
}

#ad-side img{
	margin: 0 0 0 7px;
}

.author-list img{
	border: 3px solid #e3e3e2;
}

.author-list .name{
	margin: 5px 0 0 0;
	background: #e3e3e2;
}

#sidebar {
    width: 340px; 
    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: 320px;
	padding: 0 10px 5px 10px;
	margin: 0 0 10px 0;
	float: right;
	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: #004c74;
}	

#sidebar-h, #sidebar ul li h2{
	width: 285px;
	height: 28px;
	background: url(images/sb.png) no-repeat;
	padding: 2px 0 0 35px;
	margin: 5px 0;
	font-size: 14px;
	color: #f9f9f8;
	font-weight: bold;
	}
	
.con-bot {
	width: 100%;
	clear:both;
	height: 35px;
	background: url(images/con-bot.png) repeat-x;
}

.p-bot {
	width: 100%;
	clear:both;
	height: 30px;
	background: url(images/bot.png) repeat-x;
	border-bottom: 4px solid #bebebe;
}	
	
#metrogtabs {
	width: 335px;
	height: auto;
	float: right;
	margin: 10px 12px 10px 0;
}	
	
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 30px; /*--Set height of tabs--*/
	border-bottom: 1px solid #e3e3e2;
	border-left: 1px solid #e3e3e2;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 29px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 29px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #e3e3e2;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #fff url(images/metro-p.png) repeat-x;
}
ul.tabs li a {
	text-decoration: none;
	color: #00608d;
	display: block;
	font-size: 13px;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	font-weight: bold;
}
ul.tabs li a:hover {
	background: #fff url(images/metro-l.png) repeat-x;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff url(images/metro-l.png) repeat-x;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #e3e3e2;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 0 5px 10px 5px;
	margin: 5px 0 0 5px;
	font-size: 13px;
	width: 315px;
}

.tab_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 315px;
}

.tab_content ul li{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	width: 315px;
	line-height: 20px;
	font-size: 13px;
	color: #343434;
}

.tab_content ul li a{
	text-decoration: none;
}

#top-comm li, #top-comm li ul{
	list-style: none;
}

#top-comm img{
	margin: 0 10px 0 5px;
}

.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:#e3e3e2 solid 1px;
	width:1000px;
	height:300px;
	margin: 10px auto;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(images/load-indicator.gif) no-repeat scroll 50% 50%;
}
/* main flash */
.lof-main-wapper{
	margin-right:auto;
	overflow:hidden;
	background:transparent url(images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	height:100%;
	width:650px;
	position:relative;
	overflow:hidden;
}

.lof-main-wapper .lof-main-item{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	position:absolute;
}
.lof-main-wapper .lof-main-item img{
	padding:0px;	
	width:650px;
	height: 300px;
	background: #000;
}

/* item navigator */
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:0px;
	z-index:100;
	height:250px;
	width:365px;
	overflow:hidden;
	color:#FFF;
}
.lof-navigator li.active{
	background:url(images/arrow-bg.png) no-repeat scroll left center; 
	color:#FFF
}
.lof-navigator li:hover{
	
}


.lof-navigator li h3{
	color:#FFF;
	font-size:100%;
	padding:15px 0 0 0;
	margin:0;

}
.lof-navigator li div{
	background:url(images/transparent_bg.png);
	color:#FFF;
	height:100%;
	position:relative;
	margin-left:15px;
	padding-left:15px;
	border-top:1px solid #E1E1E1;
}

.lof-navigator li.active div{
	background:url(images/grad-bg.gif);
	color:#FFF;
}
.lof-navigator li img{
	height:60px;
	width:60px;
	margin:15px 15px 10px 0px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
	background: #FFF;
}
.lof-navigator li.active img{
	border:##6C8E5C  solid 1px;
}
.lof-navigator li.active h3{
	color:#FFF;
}

.lof-navigator li a{
	color:#FFF;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	margin: 5px 0;
}

.lof-navigator li span{
	color:#FFF;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
}

.lof-next{
	position:absolute;
	top:0;
	height:30px;
	background:#F9F9F9;
	display:block;
	width:100%;
}
.lof-previous{
	position:absolute;
	bottom:0;
	height:30px;
	background:#F9F9F9;
	display:block;
	width:100%;
}

#searchbox{
	width: 320px;
	background: #f9f9f8 url(images/bot.png) repeat-x bottom left;
	margin: 10px 10px 0 10px;
	padding: 2px 0 0 15px;
	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;
	}
	
	
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: 310px;
	margin: 0 0 0 15px;
	padding: 0 10px 0 0;
	position: relative;
	float: left;
	background: none;
	border: 0px;
}	

#f1 form a{
	font-size: 13px;
	font-weight: bold;
}	

#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;
	font-size: 13px;
}


#f3 a{
	font-size: 13px;
}

.f-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;
	color: #004c74;
	font-weight: bold;
	line-height: 24px;
	}	
	
#f3 img {
	width: 310px;
	height: 58px;
	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;
	}
	
#footer a{
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
	line-height: 25px;
	color: #004c74;
}

#footer-txt {
	width: 990px;
	margin: 10px auto 0 auto;
	padding: 10px 17px 0 17px;
	text-decoration: none;
	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-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;
}		

#cat-listing{
	float: left;
	width: 100%;
	margin:0 auto;
	padding: 0;
}

#cat-listing ul{
	float: left;
	list-style: none;
	margin: 5px 0;
	padding: 0;	
}

#cat-listing li {
	float: left;
	margin: 0; padding: 0;
	text-transform:uppercase;
}

#cat-listing a {
	display: block;
	float: left;
	width: auto;
	margin: 0 auto;
	padding: 2px 9px 2px 8px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
}

#page-content {
	width: 100%;
	height: auto;
	margin: 10px 0;
	position: relative;
	background: #fff;
}

#content {
	width: 645px;
	margin: 0 10px 0 10px;
	height: auto;
	float: left;
}

#socialbm {
	width: 100%;
	height: 75px;
	float: right;
	margin: 0;
	padding: 5px 0 0 0;
	position: relative;
	clear: both;
	background: #f9f9f8;
	border: 1px solid #e3e3e2;	
}


#socialbm ul{
	list-style:none;
	display:block;
	margin: 0;
	padding: 0;
}	

#socialbm ul li{
	list-style:none;
	display:block;
	height: 70px;
	padding: 0 5px;
	margin: 5px 0;
	float: 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;	
}

#pcontent {
	width: 645px;
	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;
	display: block;
}

#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;
	font-size: 13px;
}

.cats {
	margin: 8px 0;
	font-size: 13px;
}

#respond {
	width:650px;
	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:650px;
	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;
	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 {
	padding-left:13px;
	}

.commenttext {
	background: #9bc561;
	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: #00608d url(images/comm.png) repeat-y;
	text-align: center;
	font-size: 12px;
	}
	
#com-auth a{
	color: #FFFFFF;
	text-decoration: none;
	}	
	
.comm-txt{
	width: 510px;
	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;
	}
	
.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;
}	


#relatedpost {
	width: 643px;
	background: #f9f9f8;
	border: 1px solid #e3e3e2;
	margin: 0;
	padding: 0;
}

#relatedpost ul{
	list-style:none;
	display:block;
	margin: 0;
	padding: 0;
}	

#relatedpost ul li{
	background: #ffffff;
	border: 1px solid #e3e3e2;
	width: 605px;
	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;
}

#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;
}	

.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: 630px;
background: #f9f9f8;
border: 1px solid #e3e3e2;
margin: 0 0 15px 0;
}


#events {
	width: 635px;
    	position: relative; 
	padding: 0 5px 15px 5px;
	float: left;
	margin: 0;
	min-height: 575px;
}

#events ul {
	width: 100%;
	list-style: none;
	margin: 5px auto;
	padding: 0;	
}

#events ul li {
	margin: 10px 0 0 0; padding: 0 0 10px 0;
	border-bottom: 1px solid #e3e3e2;
}

#events ul li img{
	width: 50px;
	height: 40px;
	border: 2px solid #e3e3e2;
	float: left;
}

.events-det {
	width: 580px;
	float: right;
	font-weight: bold;
	font-size: 12px;	
	color: #646464;
	line-height: 20px;	
}

.events-det a{
	width: 100%;
	font-weight: bold;
	font-size: 13px;	
	line-height: 20px;
	text-decoration:none;	
}
