/*
Theme Name: SA
Theme URI: 
Description: Wordpress theme for SA
Version: 1.0
Author: 
Author URI:
Tags: 
*/



/* Css Reset */
/* ----------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

:focus {
	outline: 0;
}

html, body {
	height: 100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

em {
	font-style:italic
}

a {
	outline:none;
}

/* Misc */
/* ----------------------------------------- */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}


/* Links */
/* ----------------------------------------- */
body a:link    {color: #B73805; text-decoration: none;}
body a:active  {color: #B73805; text-decoration: none;}
body a:visited {color: #B73805; text-decoration: none;}
body a:hover   {color: #B73805; text-decoration: underline;}


/* Base Styles */
/* ----------------------------------------- */
body{
	background-color: #000000;
	font: 12px Verdana, Geneva, sans-serif;
	color: #f0f0d2;
}

#wrap{
	width: 995px;
	margin: 0 auto;
}

/* Headers */
/* ----------------------------------------- */
#header{
	
}

#header #logo a{
	text-indent: -9999px;
	width: 547px;
	height: 65px;
	background: url(images/logo.gif) no-repeat;
	display: block;
	font-size: 1px;
	margin: 25px 0 0 0;
	float: left;
}

#header span{
	color: #ffffff;
	font-size: 23px;
	float: right;
	margin: 65px 0 0 0;
}


/* Navigation */
/* ----------------------------------------- */
#nav{
	width: 100%;
	margin: 25px 0 0 0;
	clear: both;
	display: block;
	float: left;
	height: 38px;
	background: url(images/bg-nav.png) repeat-x;
	text-align: center;
	position: relative;
	z-index: 1000;
}

#nav ul{
	float: left;
	display: block;
	padding-left:25px;
}

#nav ul li{
	float: left;
	padding: 0 13px;
	position: relative;
	display: inline;
}

#nav ul li a{
	color: #000000;
	line-height: 30px;
	font-size: 20px;
	text-decoration: none;
	display: block;
}

#nav ul li a:hover, #nav ul li.active a, #nav ul li.current_page_item a, #nav ul li.current_page_parent a{
	color: #ffffff;
}

#nav ul li:hover{
	padding-bottom:10px;
}

#nav ul li:hover ul{
	display: block;	
}

#nav ul ul{
	display: none;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	top: 38px;
	width: 130px;
	min-width: 130px;
	padding: 0 10px 10px 20px;
	background: url(images/sub-nav-bg.png) repeat;
}


#nav ul ul li{
	display: block!important;
	min-width: 130px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav ul ul li:hover{
	padding-bottom: 0;	
}

#nav ul ul li a{
	color: #fcfcf9;	
	font-size: 20px;
}

#nav ul ul li:hover a, #nav ul ul li.current_page_item a{
	color: #ce4d14;	
}

/* Slider */
/* ----------------------------------------- */
.slider{
	display: block;
	position: relative;
	margin: 0;
	z-index: 1;
	overflow: hidden;
	height: 604px;
}

.karmic_flow_container {
	overflow: hidden; 
	position: relative;
	z-index: 1;
	
	/* optional */
	width: 995px; 
	height: 604px;
	margin: 0;
}

.karmic_flow_slider, .karmic_flow_slider li {
	list-style:none;
	margin: 0;
	padding: 0;
}

.karmic_flow_slider {
	overflow: hidden; 
	position: relative;
	
	/* optional */
	margin-left: 0;
}

.karmic_flow_slider li{
	float: left;
	position: relative;
	overflow:hidden;
}

.karmic_flow_slide_overflow {
	/* optional */
	/*overflow:auto;*/
}

.karmic_flow_sliding .karmic_flow_slide_overflow {
	overflow:hidden;
}

.karmic_flow_sliding object, .karmic_flow_sliding embed {
	display: none;
}

.karmic_flow_controller_selected {
	/* optional */
	background: #FFF !important;
	color: #663300 !important;
	padding: 7px 10px !important;
}

.karmic_flow_controller {
	/* optional */
	background: #333;
	color: #3399CC;
	padding: 5px 10px;
	line-height: 25px;
	text-decoration: none;
}

.karmic_flow_prev_controller,
.karmic_flow_next_controller,
.karmic_flow_play_controller, 
.karmic_flow_pause_controller {
	display: block;
	float: left;
	line-height: 10em;
	background: url(../i/layout/Knob%20Fast%20Rewind.png);
	width: 32px;
	height: 32px;
	overflow:hidden;
	color:#000;
}

.karmic_flow_next_controller {
	background: url(../i/layout/Knob%20Fast%20Forward.png);
}

.karmic_flow_play_controller {
	background: url(../i/layout/Knob%20Play.png);
}

.karmic_flow_pause_controller {
	background:url(../i/layout/Knob%20Pause.png) !important;
}

/*-- Slide --*/
#body-slider{
	width: 697px;
	height: 252px;
	padding: 6px 0 0 5px;
	border: #b73907 1px solid;
	margin: 0 0 20px 0;
	overflow: hidden; 
	position: relative;
}

#body-slider ul li{
	display: inline;	
}



/* Content */
/* ----------------------------------------- */
#content{
	width: 100%;
	padding: 35px 0 0 0;
	display: block;
	float: left;

}

#content a{
	color: #b73805;
}

#content h1{
	color: #b43f20;
	font-size: 32px;
}

#content h2{
	color: #d0c951;	
	font-size: 26px;
	margin-bottom: 10px;
}

#content h3{
	font-size: 22px;
	margin-bottom: 10px;
}

#content h4{
	font-size: 18px;
	margin-bottom: 10px;
}

#content p{
	line-height: 17px;
	margin-bottom: 20px;
}

#content .post{
	float: left;
	width: 710px;
}

#content .post blockquote{
	color: #b73907;
	font-size: 14px;
	font-style: italic;
	line-height: 25px;
	padding: 0 0 0 55px;
	display: block;
}


#main{
	border-right: #525252 1px solid;
	padding-right: 20px;
	display: block;
	float: left;
	margin-bottom: 100px;
}

.set{
	display: block;
	padding-bottom: 20px;
	border-bottom: #545454 1px solid;
	margin-bottom: 30px;
}

.set h1, .indi h1{
	font-size: 28px;
	margin-bottom: 20px;
	color: #df4c0f;
}

.set p, .indi p{
	margin: 5px 0 5px 0;
	line-height: 20px;
}

.set p.num{
	color: #ad3e2f;
	font-size:15px;
}

.set ul{
	padding-top:10px;	
}

.set ul li{
	width: 225px;
	display: inline;
	float: left;
	margin: 0 30px 10px 0;
}

.set ul li.last, .indi ul li.last{
	margin: 0 0 0 0;	
}

.indi ul li{
	display: inline-block;
	float: left;
	min-height:320px;
	height:auto !important;
	height:320px;
	margin: 0 25px 30px 0;
}

.indi ul li.big{
	width: 300px;	
}

.indi ul li.small{
	/*padding-right:10px;*/
	width: 300px;		
}

.set, .indi{
	position: relative;
	z-index: 2000;
}

#jquery-lightbox, #jquery-overlay{
	z-index: 2000!important;
}



/* Sidebar */
/* ----------------------------------------- */
#sidebar{
	width: 235px;
	padding: 0 0 0 25px;
	float: right;
}

#sidebar .widget h2{
	color: #fdfbfa;
	font-size: 22px;
}

#sidebar .widget a{
	color:#b83a06;
	text-decoration: none;
}



/* Footer */
/* ----------------------------------------- */

#footer{
	width: 100%;
	padding: 20px 0 30px 0;
	color: #8c8e70;
}

#footer p{
	margin: 0;	
}

#footer ul li {
	display: inline;
	float: left;
	margin: 0 12px 0 0;
}

#footer ul li a{
	color: #8c8e70;	
	font-size: 12px;
	text-transform: uppercase;
}



.slider-posts{
	width:700px; 
	height: 300px; 
	margin-bottom:25px;
}

/* For S3Slider */
/* ----------------------------------------- */
.bannerImage span {
  display:none !important;
}
