/* CSS for RVS home page */

#home h2 {
	border-style: none;
	font-size: 1.8em;}
	
#auditions {
	color: #7B0463;
	background: #00828C;
	text-align: center;
	margin-top: 40px;
	margin-right: 5px;
	margin-left: 5px;
	
	border: 3px dotted #FFFFFF;}
	
#auditions a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 3em;}
	
#auditions a:hover {
	color: #7B0463;
	background: #C6C7E7;
	height: 100%;
	width: 141px;
	display: block;}
	
#home #nav #cd_nav{
	display: none;}		

#home #content_main {
	padding-right: 0px;
	width: 670px;}
#majkut {
	width: 415px;
	float: left;
	background: url(/images/majkut-home.jpg) no-repeat right 20px;}
#welcome {
	width: 245px;}

#center-text {
	text-align: center;
	float: left;
	width: 220px;
	margin-top: 40px;
	margin-left: 20px;}
	
#concert-list {
	float: left;
	width: 250px;
	display: block;
	clear: none;
	margin-bottom: 20px;}

.ticket_box {
	padding: 5px 5px 10px 0px;
	width: 242px;
	margin: 0px;
	background: #7B0463;
	text-align: center;}
	
#concert-list .ticket_box h3 a {
	color: #FFFFFF;
	text-decoration: none;}
	
#concert-list .ticket_box h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;}	
	
#first.homethumbnail {	
		border-top: 1px solid #7072C2;}

.homethumbnail {
	padding: 5px 5px 0px 0px;
	width: 240px;
	margin: 0px;
	background: #FFFFFF;
	border-right: 1px solid #7072C2;
	border-bottom: 1px solid #7072C2;
	text-align: center;
	border-left: 1px solid #7072C2;
	float: left;}
	
.homethumbnail h3 {
	font: 1.2em Arial, Helvetica, sans-serif;
	text-align: center;
	border-style: none;
	margin-bottom: 0.5em;
	color: #780767;}
	
.homethumbnail img {
	border-style: none;
	clear: none;
	float: left;}
	
.homethumbnail p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000000;
	clear: none;
	font-size: 1em;}	
	
.homethumbnail a:link,a:hover,a:visited,a:active {
	color: #CC0000;
	text-decoration: underline;}		
