body{
	background: url("images/bg.gif") repeat;
	font-family: "", Helvetica, Arial, sans-serif;
}
a:link, a:visited{
	color: #3c5975;
	text-decoration: none;
}
/*
Start Header
*/

#header{
	z-index: 50;
	min-height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	line-height: 48px;
  	/*border-bottom: 1px solid #22374a;*/
  	text-align: center;
  	/*background: -moz-linear-gradient(bottom, #3c5975, #4f7498);*/
	/*background: -webkit-gradient(linear, center bottom, center top, from(#3c5975), to(#4f7498));*/
	background: #3c5975;
}

#header .brand{
	margin: 0 10px;
	font-size: 20px;
	text-align: left;
	/*text-shadow: #666666 1px 1px 2px;*/
	font-weight: bold;
	font-family: Arial;
	display: block;
	color: #f5f5f5;
}

#header .brand a{
	color: #f5f5f5;
}

#header .logo{
	padding: 6px 0px;
	display: block;
	overflow: hidden;
}

#header .rMenu{
	float: right;
}

#header .rMenu .bar{ 
  margin: 10px 12px 0 0;
  height: 26px;
  width: 26px;
  line-height: 25px;
  /*border: 1px solid rgba(0,0,0, 0.4);*/
  -webkit-border-radius: 5px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#9fb3cc), to(#5b80ab), color-stop(0.5, #6b8bb2), color-stop(0.51, #597eaa));*/
  /*background: -moz-linear-gradient(bottom, #4f7498, #3c5975);*/
  /*background: -webkit-gradient(linear, center bottom, center top, from(#4f7498), to(#3c5975));*/
  /*-webkit-box-shadow: 0 1px 0 rgba(255,255,255, 0.25), inset 0 1px 1px rgba(0,0,0, 0.2);*/
  /*background: #4f7498;*/
}

#header .rMenu .bar i{
  margin: 5px auto 0px;
}

#rbMenu .element h3, #lbMenu .element h3{
	/*border-top: 2px solid #3c5975;*/
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 10px;
}

#rbMenu .element.home{
	background: #3c5975;
	height: 50px;
	line-height: 46px;
	font-weight: bold;
	font-size: 14px;
}

#rbMenu .element.home a{
	color: #f5f5f5;
	display: block;
	padding-left: 10px;
}

/*
END HEADER
*/

/*
START CONTENT
*/

#content{
	z-index: 40;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
}

#content #title{
	text-transform:uppercase;
	font-size: 14px;
	text-shadow: black 1px 1px 1px;
	color: #3c5975;
	font-weight: bold;
	background-color: #333;
	padding: 5px;
	text-align: center;
	margin: 0px;
}

#content.full{
	margin-top: 0px;
	margin-bottom: 0px;
}

#content.part{
	margin-top: 50px;
}

.content h2{
	color: #3c5975;
}

/*
END CONTENT
*/

/*
START POSTS
*/

#posts_container{
	
}

#posts_container a{
	text-decoration: none;
}

#posts_container .the_post{
	background-color: #ffffff;
	/*background-image:-webkit-gradient(linear, left top, left bottom, from(#585858), to(#555));*/
	/*position: relative;*/
}

#posts_container .the_post .slider{
	
}

#posts_container .the_post .slider > a{
	height: 150px;
	opacity: .2;
	display: block;
	background-position: center center; background-repeat: no-repeat;
	width: 40px;
}

#posts_container .the_post .slider > a.left{
	background-image: url("images/left-arrow.png");
}

#posts_container .the_post .slider > a.right{
	background-image: url("images/right-arrow.png");
}

#posts_container .the_post .content{
	padding: 10px;
}

#posts_container .the_post .content h2{
	margin: 0px 50px 5px 0px;
	padding: 0px;
	font-size: 18px;
	/*text-shadow: black 1px 1px 1px;*/
	color: #3c5975;
	line-height: 25px;
}

#posts_container .the_post .content p{
	margin: 0px;
	padding: 0px;
}

#posts_container .the_post .content div.meta{
	text-transform:uppercase;
	font-size: 12px;
	/*text-shadow: black 1px 1px 1px;*/
	color: #999999;
	margin-right: 25px;
}

#posts_container .the_post .content div.comments{
	float: right;
	font-size: 12px;
	/*text-shadow: black 1px 1px 1px;*/
	color: #333333;
	font-weight: bold;
}

/*
END POSTS
*/