/*
Theme Name: School of Groove
Theme URI: http://www.schoolofgroove.com
Description: Theme for the School of Groove in Boston, MA (http://www.schoolofgroove.com)
Version: 1.0
Author: Seth Stevenson
Author URI: http://www.imsethstevenson.com/
*/



/* CSS Reset v1.0 | 20080212 */

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;
}
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;
}

/* Begin CSS */

body {
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-position: center top;
	background-repeat :no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #941416;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
h3 {
	font-size: 1em;
	margin-bottom: .5em;
}
#container {
	width: 900px;
	margin: 0 auto 0 auto;
	background-image: url(images/content_background.jpg);
	background-repeat: repeat-y;
}
#container2 {
	width: 900px;
	min-height: 417px;
	background-image: url(images/header_background.jpg);
	background-repeat: no-repeat;
}
#header {
	height: 214px;
	position: relative;
}

#header #searchform {
	position: absolute;
	right: 30px;
	top: 11px;
	z-index:3;
}
#header #searchform input#s {
	border: 1px solid #9E866C;
}
#header ul#secondary-menu {
	bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	left: 550px;
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	text-align: left;
}
#header ul#secondary-menu li {
	display: inline;
	font-size: 1em;
	list-style-position: outside;
	list-style-type: none;
	padding-right: 1.1em;
}
#header ul#secondary-menu li a {
	color: #000000;
	text-decoration: none;
}
#header ul#secondary-menu li a:hover {
	text-decoration: underline;
}
#header #logo {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}
#slideshow {
	background-color: #D9CFC4;
	border: 1px solid #9E866C;
	float: left;
	margin-left: 29px;
	padding: 7px;
}
#intro_video {
	margin-top: 30px;
	text-align: center;
}
#intro_video a { color: #ffffff; }
#intro_video h3 {
	font-size: 1.3em;
	margin-top: 10px;
}
#content {
	clear: both;
	margin-left: 29px;
	margin-right: 29px;
	padding-top: 30px;
}
#sidebar {
	float: left;
	margin-bottom: 10px;
	margin-right: 29px;
	width: 282px;
}
#sidebar .big_button {
	margin-bottom: 13px;
}
#main_content {
	float: right;
	margin-bottom: 10px;
	width: 530px;
}
#main_content h1 {
	background-image: url(images/title_background.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 1.4em;
	padding: 8px;
	position: relative;
	margin-bottom: 1em;
	width: 516px;
}
#main_content h1 .rss {
	position: absolute;
	right: 7px;
	top: 10px;
}
#respond input#author, #respond input#email, #respond input#url, #respond textarea {
	border: 1px solid #9E866C;
}
#respond p {
	font-size: .8em;
}
#footer {
	color: #000000;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
.post {
	background-color: #D9CFC4;
	border: 1px solid #9E866C;
	margin-bottom: 1.5em;
	padding: .7em;
}
.post h2 {
	font-size: 1.2em;
	margin-bottom: .4em;
}
.post h2 a {
	color: #000000;
}
.post img.alignleft {
	border: 1px solid #000000;
	float: left;
	margin: 0 10px 5px 0;
}
.post img.alignright {
	border: 1px solid #000000;
	float: right;
	margin: 0 0 5px 10px;
}
.post ol, .post ul, #main_content ul {
	font-size: .9em;
	line-height: 1.2em;
	margin-bottom: 1em;
}
.post ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 40px;
}
.post ol li { margin-bottom: 1em; }
p, .post p {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 1em;
}
p a, .post p a, .post ol a, .post ul a {
	color: #941416;
	text-decoration: none;
}
p a:hover, .post p a:hover, .post ol a:hover, .post ul a:hover {
	text-decoration: underline;
}
.post p.date {
	border-bottom: 1px dotted #000000;
	font-size: .6em !important;
	font-weight: bold;
	padding-bottom: 1em;
	width: 100%;
}
.post p.information {
	border-top: 1px dotted #000000;
	font-size: .6em !important;
	font-weight: bold;
	padding-top: 1em;
	margin-bottom: 0 !important;
	width: 100%;
}
.post ul, #main_content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 40px;
}
.commentlist li {
	background-color: #D9CFC4;
	border: 1px solid #9E866C;
	padding: 10px;
	margin-bottom: 1.5em;
}
.commentlist li img.avatar {
	border: 1px solid #ffffff;
	float: left;
	margin-right: 10px;
}
.commentlist li p.information {
	border-top: 1px dotted #000000;
	font-size: 0.6em !important;
	font-weight: bold;
	margin-bottom: 0 !important;
	padding-top: 1em;
	width: 100%;
}


.addthis_container { margin-bottom: .8em; }
.clear { clear: both; }
.float_right { float: right; }
p.small { font-size: .8em !important; }
.navigation .alignright { float: right; }
.navigation .alignleft { float: left; }