/*
Theme Name: Featuring
Theme URI: http://www.freewpthemes.net/
Description: A two-column, fixed-width design suitable for personal and small company website.
Version: 1.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: red, fixed width, two columns, widgets
*/


* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 40px;
	background: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #545454;
}

h1, h2, h3 {
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color: #0f98f1;
}

a:hover {
	text-decoration: none;
	color: #085b91;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 892px;
	height: 91px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 270px;
	height: 76px;
	margin: 0px;
	padding: 15px 0px 0px 30px;
	background: url(images/img01.jpg) no-repeat left top;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}

#logo a {
	text-decoration: none;
	color: #444444;
}

/* Menu */

#menu {
	float: right;
	width: 592px;
	height: 91px;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
	margin-left: 0px;
}

#menu li {
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	display: inline;
	text-align: center;
	background: url(images/nav.jpg) no-repeat left top;

}

#menu li.active{
display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	display: inline;
	text-align: center;
	background: none;
	}


#menu li a {
	display: block;
	float: left;
	margin-right: 0px;
	padding: 11px 9px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

#menu li a:hover{
	color: #085b91;
}




/* Search */

#search {
	height: 45px;
	padding: 0px 0px 40px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#search-text {
	width: 120px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #000000;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 2px;
	border: none;
	background: #000000;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 892px;
	margin: 0 auto;
	background: #fff;
}

#page-bgtop {
	background: url(images/img05.jpg) no-repeat left top;
	padding: 0px 30px;
}

/* Content */

#content {
	float: left;
	width: 564px;
	padding-top: 30px;
}

#slogan{
background: #d8d8d8 url(images/slogan.jpg) no-repeat;
height:198px;
margin-bottom:30px;
padding-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}

#slogan .sl{
width:280px;
float:right;
margin:25px 20px;
font-size:17px;
font-style:italic;
color:#383838;
text-align:center;
line-height:2;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	padding: 4px;
	text-decoration: none;
	font-weight: normal;
	color: #383838;
}

.post .title a {
padding:0;
	text-decoration: none;
	font-weight: normal;

}

.post .entry {
	padding-top: 5px;
	border-bottom:1px solid #e5e5e5;
}

.post img {
}

.post .meta {
	text-align: right;
	padding-top: 20px;
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	text-align: right;
	margin-top: 0px;
	font-size: 12px;
	color: #5E5E5E;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 208px;
	padding-top: 30px;
		font-size:12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 25px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px;
}

#sidebar li li {
	margin:0 0 0 15px;
	padding: 4px 0px;
	border: none;
	list-style-type:circle;
	list-style-position:outside;
	background: url(images/img07.jpg) repeat-x left bottom;
}

#sidebar .ub {
	margin:0px 0 5px 0;
	padding: 0px;
	border-bottom: 2px solid #EBEBEB;
	font-size: 14px;
	font-weight: normal;
	color: #110404;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	line-height: normal;
	font-size:12px;
}



/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 892px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(images/img04.jpg) no-repeat left top;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}

#comment {
	width: 550px;
	height: 100px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 10px;
	font-size:14px;
}

.pagetitle {
	padding-bottom: 20px;
	font-size: 24px;
	color: #000000;
}

hr {
	display: none;
}

.alignleft{
float:left;
margin: 3px 8px 3px 0;
}

.alignright{
float:right;
margin: 3px 0px 3px 8px;
}

.leftbox{
float: left;
margin: 5px 8px 2px 0px;
}

/* Tables */
table { border: none;  }
td, th, tfoot {  padding: 5px; }
th { background-color: #eee; font-weight: bold; text-align: center; }
tfoot { background-color: #eee; font-style: italic; text-align: left; }
td, th {  }
tr.gray{background:#f6f6f6;}