/* 
Theme Name: JRS 2.2 Yellow
Description: One Column Fixed Width Centred
Author: Ben Huddleston
Author URI: http://www.get-simple.com/

*/

/* ----------------------- GLOBALS ----------------------- */
* {
	margin:0;
	padding:0;
	border:0;
}

html {
	height: 100.1%;
}

body {
	height: 100%;
	font:76%/190% Geneva, Arial, Helvetica, sans-serif;
	color:#808080; 
}

#wrapper{
	width: 100%;
	overflow: hidden;
	min-height: 100%;
	position: relative;
/*	background: #FFF url(images/bg.png) repeat-y center;*/
}
* html #wrapper{
	height: 100%;
	overflow: visible;
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

.acollage {
	
}


/* ----------------------- TEXT FORMATTING ----------------------- */
h1 {
	font-family: "futura-pt",Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
}

h2 {
	font-family: "futura-pt",Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
}


h1.story-title, 
h2.story-title {
	text-transform:uppercase;
	text-align:center;
	margin-bottom:15px;
	font-size:250%;
	font-weight:normal;
	color:#FAC32F;
	display:block;
}

h2.story-title a { 
	text-decoration:none; 
}

h2.story-title a:hover {
	color: #222222;
}

h3.story-sub-title {
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	margin-bottom:60px;
	display:block;
	font-size: 120%;	
}

div.block h2 {
	color:#FAC32F;
	display:block;
	font-weight:normal;
	margin-top:20px;
	text-transform:uppercase;
	font-size:150%;
}


a { color:#FAC32F; }


.post p {
	margin-bottom:1em;
}

.pink { color:#FAC32F; }

/* ----------------------- STRUCTURE ----------------------- */
#archives { background:#1C1C1C; }

#top-bar {
	background:#FAC32F;
}

.middle {
	width:970px;
	margin:0 auto;
	position: relative;
}


#nav {
	position: relative;
	margin: 0 auto;
}

#search {
	width:200px;
	/*float:right;
	display:inline;*/
	margin-top:9px;
	position: absolute;
	right: 0;
}

#content {
	width:930px;
	margin:0 auto 340px auto;
	padding-bottom: 30px;
}

a#header {
	width:928px;
	height:124px;
	margin:30px auto 75px auto;
	background:url(images/header.png) no-repeat;
	display:block;
	text-indent:-99999px;
}



#posts {
	width:906px;
	margin:0 auto;
}

#paged-nav {
	margin-bottom: 4em;
	display: block;
	clear: both;
}

#bottom-bar {
	background:#1C1C1C;
	width:100%;
	height: 370px;
	position: absolute;
	left: 0;
	bottom:0;
	padding: 0;
	z-index: 100;
	margin: 100px 0 0 0;
	overflow: hidden;
}

#footer-final {
	clear:both;
	margin:2em 0;
	border-top:1px solid #333;
}

#footer-blocks, #footer-final {
	width:930px;
	margin:0 auto;
}

#footer-blocks { margin-bottom:4em; }


/* ----------------------- NAVIGATION ----------------------- */

#nav ul {
	list-style:none;
	margin-left:10px;
}


#nav li {
	float:left;
	margin-right: 15px;
	padding:10px 0;
	position: relative;
}

#nav a {
	color:#2E2E2E;
	text-transform:uppercase; 
	padding:0 1px;
	text-decoration: none !important;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	padding: 3px 5px 7px;
}

#nav ul ul {
	visibility: hidden;
	margin: 0;
	position: absolute;
	top: 35px;
/*	background: url(images/dropdown-bottom-tall.png) no-repeat bottom left;*/
	width: 200px;
	padding: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .90;
	-moz-opacity: 0.90;
	overflow: hidden;
	border-bottom: 10px solid #FAC32F;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}




#nav ul li.products-cat ul { 
	width: 170px; 
}

#nav li:hover a, 
#nav li.hover a {
	background: #333333;
	color: #FFFFFF;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	
}

#nav li.single:hover a {
	background: #1C1C1C;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5p;
	border-radius: 5px;
	border-bottom: none;
	padding-bottom: 5px;
}

#nav li:hover span, 
#nav li.hover span {
	background: #FAC32F;
}

#nav li:hover ul, 
#nav li.hover ul, 
#nav li a:hover ul, 
#nav li a.hover ul, 
#nav li.sfhover ul { 
	visibility: visible;
	margin-left: -10px; 
}


#nav li li {
	float: none;
	margin: 0;
	vertical-align: top;
	height: auto;
	background: #1C1C1C;
	border-left: 10px #FAC32F solid;
	border-right: 10px #FAC32F solid;
	display: block;
	clear: both;
	padding: 0;
}

#nav li:hover li a {
	display: block;
	padding-left: 8px;
	text-transform: lowercase;
	color: #FFFFFF;
	background: #1C1C1C;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0p;
	border-radius: 0px;
}

#nav li li a  { 
/*	border-bottom: 2px solid #FAC32F;*/
	padding: 0; 
}

#nav li ul.sub-menu li a:hover  { 
	color: #fff;
	color: #FAC32F;
	background: #060606;
}


#nav li:hover li a.none, #nav li.hover li a.none {
	border: none;
}

#nav div.phone {
	font-weight: bold;
	color: #2E2E2E;
	margin-left: -20px;
}

#nav div.phone span {
	font-weight: normal;
}

#nav div.phone li {
	position: absolute;
	text-transform: uppercase;
	right: 200px;
	top: 0;
}


/* ----------------------- HOMEPAGE ----------------------- */

.home { background: #fff; }

#outer {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
	overflow: hidden;
}
#middle {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	/* height: 701px */;
	height: 461px;
 } 
#inner {
	/* height: 701px; */
	height: 461px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
} 


#home-image { 
	width: 100%;
	height: 340px;
 	background: url(images/home-holder-wide.jpg) top no-repeat #1c1c1c;
	margin: 0 auto;
 }
 
 #bottom-bar-home {
 	background: #FAC32F;
	padding-bottom: 2px;
 }
 
.home-bar { 
	height: 25px;
}


#home-footer {
	height: 100px;
}

#nav.home-nav ul { 
	position: relative; 
	padding-top: 2px;
}

#nav.home-nav ul ul{
	position: absolute;
	top: auto;
	bottom: 22px;
	padding: 0px;
	background: url(images/dropdown-top-tall2.png) no-repeat top left;
	border-top: 10px solid #FAC32F;
	border-bottom: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius:  5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}


.home #nav li:hover a {
	padding-top: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.home #nav li:hover ul.submenu li a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


.home #nav li.single:hover a {
	background: #1C1C1C;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5p;
	border-radius: 5px;
	border-bottom: none;
	padding: 4px 5px 3px 5px;
}

#nav.home-nav li {
	padding: 0;
}

#nav.home-nav li li {
	margin: 0;
}

#home-search {
	width:200px;
	position: absolute;
	right: 0;
	top: 0px;
}

#searchform input#s.home-search {
	padding: 1px 2px;	
}

#searchform input#searchsubmit.home-search-submit {
	padding: 0;
}



span#footer {
	width: 970px;
	height: 99px;
	margin: 10px auto 0 auto;
	text-indent:-99999px;
	background:transparent url(images/footer.png) no-repeat scroll right top;
	display:block;

}

/* ----------------------- SEARCH ----------------------- */

form#searchform input {
	background:#FFE899;
	color:#2E2E2E;
}

form#searchform input#s {
	padding:3px;
	width:150px;	
}

form#searchform input#searchsubmit {
	padding:2px;
	width:25px;
}


/* ----------------------- IMAGES ----------------------- */	
	
	
.alignleft { float:left; margin:0px 10px 10px 0; border:0; }
.alignright{ float:right; margin:0px 0px 10px 10px; border: 0;}
.aligncenter { margin:10px auto; border: 0; width:685px;}	

	
.post img { 
	margin: 3px 5px 3px 5px;
	padding: 0px; 
	max-width: 906px; 
	border: none;
	}
	
.post img.wp-smiley {
	border: 0;
	margin: 0;
	padding: 0;
	}


/* ----------------------- POSTS ----------------------- */	
div.post {
	position:relative;
	padding-top:45px;
	margin:6em 0;
	clear:both;
}

div.post-meta {
	clear:both;
	margin-top:25px;
	border-bottom:1px solid #1C1C1C;
	text-align:right;
	min-height:35px;
}

span.post-info {
	padding-top:10px;
	float:right;
}

div.post div.entry input {
	background:#FFE899;
	color:#2E2E2E;
	padding:3px;
	width:150px;
	float: left;
	border:1px solid #1C1C1C;
}

/* ----------------------- POST COMMENT LINKS ----------------------- */

/*  top comments */
div.post div.top-comments {
	width:154px;
	height:50px;
	position: absolute;
	text-align:right;
	top:0;
	right:0;
}


div.post div.top-comments a, div.post div.bottom-comments a {
	color:#808080;
	text-decoration:none;
	display:block;
}


span.comments-text {
	z-index:0;
	position:absolute;
	right:0;
}

span.leftbrace, span.number, span.rightbrace {
	z-index:10;
	font-size:200%;
	font-weight:normal;
	color:#FAC32F;
	margin-top:-30px;
}

span.leftbrace, span.rightbrace {
	font-size:230%; 
}

span.leftbrace { padding-right:2px;}
span.number {	margin-right:45px; }
span.rightbrace { margin-right:-14px; }


/* bottom comments */

div.post div.bottom-comments {
	height:30px;
	position: relative;
	text-align:left;
	float:left;
	width:154px;
}

div.post div.bottom-comments span.leftbrace{
	float:left;
	margin-top:0;
	height:30px;
	display:block;
	line-height:30px;
	margin-right:2px;
}

div.post div.bottom-comments span.number {
	float:left;
	margin-top:5px;
	margin-right:0px;
}


div.post div.bottom-comments span.comments-text {
	float:left;
	margin:2px 0 0 -17px;
	padding:0;
	position:relative;
}


div.post div.bottom-comments span.rightbrace {
	float:left;
	margin-top:4px;
	margin-left:1px;
}

/* ----------------------------------------------- IMAGES -----------*/	
	
	
.alignleft { float:left; margin:0px 10px 10px 0; border:0; }
.alignright{ float:right; margin:0px 0px 10px 10px; border: 0;}
.aligncenter { margin:0px auto 10px auto; border: 0;}		


/* ----------------------- POST COMMENTS ----------------------- */

#comments {
	display:block;
	clear:both;
	margin:10px 0;
}

.commentbox {
	background: transparent;
	border: 1px solid #555;
	padding: 5px;
	margin-bottom: 15px;
	}

.commentby {
	font-size: 14px;
	text-transform: uppercase;
	}
	
.commentinfo {
	font-size: 10px;
	margin-top: -10px;
	border-bottom: 1px solid #efefef;
	}

.commentid {
	float: right;
	font-size: 24px;
	font-style: italic;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.commentid a {
	text-decoration: none;
	}

#postcomment { text-transform:lowercase; }
#commentform {  }
/*#commentform  #comment { width:450px; }*/
#commentform input#author, #commentform input#email, #commentform input#url, #commentform textarea, #commentform input#submit {
	background:#1C1C1C;
	font-size: 95%;
	padding: 3px;
	color: #ccc;
 }
#commentform input, #commentform textarea  { border: 2px solid #1C1C1C; }
#commentform input:hover, #commentform textarea:hover { border: 2px solid #444;}
#commentform input:focus, #commentform textarea:focus { border: 2px solid #FAC32F; }
#commentform textarea { width:99%; font-size: 110%;}
#commentlist li { border: 2px solid #BAA99F; margin-bottom: 20px; padding-left: 20px;}
#commentlist li ul { border-left: 1px solid #ddd; font-size: 110%; list-style-type: none;}



/* ----------------------- CONTACT FORM  ----------------------- */
div.failure { 
	color: #fff; 
	background:#C33077; 
	display: block; 
	padding: 3px 5px; 
}

#cformsform ol {
	list-style: none;
}

#cformsform ol li {
	display: block;
	overflow: visible;
	height: auto;
}

#cformsform label {
	display: block;
	clear: left;
	padding-top: 10px; 
}

#cformsform input, #cformsform textarea {
	display: block;
	/* background:#FFE899 none repeat scroll 0 0; */
	border:1px solid #1C1C1C;
	/*color:#2E2E2E;
	padding:3px;*/
	width:150px;
	clear: left;
	float: left;
	background:#1C1C1C;
	font-size: 95%;
	padding: 3px;
	color: #ccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

html body #cformsform textarea { 
	width: 400px; 
	font-size:100%; 
	font-style: Geneva, Arial, Helvetica, sans-serif;
}

#cformsform span.reqtxt, #cformsform span.emailreqtxt { 
	float: left; 
	display: inline; 
	margin-left: 5px;
}

#cformsform .cf_hidden { display: none; }

#cformsform #sendbutton {
	margin: 10px 0 0 0;
	padding: 3px;
	width: auto;
}


#cformsform li#li--5 {
	padding-top: 10px; 
	clear: left;
	display: block;
}


#cformsform #li--5items input {
	display: inline;
	float: none; 
	width: auto;
	margin-right: 4px;
}

#cformsform #li--5items label {
	display: inline;
	clear:none;
	margin-right: 7px;
}

p.linklove { display: none; }



/* calendar/date picker */
table.jCalendar {
	border: 1px solid #666;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #444;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #f0f0f0;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

div.dp-popup {
	position: relative;
	background: #d6eafe;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: auto;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
	border:2px solid #c2e0f8;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 3px 0pt 4px;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}


/* ----------------------- PAGE NAV LINKS ----------------------- */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #1C1C1C;
	border: 1px solid #FFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #CCC;
	color:#FFCC33;
	background: #1C1C1C;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #1C1C1C;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	border: 1px solid #FFF;
	color:#FFCC33;
	background: #1C1C1C;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #000000;
	background-color: #FFFFFF;
}


/* ----------------------- FOOTER BLOCKS ----------------------- */

#footer-blocks .block {
	float:left;
	width: 44%;
	margin:0 5% 0 0;
}

#footer-blocks .lastblock {  margin:0 0 0 5%; }

#footer-blocks .block ul {
	margin-top:2em;
	list-style:none;
	border-top:1px solid #333333;
}

#footer-blocks .block ul ul {
	margin-top: 0;
}

#footer-blocks .block ul li {
	display:block;
	border-bottom:1px solid #333333;
}


#footer-blocks .block ul li a span.date {
	margin-right:10px;
	color:#FAC32F;
}

#footer-blocks .block ul li a {
	color:#9F9F9F;
	text-decoration:none;
}

#footer-blocks .block ul li a:hover {
	color:#FAC32F;
}


/* ----------------------- FINAL FOOTER ----------------------- */
#footer-final img {
	float:right;
	margin:25px 15px 0 0
}

#footer-final p.copyright {
	padding-top:5px;
}

#footer-final div.footer-nav {
	display:block;
	padding:1em 0;
}

#footer-final div.footer-nav ul { list-style:none; }
#footer-final div.footer-nav ul li { float:left; display:inline; margin-right:8px; }




#footer-final div.footer-nav a {
	text-decoration:none;
	text-transform:lowercase;
	color:#9F9F9F;
	background:url(images/slash.png) no-repeat 100% 50%;
	padding-right: 10px;
}

#footer-final div.footer-nav a:hover { color:#FAC32F; text-decoration:underline; }

#footer-final div.footer-nav a.rss { 
	padding-left:12px;
	background:url(images/rss.png) no-repeat 0 60%;
}




/* shadowbox */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:3000px; overflow: hidden;
}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px; overflow: hidden;}
#sb-body{position:relative;height:100%; overflow: hidden;}
#sb-body-inner{position:absolute;height:100%;width:100%; overflow: hidden; }
#sb-player.html{height:100%;overflow:hidden;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(../images/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px; color: #222;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(images/close.png);}
#sb-nav-next{background-image:url(images/next.png);}
#sb-nav-previous{background-image:url(images/previous.png);}
#sb-nav-play{background-image:url(images/play.png);}
#sb-nav-pause{background-image:url(images/pause.png);}
#sb-counter{float:left;width:45%; color: #222; }
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

iframe {
	overflow: hidden;
}
