/*
	Supremacy4T by 4Templates | http://www.4templates.com/free/ | @4templates
	Licensed under the Creative Commons Attribution 3.0 License
*/

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #C0C4C5 url('../images/page-body-bg.png') repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2E2E2E;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: 'Abel', sans-serif;
	font-weight: 400;
}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 200%;
}

strong {
}

a {
	color: #006389;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: url('../images/wrapper-bg.png') repeat;
}

#wrapper-bgtop {
	background: url('../images/wrapper-top-bg.png') repeat-x left top;
}

#wrapper-bgbtm {
	overflow: hidden;
	margin-bottom: 20px;
	background: url('../images/wrapper-bottom-bg.png') repeat-x left bottom;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	width: 840px;
	height: 169px;
	margin: 0px auto;
	padding: 0px 30px;
	background: url('../images/header-bg.jpg') no-repeat left top;
}

/** LOGO */

#logo {
	float: left;
	width: 500px;
	height: 69px;
	padding-top: 100px;
}

#logo h1, #logo p {
	float: left;
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	padding-right: 13px;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #151A1D;
	font-size: 34px;
	color: #FFFFFF;
}

#logo p {
	display: block;
	padding-top: 10px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #2C373B;
	font-size: 18px;
	font-family: 'Abel', sans-serif;
	color: #778893;
}

/** SEARCH */

#search {
	float: right;
	width: 270px;
	height: 175px;
	background: url('../images/search-bg.png') no-repeat left top;
}

#search form {
	margin: 0px;
	padding: 108px 0px 0px 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input.blank {
	color: #7C7768;
}

#search-text {
	outline: none;
	width: 220px;
	height: 32px;
	border: none;
	padding: 0px 0px 0px 10px;
	background: none;
	line-height: 32px;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #566B73;
}

#search-submit {
	display: none;
}

/** MENU */

#menu {
	width: 830px;
	height: 70px;
	margin: 0px auto;
	padding: 0px 40px;
	background: url('../images/menu-bg.png') no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-right: 10px;
	padding-left: 5px;
}

#menu a {
	display: block;
	float: left;
	height: 67px;
	padding-right: 5px;
	line-height: 67px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #171D21;
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu span {
	display: inline-block;
	height: 67px;
	padding: 0px 5px 0px 5px;
}

#menu li.active {
	background: url('../images/menu-bgleft.png') no-repeat left top;
}

#menu li.active a {
	background: url('../images/menu-bgright.png') no-repeat right top;
	text-shadow: 1px 1px 1px #04435D;
	color: #FFFFFF;
}

#menu li.active span {
	background: url('../images/menu-repeatbg.png') repeat-x left top;
}

/** PAGE */

#page, #page2 {
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	border: 1px solid #B2B9BD;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
	border-radius: 5px;
        background: #FFFFFF;
}

#page{
    background: #FFFFFF url('../images/page-content-bg.png') repeat-y center top;
}

/** CONTENT */

#page #content {
	float: left;
	width: 540px;
	padding: 40px 30px 0px 30px;
}

#page2 #content {
    margin: 40px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
	text-shadow: 1px 1px 0px #FFFFFF;
}

#sidebar .title {
	display: block;
	width: 240px;
	height: 59px;
	margin-bottom: 20px;
	padding: 0px 30px 0px 30px;
	background: url('../images/sidebar-title-bg.png') no-repeat right top;
	line-height: 59px;
	text-shadow: 1px 1px 1px #161C1F;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
#sidebar p {
	margin: 0px 30px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#sidebar li {
	margin: 0px 30px 0px 30px;
	padding: 10px 0px 10px 0px;
	background: url('../images/sidebar-separator-bg.png') repeat-x left top;
}

#sidebar li a {
	display: block;
}

#sidebar .first {
	background: none;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 130px;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	color: #6F7071;
}

#footer a {
	color: #6F7071;
}

#banner {
	overflow: hidden;
	width: 900px;
	margin: 20px auto;
	background-color: #FFFFFF;
	border: 1px solid #B2B9BD;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
}

#banner .image-border {
	padding: 15px;
}

/** POST STYLE  */

.meta {
	overflow: hidden;
	display: block;
	height: 50px;
	margin: 0 0 20px;
	padding: 0px 20px;
	border: 1px solid #CDCDCD;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 1);
	background: url('../images/meta-bg.jpg') repeat-x left top;
	text-shadow: 1px 2px 0px rgba(255, 255, 255, 1);
	font-family: 'Abel', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #535353;
}

.meta a {
	color: #535353;
}

.meta .listed {
	float: left;
	padding-right: 25px;
	line-height: 50px;
	background: url('../images/meta-separator-bg.png') no-repeat right 50%;
}

.meta .tags {
	float: left;
	padding-left: 20px;
	line-height: 50px;
}

.meta .comments {
	float: right;
	line-height: 50px;
}

.img-margin {
	margin-bottom: 30px;
}
blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}


table a,
table a:link,
table a:visited {
	border:none;
	}
table {
        width: 100%;
	border-top: 1px solid #ddd;
	border-right:1px solid #ddd;
	margin:1em auto;
	border-collapse:collapse;
	}
caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	padding:0;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
	}	
tr.odd td,
tr.odd .column1 {
	background: url('../images/meta-bg.jpg') repeat left top;
	}	
tr.odd1 td,
tr.odd1 .column1 {
	background:#cccccc;
	}	
.column1	{
	background:#f9fcfe;
	}
td {
    color: #678197;
    border-bottom: 1px solid #ddd;
    border-left:1px solid #ddd;
    padding:.3em 1em;
    text-align:center;
}				
th {
    color: #999;
    font-weight:normal;
    text-align:left;
    border-bottom: 1px solid #ddd;
    border-left:1px solid #ddd;
    padding:.3em 1em;
}
thead th {
    background: #eee;
    text-align:center;
    font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #999;
}
tfoot th {
    background:#f4f9fe;
    text-align:center;
}	
tfoot th strong {
    font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    margin:.5em .5em .5em 0;
    color:#66a3d3;
}		
tfoot th em {
    color:#f03b58;
    font-weight: bold;
    font-size: 1.1em;
    font-style: normal;
}