/*   
Theme Name: Do You Dream In Color?
Theme URI: DoYouDreamInColor.org
Description: Theme for DoYouDreamInColor.org
Author: Luke Gschwend
Author URI: http://lightsonweb.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
.
*/

@charset "UTF-8";

@font-face 
{  
	font-family: 'Century';  
	src: url( http://www.doyoudreamincolor.org/beta/fonts/Century.eot ); /* IE */  
	src: local('☺'), url('http://www.doyoudreamincolor.org/fonts/Century.woff') format('woff'), url('http://www.doyoudreamincolor.org/fonts/Century.ttf') format('truetype'), url('http://www.doyoudreamincolor.org/fonts/Century.svg#webfontYl0WcFg5') format('svg');
}
@font-face 
{
	font-family: "Century";
	font-weight: bold;
	src: url( 'http://www.doyoudreamincolor.org/fonts/Century Gothic Fett.eot' ); 
	src: local('☺'), url( 'http://www.doyoudreamincolor.org/fonts/Century Gothic Fett.ttf') format("truetype"); 
}


/* CSS RESET =reset */
/* ------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
	background: transparent;
	font-family: Century, arial, sans-serif;
}
body 
{
	font-size: 75%;
	line-height: 0.8em;
}
ol, ul 
{
	list-style: none;
}
blockquote, q 
{
	quotes:""""
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content: '';
	content: none;
}
:focus 
{
	outline: 0;
}
ins 
{
	text-decoration: none;
}
del 
{
	text-decoration: line-through;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}
/* GLOBALS =global */
/* ------------------------------------------------------------------------------------------*/
.left { float:left }
.right { float:right }
.clear { clear:both; }
p
{
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	line-height: 1.8em;	
}
h1, h2, h3, h4, h5, h6
{
	color: #000000;
	line-height: 1em;
	margin: 0.5em 0 0.5em 0;	
}
h1
{
	font-size: 2.5em;	
}
h2
{
	font-weight: normal;
	font-size: 2em;
}
h3
{
	font-size: 1.7em;
}
h4
{
	font-size: 1.4em;	
}
h5
{
	font-size: 1.2em;	
}
h6
{
	font-size: 1em;
}
a:link, a:visited
{
	color: #207699;
}
a:hover
{
	color: #ff0000;
}
.alignleft
{
	float: left;
	margin-right: 10px;
}
.alignright
{
	float: right;
	margin-left: 10px;
}
span.medium_text {font-size:1.25em;}
span.large_text {font-size:1.4em;}
/* MAIN =main*/
/* ------------------------------------------------------------------------------------------*/
html, body 
{ 
	height: 100%; 
	width: 100%; 
}
body 
{ 
	margin: 0px;
	padding: 0px;
	background: #000000; 
	text-align: center;
}
div#container
{
	position: relative;
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	text-align: left;
	background: url('images/container-bg.gif') repeat-y;
}
/* HEADER =header */
/* ------------------------------------------------------------------------------------------*/
div#headerBar
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 40px;
	z-index: 10;
	background: #000000;
}
ul#headerBarNav
{
	float: left;
	margin: 0px;
	padding: 0px;
	font: 18px Century;
	color: #ffffff;
	border-right: solid 2px #9d9d9d;
}
ul#headerBarNav li
{
	float: left;
	display: block;
	height: 32px;
	margin: 0px;
	padding: 8px 15px 0px 15px;
	text-transform: uppercase;
	border-right: solid 2px #9d9d9d;
}
ul#headerBarNav a:link, ul#headerBarNav a:visited
{
	color: #00e4ff;
	text-decoration: none;
}
ul#headerBarNav a:hover
{
	color: #ff0000;
}
ul#headerBarNav li#textResizer
{
	padding-top: 1px;
	border-right: 0px;
}
div#donateButtonBox
{
	position: absolute;
	top: 5px;
	right: 31px;
	width: 195px;	
	font-size: 10px;
	padding: 0px 0px 0px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #000000;
}
input#donateButton
{
	margin: 10px 0px 10px 0px;
	width: 179px;
	height: 44px;
	text-indent: 9999px;
	background: url('images/btn-donate.png') 0px 0px no-repeat;
	z-index: 1000;
	
	border: none;
}
/*input#donateButton a
{
	width: 179px;
	height: 44px;
	z-index: 1000;
	text-indent: 9999px;
	display: block;
}*/
input#donateButton:hover
{
	background: url('images/btn-donate.png') 0px -44px no-repeat;
	cursor: pointer;
}
div#header
{
	padding: 40px 0px 0px 0px;
	height: 320px;
	text-align: center;
	background: url('images/header-bg.jpg') no-repeat;
}
h1#headerTitle
{
	margin: 35px 0px 0px 0px;
	padding: 0px;
	font-size: 55px;
	line-height: 0.9em;
}
#rotatingColorsTitle
{
	color: #ff0000;
}
h2#secondaryHeaderTitle
{
	font-size: 18px;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #312d2d;
}
div#header h3#tagline
{
	margin: auto;
	width: 573px;
	height: 50px;
	text-indent: -9999px;
	background: url('images/doyoudreamincolor-tagline.png') no-repeat;
}
/* NAVIGATION =nav*/
/* ------------------------------------------------------------------------------------------*/
#nav 
{
	position: absolute;
	top: 266px;
	left: 60px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font: bold 17px Century;
	z-index: 20;
}
#nav li
{
	position: relative;
	float: left;
	display: block;
	margin: 0px 27px 0px 0px;
}
#nav li:last-child
{
	margin-right: 0px;
}
#nav a:link, #nav a:visited
{
	z-index: 100;
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover
{
	color: #ff0000;
	padding-bottom: 10px;
}
#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav .current_page_parent a:link, #nav .current_page_parent a:visited
{
	color: #000000;
}
#nav .current-cat a:link, #nav .current-cat a:visited, #nav .current-cat-parent a:link, #nav .current-cat-parent a:visited
{
	color: #000000;
}
#nav li ul
{
	position: absolute;
	top: 1.5em;
	left: -8px;
	display: none;
	padding: 5px;
	width: 200px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 5px;
	border: solid 1px #cccccc;
	background: url('images/nav-dropdown-bg.png') repeat;
}
#nav li ul a
{
	display: block;
	text-decoration: none;
	border-bottom: 0;
	
}
ul#nav ul li a:link, ul#nav ul li a:visited
{
	color: #000000 !important;
}
ul#nav li ul a:hover
{
	padding-bottom: 0px;
	color: #ff0000 !important;
}
#nav li:hover ul { display: block; }
/* CONTENT =content*/
/* ------------------------------------------------------------------------------------------*/
div#content
{
	width: 100%;
	min-height: 300px;
	padding: 0px 0px 35px 0px;
}

/* HOME =home*/
/* ------------------------------------------------------------------------------------------*/
h2#promoTitle
{
	font-size: 3em;
	line-height: 1em;
	margin: 0px;
}
#promoAccessibilityLink
{
	font-size: 1em;
	line-height: 1em;
}
.homeContent
{
	text-align: center;
}
div#homePromo
{
	text-align: center;
	width: 650px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 30px;
	padding: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #000000;
}
div#standardVideo h3
{
	display: none;
}
div#accessibleVideo
{
	display: none;
}
div#accessibleVideo h3
{
	display: none;
}
div#content-main-home
{
	
	margin: auto;
	width: 919px;
	min-height: 290px;
	text-align: left;
	background: url('images/home-boxes-bg.png') no-repeat;
}
div#home-news
{
	float: left;
	position: relative;
	width: 270px;
	padding: 0px 10px 0px 20px;
	margin: 0px 9px 0px 0px;
	color: #ffffff;
	line-height: 1em;
	font-size: 12px;
}
div#content-main-home h3
{
	font-size: 24px;
	line-height: 1em;
	margin: 10px 0px 15px 0px;
}
div#home-news h3
{
	color: #FFF0D1;
}
div#home-connect h3
{
	color: #ffffff;
}
div#home-news a:link, div#home-news a:visited
{
	color: #27B6E2;
}
div#home-news h4
{
	color: #FFFAEB;
	margin: 0px;
}
div#home-news h4 a:link, div#home-news h4 a:visited
{
	color: #ffffff;
	text-decoration: none;
}
div#home-news a:hover, div#home-news h4 a:hover
{
	color: #ff0000;
}
div#home-news li
{
	margin: 0px 0px 20px 0px;
}
div#home-sponsors
{
	float: left;
	position: relative;
	width: 270px;
	padding: 0px 10px 0px 20px;
	margin: 0px 9px 0px 0px;
	font-size: 14px;
	line-height: 1.5em;
}
div#home-connect
{
	float: left;
	position: relative;
	width: 280px;
	color: #ffffff;
	padding: 0px 0px 0px 20px;
}
div#home-connect p
{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
form#home-newsletter-form
{
	width: 240px;
	height: 40px;
	background: url('images/newsletter-bg.jpg') no-repeat;
}
div#home-connect input[type='text']
{
	position: absolute;
	top: 85px;
	width: 190px;
	padding: 10px 5px 0px 5px;
	font-size: 14px;
	background: none;
	border: none;
}
div#home-connect input[type='image']
{
	position: absolute;
	top: 81px;
	right: 40px;
	background: none;
	border: none;
}
#dydic-facebook
{
	position: absolute;
	top: 137px;
	left: 30px;
}
#dydic-twitter
{
	position: absolute;
	top: 137px;
	left: 170px;
}
#dydic-youtube
{
	position: absolute;
	top: 195px;
	left: 98px;
}
#newsletter-button
{
	width: 30px;
	height: 40px;
}

/* SUB =sub*/
/* ------------------------------------------------------------------------------------------*/
div#content-wrapper
{
	float: left;
	position: relative;
	width: 853px;
	min-height: 400px;
	margin: 50px 0px 20px 74px;
	text-align: left;
	color: #494949;
	background: url('images/sub-content-mid-bg.jpg') repeat-y;
}
#content-bottom-bg
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
div#content-main
{
	float: left;
	width: 535px;
	padding: 0px 24px 36px 29px;
	line-height: 1em;
	color: #494949 !important;
}
.noSidebar
{
	width: 800px !important;
}
div#content-main ul
{
	margin: 5px 0px 5px 20px;
	list-style-type: disc;
}
div#content-main li
{
	margin-bottom: 5px;
}
div#content-sub
{
	float: left;
	width: 265px;
	line-height: 1.3em;
}
div#sub-connect
{
	float: left;
	position: relative;
	width: 234px;
	height: 226px;
	color: #ffffff;
	padding: 0px 0px 0px 20px;
	margin-bottom: 20px;
	background: url('images/sub-connect-box.png') no-repeat;
}
div#sub-connect h3
{
	font-size: 20px;
	color: #e05916;
	margin-bottom: 5px;
}
div#sub-connect p
{
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
form#sub-newsletter-form
{
	width: 202px;
	height: 34px;
	background: url('images/sub-newsletter-bg.jpg') no-repeat;
}
div#sub-connect input[type='text']
{
	width: 158px;
	padding: 10px 5px 0px 5px;
	font-size: 14px;
	background: none;
	border: none;
}
div#sub-connect input[type='image']
{
	position: absolute;
	top: 61px;
	right: 30px;
	background: none;
	border: none;
}
#sub-dydic-facebook
{
	position: absolute;
	top: 115px;
	left: 20px;
}
#sub-dydic-twitter
{
	position: absolute;
	top: 115px;
	left: 142px;
}
#sub-dydic-youtube
{
	position: absolute;
	top: 165px;
	left: 98px;
}
#sub-newsletter-button
{
	width: 33px;
	height: 33px;
}
#page-title
{
	position: relative;
	margin-top: -1.48em;
	padding-left: 29px;
	color: #000000;
	font-size: 1em;
	z-index: 100;
	font: bold 48px Century,verdana,arial;
}
.widgetcontainer
{
	margin-bottom: 30px;
}
.categoryPage .entry-title, .tagPage .entry-title
{
	font-size: 1.5em;
}
.categoryPage .entry-title a:link, .categoryPage .entry-title a:visited, .tagPage .entry-title a:link, .tagPage .entry-title a:visited
{
	color: #932B24;
}
.categoryPage .entry-title a:hover, .tagPage .entry-title a:hover
{
	color: #207699;
}
.post
{
	margin-bottom: 2em;
}
div.sponsorList
{
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
}
/* SLIDESHOW =slideshow*/
/* ------------------------------------------------------------------------------------------*/

.ngg-widget 
{
	text-align: center !important;
}
.ngg-widget img 
{
	-moz-border-radius: 20px !important;
	-webkit-border-radius: 20px;
	border: none !important;
	margin: 0px !important;
}
.ngg-widget a 
{
	margin-right: 1px;
}
.ngg-widget a:last-child
{
	margin-right: 0px;
}
#slide-show
{
	clear: both;
	width: 1000px;
	height: 104px;
	text-align: center;
	font-size: 10px;
	background: url('images/film-strip-bg.gif') no-repeat;
}
/* FOOTER =footer */
/* ------------------------------------------------------------------------------------------*/
#footer 
{ 
	clear: both;
	width: 1000px;
	height: 110px /* 151px */; 
	padding: 20px 0px 0px 0px;
	font: 0.8em "century gothic",helvetica,arial;
	color: #000000;
	text-align: center;
	background: url('images/footer-bg.jpg');
}
#footer a:link, #footer a:visited
{
	color: #000000;
}
#footer a:hover
{
	text-decoration: none;
}
#footer ul, #footer li
{
	display: inline;
}
#footer-menu
{
	padding-left: 25px;
}
#footer-menu li
{
	padding-right: 10px;
	margin-right: 10px;
	border-right: solid 1px #000000;
}
#footer-menu li:last-child
{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}
