/* CSS Document */

/*------------------------ main styles ---------------------*/

body	 { color: red; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; line-height: 19px; text-align: left; padding: 0 }
	
table	{		
;
		padding:0;
		text-align: left;
				
		/* font stuff ok here? */
		
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		line-height: 19px;
		color: #3D394E;
		font-weight: normal;

		background: #fff repeat;

		}
td	{		
;
		padding:0;
		text-align: left;
				
		/* font stuff ok here? */
		
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		line-height: 19px;
		color: #3D394E;
		font-weight: normal;
		
		background: #ffffff repeat;

		}
	
	
	
	
/*------------------------ text styles ---------------------*/


pre 		{  
		font-family: "Courier New", Courier, mono; 
		font-size: 11px; 
		line-height: 14px; 
		color: #000000;
		}
		
a 		{ 		
		color:#FF0099; 
		text-decoration:none; 
		}

A:link        { text-decoration: none; 
		color:#FF0099; }

A:link.navs        { text-decoration: none; 
		color:#cccccc; }

A:visited     { text-decoration: none;  
		color:#FF0099; }

A:hover       { text-decoration: none; 
		COLOR: #fff; 
background-color: #FF0099;}


.tour  	{	
		font-size: 11px; 
		line-height: 12px; 
		font-weight: normal;
		
		}
		
.separator
{
	height: 1px;
	clear: both;
	width: 100%;
	border-bottom: 1px dotted #A5AEC5;
}

.description  	{	
		font-size: 12px; 
		line-height: 14px; 
		font-weight: normal;
		
		}
.tracks {
		font-size: 9px;
		line-height: 11px;
		}

.posted{	
		font-size: 9px; 
		line-height: 14px; 
COLOR: #999999 
		
		}

.short_tag  	{	
margin-top:10px;
margin-bottom:10px;
		font-size: 10px; 
		line-height: 10px; 
		font-style: italic;
font-weight: bold;
		margin-left:10px;
color:#cccc00;
		}
.news_image {
    border: 1px solid #CBCBCB;
	background-color: white;
	width: 150px;
	height: 100px;
	margin: 10px 0px 15px 10px;
	padding: 0px;
	float: right;
	}
	
h2 { 
font-size: 11px; 
		font-weight: bold;
		margin-bottom:10px;
		margin-top:10px;
		COLOR: #cccc00;}

/*------------------------ blog styles ---------------------*/


#main_frame 	{
		
		padding: 0px;
		width: 750px;
		background:#ffffff;
		position: relative;
margin:20px;
text-align: left;

		
		
		border: 10px solid #fff;
		
		}

#header_image 	{
		margin-bottom:10px;
		}
		
#footer_image	{
		margin-bottom:10px;
		background:#FCFFA1;
		}
		

#left_side 	{
		float:left;
		text-align: left;
		width:	450px;
		padding-left:10px;
		padding-right:30px;
		}
		
#right_side 	{
		float:right;
		width:250px;
		text-align: left;
		}
		
#title {
		background-color:#FCFFA1;
		color:#FF0099;
		padding-left:5px;
		font-size:12px;

		}
		
#content {
		background-position:right top;
		background-repeat:no-repeat;
		background-color:#defcf6;
		padding: 5px;
		color:#6e6e6e;
		//height: 300px;
		}
#lyric {
		background-position:right top;
		background-repeat:no-repeat;
		background-color:#defcf6;
		padding: 5px;
		color:#6e6e6e;
		line-height=9px;
		}
		
#show {
		background-color:#9FF5E3;
		width:280px;
		color:#3D394E;
		padding:5px;
		}
		
#past_shows {
		background-color:#fff;
		width:280px;
		padding:10px;
		}
		
.photos {
        margin-top:10px;
        }

.blog_entry 	{
		font-size: 11px; 
		font-weight: normal;
		margin-bottom:10px;
		margin-top:10px;
		COLOR: #3D394E;


		border-bottom: 1px dotted #A5AEC5;
		}
		
.blog_entry_2	{
		font-size: 11px; 
		font-weight: normal;
		margin-bottom:10px;
		margin-top:10px;
		COLOR: #3D394E;
}

.side-section 	{
		margin-top:10px;
		}
.side-header 	{
		font-size: 11px; 
		font-weight: bold;
		
		margin-top:10px;
		COLOR: #2D71BE;
		border-bottom: 1px dotted #A5AEC5;
		}

.comments_bg	{
		border: 1px dotted #A5AEC5;
		padding: 10px;
background-color: #FFFFF5;
		}

img { border:0; }