/*
Theme Name: Smoke-Free Oklahoma
Theme URI: 
Description: Custom Theme for Smoke-Free Oklahoma
Version: 1
Author: Nick Sayre for Maxus Creative
Author URI: http://maxuscreative.com.com
Tags:
*/


/* =About this file

File: CSS for Smoke-Free Oklahoma
Author: Nick Sayre for Maxus Creative
Site: nicksayre.com
Contact: nicksayre@gmail.com
*/

/* =Colors
	#17458d;	Dark Blue		Body bg
	#337abe;	Blue			Links
	#c5d8f5;	Baby Blue		Input fields
	#d22515;	Red				h1, h2
	#ff301d;	Bright Red		red link hovers
	#dfdbcf;	Dark Tan		Boxes

*/

/* =Reset
------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline:none;
}

a img, a img:hover {
	border: none;
}
table {
	border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:"Museo Slab", georgia, serif;
}


/* =IE6
------------------------------------------------------------*/

/* img, div, a, h1, h2, h3, input {
	behavior: url(/iepngfix/iepngfix.htc);
} */





/* =Fonts / Import fonts
------------------------------------------------------------*/
@font-face {
	font-family: "Museo Slab";
	src: url(/fonts/Museo_Slab_500.otf);
}

/* =General
------------------------------------------------------------*/
body {
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background: #17458d url(/img/bg-body.jpg) no-repeat center top;
}

/* =Links */
a {
	color: #337abe;
}
a:hover {
	color: #3490e8;
}


/* =Headings */
h1, .home h2 {
	margin: 10px 0;
	font-size: 24px;
	color: #d22515;
	border-bottom: 1px dotted #d22515;
}
h1 a, h2 a {
	color: #d22515;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #ff301d;
}

h2 {
	font-size: 18px;
	color: #17458d;
}
h3 {
	font-size: 17px;
	color: #d22515;
}
h4 {
	font-size: 16px;
	color: #17458d;
}
h5 {
	font-size: 15px;
	color: #d22515;
}
h6 {
	font-size: 14px;
	color: #17458d;
}



/* =Other */
p {
	margin: 1em 0;
	line-height: 1.3em;
}
ul, ol {
	margin: 1em 0 1em 25px;
}
ul li, ol li {
	margin: .5em;
}


/* =WordPress Classes */
.alignright {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}
.alignleft {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}
.alightcenter {
	margin: 20pc auto;
}

/* =Helpers (Forms, notifications, errors, etc.)
------------------------------------------------------------*/



.blockLabel {
	display: block;
	margin-bottom: 5px;
}

input[type="checkbox"]  {
	margin-right: 7px;
}
input[type="text"], textarea {
	padding: 10px;
	margin-right: 15px;
	border: none;
	background: #dfdbcf;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
textarea {
	width: 350px; height: 150px;
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
}
input[type="submit"] {
	margin-top: 10px;
}
form div {
	margin: 10px 0;
}
.superLabel {
	font-family:"Museo Slab", georgia, serif;
	font-size: 17px;
	color: #d22515;
	margin-bottom: 5px;
}
form p {
	margin-top: 0;
}

.shortInput {
width: 6em;
}

fieldset {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #dfdbcf;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}



#petitionBtn {
	display: block;
	height: 113px;
	background: url(/img/bg-petition.jpg) no-repeat;
	text-indent: -1000em;
}
#supportForm {
	margin-top: 20px;
}
small {
	display:block;
	text-shadow: 1px 1px 0 #fff;
	padding: 0 10px;
	font-size: 9px;
}

.post {
overflow: hidden;
}

/*
#petition {
	background: #476fab url(/img/bg-petition.jpg) repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	color: #14366e;
}
#petition h2 {
	width: 246px; height: 68px;
	background: url(/img/bg-heading-petition.png) no-repeat;
	text-indent: -1000em;
	border-bottom: none;
	margin: 0 auto 10px;
}
#petition input[type="text"] {
	background: #c5d8f5;
}
#petition input[type="text"]:focus {
	background: #fff;
}
#submitWrapper {
	width: 173px;
	margin: 0 auto;
}
/*




/* =Layout
------------------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#branding {
	height: 135px;
	padding-bottom: 40px;
	position:relative;
}
#nav {
	position: absolute;
	right: 0;
	margin: 0;
	list-style-type:none;
	font-family:"Museo Slab", georgia, serif;
	text-transform:uppercase;
	text-shadow: 1px 1px #000;
}
#nav li {
	height: 135px;	
	float: left;
	margin: 0;
	margin-left: 1px;
	display:inline; /* KLUDGE: IE */
}
#nav a {
	color: #fff;
	height: 135px;
	line-height: 175px;
	padding: 80px 8px 40px;
	text-decoration:none;
}
#nav a:hover, #nav .current_page_item a {
	color: #c5d8f5;
	background: url(/img/bg-nav-item.png);
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}



#logo {
	width: 305px; height:255px;
	position: absolute;
	left: 10px;
	background: url(/img/bg-logo.png) no-repeat;
}
#logo a {
	display: block;
	height:255px;
	text-indent: -1000em;
}
#logo h1 {
	border-bottom: none;
}
h1 span, h2 span {
	font-size: 10px;
	text-transform: uppercase;
}
h1 span a, h2 span a {
	padding: 2px;
}
h1 span a:hover, h2 span a:hover {
	padding: 4px;
	padding-bottom: 2px;
	background: #ff301d;
	color: #fff;
}

#content {
	padding: 30px;
	background: #f7f2e2 url(/img/bg-content.jpg) repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}

#primaryContent {
	float: left;
	width: 580px;
	margin-top: 60px;
}
#secondaryContent {
	float: right;
	width: 280px;
}




/* =Features */

#featuresPrimary {
	float: left;
	width: 380px;
}
#featuresSecondary {
	float: right;
	width: 180px;
	padding-top:19px;
}

#facts {
	float: left;
	width: 180px; height: 152px;
	background: url(/img/bg-facts.png) no-repeat;
	text-indent: -1000em;
}
#getInvolved {
	float: right;
	width: 180px; height: 152px;
	background: url(/img/bg-getInvolved.png) no-repeat;
	text-indent: -1000em;
}
#facebook {
	display: block;
	height: 65px;
	background: url(/img/btn-facebook.png) no-repeat;
	text-indent: -1000em;
}
#twitter {
	margin-top: 5px;
	display: block;
	height: 65px;
	background: url(/img/btn-twitter.png) no-repeat;
	text-indent: -1000em;
}

/* =Twitter */
.twtr-hd, .twtr-ft {
	display:none;
}

.twtr-widget .twtr-tweet-wrap {
	padding: 0 0 5px 0 !important;
}

#tweetsWrapper {
	background: #dfdbcf;
	margin-top: 20px;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#tweetsWrapper h2 {
	text-indent: -1000em;
	margin-top: 0;
	height: 17px;
	background: url(/img/bg-heading-tweets.jpg) no-repeat;
	border-bottom: none;
}
#tweets {
	margin-bottom: 10px;
}

#follow {
	font-size: 12px;
	font-family:"Museo Slab", georgia, serif;
	text-transform: uppercase;
}



/* =blogList */

#blogList {
	background: #dfdbcf;
	margin: 20px 0;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#blogList h2 {
	text-indent: -1000em;
	margin-top: 0;
	height: 17px;
	background: url(/img/bg-heading-blog.jpg) no-repeat;
	border-bottom: none;
}
#blogList h2 a {
	display: block;
	height: 17px;
	width: 60px;
}


#blogList ul {
	margin: 1em 10px;
	list-style-type: square;
}





/* =Single */
#continuedReading {
	clear: both;
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #dfdbcf;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#continuedReading ul {
	margin: 0;
	list-style-type: none;
}
#continuedReading li {
	margin-left: 0;
}

/* =Share =AddThis */
.addthis_toolbox {
	float: right;
	overflow: hidden;
	margin-bottom: 10px;
}
.share {
	float: left;
	padding-right: 5px;
}

/* =footerNav */
#footerNav {
	margin: 20px 0;
	padding: 20px;
	list-style-type:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	background: url(/img/bg-nav-item.png);
}
#footerNav li {
	margin: 0;
	display: inline;
	margin: 0 10px;
}
#footerNav a {
	color: #fff;
	font-family:"Museo Slab", georgia, serif;
	text-transform:uppercase;
	text-decoration:none;
}
#footerNav .current_page_item a {
	color: #c5d8f5;
	border-bottom: 3px solid #c5d8f5;
}
#footerNav a:hover {
	color: #c5d8f5;
	border-bottom: 3px solid #c5d8f5;
}

/* =Footer */
#footer {
	padding: 30px;
	margin-bottom: 20px;
	font-size: 12px;
	background: #f7f2e2 url(/img/bg-content.jpg) repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}
#footer p {
	margin: .2em 0;
}
#footer dt {
	color: #d22515;
	font-family:"Museo Slab", georgia, serif;
}



#footerPrimaryContent {
	float: left;
	margin-right: 20px;
	width: 180px;
	display:inline; /* KLUDGE: IE */
}
#footerSecondaryContent {
	float: left;
	width: 430px;
}
#footerTertiaryContent {
	float: right;
	width: 160px;
}

/* =Pages
------------------------------------------------------------*/

/* =Overrides
------------------------------------------------------------*/
.noBullet {
	list-style-type: none;
}
