/*
Theme Name:     Speak Now
Theme URI:      http://speaknowcolorado.org/
Description:    Child of Toolbox 
Author:         PivotPoint
Author URI:     http://pivotpointllc.com/
Template:       toolbox
Version:        1.0
*/

@import url("../toolbox/style.css");

body {
	background: #3A383A url(img/gray-dot-bg.png) no-repeat top center;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}

#page {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	background: url(img/page-bg.png) ;
	position: relative;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS',serif;
	font-style: italic;
	margin-top: 0;
}

p {
	margin-top: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}

/* HEADER */
header#branding, div#header {
	height: 118px;
	background-color: #000;
}

#switch-language a {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f36523;
	color: #FFDCCC;
	text-transform: uppercase;
	width: 240px;
	height: 28px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}

#switch-language a:hover {
	color: white;
	background-color: #b12800;
}

#logo {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}

#logo-espanol {
	float: left;
	margin-left: 40px;
	margin-top: 30px;
	width: 360px
}


/* NAVIGATION */

#access {
	background: #eee;
	display: block;
	margin: 66px auto 1em auto;
	width: auto;
	float: right;
	background-color: #000;
}

#access ul {
	list-style: none;
	margin: 0;
	margin-right: 12px;
	padding-left: 0;
}

#access li {
	float: left;
	position: relative;
	color: white;
	margin-right: 12px;
	font-size: 12px;
	text-transform: uppercase;
}

#access li a {
	color: white;
	text-decoration: none;
}

#access li a:hover {
	background: #dedede;
	color: #0E76BC;
}

#access a {
	display: block;
	line-height: 2em;
	padding: 0 0.6em;
	text-decoration: none;
}
#access ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	width: 250px;
	z-index: 99999;
	overflow: hidden;
	box-shadow:  3px 3px 6px rgba(0,0,0,0.5);
	-moz-box-shadow:  3px 3px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow:  3px 3px 6px rgba(0,0,0,0.5);
}

#access ul ul a {
	background: #dedede;
	line-height: 1em;
	width: 250px;
	padding: .8em;
	height: auto;
	color: #333;
	border-top: 1px solid #ccc;

}

#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}

#access ul ul a:hover {
	background: #bbb;
}

#access ul li:hover > ul {
	display: block;
}

*******************************/




/* HOME PAGE */
#home-page {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#slider {
	float: left;
	height: 450px;
}

#slider ul.ui-tabs-nav {
	margin: 40px 0 0 6px;
	padding: 0;
	float: left;
}
	#slider ul.ui-tabs-nav li {
		float: left;
		list-style: none;
		margin: 0 0 0 14px;
	}
	#slider ul.ui-tabs-nav li a {
		width: 14px;
		height: 15px;
		display: block;
		background: url(img/bullet-off.png);
	}
	#slider ul.ui-tabs-nav li a:hover {
		background: url(img/bullet-off.png);
	}
	#slider ul.ui-tabs-nav li.ui-tabs-selected a {
		width: 14px;
		height: 15px;
		display: block;
		background: url(img/bullet-on.png);
	}
	#slider ul.ui-tabs-nav li a span {
		display: none;
	}

#slider .ui-tabs-panel {
	height: 450px;
	overflow: hidden;
}

#slider .ui-tabs-hide {
	display: none;
}

#home-page #banner {
	position: absolute;
	width: 240px;
	height: 90px;
	z-index: 100;
	left: 720px;
	top: 388px;
	background-image:  url(img/blue-eighty.png);
}

#espanol #banner p {
	font-size: 26px;
}


#banner p {
	font-family: 'Times New Romain',Times,serif;
	font-size: 32px;
	font-style: italic;
	color: white;
	padding-left: 40px;
	margin-top: 36px;
	letter-spacing: 0.02em;
	width: 820px;
	float: left;
}

#speak-now {
	clear: both;
	float: left;
	width: 300px;
	padding: 20px 30px;
}

#home-page #speak-now ul {
	list-style-type: none;
	margin-left: 0;
}

#speak-now li {
	background: url(img/bullet-off.png) no-repeat top left;
	margin-bottom: 4px;
}

#speak-now a {
	color: #000;
	text-decoration: none;
}

#speak-now a:hover { text-decoration: underline; }

#videos {
	width: 600px;
	min-height: 360px;
	float: right;
	background-color: #bf1e2d;
	color: white;
	padding: 20px 0;
}

#player {
	float: left;
	margin-left: 20px;
	width: 360px;
}

#player img {
	margin-bottom: 20px;
}

#videos h2, #videos p {
	margin-left: 20px;
	margin-right: 40px;
}

#home-page #videos ul#thumbs {
	list-style-type: none;
	margin-left: 20px;
}

ul#thumbs img {
	border: 4px solid #fff;
	float: left;
	margin: 4px 0 12px 0;
	width: 120px;
	height: 67px;
}


ul#thumbs h3, ul#thumbs p {
	padding: 0;
	margin: 0 40px 4px 150px
}

ul#thumbs li {
	clear: left;
}

/* MAIN CONTENT AREA */
#main {
	clear: both;
}

#primary {
	width: 720px;
	background-color: #fff;
	margin: 0;
	min-height: 540px;
}

#espanol #primary {
min-height: 720px;
}

#primary #content {
	margin: 20px 40px;
	padding-bottom: 30px;
}

#content a {
	color: #2A8FD3;
	text-decoration: underline;
}

#content a:hover {
	color: #0F75BD;
}

#content h1.entry-title {
	margin-top: 36px;
	font-family: 'Trebuchet MS';
	font-size: 24px;
	font-style: italic;
}

#content h2 {
	font-family: 'Trebuchet MS';
	font-size: 20px;
	font-style: italic;
	line-height: 1.4em;
	margin-top: 2em;
	margin-bottom: 0.3em;
	color: #0F75BD;
}

#content h3 {
	margin-top: 1em;
	margin-bottom: 0.3em;
}

#content blockquote {
	margin-left: 28px;
}

#content img {
/*	border: 1px solid #aaa;
	box-shadow: 1px 1px 3px #666; */
	margin-bottom: 2em;
}

.wp-caption .wp-caption-text {
	margin-top: -1.5em;
	font-size: 13px;
	font-style: italic;
}

#home-page ul, #content ul, #content ol {
	margin-left: 2em;
	margin-bottom: 1em;
}

#content ul.hilited {
	list-style-type: none;
	margin-left: 0;
}

ul.hilited li {
	text-indent: 0;
	padding-left: 24px;
	background: url(img/bullet-off.png) no-repeat top left;
	margin-bottom: 4px;
}

ul.hilited li ul {
	margin-top: 0.3em;
	list-style-type: disc;
}

ul.hilited ul li {
	background: none;
	padding-left: 0;
}

dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.3em;
}

dd {
	margin-left: 0;
}

dd p.prompt {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
}

table {
	margin: 1.5em 0;
	border-collapse: collapse;
	border: 1px solid #999;
}

table th {
	padding: 6px 8px 4px 8px;
	background-color: #0f75bd;
	color: white;
	text-transform: uppercase;
}

table th:first-child {
	border-right: 1px solid white;
}

table td {
	border: 1px solid #999;
	padding: 4px 12px;
}

table.samhsa {
	width: 500px;
}

td.country, td.state {
	width: 80%;
	font-weight: bold;
}

td.region {
	text-indent: 18px;
}

.data-source {
	width: 500px;
	font-size: 12px;
	font-style: italic;
	margin-top: -1em;
}

#content p.sources {
	font-size: 12px;
}
#content a.source {
	padding: 2px 4px 0 4px;
	text-decoration: none;
	-moz-border-radius: 3px 3px;
	border-radius: 3px 3px;
	margin: 0 4px;
	background-color: #D7DF21;
	color: #666;
}

#content a.source:hover {
	background-color: #666;
	color: #D7DF21;
}

span.asterisk {
	font-size: 18px;
	color: #0f75bd;
	margin-left: -10px;
}

.double-column {
	width: 600px;
	column-count: 2;
	column-width: 280px;
}

.example {
	border: 2px solid #0f75bd;
	-moz-border-radius: 8px 8px;
	border-radius: 8px 8px;
	background-color: #efefef;
	padding: 20px;
}

.example h4 {
	font-size: 18px;
	margin-top: -16px;
	padding: 8px 4px;
	border-bottom: 2px solid #0f75bd;
}

ol#terms {
	list-style-type: lower-alpha;
}

ol#terms li {
	margin-bottom: 3px;
}

ol#sources li { margin-bottom: 8px; }

.pub { text-decoration: underline; }

.to-top {
	float: right;
	margin-bottom: 4px;
	padding-left: 8px;
	background-color: #fff;
}


#releases { border: none; width: 100%; }

#releases td { 
	vertical-align: top;
	padding: 8px;
	border: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#releases td.release-date { font-weight: bold; width: 90px;}




/* SURVEY */


#survey ol li {
	font-weight: bold;
	padding: 12px 120px 12px 12px;
	margin-bottom: 18px;
}

#survey ol ul {
	list-style-type: none;
	margin: 0.2em 0 0.2em 0;
}

#survey ol ul li {
	font-weight: normal;
	text-indent: -24px;
	padding: 2px 0 2px 48px;
	margin-right: 0;
	margin-bottom: 0.2em;
}

li.right-answer {
	background-image: url(img/green-arrow.png);
	background-repeat: no-repeat;
	background-position: 2px 0;
}

#survey button {
	font-size: 14px;
	padding: 8px 24px;
	margin-left: 3.8em;
	display: inline;
}

#survey button.reset {
	margin-left: 400px;
}

#error {
	background-color: #E13131;
	-moz-border-radius: 8px 8px;
	border-radius: 8px 8px;
	padding: 12px 24px;
	margin-left: 28px;
	margin-bottom: 18px;
	text-align: center;
}

#error h3 {
	color: #fff;
	margin-top: 0;
}


#results {
	border: 2px solid #0E76BC;
	-moz-border-radius: 8px 8px;
	border-radius: 8px 8px;
	padding: 24px;
	margin-left: 28px;
	margin-bottom: 18px;
}

#results h2 {
	margin-top: 0;
}

.correct {
	-moz-border-radius: 8px 8px;
	border-radius: 8px 8px;
	background: #DAFFD6 url(img/correct.png) no-repeat top right;
}

.incorrect {
	-moz-border-radius: 8px 8px;
	border-radius: 8px 8px;
	background: #FFCECE url(img/incorrect.png) no-repeat top right;
}

.right-answer {
	background-color: #white;
	position: relative;
}

.right-answer .arrow {
	color: #00aa00;
	font-size: 24px;
	position: absolute;
	top: 3px;
	left: 6px;
}


/* SEND A TEXT */


#send-text ol {
	width: 550px;
	margin-left: 24px;
}

#send-text li {
	margin-bottom: 24px;
}

#send-text li span {
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 12px;
	font-style: italic;
}

#send-text li span.error {
	color: #e46c6e;
	font-weight: bold;
}

#send-text ul {
	list-style-type: none;
	margin-left: 0;
}

#send-text ul li {
	padding-left: 24px; 
	text-indent: -24px;
	margin-top: 4px;
	margin-bottom: 0;
}

#send-text input[type=text] { 
	margin: 12px 0;
	width: 220px;
	padding: 6px;
	color: #666;  
	font-family: Arial,  Verdana, Helvetica, sans-serif;  
	font-size: 14px;  
	border: 1px solid #cecece;
}

#send-text button { margin-left: 24px; }



/* SIDEBAR */
#secondary {
	width: 240px;
	float: right;
	position: relative;
}

ul#action-items {
	position: absolute;
	z-index: 1;
	width: 240px;
	top: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	right: 0;
}

#home-page ul#action-items {
	top: 118px;
	left: 720px;
}

ul#action-items li {
	font-family: Helvetica,Arial,serif;
}

ul#action-items li a {
	display: block;
	height: 90px;
	color: white;
	text-decoration: none;
	padding-left: 20px;
	background: url(img/right-arrow.png) no-repeat 93% center;
}

ul#action-items li a h2 {
	font-size: 24px;
	margin: 0;
	padding-top: 24px;
	margin-bottom: 4px;
}

ul#action-items li a h2.centered {
	padding-top: 33px;
}

ul#action-items li a p {
	margin: 0;
	font-size: 16px;
}

ul#action-items li a#text {
	background-color: #92278f;
}

ul#action-items li a#action {
	background-color: #B7C928;
}

ul#action-items li a#learn {
	background-color: #ed008c;
}

 ul#action-items li a#learn {
	margin-bottom: 90px;
}

#secondary ul#action-items li a#learn {
	margin-bottom: 0;
}

ul#action-items li a#quiz {
	background-color: #fdb813;
}

ul#action-items li a#text:hover {
	background-color: #630064;
}

ul#action-items li a#action:hover {
	background-color: #6f7e00;
}

ul#action-items li a#learn:hover {
	background-color: #c7006d;
}

ul#action-items li a#quiz:hover {
	background-color: #c08400;
}


/* ADDTHIS */

#content .addthis_default_style {
	margin-top: 24px;
	padding-top: 18px;
	border-top: 2px solid #ececec;
	clear: left;
}

/* WPAUDIO */

#content .wpaudio-container .wpaudio-slide { width: 300px !important }

/* FOOTER */
footer#colophon {
	font-size: 11px;
	background-color: #000;
	padding: 20px 0 20px 0;
	color: #999;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #333;
}

footer#colophon a {
	color: #aaa;
	text-decoration: none;
}




/* STYLES AND EFFECTS */
.fade {
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.drop-shadow {
	text-shadow: 1px 1px 2px #000;
}



.btn {

-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: -moz-linear-gradient(#FAFAFA, #EAEAEA) repeat scroll 0 0 transparent;
    border-color: #D4D4D4 #D4D4D4 #BCBCBC;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
/* 
    color: #333333;
 */
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica,arial,freesans,clean,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    padding: 4px 16px;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
    white-space: nowrap;
    margin-right: 12px;
    text-decoration: none !important;
}

.btn:hover {
background-color: #2d7ac1;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(89, 155, 220)), to(rgb(1, 90, 166)));
background-image: -webkit-linear-gradient(top, rgb(89, 155, 220), rgb(1, 90, 166));
background-image: -moz-linear-gradient(top, rgb(89, 155, 220), rgb(1, 90, 166));
background-image: -o-linear-gradient(top, rgb(89, 155, 220), rgb(1, 90, 166));
background-image: -ms-linear-gradient(top, rgb(89, 155, 220), rgb(1, 90, 166));
background-image: linear-gradient(top, rgb(89, 155, 220), rgb(1, 90, 166));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#599bdc', EndColorStr='#015aa6');
	background: -moz-linear-gradient(#599BDC, #015aa6) repeat scroll 0 0 transparent;
    border-color: #518CC6 #518CC6 #2A65A0;
    color: #FFFFFF !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}