/* @override 
	http://blueskynew/site/wp-content/themes/BlueSky/style.css
*/

/*
Theme Name: Blue Sky
Theme URI: http://www.blueskymusiccamps.com/
Description: The official theme of Blue Sky Music Camps.
Version: 1.0
Author: Andrew Heiss
Author URI: http://www.andrewheiss.com/css
*/

/* @group Resets and Globals */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #737477;
	background: #DBDBDC;
}

a {
	color: #227DCF;
}

a:hover, a:active, #footer a:hover, #footer a:active {
	color: #B3910C;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.9em;
	text-transform: lowercase;
	line-height: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .8em;
}

p {
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: .8em;
}

ul, ol, dl {
	font-size: .9em;
	margin-left: 1em;
}

img {
	border: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	width: 0px;
}

.fake-space {
	font-size: 1px;
	line-height: 100px;
}

.left, .alignleft {
	float: left;
	margin: 5px 15px 0 0;
	clear: both;
}

.right, .alignright {
	float: right;
	margin: 5px 0 0 15px;
	clear: both;
}



/* @end */

/* @group Top */

#wrapper {
	width: 1006px;
	height: 613px;
	margin: 40px auto 0;
	padding: 25px 0 25px 60px;
	text-align: left;
	background: url(images/bg.jpg) no-repeat center top;
}

/* @end */

/* @group Header */

#header {
	height: 143px;
}

#header span {
	position: absolute;
	left: -3000px;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 150px;
	float: left;
	padding-top: 15px;
}

#sidebar ul {
	list-style: none;
}

#sidebar #colored {
	margin-top: 15px;
}

#sidebar #buttons {
	margin-top: 70px;
}

#sidebar #buttons li {
	margin-bottom: -10px;
	margin-left: -10px;
}

#sidebar li {
	padding-bottom: 6px;
}



/* @end */

/* @group Content */

#content-wrapper {
	float: left;
	width: 460px; 
	height: 386px;
	padding: 23px 20px 0 10px;
}

#content {	
	/* Typical fixed height and fixed width example */
	width: 460px;
	height: 386px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0 auto;
	padding: 0px 15px 0 10px;
}

#content ul {
	margin: .5em 0 1em 1em;
	line-height: 1.5em;
}

#content li ul {
	font-size: 1em;
	margin: 0 0 0 1em;
}

/* @end */

/* @group Registration */

.initial-submit {
	float: right;
}

.initial-submit input {
	font-size: .8em !important;
}

.cost {
	font-weight: bold;
	color: #B34502;
}

.reg-note {
	color: #B3910C;
}

.reg-line {
	display: block;
	height: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #737477;
}

.required {
	color: #B34502;
}

.paypal {
	text-align: center;
	margin-top: 25px;
}

.listdescription {
	font-style: italic;
}

#content input {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #737477;
	font-size: 1.2em;
}

#content textarea {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #737477;
	font-size: 1em;
}

/* @end */

/* @group Newsletter */

.phplist #contactsubmit {
	font-size: .8em !important;
	margin-top: .7em;
}



/* @end */

/* @group Footer */

#bottom-bar {
	position: relative;
	bottom: 24px;
	width: 1006px;
	margin: 0 auto;
	height: 19px;
	text-align: left;
}

#press {
	width: 140px;
	padding: 3px 0 0 40px;
	/*margin: 3px 0 0 40px;*/
	float: left;
}

#grandpa {
	float: left;
	width: 450px;
	text-align: center;
	padding: 2px 20px 0 20px;
	/*margin: 2px 20px 0 20px;*/
}

#facebook {
	float: left;
	width: 251px;
	padding: 3px 0 0 50px;
	/*margin: 3px 0 0 50px;*/
}

#footer {
	width: 1006px;
	margin: 5px auto 40px;
	padding-right: 70px;
	text-align: right;
}

#footer p {
	color: #3E6578;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
}

#footer a {
	color: #3E6578;
}

/* @end */