/*
Theme Name: Tomorrow's Youth Intl - Blue Cream
Theme URI: http://danielbrouse.com/
Description: The first wordpress theme developed for Tomorrow's Youth Intl 2009
Version: 1.0
Author: Daniel Brouse
Author URI: http://www.danielbrouse.com/
Tags: 

*/

/*
(c) 2009 Daniel Brouse


/* GLOBAL SETTINGS------------------------------------- GLOBAL SETTINGS */

html {

}

body {
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 0.75em; /* MASTER font-size controller */
	color: #797979; /* MASTER text colour controller */
	background: url(images/header_center.jpg) top center no-repeat;
	padding-bottom: 20px;
}



/* LINKS -------------------------------------------------------- LINKS */

a {
	color: #6692b7;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.rss_link {
	background: url(images/rss.gif) 0 0 no-repeat;
	padding-left: 18px;
}


a.dont_miss_out_btn {
	width: 114px;
	height: 90px;
	display: block;
	background: url(images/dont_miss_out_btn.png) 0 0 no-repeat;
	text-indent: -999999em;
	position: absolute;
	right: 17px;
	top: 38px;
}

a.dont_miss_out_btn:hover {
	background-position: 0 -90px;
}

/* HEADINGS -------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0.4em 0;
}

h1 {
	font-size: 1.9em;
	color: #33699c;
	padding-bottom: 0.6em;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.333em;
	font-weight: 600;
	line-height: 1.3em;
	color: #33699c;
}

h3 {
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.2em;
}

h4 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	padding-bottom: 0.3em;
}

h5 {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 0.2em;
}

h6 {
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 0.2em;
}


/* PARAGRAPHS ---------------------------------------------- PARAGRAPHS */

p {
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 0 1.25em 0;
}

#footer p {
	line-height: 1.6em;
}

blockquote {
	background: url(images/quote_bg.gif) 0 0 no-repeat;
	padding: 0 0 16px 40px;
	margin-bottom: 0;
	/*margin-bottom: 20px;*/
	/*border-bottom: 1px solid #e5e5e5;*/
}

blockquote p {
	padding-bottom: 0;
}


p.r_align {
	text-align: right;
}

p.date {
	color: #999;
	font-size: 90%;
}

div.pmc-date {
	color: #999;
	padding-bottom: 8px;
}

a.pmc-link {
	font-size: 110%;
}

/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}

li { 
	font-size: 1em;
	line-height: 1.6em;
}

ul li {
	list-style:circle;
}

/*-- nested lists --*/
ul ul {
	padding: 0 0 0 1.5em;
}

ol ol {
	padding: 0 0 0 1.5em;
}

/* LAYOUT ------------------------------------------------------ LAYOUT */

#container {
	
}

#ie6_msg {
	background-color: #000;
	border: 3px solid yellow;
	color: #fff;
	padding: 20px;
}


#header {
	width: 930px;
	height: 329px;
	margin: 0 auto;
	position: relative;
}

#header.internal {
	height: 170px;
}

#internal_head_images {
	position: absolute;
	right: 0;
	top: 0;
	width: 540px;
	height: 168px;
	background: url(images/internal_header_photos.png) 0 0 no-repeat;
}

img#logo {
	position: absolute;
	top: 0;
	left: 0;
}

h1#home_introduction {
	position: absolute;
	left: 0;
	top: 152px;
	width: 417px;
	height: 143px;
	display: block;
	padding: 0;
	margin: 0;
	background: url(images/home_introduction.png) 0 0 no-repeat;
	text-indent: -999999em;
}

#video_container {
	position: absolute;
	width: 513px;
	height: 354px;
	background: url(images/video_container.png) 0 0 no-repeat;
	top: 20px;
	right: -4px;
}


#vimeo_container {
	position: absolute;
	left: 46px;
	top: 31px;
}

#midsection {
	width: 100%;
	height: 204px;
	background: url(images/mid_section.png) 0 0 repeat-x;
	margin: -9px 0 0;
}

#midsection_center {
	width: 930px;
	margin: 0 auto;
	padding: 22px 0;
}

#countdown_box {
	width: 570px;
	height: 170px;
	background: url(images/countdown_box.png) 0 0 no-repeat;
	float: left;
	position: relative;
}

#countdown_flash {
	position: absolute;
	left: 27px;
	top: 46px;
}

#register_box {
	width: 337px;
	height: 170px;
	float: right;
	background: url(images/register_box.png) 0 0 no-repeat;
	position: relative;
}

#grey_bar {
	width: 100%;
	height: 43px;
	background-color: #f4f4f0;
	padding: 0;
}

#page {
	width: 930px;
	margin: 25px auto 0 auto;
}

#content {
	float: left;
	width: 568px;
	display: inline;
}


#footer {
	width: 900px;
	padding: 15px;
	margin: 0 auto;
	background-color: #f6f7f2;
	border-top: 4px solid #eff0eb;
	margin-top: 15px;
	color: #979797;
}

.copyright {
	float: left;
}

.credits {
	float: right;
}

/* NAV ----------------------------------------------------------- NAV */

#nav {
	margin: 0 auto;
	width: 930px;
}

#nav ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style-type: none;
}

#nav ul li {
	margin: 0 5px;
	padding: 0 0 0 13px;
	list-style-type: none;
	float: left;
	font-size: 1.4em;
}

#nav ul li.current_page_item {
	background: url(images/nav_left.gif) 0 0 no-repeat;
}

#nav ul li a {
	display: block;
	padding: 3px 15px 3px 0px;
	text-decoration: none;
	color: #a2a1a1;
}

#nav ul li a:hover {
	color: #333;
}

#nav ul li.current_page_item a {
	 background: url(images/nav_right.gif) top right no-repeat;
	 color: #fff;
}


/* SIDEBAR --------------------------------------------------- SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar h2 {
	font-size: 1.9em;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#sidebar ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#sidebar ul li li {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

li#quick-flickr h2 {
	/*display: none;*/
}

div.flickr {
	background-color: #f6f7f2;
	padding: 18px 0 18px 18px;
	margin-bottom: 15px;
	float: left;
}

div.flickr a {
	display: block;
	float: left;
	margin: 0 13px 13px 0;
}

div.flickr a img {
	width: 116px;
	height: 116px;
	border: 5px solid #e7e9e4;
}


/* MISC --------------------------------------------------------- MISC */

hr {
	background: #ddd;/*NS FF OP */
	color: #ddd;/*IE*/
	border: none;/*FF NS OP*/
	height: 1px;/*FF NS OP*/
	width: 100%;
}


ol.commentlist {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 0 20px;
	list-style-type: none;
}

li.comment {
	margin: 0;
	padding: 20px 0 15px 28px;
	list-style-type: none;
	background: url(images/quote_bg.gif) 0 20px no-repeat;
}



div.comment-author img {
	display: none;
}

div.comment-author {
	font-size: 120%;
}


div.comment-meta {
	font-size: 90%;
	color: #715833;
	padding-bottom: 15px;
}

div.comment-meta a {
	color: #ccc;
	text-decoration: none;
}

/* FORMS -------------------------------------------------------- FORMS */

form#commentform textarea {
	width: 440px;
	border: 1px solid #ccc;
	padding: 10px;
	color: #797979;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	height: 100px;
}

form#commentform input {
	border: 1px solid #ccc;
	padding: 4px;
	color: #797979;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

form#commentform input#submit {
	background-color: #265589;
	padding: 3px 10px;
	border: none;
	color: #fff;
	cursor: pointer;
}


form#register_form {

}

form#register_form input.text_input,
form#register_form input.text_input_focus,
form#register_form input.text_input_small {
	width: 275px;
	height: 22px;
	background: url(images/register_input_long.png) 0 0 no-repeat;
	display: block;
	border: none;
	position: absolute;
	outline: none;
	padding: 8px 12px;
	font-size: 14px;
	color: #939699;
}

form#register_form input.text_input:focus,
form#register_form input.text_input_small:focus {
	background-position: 0 -38px;
}

form#register_form input.text_input_small {
	width: 197px;
	background-image: url(images/register_input_short.png);
}


form#register_form input.firstname {
	left: 19px;
	top: 38px;
}

form#register_form input.surname {
	left: 19px;
	top: 80px;
}


form#register_form input.email {
	left: 19px;
	top: 122px;
}

form#register_form input.submit_btn {
	width: 95px;
	height: 38px;
	display: block;
	background: url(images/register_submit_btn.gif) 0 0 no-repeat;
	text-indent: -999999em;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 19px;
	top: 122px;
}

form#register_form input.submit_btn:hover {
	background-position: 0 -38px;
}

/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}
