/*
Created with love by Arthur.
www.thumpston.com
*/

/*	GLOBAL	*/

		body			{
						background-color: #000000;
						font-family: helvetica, arial, sans;
						}
			
/*	LINKS	*/
	
		a:link			{
						color: #AAAAAA;
						text-decoration: underline;
						font-weight: normal;
						}
	
		a:visited		{
						color: #AAAAAA;
						text-decoration: underline;
						font-weight: normal;
						}
	
		a:active 		{
						color: #AAAAAA;
						text-decoration: underline;
						font-weight: normal;
						}

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

/*	IDS		*/

		#imageholder	{
						width: 1000px;
						margin: auto;
						background-image: url(../backgroundtile.gif);
						background-repeat: repeat;
						}
						
		#start			{
						width: 599px;
						height: 605px;
						margin: auto;
						padding-top: 100px;
						background-image: url(../moon.png);
						background-repeat: no-repeat;
						}

		#navigation		{
						height: 30px;
						width: 1000px;
						margin: 0 auto;
						position: fixed;
						background-color: #000000;
						border-bottom: 1px solid #222222;
						text-align: right;
						}
	
						
		#shows			{
						padding-top: 44px;
						text-align: left;
						}
						
		#contact		{
						padding-top: 44px;
						padding-left: 100px;
						font-family: Helvetica, Arial, sans-serif;
						font-size: 14px;
						text-align: left;
						}
						
		#gilbert		{
						width: 617px;
						height: 1000px;
						margin: auto;
						background-image: url(../gilbert.png);
						background-repeat: no-repeat;
						}
						
		#footer			{
						width: 995px;
						height: 100px;
						background-color: #000000;
						border-top: 1px solid #222222;
						color: #BBBBBB;
						text-align: left;
						line-height: 1em;
						padding-top: 8px;
						padding-left: 5px;
						font-size: 12px;
						}
						
/*	FOOTER		*/

		ul.fubar		{
						display: inline;
						font-family: Helvetica, Arial, sans-serif;
						font-size: 12px;
						}

		ul.fubar li	{
						float: right;
						list-style: none;
						margin-top: 0px;
						}
		
		ul.fubar li a	{
						color: #FFFFFF;
						text-decoration: none;
						padding: 0px 20px 12px 0px;
						font-weight: bold;
						text-shadow: rgba(0,0,0,0) 0 0 0;
						}

		ul.fubar li a:hover	{
						color: #BBBBBB;
						text-decoration: none;
						}
						
/*	NAVIGATION		*/

		ul.topbar		{
						display: inline;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 14px;
						}

		ul.topbar li	{
						float: left;
						list-style: none;
						margin-top: 8px;
						}
		
		ul.topbar li a	{
						color: #FFFFFF;
						text-decoration: none;
						padding: 7px 20px 12px 0px;
						font-weight: bold;
						text-shadow: rgba(0,0,0,0.09) 0 0 0;
						}

		ul.topbar li a:hover	{
						color: #BBBBBB;
						text-decoration: none;
						}
						
		ul.topbar li img	{
						margin-top: -4px;
						}
	
						
/*	ABOUT			*/	


		#about			{
						padding-top: 44px;
						text-align: center;
						}
						
		#aboutholder	{
						width: 750px;
						padding: 20px;
						margin: auto;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						border: 1px solid #FFFFFF;
						background-color: #111111;
						filter:alpha(opacity=70);
						-moz-opacity: 0.7;
						-khtml-opacity: 0.7;
						opacity: 0.7;
						font-family: Helvetica, Lucida Grande, Arial;
						font-size: 14px;
						color: #FFFFFF;
						line-height: 1.5em;
						text-align: center;
						}
			
		#aboutholder p { text-align: justify; padding-left: 20px; padding-right: 20px; }

blockquote.skinny p {
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	}
blockquote.skinny p:first-letter {
 float: left;
 font-family: gill sans, lucida grande, trebuchet ms, helvetica, arial, sans-serif;
 font-size: 340%;
 line-height: 0.7em;
 margin-right: 0.09em;
 margin-bottom: 0em;
 margin-top: 0.1em;
 }
blockquote.skinny p:first-line {
	font-variant: small-caps;
	font-style: normal;
	}
	
	
blockquote.withcaps p:first-letter {
	 float: left;
 font-family: gill sans, lucida grande, trebuchet ms, helvetica, arial, sans-serif;
 font-size: 340%;
 font-style: normal;
 line-height: 0.7em;
 margin-right: 0.09em;
 margin-bottom: 0em;
 margin-top: 0.1em;
 }
blockquote.withcaps p:first-line {
	font-variant: small-caps;
	font-style: normal;
	}

.photocaption {
	float: right;
	color: #666;
	}

						
/*	CONTACT FORM	*/

		#holder			{
						width: 750px;
						padding: 20px;
						background-image: url(../contactbackground.png);
						background-repeat: no-repeat;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						border: 1px solid #FFFFFF;
						}
				
		#contact input, textarea
						{
						background-color: #111111;
						color: #FFFFFF;
						border: 0px;
						filter:alpha(opacity=70);
						-moz-opacity:0.7;
						-khtml-opacity: 0.7;
						opacity: 0.7;
						}
						
		#contact label	{
						display: block;
						}
						
/*	SHOWFADER	*/

		#page-wrap		{
						width: 1000px;
						margin: auto;
						padding: 20px;
						}

		#holdleft		{
						width: 698px;
						float: left;
						}
						
		#holdright		{
						width: 300px;
						float: right;
						}

		.button			{
						float: left;
						margin: 1px;
						cursor: pointer;
						}

		.clear			{
						clear: both;
						}
						
		
		.grey			{
						background-image: url(../greg.png);
						background-repeat: repeat;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						border: 1px solid #FFFFFF;
						font-size: 13px;
						font-family: helvetica, arial, sans-serif;
						color: #DDDDDD;
						line-height: 1.5em;
						text-align: justify;
						}
						
		.black			{
						background-color: #000000;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						border: 1px solid #FFFFFF;
						font-size: 13px;
						font-family: helvetica, arial, sans-serif;
						color: #DDDDDD;
						line-height: 1.5em;
						text-align: center;
						}
						
		#df				{
						display: none;
						padding: 30px;
						}
						
		#df-button		{
						}

		#pp				{
						display: none;
						padding: 30px;
						}
						
		#pp-button		{
						}

		#sb				{
						display: none;
						padding: 30px;
						}
						
		#sb-button		{
						}

		#faroe			{
						display: none;
						padding: 30px;
						}
						
		#faroe-button	{
						}
						
		#select			{
						display: block;
						background-image: url(../arrow.png);
						background-repeat: no-repeat;
						height: 63px;
						margin: 0px;
						padding: 0px;
						}
						
	/*	FLOATERS	*/
	
	#floaters			{ background-image: url(../floatbg.png); background-repeat: no-repeat; height: 500px; margin-left: 300px; width: 300px; }
	
	#float2				{ background-image: url(../float2.png); background-repeat: no-repeat; height: 568px; margin-left: 300px; width: 500px; }
	
	/*  SLIDESHOW   */
	
	.slideshow { height: 428px; }
	.slideshow img { }		