/*
	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-family: 'Graduate', cursive;
	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: 580px;
	height: 69px;
	padding-top: 100px;
	padding-left: 20px;
}

#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: 7px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #2C373B;
	font-size: 22px;
	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: 50px;
	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: 18px;
	font-weight: 400;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu span {
	display: inline-block;
	height: 67px;
	padding: 0px 15px 0px 15px;
}

#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 */

img.left {
	float: left;
	margin: 3px 5px 5px 0;
	border: 0px solid #FF6600 	;
}

img.logo {
	/*float: left;*/
	margin: 0px 10px 10px 0;
	border: 1px solid #000 	;
}
#page {
	overflow: hidden;
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 40px 0px;
	background: #FFFFFF url(images/page-content-bg.png) repeat-y center top;
	border: 1px solid #B2B9BD;
	box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, .1);
	border-radius: 5px;
}


	
#page .sectionList {
	list-style: none;
	padding-left: 0;
}

#page .sectionList li {
	clear: both;
	padding: 10px 0 10px 0;
}

#page .sectionList2 {
	list-style: none;
	padding-left: 0;
}

#page .sectionList2 li {
	clear: both;
	padding: 100px 0 10px 0;
}

#page li a {
	text-decoration: none;
}

/** CONTENT */

#content {
	float: left;
	width: 540px;
	padding: 40px 30px 0px 30px;
}

#contentR {
	float: left;
	width: 540px;
	padding: 40px 30px 0px 30px;
}


/** 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;
	text-decoration: none;
}

#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;
}
/*
#banner {
	margin: 32px 0 32px 0;
	padding: 0;
	position: relative;
	width: 900px;
}*/
/** POST STYLE  */


.post {
	overflow: hidden;
}

.post .title {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
	font-size: 1.5em;
	font-family: 'Tahoma', sans-serif;
	color: #000;
	/*background: url(images/sidebar-separator-bg.png) repeat-x left bottom;*/
}

.post .entry {
	font-size: 14px;
}

.post .img-style1 {
	margin-bottom: 20px;
}

.post .posted {
	margin-top: -5px;
	padding: 0px 0px 10px 0px;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	color: #000;
}

.post .posted a {
	color: #A9A9A9;
}

.post .meta {
	overflow: hidden;
	display: block;
	height: 50px;
	margin-top: 30px;
	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;
}

.post .meta a {
	color: #535353;
}

.post .meta .listed {
	float: left;
	padding-right: 25px;
	line-height: 50px;
	background: url(images/meta-separator-bg.png) no-repeat right 50%;
}

.post .meta .tags {
	float: left;
	padding-left: 20px;
	line-height: 50px;
}

.post .meta .comments {
	float: right;
	line-height: 50px;
}

.post .img-margin {
	margin-bottom: 30px;
}

/*****************************************************************************
/ SliderTron
*****************************************************************************/

	#slidertron
	{
		width: 870px;
		height: 253px;
		position: relative;
	}

	#slidertron .navigation
	{
		position: absolute;
		display: block;
		z-index: 100;
		color: #ffffff;
		top: 315px;
		right: 210px;
		margin: 10px;
		padding: 10px;
		background-color: #303030;
		opacity: 0.75;
	}

	#slidertron .navigation a
	{
		color: #ffffff;
		text-decoration: none;
		outline: none;
	}

	#slidertron .viewer
	{
		width: 870px;
		height: 253px;
	}

	#slidertron .viewer .reel .slide
	{
		position: relative;
		width: 870px;
		height: 253px;
			opacity: 0.25;
	}

	#slidertron .viewer .reel .slide-active
	{
		opacity: 1.00;
	}

	#slidertron .viewer .reel .slide span
	{
		position: absolute;
		display: block;
		width: 780px;
		opacity: 0.40;
		height: 30px;
		background-color: #000000;
		bottom: 49px;
		left: 0px;
	}

	#slidertron .indicator
	{
		bottom: -20px;
		right: 30px;
		position: absolute;
		text-align: center;
		margin: 0;
		padding: 0;
		font-size: 6px;
	}

	#slidertron .indicator ul
	{
		margin: 0;
		list-style: none;
		padding: 0;
	}

	#slidertron .indicator ul li
	{
		display: inline-block;
		background: #d0d0d0;
		color: #303030;
		width: 10px;
		height: 10px;
		margin: 0 10px 0 0;
		text-indent: -9999px;
		border-radius: 10px;
	}

	#slidertron .indicator ul li.active
	{
		background: #FF6600;
		color: #d0d0d0;
	}

	#slidertron .captionLine1
	{
		font-size: 1.25em;
		font-weight: bold;
		text-align: center;
		position: absolute;
		bottom: 50px;
		right: 35px;
		color: #fff;	
		text-shadow: 2px 2px 3px #000;
		//font-family: "Patua One", serif;
		font-size: 1.75em;
		font-family: 'Abel', sans-serif;
	}

	#slidertron .captionLine2
	{
		position: absolute;
		bottom: 20px;
		right: 30px;
		font-size: 1.3em;
		//font-family: "Patua One", serif;
		font-family: 'Abel', sans-serif;
		text-shadow: 2px 2px 3px #000;
		width: 720px;	
		text-align: right;
		padding: 0 30px;
		color: #fff;
	}
	
/*****************************************************
  Poptrox
*****************************************************/

.poptrox_popup
{
	position: relative;
	padding: 1em 1em 3em 1em;
	background: #000000 url(images/bg.jpg) repeat-x top left;
}

.poptrox_popup .loader
{
	display: block;
	margin: 55px 0 0 0;
	text-indent: -9999em;
	background: url('loader.gif') top center no-repeat;
}

.poptrox_popup .caption
{
	position: absolute;
	bottom: 1em;
	left: 1em;
}

.poptrox_popup .closer
{
	position: absolute;
	bottom: 1em;
	right: 1em;
}	