/*
Theme Name:  Oregon Right to Know
Description:  Site for .
Author:  Oldmixon Hill
Version:  1.0

 */
 
  
/* + Fonts + */


/* +++ Defaults +++ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.4;
	color: #000;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

ol,ul {
	padding-left: 1.25em;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

a img {
	border: none;
}

html,body {
	height: 100%;
}

li {
	margin-top: .5em;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1;
	font-family: 'Fjalla One', 'Trade Gothic LT Std', Calibri, Verdana, sans-serif;
}

body {
	background: #325b8d;
	background-image: url(../../../page/-/backgrounds/secure_subdomain/bg_brussels.jpg);
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 0 bottom;
}

body, input, textarea {
	color: #222;
	font-family: 'Fjalla One', 'Trade Gothic LT Std', Calibri, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.3;
}

p {
	margin: .5em 0 .5em 0;
}

a {
	color: #51405A;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

/* Clearfix */
.group:before,.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* +++ Wordpress Posts +++ */

.post {
	font-family: Calibri, Tahoma, Verdana, sans-serif;
	font-size: 1.4em;
	color: #111;
}	


.post p {
	font-family: Calibri, Tahoma, Verdana, sans-serif;
/* 	-webkit-font-smoothing: subpixel-antialiased; */
	color: #111;
	}

.post ul,.post ol {
	margin-bottom: 1.5em;
}

.post ul li {
	margin-left: .5em;
	line-height: 1.2;
}

.post ol li {
	margin-left: .5em;
	line-height: 1.2;
}

.post em {
	font-style: italic;
}

.post strong {
	font-weight: 700;
}


img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

::selection {
	background-color: #006188;
	color: #fff;
}

::-moz-selection {
	background-color: #006188;
	color: #fff;
}

/* +++ Structure +++ */
header {
	height: 8em;
	width: 100%;
	position: relative;
	background-color: #fafafa;
	box-shadow: 0 0 5px rgba(30,30,30,.4);
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}

.bodywidth {
	width: 1000px;
	margin: 0 auto;
	}

header h1 {
	width: 240px;
	height: 155px;
	float: left;
	margin-top: 0;
	}

header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../../page/-/secure_subdomain/OR_RighttoKnow_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	}

header #joincampaign {
	float: right;
	text-align: right;
	min-width: 420px;
	margin: 1em 0 1em 0;
	}

header nav {
	float: right;
/* 	font-family: Rockwell, Georgia, serif; */
	text-transform: uppercase;
	font-size: 1.8em;
	letter-spacing: .05em;
	}

header nav ul {
	text-align: right;
	margin: .25em 0 0 0;
	padding: 0;
	list-style: none;	
	}

header nav li {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 .5em;
	position: relative;
	}

header nav a {
	text-decoration: none;
	color: #393939;
	padding: .25em .45em .15em .45em;
	}

header nav a:hover {
	color: #9c1100;
	}

header nav .donate a {
	color: #fafafa;
	background-color: #9c1100;
	}

header nav .donate a:hover {
	background-color: #393939;
	}

nav li ul {
	display: none;
}

nav li ul {
	display: none;
	margin: 0;
	height: auto;
	padding: .5em 15px .5em 15px;
	text-align: center;
	position: absolute;
	top: 1.25em;
	left: -80px;
	right: -80px;
	background-color: #fafafa;

	-webkit-box-shadow: 0 2px 3px rgba(30,30,30,.3);
	box-shadow: 0 3px 2px rgba(30,30,30,.3);
	z-index: 10;
}

nav li ul li {
	margin: .45em 0 .45em 0;
	padding: 0;
	font-size: .8em;
	display: block;
	float: none;
}

nav li ul li a {
	margin: 0;
	padding: 0;
}

nav li:hover > ul {
	display: block;
}


#content {
	width: 970px;
	padding: 15px;
	min-height: 20em;
	margin: 0 auto;
	margin-top: 12em;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(30,30,30,.4);
	
	}

#slider {
	width: 970px;
	height: 420px;
	background-color: #ddd;
	}

#takeaction {
	margin-top: 1.5em;
	}

#tiles > div {
	float: left;
	margin: 0 10px 0 10px;
	width: 303px;
	min-height: 150px;
	}

#maincontent {
	width: 62%;
	margin-right: 4%;
	min-height: 300px;
	float: left;
	}

#maincontent.pagewide {
	width: 96%;
	}

.post {
	padding: 0 .1em 0 1em;
	}

.pagewide .post p {
	width: 95%;
	}

#sidebar {
	width: 33%;
	float: left;
	min-height: 300px;
	}

footer {
	margin: 0 auto;	
	width: 33%;
	margin-bottom: 1em;
	}



/* +++ Details +++ */

header h1 a {
	opacity: 1;
	transition: .3s opacity ease;
	}


#joincampaign form {
	text-align: right;
	}

#joincampaign h4 {
	float: left;
	color: #00668f;
	}

#joincampaign form input {
	border: 1px solid #00668f;
	color: #00668f;
	font-size: 1em;
	padding: .2em .25em .1em .25em;
	font-weight: normal;
	font-family: Calibri, Tahoma, Verdana, sans-serif;
	}

#joincampaign input#email {
	width: 10em;
	}

#joincampaign input#zip {
	width: 4em;
	}

#joincampaign input[type=submit] {
	font-weight: bold;
	text-transform: uppercase;
	padding: .2em 2em .1em 2em;
	background-color: #ced6e2;
	color: #00668f;
	transition: background .2s linear, color .2s linear;
	}

#joincampaign input[type=submit]:hover {
	background-color: #00668f;
	color: #fff;
	}

h2.sectiontitle {
	text-transform: uppercase;
	text-align: center;
	color: #00358b;
	font-size: 1.2em;
	}


#takeaction a {
	display: block;
	float: left;
	margin: 0 10px 0 10px;
	width: 303px;
	border-radius: 3px;
	background-color: #00787d;
	text-decoration: none;
	background-image: url(images/bg_bluebuttons.png);
	background-repeat: repeat;
	transition: background .3s ease;
	}

#takeaction a:hover {
	background-color: #eee;
	}

#takeaction a h5 {
	background-image: url(images/icn_TellaFriend.png);
	background-repeat: no-repeat;
	background-position: 10px 30%;
	height: 50px;
	margin: 0;
	padding: 30px 25px 40px 130px;
	color: #fff;
	text-transform: uppercase;
	font-size: 2.1em;
	letter-spacing: .04em;
	line-height: 1.1;
	font-weight: normal;
	}

#takeaction a:hover h5 {
	text-shadow: 1px 1px 0 rgba(30,30,30,.3);
	
	}

a#action_volunteer h5 {
	background-image: url(images/icn_Volunteer.png);
	}

a#action_signatures h5 {
	background-image: url(images/icn_CollectSignatures.png);
	}

#sidebar #takeaction a {
	margin-bottom: 1em;
	}

#sidebar #takeaction h3, #sidebar #takeaction {
	margin: .25em 0 .5em 0;
	}

h3.subsection {
	font-size: 1.75em;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	color: #393939;
	padding: 0 0 .25em 0;
	border-bottom: 2px solid #393939;
	}

#news a {
	text-decoration: none;
	}

a.titlelink {
	text-decoration: none;
	}

h4.posttitle, h2.posttitle {
	font-size: 1.75em;
	color: #111;
	font-weight: normal;
	text-decoration: none;
	}

h2.posttitle {
	font-size: 2em;
	border-bottom: 1px solid #9c1100;
	padding-bottom: .25em;
	width: 95%;
	}

span.postdate {
	display: block;
	margin-top: .25em;
	font-size: .6em;
	font-family: 'PT Sans', Tahoma, Verdana, sans-serif;
	font-weight: 900;
	color: #9c1100;
	}

#news a:hover h4 {
	color: #9c1100;
	}

.postbody {	
	border-bottom: 1px solid #9c1100;
	margin-bottom: 1.5em;
	}

#why h3 {
	margin-bottom: .5em;
	}

#why a {
	display: block;
	width: 145px;
	height: 105px;
	margin: 4px 3px 3px 3px;
	background-color: #769a7e;
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	}

#why a:nth-child(odd) {
	margin-left: 4px;
	}

#why a span {
	position: absolute;
	bottom: 0;
	padding: .35em;
	font-size: 1.15em;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(30,30,30,.8);
	}

#why a:hover span {
	color: #222;
	text-shadow: 1px 1px 0 rgba(255,255,255,.4);
	}

a#whydo {
	background-image: url(images/why_why.jpg);
	}

a#whoelse {
	background-image: url(images/why_wholabels.jpg);
	}

a#raisecost {
	background-image: url(images/why_foodcosts.jpg);
	}

a#whosupports {
	background-image: url(images/why_whosupports.jpg);
	}

#partners {
	text-align: center;
	clear: both;
	}

#partners h3 {
	margin-bottom: .25em;
	margin-top: 1.5em;
	}

#partners a {
	display: inline-block;
	margin: 1em;
	padding: .5em;
	color: white;
	background-color: #006188;
	}

footer h4 {
	background-color: #eee;
	color: #113765;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: .45em .25em .35em .25em;	
	border: 2px solid #333;	
	}

/* +++ Social Sharing Box +++ */
.socials {
	width: 100%;
	height: 25px;
	padding: 0 0 1em 0;
	float: left;
	overflow: hidden;
}

.social_share {
	float: left;
	margin: 0 .5em 0 0;
	overflow: hidden;
}

.fb-like span {
	vertical-align: top !important;
	}


/* BSD Tools Style Overrides */

#event_results .datebox {
	width: 90px !important;
	}

#event_results .datebox > div {
	font-size: 16px !important;
	}



/* +++ Mobile +++ */

@media all and (max-width: 600px) {
	
		body {
			background-position: 0 center;
			}
		
		header {
			position: absolute;
			height: auto;
			}

		header h1 {
			margin: 0 auto;
			margin-top: 0;
			float: none;
			}

		header #joincampaign {
			position: absolute;
			min-width: 0;
			width: 100%;
			top: 0;
			left: 0;
			right: 0;
			margin: 0;
			padding-bottom: 1%;
			background-color: #fff;
			border-bottom: 1px solid #00358b;
			}

		#joincampaign form {
			text-align: center;
			}
		
		#joincampaign h4 {
			text-align: center;
			width: 100%;
			margin-bottom: 0;
			}
		
		#joincampaign form input {
			display: inline-block;
			text-align: center;
			}
		
		#joincampaign input#email {
			float: none;
			width: 28%;
			padding: 1%;
			margin: 1%;
			}
		
		#joincampaign input#zip {
			width: 28%;
			padding: 1%;
			margin: 1%;
			}
		
		#joincampaign input[type=submit] {
			width: 20%;
			padding: 1%;
			margin: 1%;
			}

		header nav {
			margin: 0 auto;
			float: none;
			text-align: center;
			padding-bottom: .5em;
			}
		
		header nav ul {
		display: none;
		}
		
		header nav select {
		display: inline-block;
		width: 90%;
		border-radius: 2px;
		background-color: #fff;
		font-size: .6em;
		padding: .2em .25em .1em .25em;
		}
		
		.bodywidth {
			width: 100%;
			}

		#content {
			width: 92%;
			margin: 19em 2% 0 2%;
			padding: 2%;	
			}
		
	
		#maincontent {
		width: 96%;
		margin: 2%;
		min-height: 300px;
		float: none;
		}

	#sidebar {
		width: 96%;
		margin: 2%;
		min-height: 300px;
		float: none;
		}

	footer {
		margin: 0 auto;	
		width: 90%;
		margin-bottom: 1em;
		}
	
	.post {
		padding: 0 .25em 0 .25em;
		word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		}

	.post table, .post tbody, .post tr {
		padding: 0;
		margin: 0;
		width: 100%;
		clear: both;
	}

	td {
		display: block;
		float: left;
		width: 100%;
		}

	td.label {
		width: 100% !important;
		text-align: left !important;		
		}
		
	.contact_importer_email, #from_email, #from_firstname, #from_lastname {
		width: 90% !important;
		}

	}