/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #212B35;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #626456;
}

h1 {
	letter-spacing: -.05em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.02em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #8D8E85;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #3C7BCF;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3C7BCF;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 980px;
	height: 268px;
	margin: 0 auto;
}

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #8C8F7D;
}

#menu a:hover {
	background:  #F3F3F3;
	color: #2C2E22;
}

#menu .current_page_item a {
	background:  #F3F3F3;
	color: #2C2E22;
}

.search {
	float: right;
	/*border:1px solid #f00;*/
	position:relative;
	top:0;
	right:0;
	margin-top:20px;
	padding:20px 0 0 0;
	width: 290px;
}
.search input {
	margin:0;
	padding:1px 5px;
}

/* Logo */

#logo {
	width: 978px;
	height: 263px;
	margin: 0 auto;
	background: url(images/img12.jpg);
	border: 20px solid #F3F3F3;
}

#logo h2 {
	/*border:1px solid #0f0;*/
	padding: 0 5px 0 20px;
	margin-top: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 3.2em;
	color: #FFF;
	width:660px;
}

#logo h3 {
	/*border:1px solid #ff0;*/
	position:relative;
	top:0;
	left:0;
	width:660px;
	margin: 25px 5px 0 40px;
	padding:0;
	font-style: italic;
	color: #DDD;
}

#logo p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #E9E9E9;
}

/* Page */

#page {
	width: 978px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: #FFFFFF;
	border: 20px solid #F3F3F3;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding: 0px;
	margin:0 20px;
}

.post h1 {
	padding: 15px 0  0 15px;
	font-size: 24px;
}

.post {
	padding: 0 10px 30px 15px;
	font-size:13px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFCF;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}

.post img {
border:none;
}

.post pre {
font-size:90%;
overflow:auto;
}

.post p {
overflow:auto;
}

.hornav p {
overflow:visible;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	margin: 0;
	background: url(images/img13.gif) no-repeat left top;
	padding: 15px 0  0 15px;
	height: 30px;
}

#recent-posts h3 {
	margin: 0;
	font-size: 13px;
	padding: 15px 0  0 15px;
	background: url(images/img04.gif) repeat-x left bottom;
}

#recent-posts p {
	margin: 0 0 10px 0;
	padding: 15px 0  0 15px;
	line-height: 22px;
	font-size: 13px;
}

/* Sidebars */

.sidebar {
	width: 190px;
	padding: 0px 5px;
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
	background: url(images/h2.gif) no-repeat left top;
	padding: 15px 0  0 15px;
	height: 30px;
}

.sidebar li ul {
	line-height: normal;
	background: url(images/img04.gif) repeat-x;
}

.sidebar li a {
	border: none;
	padding-left: 10px;
}

.sidebar li a:hover {
	border: none;
	padding-left: 10px;
}

/* Footer */

.footer {
	text-align: center;
	font-size: 9px;
}

.footer img {
	border:none;
}

.backl {
	text-align:right;
	font-size:11px;
	margin-bottom:20px;
	padding-right:4px;
	
}

.backl a {
	padding:2px 8px;
	color: #999;
	background: #eee;
	border:1px solid #ddd;
}

.backl a:hover {
	color: #333;
	background: #eee;
	border:1px solid #999;
}

.rubblock li {
padding-bottom:20px;
border-bottom:2px dotted #999;
}

.rubblock li h3 {
font-size:18px;
letter-spacing:-1px;
color: #666;
}

/*----------Header Portion Starts----------*/
#headerportion_wrap{
	padding:0;
	margin:0;
	
	color:#000;
}
#headerportion_wrap2{
	padding:0;
	margin:0;
	
	color:#000;
}
/*---------Navigation Portion Starts-------------*/
div.navigation_wrap{
	padding:0 0 0 0;
	margin:0 auto 35px auto;
	width:960px;
	height:46px;
	
	}
div.navigation_wrap div.navleft{
	
	width:131px;
	height:45px;
	display:block;
	float:left;
}
div.navigation_wrap div.navright{
	
	width:131px;
	height:45px;
	display:block;
	float:left;
}
#menu{
	position:relative;
	width:698px;
	margin:0 auto;
	padding:0 0;
	z-index:999;
	float:left;
}
#nav{
	padding:0 40px 0 33px;
	margin:0;
	height:45px;
	background:url(../images/nav_ul_bg.jpg) repeat-x 0 0;
	float:left;
	width:auto;
	}
#nav li{
	float:left;
	padding:0 0;
	margin:0 0;
	width:auto;	
	background:url(../images/nav_divider.jpg) no-repeat 100% 0;
	position:relative;
}
#nav li.last{
	background:none;
}
#nav li a{
	font:normal 14px/46px "Century Gothic", Arial, Helvetica, sans-serif;
	color:#f4eced;
	background-color:inherit;
	text-decoration:none;
	padding:0 36px;
	margin:0 0;
	display:block;
}
#nav li a:hover{
	
	color:#e2dadb;
	background-color:inherit;
}
#nav ul{
	margin:0;
	padding:6px 0 0 0;
	line-height:50px; 
	z-index:999;	
	display:none;
	position:relative;	
}
#menu #nav ul a{
	line-height:28px;
	font-size: 12px;
	cursor: pointer;
}
#menu #nav ul {
	display:none;
	position:absolute;
	top:46px;
	width:156px;
	left:-1px;
	border:1px solid #3a3335;
	background-color:#1c0309;
	color:#fff;
	z-index:999;
}
#menu #nav ul li{
	background:none;
	padding:0 0 0 0;
	margin:0;
	line-height:28px;
	border-bottom:1px solid #3a3335; 
}
#menu #nav ul li.last{
	border-bottom:none;
}
#menu #nav li ul a{
	width:134px;
	height:auto;
	float:left;
	text-align:left;
	padding:0 6px 0 18px;
}
#menu #nav li ul a:hover{
	color:#e2dadb;
	background-color:inherit;
}
div.navigation_wrap div.bottomglow{
	background:url(../images/nav_bottomline.jpg) no-repeat 50% 0;
	width:auto;
	padding:0;
	margin:0 auto;	
	height:1px;	
}
/*---------Navigation Portion Ends-------------*/

/*---------Banner Portion Starts--------------*/
#headerslider {
	/* You MUST specify the width and height */
	width: 860px;
	height: 283px;
	margin:0 auto;
	position:relative;	
	overflow:hidden;
	}

#mask-gallery {	
	overflow:hidden;	
}
#gallery {	
	/* Clear the list style */
	list-style:none;
	margin:0 auto;
	padding:0;	
	z-index:0;	
	/* width = total items multiply with #mask gallery width */
	width:860px;
	overflow:hidden;
}
#gallery li {
	/* float left, so that the items are arrangged horizontally */
	float:left;
}
#matterwrap {	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500;	
	/* width should be lesser than #slider width */
	width:200px;
	overflow:hidden;
}	
#matter {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:200px;
	background-color:#000;
	overflow:hidden;
	color:#fff;	
	font:normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	padding-left:6px;
}
#matter h1{
	color:#fff;	
	font:bold 13px/20px Verdana, Arial, Helvetica, sans-serif;
	background-color:inherit;
	padding:16px 0 4px 0;
}
#matter li {
		padding:5px;
}	
#buttons{
	position:relative;
	width:960px;
	margin:0 auto;
	padding:0 0 0 0;
}
#buttons #btn-prev{
	position:absolute;
	left:0;
	top:-283px;
}
#buttons #btn-next{
	position:absolute;
	left:914px;
	top:-283px;
}
/*---------Banner Portion Ends--------------*/

/*----------Header Portion Ends----------*/
