A:link {
	color: #000000;
}

A:visited{
	color: #000000;
}

A:active{
	color: #034896;
}

A:hover{
	color: #034896;
}

#page{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: white;
	padding: 20px;
}

body {
 padding: 0;

	background-image: url('/images/web-background-3-900.jpg');
 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 

 
.clear{
	clear: both;
}
 

 #notice {
     color: red;
     font-weight: bold;
     margin-left: 30px;
     margin-bottom: 30px;
}

#error {
     color: red;
     font-weight: bold;
     margin-left: 30px;
     margin-bottom: 30px;
}

.small_nav_tag {
	font-size: .8em;
}




#header{
	margin-bottom: 50px;
	
}

#head_ad_banner {
	width: 728px;
	height: 90px;
	
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#nav_bar{
	background-color: #DFE0F0;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 5px;
}

#logo{
	float:left;
}

#user_nav{
	
	font-size: .9em;
	float: right;
	margin-top: -40px;
	
}

#user_nav ul{
	line-height: 30px;
	float: left;
	width: 100%;
}

#user_nav li{
	display:inline;
	text-decoration: none;
	padding: .25em;
}


#category_nav_bar{
	width: 330px;
	height:30px;
	background-color: #B4C9D0;
	padding-top: 1em;
	margin-bottom: -1px;
	}
	

#category_nav_bar ul{
	
	line-height: 30px;
	float: left;
	width: 100%;
		
}

#category_nav_bar li{
	
	display:inline;
	text-decoration: none;
	padding: .25em;
	
	
}




.nav_heading{
	font-size: 1em;
}

.label{
	font-size: .7em;
}

.cat{
	font-size: .9em;
	border: 1px solid black;
	background-color: #D1D6E8;
	padding: 5px;
	min-width:30px;
	float: left;
	margin: 5px;
}

#footer {
	margin-top: 20px;
	padding: 5px;
	background-color: #DFE0F0;
	width: 100%;
}

table tr th
{
	background:#333;
	color:white;
	font-size:0.8em;
	padding:3px 10px;
	
	
}

/************ end general styles *************/


/*********** home page ***************/
.table_titles{
	font-size: .8em;
	margin-left: 10px;
	margin-bottom: -15px;
	padding-left: 5px;
	background-color: #DFE0F0;
	width: 300px;
	
}

#upcoming {

	float: left;
	
	
}
.upcoming_table{
	font-size: .9em;
	width: 380px;
	margin-bottom: 20px;
	margin-right: 10px;
	background-color: #E3EBFA;
	
	

}

#upcoming tr th {
	background-color: #EDF0FA;
	color: black;
}

#new{
	float: right;
	
	
}

.new_table{
	font-size: .9em;
	width: 380px;
	margin-bottom: 20px;
	
	background-color: #E3EBFA;
	
}

#new tr th {
	background-color: #EDF0FA;
	color: black;
}






#new_table tr th {
	background-color: #EDF0FA;
	color: black;
}









#opening table{
	font-size: .8em;
	width: 100%;
	border: 1px solid gray;
	
}


 
td{
 	padding: 10px;
	max-width: 150px;
 }

.color_box{
	border: 1px solid #DFE0F0;
	height: 740px;
}

.color_box2{
	border: 1px solid #DFE0F0;
	height: 420px;
}





/*********** end home page ***************/

/*********** show details ***************/

#show_details h1{
	
	font-size: 1.2em;
	
}

#show_details li {
	text-decoration: none;
	display:block;
	margin-bottom: 5px;
	word-break: break-all;
	
}



#detail_block_1 {
	
	float: left;
	width: 390px;
	border: 1px solid #DFE0F0;
	
	
	
}

#detail_block_1 li {
	margin-left: -20px;
}

#detail_block_2{
	float: right;
	border: 1px solid #DFE0F0;
	width: 390px;
	
	
}

#detail_block_2 li {
	margin-left: -20px;
}

#show_details_descriptions{
	margin-top: 0px;
	padding: 5px;
	border-top: 1px solid #DFE0F0;
	border-right: 1px solid #DFE0F0;
	border-left: 1px solid #DFE0F0;
	word-break: break-all;
}

#show_detail_categories{
	padding: 5px;
	border-top: 1px solid #DFE0F0;
	border-right: 1px solid #DFE0F0;
	border-left: 1px solid #DFE0F0;
	margin-top: -20px;
	margin-bottom: 10px;
	
}



#rating_block{
	margin-top: 5px;
	
	width: 300px;
	padding: 5px;
}

#rating_lable{
	margin-top: 5px;
}

#average_rating{
	margin-bottom: 5px;
	
}

#average_lable{
	font-size: .9em;
	
}

.star{
	float: left;
	margin: 5px;
	text-align:center;
	
}
 .error{
 	background-color: red;
	padding: 5px;
 }

.edit_button{
	margin-top: 10px;
	padding: 5px;
	border: solid 1px gray;
	width: 80px;
	background-color: #DFE0F0;
}


/************ end show details **************/

/************ forms **************/
#artist_block {
	padding: 5px;
	width: 400px;
	border: 1px solid gray;
	float:left;
	height: 200px;
}

#gallery_block {
	padding: 5px;
	width: 400px;
	border: 1px solid gray;
	float:right;
	height: 200px;
}




/************ end forms **************/



/************* myshows pages *************/

#myshows_heading{
	
	font-size: .8em;
	margin-bottom: -10px;
}

#myshows_table td{
	font-size: .9em;
}





 .img_container{
	float:left;
	height: 200px;
	width: 200px;
	margin: 10px;
	background-color: #eeeeee;
	
}
#assign_myimages{
	position: relative;
	margin-top: -20px;
	
	border-top: 1px solid #DFE0F0;
	border-left: 1px solid #DFE0F0;
	border-right: 1px solid #DFE0F0;
	
}
 
.delet_image_frome_myshow {
	vertical-align: baseline;
	
	
}

#myimages_lable, #description_lable{
	margin-top: 40px;
}

.img_delete_button{
	vertical-align: baseline;
}
#myshow_show_hide{
	margin-top: -22px;
}

.myshow_cat{
	font-size: .8em;
	border: 1px solid black;
	background-color: #B4C9D0;
	padding: 5px;
	min-width:25px;
	float: left;
	margin: 5px;
	text-align: center;
}





/************* end myshows pages *************/

/************ My images ************/

.myimage {
	float:left;
	width: 200px;
	height: 200px;
	margin: 10px;
	margin-bottom: 40px;
	border: 1px solid #DFE0F0;
	
}

/************ end my images ************/



/************ listings controller ************/

#all_listings{
	width: 100%;
	font-size: .9em;
}

#all_listings td{
	text-align:center;
}



#new_lisitng li{
	text-decoration: none;
	margin-bottom: 10px;
	
}

.filter_by {
	font-size: .8em;
}

.top_pagination{
	margin-top: 15px;
	margin-bottom: 5px;
	
}







/************ end lisitngs controller ************/



/************** forums ***********************/

.wide_forums {
	width: 100%;
}

#topic-title{
	font-size: 1.5em;
	margin-bottom: -10px;
	margin-bottom: -10px;
}

#topic_edit{
	font-size: .5em;
	color: gray;
	
}

.subtitle{
	font-size: .8em;
	
}

.date{
	
	font-size: .8em;
	color: gray;
}

.post_body{
	width: 600px;
	min-height: 100px;
	background-color: #DFE0F0;
	font-size: .9em;
	padding-left: .5em;
	padding-top: .2em;
	
}

.post_rule{
	height: 1px;
	width: 700px;
	background-color: #303030;
	margin-bottom: 25px;
}

.reply{
	margin-top: -10px;
	font-size: .9em;
	
	}







/**************** end forums *****************/


/**************** Blog **********************/

.blog_post_title{
	font-size: .9em;
	margin-bottom: -15px;
}

.blog_sub_title{
	font-size: .5em;
	color: gray;
	margin-bottom: -5px;
}

.blog_post_body{
	
	min-height: 150px;
	background-color: #DFE0F0;
	font-size: .6em;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	
}

.link_new_blog_post{
	margin-top: -20px;
	font-size: .7em;
}






/**************** End Blog *******************/

/*************** User ************************/

#subscription_info {
	margin-top: 20px;
}

/*************** End User ************************/

/*************** fourms ************************/

#posts_wide {
	width: 100%;
}


/*************** endfourms ************************/

/************* calendar stuff *************/

.calendar {
  margin: auto;
  margin-right: 20px;
}

.calendar {
	width: 100%;
}

.calendar td{
 	padding: 10px;
	width: 150px;
	height: 100px;
 }

.monthName th {
  font-weight: normal;
  text-align: right;
  padding-top: 1em;
  padding-bottom: 0.7em;
}

.dayName th {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #303030;
  color: white;
}

.otherMonth, .day, .specialDay {
  padding: 0.7em 1em;
  border-right: 1px solid gray;
  color: black;

}

.otherMonth {
  color: black;
  background-color: white;
}

.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  background-color: white;
}
.specialDay {
  background-color: white;
  color: black;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: black;
  text-decoration: none;
  padding: .5em;
  font-size: .7em;
 
}
.specialDay a:hover {
  color: black;
  background-color: black;
}
.weekendDay {
  background-color: #ffffdd;
}
.today{
	background-color: #4682b4;
}

