@import url(reset.css);
*{
	margin:0;
	padding:0;
}
body {
    background-image: url("../2013images/f1-bg.png") !important;
    background-position: center 450px !important;
    background-repeat: no-repeat !important;
    font-family: Arial;
    font-size: 14px;
	line-height: 1.4em;
}
h1{
	font-weight:500;
	font-size:50px;
}
a{
	text-decoration:none;
	outline: none;
	color: #8E8E8E;
}
#header{
	width:960px; margin:0px auto 0px; 
}
.logo_header{
	float:left;
	width:400px;
	height:108px;
}
.social_header{
	color:#aaa;
	float:right;
	font-size:11px;
	width:310px;
	margin-top:54px;
	text-align:right;
}
.social_header li , .social{
	float:left;
	width: 35px;
	height: 34px;
	display: block;
	text-decoration:none;
	list-style:none;
	background-repeat:no-repeat;
	cursor:pointer;
}
.media li{
	height: 45px;
	width: 46px;
	float: left;
	list-style:none;
	padding: 5px 10px;
	background-repeat:no-repeat;
	background-position: center center;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	/*-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);*/
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	border-radius: 2px 2px 2px 2px;
	font-size: 14px;
    height: 18px;
    line-height: 1.2em;
    padding: 4px;
    width: 148px;
}
input#searchsubmit {
	display: none;
}
/*.twitter{
	background-image:url(../images/2013/socials/twitter.png) !important;
}
.twitter:hover{
	background-image:url(../images/2013/socials/twitter-hover.png) !important;
}
.facebook{
	background-image:url(../images/2013/socials/facebook.png) !important;
}
.facebook:hover{
	background-image:url(../images/2013/socials/facebook-hover.png) !important;
}
.youtube{
	background-image:url(../images/2013/socials/youtube.png) !important;
}
.youtube:hover{
	background-image:url(../images/2013/socials/youtube-hover.png) !important;
}
.rss{
	background-image:url(../images/2013/socials/rss.png) !important;
}
.rss:hover{
	background-image:url(../images/2013/socials/rss-hover.png) !important;
}
.vimeo{
	background-image:url(../images/2013/socials/vimeo.png) !important;
}
.vimeo:hover{
	background-image:url(../images/2013/socials/vimeo-hover.png) !important;
}
.googleplus{
	background-image:url(../images/2013/socials/gplus.png) !important;
}
.googleplus:hover{
	background-image:url(../images/2013/socials/gplus-hover.png) !important;
}
.pinterest{
	background-image:url(../images/2013/socials/pinterest.png) !important;
}
.pinterest:hover{
	background-image:url(../images/2013/socials/pinterest-hover.png) !important;
}

.instagram{
	background-image:url(../images/2013/socials/instagram.png) !important;
}
.instagram:hover{
	background-image:url(../images/2013/socials/instagram-hover.png) !important;
}

.email{
	background-image:url(../images/2013/socials/email.png) !important;
}
.email:hover{
	background-image:url(../images/2013/socials/email-hover.png) !important;
}
*/
.login_form{
	z-index:1001;
	display:none;
	width:280px;
	height:160px;
	background:#E4E2E2;
	position:absolute;
	margin-top:30px;
	background-image: -ms-linear-gradient(top, #E4E2E2 0%, #959494 100%);
	background-image: -moz-linear-gradient(top, #E4E2E2 0%, #959494 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E4E2E2), color-stop(1, #959494));
	background-image: -o-linear-gradient(top, #E4E2E2 0%, #959494 100%);
	background-image: linear-gradient(to bottom, #E4E2E2 0%, #959494 100%);
	padding:4px 8px;
	font-size:12px;
	
}
.login_form span{
	margin-top:4px;
	width:100%;
	float:left;
	color:#000;
	font-weight:bold;
}
.login_form a{
	font-weight:500;
	color:#7a613b;
}
.login_form a:hover{
	font-weight:500;
	color:#000;
}
.stxtstyle{
	width:200px;
	padding:4px 8px;
	margin-top:10px;
	float:left;
}
.button {
   border-color: #ccc;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 0px 4px 1px #e2e2e2 inset;
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 20px;
   
}
.button:hover{
	 box-shadow: 1px 1px 4px 1px #e2e2e2 inset;
}

.social-media{
	background-image: url("../2013images/social-bg.jpg");
    height: 40px;
    padding: 8px 20px;
}
#main_menu{
	height:38px;
	cursor:pointer;
	width:810px;
	margin: auto;
	text-align:center;
}


#content{
	border:0;
	background-color: #FFF;
	background-image: url("../2013images/f1-bg.png");
	background-position: center top;
    background-repeat: no-repeat;
}
#inner_container{
	border:0px solid;
	width:1000px; 
	margin:0px auto 0px;
	
}
.see_everywhere{ 
	list-style:none;
	margin-left:10px;
}
.see_everywhere li{
	float:left;
	height:30px;
	cursor:pointer;
}
.see_instagram{
	background-image:url(../../images/2013/socials/ev_insta.png);
	background-repeat:no-repeat;
}
.see_pinterest{
	background-image:url(../../images/2013/socials/ev_pin.png);
	background-repeat:no-repeat;
}
.see_google{
	background-image:url(../../images/2013/socials/ev_google.png);
	background-repeat:no-repeat;
}
.see_youtube{
	background-image:url(../../images/2013/socials/ev_youtube.png);
	background-repeat:no-repeat;
}
#footer_wrapper{
	height:390px;
	background-image:url(../images/footer_bg.jpg); background-repeat:repeat-x;
	background-color:#fff;
	padding-top: 10px;
}
.footer{
	width:960px; margin:0px auto 0px;
}
.clear{
	clear:both;
}
.clear5{
	clear:both;
	height: 5px;
}
.clear10{
	clear:both;
	height: 10px;
}
.clear15{
	clear:both;
	height: 15px;
}
.clear20{
	clear:both;
	height: 20px;
}
.clear30{
	clear:both;
	height: 30px;
}
.clear40{
	clear:both;
	height: 40px;
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  	margin: 0;
  	padding: 0;
  	position: relative;
	z-index:1000;
	font-family: AvantGarde LT Condbook, Arial, Helvetica, sans-serif !important;
	font-size: 15px;
}
#cssmenu {
  	/*border-radius: 5px 5px 0 0;*/
    height: 36px;
    margin: auto;
	background-color: #000; 
	width: 960px;
	padding: 0 20px;
}
	#cssmenu:after,
	#cssmenu ul:after {
	  content: '';
	  display: block;
	  clear: both;
	}
	#cssmenu a {
		color: #FFF;
		cursor: pointer;
		display: inline-block;
		font-size: 14px;
		line-height: 36px;
		padding: 0 15px;
		text-decoration: none;
	 
	}
	#cssmenu ul {
	  list-style: none;
	}
	#cssmenu > ul {
	  float: left;
	}
	#cssmenu > ul > li {
	  float: left;
	  /*width: 160px !important;*/
	}
	#cssmenu > ul > li:hover:after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  position: absolute;
	  left: 50%;
	  bottom: 0;
	  border-left: 10px solid transparent;
	  border-right: 10px solid transparent;
	  border-bottom: 10px solid #866c44;
	  margin-left: -10px;
	  color:#866c44;
	}
	#cssmenu > ul > li:first-child > a {
	  border-radius: 5px 0 0 0;
	  -moz-border-radius: 5px 0 0 0;
	  -webkit-border-radius: 5px 0 0 0;
	}
	#cssmenu > ul > li:last-child > a {
	  border-radius: 0 5px 0 0;
	  -moz-border-radius: 0 5px 0 0;
	  -webkit-border-radius: 0 5px 0 0;
	}
	#cssmenu > ul > li.active a {
	  box-shadow: inset 0 0 3px #000000;
	  -moz-box-shadow: inset 0 0 3px #000000;
	  -webkit-box-shadow: inset 0 0 3px #000000;
	  background: #f2f2f2;
	  background:url() 100% 100%; 
	  background: -moz-linear-gradient(top, #e5e5e5 0%, #f2f2f2 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #f2f2f2));
	  background: -webkit-linear-gradient(top, #e5e5e5 0%, #f2f2f2 100%);
	  background: -o-linear-gradient(top, #e5e5e5 0%, #f2f2f2 100%);
	  background: -ms-linear-gradient(top, #e5e5e5 0%, #f2f2f2 100%);
	  background: linear-gradient(to bottom, #e5e5e5 0%, #f2f2f2 100%);
	  color:#866c44;
	}
	
	#cssmenu > ul > li:hover > a {
	 /* background: #f2f2f2;
	  background: -moz-linear-gradient(top, #e5e5e5 0%, #f2f2f2 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #f2f2f2));
	  background: -webkit-linear-gradient(top, #e5e5e5 0%, #f2f2f2 100%);
	  background: -o-linear-gradient(top, #e5e5e5 0%, #f2f2f2 100%);
	  background: -ms-linear-gradient(top, #e5e5e5 0%, #f2f2f2 100%);
	  background: linear-gradient(to bottom, #e5e5e5 0%, #f2f2f2 100%);
	  box-shadow: inset 0 0 3px #dbdbdb;
	  -moz-box-shadow: inset 0 0 3px #dbdbdb;
	  -webkit-box-shadow: inset 0 0 3px #dbdbdb;*/
	  color:#CCC;
	}
	#cssmenu .has-sub {
	  z-index: 1;
	}
	#cssmenu .has-sub:hover > ul {
	  display: block;
	}
	#cssmenu .has-sub ul {
	  display: none;
	  position: absolute;
	  width: 200px;
	  top: 100%;
	  left: 0;
	}
	#cssmenu .has-sub ul li {
	  *margin-bottom: -1px;
	}
	#cssmenu .has-sub ul li a {
	  background: #ccc; /*#f7f7f7;*/
	  border-bottom: 1px dotted #aaa;
	  filter: none;
	  font-size: 12px;
	  display: block;
	  line-height: 120%;
	  padding: 10px;
	  color:#866c44;
	
	}
	#cssmenu .has-sub ul li:hover a {
	  background: #dbdbdb;
	}
	#cssmenu .has-sub .has-sub:hover > ul {
	  display: block;
	}
	#cssmenu .has-sub .has-sub ul {
	  display: none;
	  position: absolute;
	  left: 100%;
	  top: 0;
	}
	#cssmenu .has-sub .has-sub ul li a {
	  background: #866c44;
	  border-bottom: 1px dotted #866c44;
	}
	#cssmenu .has-sub .has-sub ul li a:hover {
	  background: #866c44;
	}
	
	.slide_caption{
			height:34px;
		}	
		.title1{
			float:left;
			font-size:30px;
			padding:2px 0px;
		}
		.title2{
			color: #262626;
			float: left;
			font-size: 30px;
			margin-left: 10px;
			margin-top: 4px;
		}
		.date_title{
			float:right;
			margin-left:10px;
			padding:2px 0px;
			font-size:28px;
			margin-top:2px;
			color:#888;
		}
	
	
#prev {
	background-image: url(../2013images/gui-prev.png ) !important;
	left: 50%;
	margin-left: -480px;
}
#next {
	background-image: url(../2013images/gui-next.png ) !important;
	right: 50%;
	margin-right: -480px;
}

.title-1{
	font-family:Book Antiqua; font-size: 50px;
	background-image:url(../2013images/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
}
.title-1 a{
	color: #333;
}
a.dark{
	color: #000;
}


.smedia{
	 background-image: url("../2013images/connect.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: right;
    height: 85px;
    padding: 40px 0 0;
    width: 320px;
}
.smedia div{
	background-repeat:no-repeat;
	margin: 3px 7px;
	cursor: pointer;
	text-align:center;
	vertical-align: bottom;
	float:left;
}
.smedia div.fb{
	width: 28px;
	height: 26px;
	background-image:url(../2013images/fb.png);
	float:left;
	
}
.smedia div.twitter{
	width: 28px;
	height: 26px;
	background-image:url(../2013images/twitter.png);
	float:left;
	
}
.smedia div.pinterest{
	width: 28px;
	height: 26px;
	background-image:url(../2013images/pinterest.png);
	float:left;
}
.smedia div.gplus{
	width: 28px;
	height: 26px;
	background-image:url(../2013images/gplus.png);
	float:left;
}
.smedia div.email{
	width: 28px;
	height: 26px;
	background-image:url(../2013images/email.png);
	float:left;
}


.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #555;
	padding: 6px 9px 5px;
	margin: 2px;
	background-color:#555;
	color:#FFF !important;
	font-size:11px;
	border-radius: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color:#999;
	color:#FFF;
	border:#999 1px solid;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background-color:#999;
}
span.extend{
	background: none;
	background-color:#FFF;
	border:none;
	color:#000;
}

#submit {
	background: url("../images/search.png") no-repeat scroll 4px 4px #EEEEEE !important;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer;
    float: right;
    height: 28px;
    width: 28px;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	border-bottom: 3px solid #333333;
    color: #666666;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin-bottom: 10px;
    text-transform: uppercase;
 }
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 12px;
	letter-spacing: -1;
	list-style:none;
	border-bottom:1px dashed #CCCCCC;
}
.widget a {
	text-decoration: none;
}


/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

#secondary {
    float: left;
    width: 200px;
	margin: 10px 0;
}

/*slider*/
#wrapper {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: absolute;
}
#bannerslider div {
	width: 994px;
	height: 400px;
	float: left;
	position: relative;
}
#bannerslider div.selected {
}
#bannerslider div img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#bannerslider div span {
	background-color: #fff;
	color: #999;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: 8;
}
#prev, #next {
	background: center center no-repeat transparent;
	display: block;
	width: 52px;
	height: 96px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	z-index: 1000;
	padding: 10px;
}
#prev.disabled, #next.disabled {
	opacity: 0.2;
	cursor: default;
}
#prev.disabled:hover, #next.disabled:hover {
	background-color: transparent;
}

/*end slider*/