/*****************************************************************************
 * COLOR DEFINITIONS
 *
 * from crystal:
 * tan - #a8a289
 * green - #2fcc9a
 * orange - #ff6533
 *
 * the throwbacks:
 * Red Borders: #D66
 * Green Background: #6F6
 * Pink Border: #696
 *
 * Pink Row: #FEE
 * Pink Hover: #DCC
 * Green Row: #CFC
 * Green Hover: #9D9
 *****************************************************************************/

/*****************************************************************************
 * RESET TAGS
 *****************************************************************************/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a img,:link img,:visited img { border: none; }

.clear { clear: both; }

.left { float: left; }
.right { float: right; }

img.right { padding: 0 0 0.25em 0.25em; }
img.left { padding: 0 0.25em 0.25em 0; }

/*****************************************************************************
 * STANDARD TAG DEFINITIONS
 *****************************************************************************/
body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.75em;
  background-color: #fff;
}


h1 /* Site ID */
{
  font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h2 /* Page Titlez */
{
	background: #000;
	color: #fff;
	float: left;
	  font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 0.5em;
	margin-bottom: 0.5em;
	min-width: 50%;
	padding: 0.5em;
	text-align: center;
	text-transform: uppercase;
}

h3  /* Widget Titlez */
{
	background: #000;
	color: #fff;
  font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 0.125em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	text-align: center;
	text-transform: uppercase;
}

h4 { /* Section/Post titlez */
  font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	/*color: #2fcc9a;*/
}
h4 a {
	/*color: #2fcc9a;*/
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}

h5 { font-size: 1.16em; }
h6 { font-size: 1em; font-weight: bold; }


ul li,
ol li
{
	list-style: none;
}

ul.bulleted li
{
	list-style: disc inside;
}

ul.thumbnails li
{
	text-align: center;
}

a
{
  text-decoration: none;
	color: #ff6533;
}

a:visited
{
	color: #2fcc9a;
}

a:hover
{
  text-decoration: underline;
	color: #2fcc9a;
}

em
{
	font-weight: bold;
}

p
{
	line-height: 1.5em;
	margin: 1em 0;
}

/*************************************
 * TABLES (UNSTYLED)
 *************************************/
table
{
	border-collapse: collapse;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: 100%;
}

td, th
{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 2px 3px;
}

tr.stripe-on td
{
	background: #FEE;
}

tr.stripe-on:hover td
{
	background: #DCC;
}

tr.stripe-off td
{
	background: #CFC;
}

tr.stripe-off:hover td
{
	background: #9D9;
}

th
{
	font-weight: bold;
	background: #2FCC9A;
}

/*************************************
 * FORM TABLES
 *************************************/
form table, table.form-style,
form table tr td, table.form-style tr td,
form table tr th, table.form-style tr th
{
	border: none;
	width: 0%;
}

form table th, table.form-style th
{
	text-align: right;
	background: #FFF;
	vertical-align: top;
	white-space: nowrap;
}

/*****************************************************************************
 * LAYOUT
 *****************************************************************************/

div#container
{
	width: 1000px;
	margin: 1em auto;
}

/*************************************
 * HEADER
 *************************************/
div#header
{
	margin: 3px 0;
}

	div#header h1
	{
	}

		div#header h1 a
		{
			color: #000;
			text-decoration: none;
		}

		div#header h1 a:hover
		{
			text-decoration: underline;
		}

div#main-container
{
	margin: 3px 0;
	background: url(../images/background.jpg);
}

/*************************************
 * CONTENT
 *************************************/
div#content-container
{
	clear: both;
	float: left;
	padding: 0.5em;
	width: 662px;
}

div#content
{
	clear: left;
	background: #fff;
	padding: 0.5em;
}

#content #col-1
{
	width: 212px;
	float: left;
	text-align: center;
}

#content #col-2
{
	width: 212px;
	float: left;
	margin: 0 auto;
	text-align: center;
}

#content #col-3
{
	width: 212px;
	float: right;
	text-align: center;
}

/*************************************
 * SIDEBAR
 *************************************/
div#sidebar
{
	float: right;
	padding: 0;
	width: 300px;
	padding: 0 6px 0 0;
}

/**************************************
 * WIDGETS
 **************************************/
div.widget-container
{
	margin: 8px 0;
}

	div.widget-container div.widget-content
	{
		padding: 0.5em;
		background: #fff;
	}

/*************************************
 * FOOTER
 *************************************/
div#footer
{
	clear: both;
	padding: 1em;
	background: #a8a289;
	border-top: 3px solid #fff;
	font-size: small;
}

/*************************************
 * SCHEDULE LAYOUT
 *************************************/
div#schedule-container
{
	padding: 0.5em;
}

	div#schedule-content
	{
		clear: left;
		background: #fff;
		padding: 0.5em;
	}

		div#schedule-content ul.artists
		{
		}

		div#schedule-content h3,
		div#schedule-content h4
		{
			text-align: center;
		}

		div#schedule-content div#day-1
		{
			width: 480px;
			float: left;
		}

		div#schedule-content div#day-2
		{
			width: 480px;
			float: right;
		}
				
		div#schedule-content div.upstairs
		{
			width: 240px;
			float: left;
		}

		div#schedule-content div.downstairs
		{
			width: 240px;
			float: right;
		}

/*****************************************************************************
 * COMPONENTS
 *****************************************************************************/

/*************************************
 * PROFILE STUFF
 *************************************/
div.artist-photo
{
	float: right;
	clear: both;
	margin: 0 0 5px 5px;
	text-align: right;
	font-size: 0.75em;
	width: 233px;
	font-weight: bold;
}


/*************************************
 * SITE NAV
 *************************************/
div#nav-container
{
	background: #2fcc9a url(../images/greenflowerbanner.jpg) no-repeat scroll center center;
	padding: 17px 0;
	text-align: center;
	margin: 3px 0;
}

ul#nav
{
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
}

	ul#nav li
	{
		display: inline;
	}

		ul#nav li a, ul#subnav li a
		{
			text-transform: uppercase;
			font-family: arial;
			text-decoration: none;
			background-color: #a8a289;
			color: #FFF;
			padding: .25em 1em;
			border: 1px solid #fff;
			margin: 12px;
		}


		ul#nav li a:hover, ul#subnav li a:hover
		{
			background-color: #fff;
			color: #a8a289;
			border: 1px solid #a8a289;
		}


/**************************************
 * Subnav
 **************************************/
ul#subnav
{
}
	ul#subnav li a
	{
		padding: .25em 1em;
		border: 1px solid #fff;
		margin: 0;
		display: block;
	}

	ul#subnav li a:hover
	{
		background-color: #fff;
		color: #a8a289;
		border: 1px solid #a8a289;
	}

	ul#subnav li.selected
	{
		font-weight: bold;
		font-size: 1.2em;
	}

/*****************************************************************************
 * ADMIN STUFF!!!  NOT CONSIDERED YET
 *****************************************************************************/


/*****************************************************************************
 * COMPONENTS
 *****************************************************************************/

/*************************************
 * CHECKBOXES TABLE
 *************************************/
table.checkboxes
{
	width: 0;
	white-space: nowrap;
	border: 1px solid #000;
}

/*************************************
 * SYSTEM MESSAGE
 *************************************/
div.system-message
{
	border: 3px dotted #000;
	background: #FEE;
	margin: 1em auto 0;
	width: 800px; /* make same width as content width */
	clear: both;
	padding: 0.25em;
}

/*************************************
 * MENU
 *************************************/

/* these are namespaced under #content
 * as to not disturb the sf dev menu */
#content ul.menu li
{
	list-style: none;
}

#content ul.menu li a
{
	border: 1px solid #000;
	display: block;
	margin: 0.1em 0;
	padding: 0.1em;
	background-color: #FEE;
}

#content ul.menu li a:hover
{
	background-color: #DCC;
}

/*************************************
 * ADMIN MENU
 *************************************/
div.admin-menu p
{
	text-align: right;
}

div.admin-menu ul
{
	padding: 0.25em; /* should match padding on anchor contained within */
}

	div.admin-menu p,
	div.admin-menu a
	{
		font-size: 0.75em;
	}

	div.admin-menu ul li
	{
		display: inline;
		list-style-type: none;
	}

		div.admin-menu ul li a
		{
			border: 1px solid #000;
			padding: 0.25em; /* should match padding on containing list */
			background-color: #FEE;
		}

		div.admin-menu ul li a:hover
		{
			background-color: #DCC;
		}


/*****************************************************************************
 * ADDITIONAL STYLES
 *****************************************************************************/

.hint, .hint p
{
	font-style: italic;
	font-size: 0.8em;
}

.caption
{
	margin: 0;
	text-align: center;
	font-style: italic;
	font-size: 0.8em;
}

td.hint
{
	white-space: nowrap;
}

.byline
{
	font-size: 0.8em;
}

#content .youtube
{
	text-align: center;
}

/*************************************
 * ERRORS
 *************************************/
.form_error
{
	color: #F00;
	font-size: 0.8em;
}

#dev-banner
{
	border-bottom: 3px solid #000;
	background: #F00;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
