/*

Summer Festival Guide Planner Main Stylesheet
by Alex Moon, November 2009

*/

html, body { height: 100%; }

body {
	padding: 0;
	background: #bd661d url('gradient.gif') repeat-x;
	margin: 0 auto 0 auto;
	font-size: xx-small;
	font-family: sans-serif;
}

img { border: 0; }
p { margin: 0; padding: 5px; }

#main {
	width: 990px;
	border-left: solid 2px #9b440b;
	border-right: solid 2px #9b440b;
	margin: 0 auto 0 auto;
	background: #fff;
	min-height: 100%;
}

#banner {
	background: #600;
	color: #fff;
	border-bottom: solid 5px #fcc455;
	width: 100%;
	text-align: center;
}

#header {
	width: 970px;
	background-color: #9b440b;
	padding: 3px 10px;
	height: 160px;
	background: url('header.jpg');
	font-size: small;
	font-weight: bold;
	text-align: right;
	border-bottom: solid 3px #fcc455;
}

#header a, #header a:active, #header a:visited {
	color: #fcc455;
	text-decoration: none;
}

#header a:hover {
	color: #fff;
	text-decoration: none;
}

h1 {
	width: 990px;
	background: #fcc455;
	color: #000;
	margin: 0;
	height: 29px;
	font-size: x-large;
	text-align: center;
	padding: 4px 0 4px 0;
}

#emailbox {
	display: none;
	width: 460px;
	position: absolute;
	left: 245px;
	background: #EEE;
	border: outset 2px #EEE;
	padding: 20px;
	z-index: 100;
}

#emailbox p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: small;
}

#emailboxbuttons {
	margin: 20px 0 10px 0;
	text-align: center;
}

#tabs {
	height: 23px;
	background: #fff;
}

#tabsleft {
	float: left;
}

#tabsright {
	float: right;
}

.pdftab {
	background: #600;
	color: #fff;
	border-left: solid 2px #fcc455;
	float: left;
	height: 17px;
	width: 163px;
	padding: 3px;
	font-size: small;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.tabactive {
	float: left;
	height: 17px;
	padding: 3px;
	border-right: solid 2px #fcc455;
	background: #f08602;
	color: #fff;
	font-size: small;
	font-weight: bold;
}

.tabinactive {
	float: left;
	height: 17px;
	padding: 3px;
	border-right: solid 2px #fcc455;
	background: #fff;
	color: #000;
	font-size: small;
	font-weight: bold;
	cursor: pointer;
}

#planner {
	width: 990px;
	/*height: 500px; set this by JS */
}

.bignote {
	padding: 40px;
	text-align: center;
	font-size: large;
	font-weight: bold
}

#stages {
	width: 622px;
	height: 100%;
	float: left;
	background: url('bg-bl.jpg');
}

#stagescroll {
	width: 622px;
	overflow: auto;
}

#stagesinner {
	width: 1620px; /* set this by JS */
	/*float: right;*/
}

.stage {
	width: 150px;
	float: left;
	margin-left: 2px;
}

.stageinner {
	width: 150px;
}

.stageheader1, .stageheader2, .stageheader0 {
	width: 150px;
	height: 54px;
	font-size: medium;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-top: 17px;
}

.stageheader1 {background:#bd661d;}
.stageheader2 {background:#fd6b20;}
.stageheader0 {background:#f7b817;}

.break { padding: 0; margin: 0; overflow: hidden; }

.act1, .act2, .act0 {
	width: 100%;
	margin-bottom: 1px;
	position: relative;
	color: #FFB;
	cursor: pointer;
	overflow: hidden;
}

.act1 {background:#8e2a04;}
.act2 {background:#fb2e04;}
.act0 {background:#f08602;}

.dact1, .dact2, .dact0 {
	width: 100%;
	color: #000;
	position: relative;
	margin-bottom: 1px;
	cursor: pointer;
	overflow: hidden;
}

.dact1 {background:#dda459;}
.dact2 {background:#fea85e;}
.dact0 {background:#fbda4d;}

.insideleft {
	padding: 2px 5px;
}
.insideright {
	position: absolute;
	bottom: 2px;
	right: 5px;
}

#times {
	width: 26px;
	background: #fff;
	height: 100%;
	float: left;
}

#timesinner {
	width: 100%;
	float: left;
	margin-top: 11px;
	margin-top: expression('13px');
}

.time {
	height: 20px;
	border-bottom: solid 1px #000;
	padding-top: 39px;
	padding-top: expression('19px');
	color: #000;
	font-size: small;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

.time small {
	font-weight: normal;
}

#dayplan {
	float: right;
	width: 342px;
	background: url('bg-br.jpg');
	height: 100%;
	margin: 0;
	padding: 0;
}

#mygigs {
	width: 154px;
	margin-right: 1px;
	float: left;
}

#mygigsheader {
	width: 100%;
	height: 54px;
	font-size: large;
	font-weight: bold;
	background: #9a492e;
	color: #fff;
	margin-top: 17px;
}

#theday {
	padding-left: 7px;
	font-size: 62%;
	color: #f08602;
}

#mygigsinner {
	
}

#overlap {
	width: 14px;
	/*height: 480px; set this by JS */
	float: left;
	margin-right: 1px;
}

#overlapheader {
	width: 100%;
	height: 51px;
	font-size: 80%;
	line-height: 95%;
	padding-top: 3px;
	text-align: center;
	color: #fff;
	background: #d00;
	margin-top: 17px;
}

#overlapinner {
	background: #e2c5a2;
}

.overlap {
	width: 100%;
	background: #d00;
	color: #fff;
	margin-bottom: 1px;
	overflow: hidden;
}

#notes {
	width: 172px;
	/*height: 480px; set this by JS */
	float: left;
}

#notesheader {
	width: 100%;
	height: 54px;
	font-size: large;
	font-weight: bold;
	background: #9a492e;
	color: #fff;
	margin-top: 17px;
}

#addnote {
	padding-left: 7px;
	font-size: 62%;
	color: #f08602;
}

#addnote img {
	cursor: pointer;
}

#addnoteicons {
	float: right;
	margin-right: 5px;
}

#notebox {
	width: 160px;
	text-align: right;
	padding: 5px;
	position: absolute;
	/*right: 100px;
	top: 300px;*/
	display: none;
	z-index: 10;
}

#nb_title {
	padding: 0;
	margin: 0;
	font-size: medium;
	font-weight: bold;
}

#notebox textarea {
	width: 160px;
	height: 100px;
	margin-bottom: 5px;
	font-size: xx-small;
}

#notebox label { margin-right: 0px; }

#notebox input, #notebox select {
	font-size: xx-small;
}

#nb_submit {
	font-size: small;
	width: 80px;
	padding: 4px;
	text-align: center;
	margin: 4px auto 0 auto;
	cursor: pointer;
}

.nb_submit {
	cursor: pointer;
	width: 100%;
}

.nb0 { /* meet */ border: solid 1px #008015; background: #00da24; color: #008015; }
.nb1 { /* eat/drink */ border: solid 1px #802400; background: #d93d00; color: #802400; }
.nb2 { /* chill */ border: solid 1px #245384; background: #80acd9; color: #245384; }
.nb3 { /* other */ border: solid 1px #967913; background: #d5b74e; color: #967913; }

.nb0 textarea, .nb0 input { /* meet */ border: solid 1px #008015; background: #cdff96; }
.nb1 textarea, .nb0 input { /* eat/drink */ border: solid 1px #802400; background: #efa98e; }
.nb2 textarea, .nb2 input { /* chill */ border: solid 1px #245384; background: #bedeff; }
.nb3 textarea, .nb3 input { /* other */ border: solid 1px #967913; background: #ffefb7; }

.nb0 #nb_submit { /* meet */ background: #008015; color: #cdff96; }
.nb1 #nb_submit { /* eat/drink */ background: #802400; color: #efa98e; }
.nb2 #nb_submit { /* chill */ background: #245384; color: #bedeff; }
.nb3 #nb_submit { /* other */ background: #967913; color: #ffefb7; }

#notesinner {

}

.note0, .note1, .note2, .note3 {
	width: 100%;
	position: relative;
	margin-bottom: 1px;
	overflow: hidden;
}

.note0 { color: #008015; background: #cdff96; }
.note1 { color: #802400; background: #efa98e; }
.note2 { color: #245384; background: #bedeff; }
.note3 { color: #967913; background: #ffefb7; }

.noteicons {
	width: 24px;
	padding: 3px;
	float: right;
}

.noteicons img {
	margin: 1px;
	cursor: pointer;
}


#blad, #brad {
	height: 60px;
	padding: 0;/* 20px 0 20px 0;*/
	margin: 20px 5px 20px 5px;
}

#blad img, #brad img { border: 0; }

#blad { width: 612px; background: url('blad.jpg'); }
#brad {	width: 332px; background: url('brad.jpg'); }

/* for IE */
table, td, tr { margin: 0; padding: 0; }

* html #main { height: 100%; }/* 100% min-height IE hack */
