@charset "utf-8";
/* global
--------------------------------------------------------------------------------*/
* {
    margin: 0;
	padding: 0;
	border: 0 solid;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	background-color: #FFFFFF;
	text-align: center;
	overflow: scroll;
}
#container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 51em;
}
#main {	
	position: relative;
	width: 100%;
}
/* content
---------------------------------------------------------------------------------*/
#content {
	position: absolute;
	top: 0;
	left: 11em;
    text-align: left;
	width: 40em;
}
/* navigation
---------------------------------------------------------------------------------*/     
#navbar {
	position: absolute;
	top: .75em;
	left: 0;
	width: 9em;
	padding: 13em 0;
	background: url(images/mvan-logo-130px-90qlty.jpg) no-repeat;
}
#nav li {
	list-style-type: none;
	height: 1.75em;
	padding: 0; 
	margin: 1.25em 0;
	line-height: 1.75em;	   
}
#nav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#nav_hom {background-color: rgb(0,111,252);}
#nav_art {background-color: rgb(202,0,24);}
#nav_abo {background-color: rgb(1,226,44);}
#nav_mem {background-color: rgb(209,0,226);}
#nav_con {background-color: rgb(0,111,252);}
#nav_lin {background-color: rgb(202,0,24);}
/* mini-navigation
---------------------------------------------------------------------------------*/     
#footer {
	text-align: center;
	top: .5em;
	width: 100%;
	clear:both;
	padding-top:2em;
}
#mini-nav li {
	list-style-type: none;
	display:inline;
	padding: 0 1em 1em 0; 
	margin: 0 1em 1em 0;
}
#mini-nav a {
	text-decoration: none;
	color: #000000;
}
#mini-nav_hom {}
#mini-nav_art {}
#mini-nav_abo {}
#mini-nav_mem {}
#mini-nav_con {}

/* home
---------------------------------------------------------------------------------*/
#intro ul {
	list-style-position: outside;
}

#intro li {
	margin: 0 0 0 1.5em;
}

#main-content {
	position: absolute;
	top: 11em;
	left: 0em;
	width: 40em;
	height: 1em;
}
#events-img {
	float: left;
	padding: 1em 1.5em 1.5em 0;
	}
p.clear {
	clear: both;
	}
#topbox {
	position: absolute;
	top: 11em;
	left: 0em;
	width: 40em;
	height: 1em;
	text-align: center;	
}
#boxtopleft {
	position: absolute;
	top: 23em;
	left: 0em;
	width: 17em;
	height: 17em;
	padding: 1em;
	text-align: center;
}
#boxtopright {
	position: absolute;
	top: 23em;
	left: 21em;
	width: 17em;
	height: 17em;
	padding: 1em;
	text-align: center;
}
#boxbotleft {
	background-image: url(images/GC_OrvisPresley.jpg);
	position: absolute;
	top: 36em;
	left: 0;
	width: 17em;
	height: 17em;
	padding: 1em;
	text-align: center;
}
#boxbotcent {
	position: absolute;
	top: 33em;
	left: 14em;
	width: 17em;
	height: 17em;
	padding: 1em;
	text-align: center;
}
#boxbotright {
	background-image: url(images/GC_VVGogh.jpg);
	position: absolute;
	top: 36em;
	left: 21em;
	width: 17em;
	height: 17em;
	padding: 1em;
	text-align: center;
}
#onebox {
	position: absolute;
	top: 13em;
	left: 0;
	width: 100%;
	text-align: center;
}
/* artists
---------------------------------------------------------------------------------*/
.artists {
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	width: 40em;
}
.photo {
	float: left; 
	width: 200px;
	height: 200px;
}
.description {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	height: 200px;
}
/* artist profile
---------------------------------------------------------------------------------*/
#profile {
	position: relative;
    text-align: left;
	width: 100%;
	background-color: #FFFFFF;
}
.profile-head {
	color:#999999;
	margin-bottom: 1em;
}
.profile-artist {
	font-size: 1.4em;
}
.profile-photo {
	width: 350px;
	float: left; 
	display: inline;
}
.profile-photo img {
	margin-top: 1.25em;
}
p.title {padding-top: 1em;}
p.detail {
	font-style:italic;
	padding-bottom:1em;
}
.profile-txt {
	width: 300px;
	float: right;
	display: inline;
}
.profile-txt p {
	padding-bottom: .5em;
}
.other-profiles li {
	list-style-type: none;
	text-align:left;
}
#links a {
	text-decoration:none;
}
#links {
	clear:both;
	padding-top: 2em;
}
#footer a {
	text-decoration:none;
}	
/* contact us
---------------------------------------------------------------------------------*/
#contact {
	background-color: #FFFFFF;
	position: absolute;
	top: 13em;
	left: 0;
	width: 40em;
}
/* about us
---------------------------------------------------------------------------------*/
#about {
	background-color: #FFFFFF;
	position: absolute;
	top: 13em;
	left: 0;
	width: 40em;
}
#full ul {
	list-style-position: outside;
}
#full li {
	margin: 0 0 0 1.5em;
	font-size: .9em;
	line-height: 1.5em;
}
#associate ul {
	list-style-position: outside;
}
#associate li {
	margin: 0 0 0 1.5em;
	font-size: .9em;
	line-height: 1.5em;
}
/* useful links
---------------------------------------------------------------------------------*/
#useful-links {
	background-color: #FFFFFF;
	position: absolute;
	top: 13em;
	left: 0;
	width: 40em;
}
/* competition
---------------------------------------------------------------------------------*/
#competition {
	background-color: #FFFFFF;
	position: absolute;
	top: 13em;
	left: 0;
	width: 40em;
}

#vote {
	background-color: #CCFFFF;
	border: 2px outset rgb(0,111,252);
	margin-top: 3em;
}

#submit {
	margin-top: 1em;
	width: 10em;
	text align: centre;
}

fieldset {  
	background-color: #FFFFFF;
	margin: 0;  
	padding: 0;
	text-align: left;
}  
legend {  
	font-size: 1em;
	background: #99FFFF;
	border: 2px outset rgb(0,111,252);
	margin-left: 1em;  
	padding: .5em;
	color: #000000;  
	font-weight: bold;  
}  
label {
	display: block;
}
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;  
}  
fieldset li {  
	background-color: #CCFFFF;
	margin: 0;
	padding: 0;
	padding-bottom: 1em;  
} 
input.text {
	margin: 0;
	padding: 0;
	text-align: left;
}
/* text
---------------------------------------------------------------------------------*/
h1 {font-size: 1.8em; line-height: normal;}
#main-content h1 {font-size: 1.8em; line-height: 1.9em; color:rgb(0,111,252); margin-bottom: 0.5em;}
h1.tagline {font-size: 2.25em;}

h2 {font-size: 1.2em; line-height: 2em;}
#main-content h2 {font-size: 1.2em; line-height: 1.2em; margin-top: 0.5em; margin-bottom: 0.4em;}

h3 {font-size: 1.0em; line-height: 2em;}
#main-content h3 {font-size: 1.0em; line-height: 1.3em; margin-bottom: 0.25em;}

h4 {font-size: .9em; line-height: 1.75em;}

p {font-size: .9em; line-height: 1.5em;}
p.highlight {color: rgb(0,111,252);}
#main-content p {font-size: 1em; line-height: 1.2em; margin-bottom: 0.5em;}

#main-content li {font-size: 0.9em; color:rgb(0,111,252); margin: 0 0 0 1.25em;}

/* links
--------------------------------------------------------------------------------------*/
a.download:link {
	text-decoration: none;
	color: #FF0000;
	border-width: thin;
	border-color: #FF0000;
	border-style: dotted;
	border-left: none;
	border-right: none;
}
h3.link:link {
	color: #000000;
	}
	
.blogpost a:visited
.blogpost a:hover
.blogpost a:active

