/* @override 
	http://dvlp.ca/~twin/style/style.css
	http://localhost/~cody/twin-valley/style/style.css
*/

/*Core Html*/

HTML {

}

body {
	color: #444;
	font-family: 'Gentium Basic', serif;
	margin: 0;
/*
	background: url("../images/textureBG.png") repeat;
	background-position: 100% 100%;
	background-attachment: 100% 100%;
	background-size: auto 100%;*/

	font-family: 'Gentium Basic', serif;
	color: #000;
	font-size: 18px;
	line-height: 1.75em;
}


a{
	color: #697E23;
	font-family: 'Gentium Basic', serif;
}

a:hover{
	color: #9d8310;
}

div:focus {
	outline:none;
}

a:focus {
	outline:1px dotted;
}
/*
	//:: Contact Info page Link Styling Start	
*/
div#contactInfo a{
	color: #000;
	font-family: 'Gentium Basic', serif;
}

div#contactInfo a:hover{
	color: #9d8310;
}
/*
	//:: Contact Info Page Link Styling Finish
*/


h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	color: #222;
	font-family: 'Gentium Book Basic', serif;
}


form {
    margin: 0;
}

.icon{
	max-width: 20px;
	max-height: 20px;
	border: none;
}
.logo-link {
	display: block;
	margin-right: 20px;
	float: left;
}
.logo{
	margin-top: -2px;
	position: relative;
	z-index: 6;
	box-shadow: 0px 0px 5px #444;
	border: 0;
}

/*Core Divs*/

div#page {
/*	position: relative;*/
	margin: 0 auto;
	text-align: left;
	width: 100%;
	background: url('../images/texture.jpg') repeat-x center top;

	overflow: visible;
	margin-bottom: -80px;

}

div#headerWrap{
	position: relative;
	height: auto;
	margin: 0 auto;
	width: 100%;
	margin-bottom: -30px;
	text-align: center;
	z-index: 1;
	
}

div#header {	
	margin: 0 auto;
	height: auto;
	background-image: url('../images/headerTexture.png');
	background-repeat: repeat-x;
	background-color: #000;
	padding: 0px;	
}

div.wrapper{
	width: 100%; 
	margin: auto;
	
	overflow:visible;
	z-index: 5;
	background-image: url('../images/headerTexture.png');
	
}

div.wrapper div {
	
}

div#header h1 {
	padding: 10px 0 0 20px;
	font-size: 3.5em;
}
div#header-inner {
	width: 960px;
	margin: 0 auto;	
}
div#subHeader{

	margin: auto;
		
	width: 100%;
	padding-bottom: 20px;
	z-index: 1;
	background-image:url('../images/subFootBG.jpg');
	background-size: 100% auto;	
	background-position: 0% 90%;
	min-height: 185px;
	
}

div#subNavDiv{
	max-width: 100%;

	background-color: #d5b800;
	opacity: 0.7;
	border-bottom: 1px solid #9d8310;
}

div#main h1 {
	padding: 2px;
	font-size: 2em;
	margin-bottom: 20px;
	border-bottom: 1px solid #CBCBCB;
	padding-bottom: 10px;
}


div#contentWrap{
	position: relative;
	margin: 0 auto;
	margin-bottom: -15px;
/*
	border: 1px solid #DDD;
	padding: 10px 0;*/

	/*width: 960px;*/
	width: 1036px;
	max-width: 100%;
	z-index: 2;

}

div#content{	
	position: relative;
	top: 20px;
	margin: auto;
	margin-top: -5px;
	margin-bottom: -25px;
	min-width: 960px;
	min-height: 500px;
	border: solid;
	
	border-width: 0px;
	border-color: #AAA;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.8 );
	padding-bottom: 30px;
	
/*
	NOTE: These styles require CSS3, the only browser in the main stream that does not
	use CSS3 yet is any IE less than IE9. At the very bottom there is a block of style
	that was written specifically for IE8, it only requires to be properly implemented.
*/

	/*//:: Webkit (Chrome, Opera, etc) Box Shadow Style*/
	
						 
	/*//:: Mozilla (FireFox) Box Shadow Style*/
	
	/*//:: General Box Shadow Style
	  //:: (This works for most sites, the above styles are "Just in case")	
	*/
	


/*
 
	//:: The Styling the will allow box shadow in versions of IE less than IE9
	filter:
		progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=0, strength=10),
		progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=45, strength=10),
		progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=90, strength=20),
		progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=135, strength=30),
		progid:DXImageTransform.Microsoft.Shadow(color=#CCC, direction=180, strength=10),
		progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=225, strength=30),
		progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=270, strength=20),
		progid:DXImageTransform.Microsoft.Shadow(color=#000, direction=315, strength=10);
*/


}

div#main {
	width: 613px;
	padding: 10px 0;
	/*min-height: 400px;*/
	float: right;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 40px;
	line-height: 1.75em;
	font-size: 17px;
}

div#main .form{
	width: 100%;
	margin-right: 20px;
	margin-bottom: 40px;
	border-color: #CBCBCB;
	background-image: url('../images/formBG.png');
	
	border: 1px solid  #D6D5D1;
	padding: 20px;
	width: auto;
	-webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.5);
        
        box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

div#main .form fieldset{
	border: 0;
	
}

div#main .form fieldset label {
	border: 0;
	margin: 0;
	
}


.form-fb form fieldset {
    padding: 0 !important;
}
div#main .form fieldset input, div#main .form fieldset textarea {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	-webkit-box-shadow: inset  0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  inset 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

div#main .form h3 {
	font-family: 'Istok Web', sans-serif !important;	
	font-size: 25px;
	border-bottom: 1px solid #d0d0d0;
	/*padding-bottom: 10px;	*/
}
div#main label{
float: left;
min-width: 150px;
font-size: 14px;
vertical-align: middle;
font-family: 'Istok Web', sans-serif !important;	
font-weight:bold;
	
}
div#main label.checkboxlabel {
	font-weight:normal;
}
div#main textarea{
	height: 150px;
	width: 67%;
	font-family:"Arial";
	
}


div#main input[type="text"]{
	width: 225px;
	height: 25px;
	font-size: 14px;
	vertical-align: top;
}

div#main input[type="checkbox"]{
	display:inline-block;

}

.note{
	color: #000;
	/*margin-left: 140px;*/
	/*float:right;*/
	font-size: 0.9em !important;
	margin-left: 152px;
	padding: 0 !important;
}



div#main input[type="submit"]{
	margin-left: 152px;
/*
	border-color: #128041;
	border-radius: 5px;*/
	background-image: url('../images/button.png');
	background-repeat: no-repeat;
	width: 115px;
	height: 30px;
	/*background-color: #128041;*/
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	font-size:13px;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important; 
}

div#main input[type="submit"]:active{
	background-image: url('../images/buttonClicked.png');
	background-repeat: no-repeat;
}

div#side {
	width: 310px;
	min-height: 400px;
	margin-top: 20px;
	padding: 10px;
	padding-left: 38px;
	float: left;
	/*font-size: .75em;*/
	line-height: 1em;
	position: relative;
}

div#side img.sgmap {
	border: 1px solid #ddd;
}

.sectionContainer{
	width: 500px;
	/*background-color: #666;*/
	
}

.section{
	margin-left: 15px;
	width: auto;
	height: auto;
	color: #000;
	overflow: auto;
	
	
}
.section div.image-col {
	display: inline-block;
	margin: 10px 15px 15px 0;
	float: left;
	width: 200px;
}
div#main div.section div.image-col .originalaspect{
	width: auto; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 100%;
}
div#main div.section div.image-col .thumb {
	padding-right: 0;
}
.section > div.content-col {
	float: left;
	width: 355px;
}
/*.section > div.thumbnail-item {
	max-width: 300px;
}*/
.section {
	margin:15px 0;
}
.section h3{
	font-size: 18px;
	color: #000;

}

.section-content{
	margin: 5px 5px 5px 5px;

}
.section.ribbon {
	position: relative;
	height: 82px;
	width: 100%;
}
.section.ribbon .section-ribbon-left {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/ribbon-left.png);
	background-repeat: no-repeat;
	width: 39px;
	height: 82px;
}
.section.ribbon .section-ribbon-right {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/ribbon-right);
	background-repeat: no-repeat;
	width: 39px;
	height: 75px;
}
.section.ribbon h3 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 9px 13px 0 13px;
	/*width: 100%;*/
	text-align: center;
	background-image: url(../images/ribbon-top.png);
	background-repeat: repeat-x;
	box-shadow: 0 0 5px #999;
	height: 26px;
	padding: 15px 0;
	font-size: 30px;
	line-height: 26px;
	color: #ffffff;
	font-family: 'Courgette', cursive;	
	text-shadow: 1px 1px 0px #010101;
}
.section.ribbon h3 a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'Courgette', cursive;	
}
.moreLinkContainer{
	position: relative;
	float: right;
	clear: none;
	width: auto;
}


.call-out-box {
}
.call-out-box h3{
	font-size: 26px;
	font-family: 'Courgette', cursive;	
	margin-bottom: 10px;
}
.call-out-box.light {
	padding: 10px 15px;
	margin: 1.5em 0;
	border: 1px solid #fff;
	background: url('../images/navbg.gif') repeat-x;
	box-shadow: 0 0 12px #999999;
}

.call-out-box.dark {
	padding: 10px 15px;
	margin: 1.5em 0;
	background-color: #111;
	background-image: url('../images/headerTexture.png');
	color:#FEFEFE;
	box-shadow: 0 0 12px #999999;
	/*border: 1px solid #999;*/
}
.call-out-box.dark h3,
.call-out-box.dark a,
.call-out-box.dark p {
	color:#FEFEFE;
}
.call-out-box.dark a:hover {
	opacity: .1;
}
.call-out-box.light {
}
#bottomhook .call-out-box.light {
	margin: 3px;
}

.call-out-box.light a {
	color: #000;
}
#side .call-out-box {
	padding: 15px;
	margin-top: 0;
	margin-bottom: 50px;
}
#side .call-out-box h3 {
	font-size: 22px;
}
#side .call-out-box p{
	font-size: 16px;
	line-height: 1.5em;
}
.block-of-text a,
.call-out-box a{
	text-decoration: none;
}
.call-out-box p {
    padding: 0;
    margin: 0;
    
}
/*.block-of-text p a{
	display: block;
}*/


div#main img,
div#side img{
	max-width: 100%;
}

img.map-image {
	
	border: 1px solid #cccccc;
	
}
.safari div#footer {
	padding-top: 100px;	
}


.left-shadow{
	position: absolute;
	left: 0;
	margin-left: -20px;
	z-index: 100;
}

.top-shadow {
	position: absolute;
	top: 0;
	margin-top: -10px;
	z-index: 100;
}

.right-shadow{
	position: absolute;
	right:0;
	margin-right: -20px;
	z-index: 100;
}

.bottom-shadow {
	position: absolute;
	clear: none;
	bottom: -95px;
	vertical-align: bottom;
	z-index: 100;
}

.left{
	float: left;
	left: 0;
	margin-left: 25px;
	
}

.leftNoMargin{
	float: left;
}

.rightFloat img{
	float: right;
	margin-top: -7px;
	width: 250px;
	height: 100px;
	box-shadow: 0px 0px 0px !important;
}

.headerRibbon{
	background-image:url('../images/menu-heading-background.png');
	background-repeat: no-repeat;
	margin-left: -20px;
	height: 43px;
	width: 275px;
	padding-top: 20px;
	padding-left: 40px;
	color: #FFF;
	z-index: 5;
	position: absolute;
	top: 15px;
	font-family: "Gentium Basic", serif;
	font-weight: normal;
	font-size: 1.5em;
	text-shadow: 1px 1px 0px #010101;
}
.icon-cloud {
	/*background:url(../images/white-cloud-icon.png) no-repeat;*/
}

.bottomBorder{
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: #333;
}

div#footer {
	/*margin: 0 auto;*/
	height: 105px;
	width: 100%;
	text-align: left;
	/*padding: 103px 5px 5px;*/
	/*clear: both;*/
	color: #AAA;
	position:absolute;
	bottom:45px;
	/*padding-top: 53px;*/
	
}
div#footer a {
	font-family: 'Istok Web', sans-serif !important;	
}
div#footer i {
	display: inline;
	display: inline-block;
	font-size: 18px !important;
	width: 15px;
	vertical-align: bottom;
	line-height: 25px;
	/*margin-bottom: -2px;*/
}
div#footerContent{
	position: relative;
	/*top: 25px;*/
}
div#footerContent div.left {
	min-width: 190px;
}
div#footer h3{
	font-family: 'Gentium Basic', "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #FFF;
}

div#footer p{
	display: block;
	vertical-align: middle;
	font-family:"Arial", sans-serif;
	font-size: 14px;
	color: #FFF;
	vertical-align: middle;
	line-height: 23px;
	margin: 7px 0 0 0;
}

div#footerWrap{
	position: relative;
	width: 100%;
	margin: auto;
	
	/*margin-bottom: -25px;*/
	text-align: center;
	background-image:url('../images/footer.jpg');
	background-repeat: repeat-x;
	z-index: 0;
	height: 262px;
}

div#footer a {
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	vertical-align: middle;
}

div#footer a:hover{
	text-decoration: underline;
}

div#footerContent{
	/*height: auto;*/
	/*margin-top: -15px;*/
	overflow:auto;
	width:960px;
	margin:0 auto;
}

div#footerContent p img {
	margin-top: 0px;
	float: left;
	margin-right: 10px;
}

div#footerContent p a {
	/*margin-top: -3px;*/
	/*display: block;*/
	/*float: left;*/
	/*clear: right;*/
}
/*Nav*/

ul#nav {
	margin: 0 auto;
	/*padding: 8px;*/
	/*width: 100%;*/
	background-image: url('../images/headerTexture.png');
	height: 78px;
	text-align:left;
}


ul#nav ul.subnav{
	display: none;
}

ul#nav li {
	display: block;
	float: left;
}

ul#nav li a {
	display: block;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Gentium Basic', serif;
	text-decoration: none;
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 33px;
	height: 20px;
	border-top: solid;
	border-top-color: transparent;
	border-top-width: 5px;
	margin-top: 0;
	position: relative;
	width: auto;
	font-weight: normal;
}

ul#nav li.current-page a{
	color: #fad717;
	display: block;
	background: url('../images/nav-arrow.png') bottom center no-repeat;
	/*border-top: solid;
	border-top-color: transparent;
	border-top-width: 5px;
	margin-top: 0;*/
	margin-top: 0;
}
ul#nav li a:hover{
	color: #fad717;
	border-top: solid;
	border-top-color: #d5b800;
	border-top-width: 5px;
	display: block;
	margin-top: 0;
}



/*Side Navigation - The side navigation bar on the page*/
ul#sideNav, 
.sideNav {
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
	background: url('../images/navbg.gif') repeat-x;
	box-shadow: 0 0 12px #999999;
	padding: 58px 10px 0 10px;
	margin-top: 0;
	min-height: 100px;
	width: 285px;
	margin-bottom: 50px;
	
	
}
.current-conditions-heading { 
	font-size: 17px;
	font-weight: 700;	
}
h2.yellow { 
background-image:url('../images/menu-heading-background2.png') !important;


	font-family: 'Istok Web', sans-serif !important;
}
h2.green { 
	font-family: 'Istok Web', sans-serif !important;
}
h2.blue { 
background-image:url('../images/menu-heading-background-blue.png') !important;


	font-family: 'Istok Web', sans-serif !important;
}

h2.brown { 
background-image:url('../images/menu-heading-background-light-brown.png') !important;


	font-family: 'Istok Web', sans-serif !important;
}

h2.black { 
background-image:url('../images/menu-heading-background-brown.png') !important;


	font-family: 'Istok Web', sans-serif !important;
}

h2 span {
	/*float: right; display: block;*/ font-size: 14px;
	font-weight: 400;
	margin-top: 4px;
	margin-right: 20px;
}
div.sideNav {
	/*padding-top: 90px;*/
	font-size: 12px;
	font-family: 'Istok Web', sans-serif;
	color:#000;
}

.sideNav span.temp {
	font-size: 30px;
	line-height: 35px;	
}
.sideNav hr {
	height: 1px; 
	border: none;
	background-color: #000000;	
}

.sideNav table table th{
	font-size:12px;
}

#weathericon {
	width: 64px;	
}

span.weather-location {
	text-decoration: underline;
}

ul#sideNav li {
	border-bottom: solid;
	border-bottom-color: #d0d0d0;
	border-bottom-width: 1px;
	list-style: none;
}
ul#sideNav li:last-child {
	border: none;	
}
ul#sideNav li a {
	color: #000;
	font-size: 17px;
	padding: 15px 0 15px 10px;
	font-family: "Gentium Basic", serif;
	font-weight: bold;
	position: relative;
	z-index: 7;
	display: block;
	text-decoration: none;
	width: 100%;	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul#sideNav li.current-page a {
	background: url('../images/subnav-arrow.png') 2px center no-repeat;	
	padding-left: 17px;
}

/*Sub Navigation - Nav that shows up below top Nav on page*/
div#subNav{
	text-align: center;
	
}

ul#subNav {
	/*display: inline-block;
	float: left;
	height: auto;
	clear: right;
	background-color: #d5b800;
	padding: 0;
	margin: 0 auto;
	margin-left: 25px;	*/
	
	height: 40px;
	/*overflow: auto;*/
    margin: 0 auto;
    padding: 0;
    text-align: left;
    min-width: 960px;
    max-width: 100%;
}
#subNavDiv div {
	display: block;
	margin: 0 auto;	
}
ul#subNav li {	
	display: block;
	float: left;
}

ul#subNav li a {
	color: #000;
	line-height: 40px;
	padding: 0 15px;
	text-align: left;
	font-family: "Gentium Book Basic", serif;
	font-weight: bold;
	text-decoration: none;
	opacity: 0.7;
	display: block;
	font-size: 16px;
	width: auto;
}

ul#subNav li.current-page a,
ul#subNav li a:hover{
	
	/*font-weight: bold;*/
	color: #000;
	opacity: 1;
	background: url('../images/nav-arrow.png') no-repeat bottom center;
}


.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

h1.map{
	padding-bottom: 18px;
	border-bottom: solid;
	border-bottom-color: #CBCBCB;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}

.linkoriginalaspect{
	/*margin-left: 5px;*/
	margin-right: 20px;
	margin-bottom: 20px;
	width: 150px;
	height: 150px;
	padding: 5px;
	border: solid;
	border-color: #CBCBCB;
	border-width: 1px;
	-webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        
        box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.25);
}

.thumbnail-item .originalaspect {
	width:auto;
}

.originalaspect,
.staff-details .profile-picture img{
	border: solid;
	padding: 5px;
	border-color: #CBCBCB;
	border-width: 1px;
	width: 550px;
}

.thumb{
	border: solid;
	/*padding-right: 125px;*/
	border-color: #CBCBCB;
	border-width: 1px;
	
}

.captionlsmallmedia, 
.captionmedmedia {
	display: inline-block;
	max-width: 100%;
	padding: 3px;
	background-color: #ddd;
}
.caption {
	font-size: .9em;
	line-height: .9em;
	font-style: italic;
	padding: 0 5px 5px 5px;
}
#banner {
	max-width: 1010px;
	height: 318px;
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	margin: 0 auto;	
	position: relative;
}
#banner h1 {
	position: relative;
	top: 53px;
	left: 75px;
	color: #ffffff;
	text-align: left;
	font-family: 'Courgette', cursive;	
	text-shadow: 1px 1px 0px #010101;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
#banner #caption {
	left: 75px; 
	position: relative;
	top:70px;	
	color: #ffffff;
	width: 600px;
	text-align: left;
	font-size: 18px;
	font-family: 'GentiumBasic';
	font-weight: 100;
	
}
#banner #frame {
	width: 17.875em;
	height: 317px;
	position: absolute;
	right: -15px;
	top: 0px;
}
#banner #frame img {
	width:100%;
}
#banner #frame img.photo {
	position: absolute;
	left: 0;
	top: 0;	
	display: none;
	z-index: 1;
	
}
#banner #frame .frame {
	display: block;
	z-index: 2;
	position: absolute;
		
}

#banner #film-strip {
	position: absolute;
	left: 74px;
	bottom: 19px;
		
	
}
#banner #film-strip img {
	margin-right: 4px;	
	cursor:pointer;
	
}
#mobile-menu {
	position: absolute;
	right: 12px;
	float: right;
	display: none; 
	color: #fff;
	padding: 3px 10px;
	cursor: pointer;
	top: 10px;
	font-size: 18px;
	height: 24px;
	text-align: center;
	background-color: #3e3e3e;
	-webkit-border-radius: 2px;
	vertical-align: middle;
    border-radius: 2px;
    font-family: 'Istok Web', sans-serif;
		
}

.banner {
	max-width: 1010px;
	height: 318px;
	background-image: url('../images/green-mat.png');
	background-position: 30px 26px;
	background-repeat: no-repeat;
	margin: 0 auto;	
	position: relative;
}
.banner .banner-content {
	padding-top: 30px;
}
.banner .banner-content h1 {
	margin-left: 5px;
	background-image: url(../images/ribbon-left.png);
	background-repeat: no-repeat;
	height: 70px;
	text-align: left;
	/*width: 100%;*/
}
.banner .banner-content h1 span {
	display: inline-block;
	display: block;
	margin: 8px 40px 0 14px;
	background-image: url(../images/ribbon-top.png);
	background-repeat: repeat-x;
	box-shadow: 0 0 5px #999;
	height: 26px;
	padding: 15px 0 15px 58px;
	font-size: 30px;
	line-height: 26px;
	color: #ffffff;
	font-family: 'Courgette', cursive;	
	text-shadow: 1px 1px 0px #010101;
	border-radius: 0 3px 3px 0
}
.banner .banner-content h1 a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'Courgette', cursive;	
}

.banner .banner-content .banner-caption{
	left: 72px; 
	color: #ffffff;
	text-align: left;
	font-size: 18px;
	font-family: 'GentiumBasic';
	font-weight: 100;

}
.banner > div.thumbnail-item {
	/*position: relative;*/
	float: right;
	max-height: 100%;
	max-width: 30%;
	margin-top: 50px;
	display: block;

}
.banner > .thumbnail-item img {
	max-width: 100%;
	display: block;
	overflow: auto;
	position: relative;
	padding: 0;
	border: 0;
	box-shadow: 0 0 6px rgba(0,0,0,.5);
}


/*login form*/

#login-box {
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
	background: url('../images/navbg.gif') repeat-x;
	/*box-shadow: 0px 0px 5px #999;*/
	box-shadow: 0 0 12px #999999;
	padding: 10px;
	width: 285px;
	margin-bottom: 50px;
	overflow: auto;

}
#login-box .row {
	height: 20px;
	margin-bottom: 10px;
}
#login-box .row label {
	display: block;
	float: left;
	width: 40%;
	font-size: 14px;
	font-family: 'Istok Web', sans-serif;
	color: #000;
	height: 20px;
	line-height: 20px;
}
#login-box .row input {
	display: block;
	float: left;
	width: 55%;
	height: 18px;
}
#login-box > form > input,
#login-box a.logout-link {
	-webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
	-webkit-box-shadow: inset  0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  inset 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	background-image: url('../images/button.png');
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #024c26;
	height: 24px;
	width: 80px;
	text-transform: uppercase;
}
#login-box.logged-in {
	color: #000;
	font-size: 17px;
	padding: 10px;
	font-family: "Gentium Basic", serif;
	font-weight: bold;
	position: relative;
	z-index: 7;
	text-decoration: none;
}
#login-box.logged-in a {
	padding: 10px 0;
	color: #000;
}
#login-box.logged-in a.logout-link{
	color: #fff;
	font-family: 'Istok Web', sans-serif;
	display: inline-block;
	padding: 8px;
	margin-left: 20px;
	text-decoration: none;
	vertical-align: baseline;
	height: auto;
	text-align: center;
}

/*CSS Hacks*/
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* hides from ie-mac \*/

* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */


.mobile-logo-small {
	display:none;
}
#mobile-nav-wrapper {
	display: none;
	z-index: 10;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	font-family: 'Istok Web', sans-serif;
}
#mobilenav {
	padding: 10px;
	background: #3E3E3E;
	list-style: none;
	margin: 0;
}
#mobilenav li {
	padding: 0;
}
#mobilenav li a {
	border-bottom: 1px solid #111;
	border-top: 1px solid #555;
	
}
#mobilenav > li:first-child a{
	border-top: navajowhite;
}

#mobilenav li ul {
	padding: 0;
	margin: 0;
}
#mobilenav li ul li {
	margin: 0;
}
#mobilenav li ul li a {
	padding-left: 20px;
}
#mobilenav li.current-page a {
	color: #fff399;
	background: url('../images/subnav-arrow.png') 0px center no-repeat;	
	padding-left: 20px;
	
}
#mobilenav li.current-page {

}


div#mobile-nav-wrapper #mobilenav li.current-page ul.subnav li a {
	color: #fff !important;
	background: none;
}
#mobilenav li:first-child {
	border-top: 0;
}
#mobilenav li:last-child {
	border-bottom: 0;
}
#mobilenav ul {
	list-style: none;
	padding-left: 10px;
}
#mobilenav  a {
	font-family: 'Istok Web', sans-serif !important;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px 0;
}
div#overlay {
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: 66px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.forecast {
	width: 33%;
	float: left;
	text-align: center;	
}
.forecast img { 
width: 48px;	
margin: 5px 0;
	
}

#lbImage {
	/*max-width:750px;*/
}

.mobile-logo {
	display:none;
}
.sideNav {
	background:#fff;
}
.google-news-widget,
.grain-future-widget,
.twitter-widget {
	position: relative;
}
.google-news-widget {
	/*height: 220px;*/
    /*overflow-y: scroll;*/
    width: 290px;
}

.google-news-widget .feed-item  a {
	color: #0084B4;
}

.google-news-widget .feed-item  a.green-link {
	color:#869457;
}

.google-news-widget .feed-item {
	border-bottom:1px solid #CDCDCD;
	padding:10px 3px;
}
.google-news-widget,
.grain-future-widget,
.twitter-widget {
	position: relative;
}
.google-news-widget .headerRibbon,
.grain-future-widget .headerRibbon,
.twitter-widget .headerRibbon {
	margin-top: 5px;
}
.grain-future-widget ul {
	list-style:none;
	padding:0;
	margin:0;
}

.grain-future-widget ul li {
	margin: 0 0 10px 0;
}

.grain-future-widget table {
	width:100%;
	border-collapse: collapse;
	font-size: 13px;
}

.grain-future-widget table thead tr {
	border-bottom:1px solid #000;
}


.grain-future-widget table tbody tr {
	border-bottom:1px solid #CBCBCB;
}

.grain-future-widget table tr td{
	
}

/*page animation stuff*/

/*.opacity.js -> this is targeting IE8 or below. the animations look weird if there's no opacity effect */
.opacity.js body, 
.opacity.js #content, 
.opacity.js #header, 
.opacity.js #splashContent, 
.opacity.js #nav li a, 
.opacity.js ul#subNav li a, 
.opacity.js ul#subNav li.current-page a { opacity: 0; }
.opacity.js body { margin-top: -5px; }
.opacity.js #content { margin-top: 25px;}
.opacity.js #header { margin-left: -50px; }
.opacity.js #splashContent { margin-top: 30px; }
.opacity.js #nav li a,
.opacity.js #subNav li a { text-indent: -50px; }




.safari #content {
	margin-bottom:0;
}
