/* @override http://www.beyondpersia.org/index.php?css=site/maincss/ */

h1 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 a{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;

}


h4 {
	color: #000000;
	font-size: 12px;
	font-style: italic;

	margin-bottom: 10px;
}
h5{
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
}
h6{
	color: #ffffff;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h7{
	color: #9a3265;
	font-size: 18px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 7px;
}

h8{
	color: #9a004c;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 7px;
	text-decoration: none;

}
h9{
	color: #9a004c;
	font-size: 14px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 25px;
	text-decoration: none;

}



.clear {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	padding:0px;
	margin:0px;
	background: #999999 url(../images/lg_floral.gif) no-repeat left 175px;
	color: #000000;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

#container {
	width:100%;
	margin:0 auto;
	
}

img {
	border:none;
}

p {
	margin-bottom: 15px;
	line-height: 18px;
	margin-top 0px;
}

#header {
	background: #ffffff;
}

#header  .right{
float: right;

}

#header  .left{

float: left;


}


#topnav {
	width: 100%;
	background: #cccccc url(../images/topnav_bg.jpg) repeat-x;
	height: 35px;
}

#topnav .leftnav {
	float: left;
	padding-left: 10px;
	height: 20px;
	margin-top: 10px;
}

.leftnav a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
}

.leftnav  a:hover {
	color: #9a3265;
	text-decoration: none;
	font-weight: bold;
}

ul#mainnav {
	float: right;
	padding-right: 0px;
	list-style: none;
	border: 1px solid #73d5fa;
	height: 20px;
	margin-top: 5px;
	margin-right: 3px;
}

ul#mainnav li {
	list-style: none;
	float: left;
	width: 90px;
}

ul#mainnav li a {
	text-align: center;
	color: #000000;
	display: block;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
}

ul#mainnav li a:hover {
	color: #9a3265;
	text-decoration: none;
	font-weight: bold;
}

ul#mainnav li.music a {
	color: #000000;
	display: block;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	text-decoration: none;
	font-weight: bold;
}

#content {
	width: 100%;
}

.upcomingevents {
	background-color: #cccccc;
	margin: 10px;
	padding: 3px;
	font-size: 10px;

}

.upcomingevents  a {
	color: #9a3265;
	text-decoration: underline;
	font-weight: bold;
}

.upcomingevents  a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

ul#eventslist {
	margin-top: 2px;
	margin-bottom: 2px;
        padding-left: 20px;

}

ul#eventslist li {
	list-style-position: outside;
	list-style-type: disc;
	padding: 3px;
	margin-bottom: 5px;

}

ul#eventslist li a {
	color: #000000;
	text-decoration: underline;

}

ul#eventslist li a:hover {
	color: #9a3265;
	text-decoration: none;
}

.selected TD {
	color:              #000000;
	font-size:          12px;
    padding:       5px;
    border: 0px ;
    vertical-align: top;
background-color: #b8b8b8;
}

.selected TD a {
	color: #000000;
	text-decoration: underline;
}

.selected TD a:hover {
	color: #9a3265;
	text-decoration: none;
}

.selected img.photo {
	float:right;
	margin: 10px;

}
.main TD {
	color:              #000000;
	font-size:          12px;
	text-align:         left;
    padding:       5px;
    border: 0px ;
    vertical-align: top;
}

.main TD a {
	color: #000000;
	text-decoration: underline;
}

.main TD a:hover {
	color: #9a3265;
	text-decoration: none;
}
.search{
	color: #ffffff;
	font-size: 11px;

}

#footer {
	width: 100%;
	background: #cccccc url(../images/footerbg.jpg) repeat-x 0 top;
	text-align: center;
	height: 60px;
padding-top: 10px;

}



#footer  a {
	color: #000000;
	padding: 0 3px;
}
#footer a:hover {
	color: #9a3265;
	text-decoration: none;
}


#footer p {
	color: #000000;
	font-size: 85%;
}

.rightsideads{
width: 186px;
margin:0 auto;
}

p.rightsideadslinks{
	text-align: center;
	width: 186px;
	margin-top: 5px;
}


.clear {

	font-size: 0;

	line-height: 0.0;

	height: 0;

	clear: both;

}
.artists img , .eventscontent img , .aboutbeyond img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-style: none;
	margin-top: 5px;
	display: block;
}
.artist-om{
		background-color: #cccccc;
	padding: 5px;
}
.artist-om h2{
	margin-top: 0;
}
.artist-om h5{
	font-size: 16px;
	color: #9a3265;
}
.artist-om a.photo-link{
	display: block;
	float: left;
	margin: 10px 10px 10px 0;
}
.artist{
	border-bottom: 1px solid ;
	border-color: gray;
	padding-bottom: 5px;
}
.artist a.photo-link{
	display: block;
	float: left;
	margin: 0px 10px 10px 0;
}