/*
 * gc_stylesheet
 * Stylesheet for Glowcamp.org
 * by Ari Lacenski
 */

/* Resets */
html, body {
	height: 100%;
}

body {
	margin: 0;
	background-color: #333333;	
	font-family: 'Lucida Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

/* Layout and typography */
#page {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

h1, h2 {
	font-family: 'Lucida Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
h1 {
	font-size: 21px;
	color: #3399FF;
}

h2 {
	font-size: 14px;
}

#maincolumn h2 {
	color: #666666;
	margin-bottom: 0;
}

#maincolumn p {
	margin: 0.5em 0 1.5em;
	line-height: 1.3em;
}
a {
	color: #3399FF;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.attribution {
	font-style: italic;
	text-align: right;
}

span.titling {
	font-style: italic;
}

/* Header */
#header {
	background-color: #000000;
	border-bottom: 2px solid #666666;
	height: 180px;
	width: 100%;
}

#innerheader {
	position: relative;
	background-image: url(../media/images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0 auto;
	height: 180px;
	width: 1000px;
}

#logo {
	position: absolute;
	top: 54px;
	left: 0;
}

#tagline {
	display: block;
	text-align: center;
	margin-top: 6px;
	color: #ffffff;
	font-size: 16px;
	font-weight: lighter;
}

#nav {
	width: 1000px;
	margin: 0 auto 12px;
}

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

#nav ul {
	margin: 4px auto 0;
	padding-left: 30px;
}

#nav ul li {
	display: inline;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	padding-right: 36px;
}

#nav a {
	background-color: none;
	padding: 4px 8px;
	text-decoration: none;
}

#nav a:hover {
	background-color: #666666;
	color: #FFFFFF;
	
}

/*Content*/
#maincolumn {
	float: left;
	width: 628px;
	border: 2px solid #666666;
	padding: 36px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
/*	text styles */
	font-family: Georgia, Times, serif;
	font-size: 14px;
}

#sidecolumn {
	margin-left: 720px;
}

#sidecolumn .cta {
	border: 2px solid #666666;
	padding: 20px;
	width: 230px;
	margin: 0 0 20px;
}

.cta h2 {
	margin: 0;
	color: #3399FF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}
.cta p {
	color: #FFFFFF;
	font-size: 12px;
}

.cta ul, .cta ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.cta ul li {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.5em;
}

.cta a:hover {
	color: #C8E3FF;
	text-decoration: none;
}
/*Schedule*/
#schedule {
	width: 100%;
	border-collapse: separate;
}

#schedule tr {
	background-color: #C8E3FF;
}

#schedule tr.alt {
	background-color: #E2F0FF;
}

#schedule td, #schedule th {
	padding: 8px;
	border: 1px solid #FFFFFF;
}

#schedule th, #schedule td.time {
	font-family: 'Lucida Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

#schedule td.time {
	text-align: right;
}

.tiny {
	font-size: 9px;
}
/*Footer*/
#footer {
	clear: both;
	display: block;
	text-transform: uppercase;
	margin: 12px 0;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
