/** ---------------------------------------------------------- **/
/** -                         global                         - **/
/** ---------------------------------------------------------- **/

body
{
	background-color:	000000;
	color:			#333;
	font-family:		arial, helvetica, verdana;
	font-size:		12px;
}

td
{
	color:			black;
	font-family:		arial, helvetica, verdana;
	font-size:		12px;
}

.main
{
	width: 			700px;
	background-color: 	000000;
}

h1
{
	color: 			black;
	font-size: 		15px;
}

h2
{
	color: 			black;
	font-size: 		13px;
	font-style: 		none;
}

.dividerBlack
{
	border-top: 		solid 1px black; 
	margin: 		10px 0;
}

/** ---------------------------------------------------------- **/
/** -                   graphical backdrops                  - **/
/** ---------------------------------------------------------- **/

.banner
{
	background-image: 	url(images/roomful-of-sky-events-banner-01.jpg);
	width: 			700px;
	height: 		157px;
}

.roomful_of_sky_background
{
	background-image: 	url(images/roomful-of-sky-background-01.jpg);
	width: 			700px;
	height: 		562px;
	text-align: 		left;
}

.footer
{
	background-image: 	url(images/roomful-of-sky-footer-01.gif);
	width: 			700px;
	height: 		22px;
}

/** ---------------------------------------------------------- **/
/** -            additional header/footer sections           - **/
/** ---------------------------------------------------------- **/

#navigation
{
	color: 			#dfddc8;
	font-weight: 		bold;
	text-align: 		center;
	padding: 		0 25px 0 0;
}

.navigation_2
{
	margin-top: 		122px;
}

#emailsignup
{
	color: 			white;
	text-align: 		right;
	padding: 		0px 0px 7px 0px;
}

form
{
	margin: 		0;
	padding: 		0;
}

#copyright
{
	color: 			#dfddc8;
	font-weight: 		none;
	font-size:		10px;
	text-align: 		center;
	padding: 		5px 0 0 0;
}

/** ---------------------------------------------------------- **/
/** -                          links                         - **/
/** ---------------------------------------------------------- **/

a:hover
{
	text-decoration: 	underline;
}

a.navigation
{
	color: 			white;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	none;
}

.navigation_2 a
{
	color: 			#dfddc8;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	none;
}

a.alternate
{
	color: 			#333;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	underline;
}

a.alternate2
{

	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	underline;
}

a.artistname
{
	color: 			black;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	underline;
}

a.eventname
{
	color: 			blue;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	underline;
}

a.artistname_navigation
{
	color: 			#dfddc8;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	underline;
}

a.releasename
{
	color: 			black;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	underline;
}

a.venuename
{
	color: 			black;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	underline;
}

a.h3_link
{
	color: 			blue;
	font-size: 		14px;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	underline;	
}

a.h4_link
{
	color: 			blue;
	font-size: 		12px;
	font-weight: 		bold;
	font-style: 		none;
	text-decoration: 	underline;	
}

/** ---------------------------------------------------------- **/
/** -                       guestbook                        - **/
/** ---------------------------------------------------------- **/


.guestbook_name
{
	color:			black;
	font-weight: 		bold;
	font-family:		arial, helvetica, verdana;
	font-style: 		bold;
	font-size:		16px;
	text-decoration: 	none;
}

.guestbook_date
{
	color:			black;
	font-weight: 		bold;
	font-family:		arial, helvetica, verdana;
	font-style: 		bold;
	font-size:		09px;
	text-decoration: 	none;
}

.guestbook_comment
{
	color:			#333;
	font-weight: 		bold;
	font-family:		arial, helvetica, verdana;
	font-style: 		bold;
	font-size:		12px;
	text-decoration: 	none;
}