/*
Theme Name: Sessions Theme
Theme URI: 
Description:
Version: 0.1
Author: John Nastos
*/

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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 96%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	background: black;
	color: white;
	font-family: Lucida Grande, Helvetica;
}

a {
	color: white;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

/* home page */

div#home_page_canvas {
	width: 900px;
	margin: 20px auto;
}

div#home_page_header {
	text-align: center;
}

div#home_page_header h1 {
	font-size: 4em;
	letter-spacing: 4px;
	font-style: italic;
	margin-bottom: 10px;
}

div#home_page_header h2 {
	font-style: italic;
	margin-bottom: 10px;
	font-size: 1.6em;
}

p#session_info {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

div#home_page_body {
	margin: 20px auto;
	width: 700px;
}


div#session_links {
	margin-bottom: 50px;
}

div.session_link {
	width: 400px;
	height: 100px;
	float: left;
	text-align: center;
	line-height: 1.5em;
	padding: 10px 0px;
}

div#friday_session_link {
	margin-right: 90px;
}

div#saturday_session_link {
	
}

label.session_day {
	font-weight: bold;
	font-size: 1.7em;
	display: block;
	margin-bottom: 4px;
}

label.session_day a {
	text-decoration: none;
}

label.session_name {
	font-style: italic;
	display: block;
	font-size: 1.3em;
}


/* content */

div.content {
	line-height: 1.4em;
	text-align: justify;
}

div.content p {
	margin-bottom: 10px;
}

/* session pages */

div#session_page_header h1 {
	font-size: 3em;
	letter-spacing: 4px;
	font-style: italic;
	margin-bottom: 10px;
}

div#session_page_canvas {
	width: 900px;
	margin: 20px auto;
}

h2.session_name {
	font-size: 2em;
	margin-bottom: 10px;
}

div.session_info.content {
	width: 540px;
	float: left;
	padding: 10px;
	margin-right: 20px;
	background: #333;
	margin-bottom: 20px;
}

div#learn_more_container {
	width: 300px;
	float: left;
}

span#learn_more {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}

ul#learn_more_list {
	margin-top: 20px;
	margin-left: 20px;
	list-style-type: disc;
}

ul#learn_more_list li {
	margin-bottom: 20px;
}


div#player_bios {
	margin-bottom: 20px;
}

div#session_page_canvas h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

div#session_examples {
	width: 900px;
	overflow: hidden;
}

div#session_examples_container {
	width: 2000px;
}

div.session_example {
	width: 400px;
	
	float: left;
}

div.session_example h4.example_name {
	font-weight: bold;
	margin-bottom: 6px;
}

div.example_info {
	text-align: center;
}

div.example_info object {
	max-width: 300px !important;
}

div#move_sessions_examples_scrollers {
	text-align: center;
}

div#move_sessions_examples_scrollers a {
	text-decoration: none;
	font-size: 2em;
	font-weight: bold;
}

a#move_session_examples_right {
	margin-left: 40px;
}

div.player_bio {
	margin-bottom: 10px;
}

div.player_bio_image {
	width: 200px;
	float: left;
	text-align: center;
}

div.player_bio_image img {
	max-width: 200px;
	max-height: 170px;
}

div.player_bio_text {
	float: left;
	margin-left: 20px;
	width: 670px;
}

div.player_bio_text h4 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.2em;
}

div.session_question_container {
	margin-bottom: 20px;
}

label.question, label.answer {
	float: left;
	font-size: 3em;
}

h4.session_question, h4.session_answer {
	margin-top: 14px;
	float: left;
} 

/* comments */

div.respond {
	margin-top: 10px;
}

div.session_question_container form {
	margin-left: 50px;
}

div.respond textarea {
	font-family: Helvetica;
	margin: 10px 0px;
	width: 700px;
	height: 100px;
}

div.respond input[type='submit'] {
	font-weight: bold;
}

div.respond input, div.respond textarea {
	background: black;
	border: 2px solid #ccc;
	color: #ccc;
	padding: 6px;
}

ol.commentlist {
	margin-top: 10px;
}

ol.commentlist li {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 6px;
	min-height: 80px;
	margin-left: 50px;
}

img.avatar {
	float: left;
	margin-right: 20px;
}

span.says {
	display: none;
}

div.comment-meta {
	font-size: .8em;
}

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

cite.fn {
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
}

div.comment-body p {
	margin-top: 6px;
	line-height: 1.4em;
	margin-left: 100px;
}

p.comment_help {
	margin-top: 8px;
	padding: 6px;
	background: #333;
}

div#session_info_comments {
	line-height: 1.6em;
}

div.comments_number span {
	font-size: 1.4em;
	font-weight: bold;
}

a#add_session_info_response {
	font-size: 1.4em;
	font-weight: bold;
}

a#add_session_examples_response {
	font-size: 1.4em;
	font-weight: bold;
}

div.comments_number span a, a#add_session_info_response {
	display: block;
	margin-left: 20px;
}

/* footer */

div#footer {
	width: 900px;
	margin: 80px auto 40px;
	text-align: center;
	font-size: .8em;
	line-height: 2em;
	border-top: 2px solid #333;
}

/* util */
br.clear_both {
	clear: both;
}

hr {
	width: 80%;
	border: 0px;
	background: #333;
	margin: 30px auto;
}

