/* VoiceCall CSS */
/*
	Reset
	Generic
	Header
	Content
	Footer
	Text Styles
*/
/*Reset
-------------------------------------*/

/* Eric Meyers Reset CSS rules */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.4;
	font-family: inherit;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
	background: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


input { vertical-align:middle; }

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* no need to hide from IE5 Mac as its filtered out anyway */
.clear {display:inline-block;}

.cleartext {
	clear: both;
}

/*Generic
----------------------------------*/


body {
	background: #0BAFC3;
	/*background: #fff;*/


}

#everything {
	margin: 0 auto 0 auto;
	padding: 0 0 1em 0;
	width: 820px;
	/*width: 47.3em;*/
	/*background: #0BAFC3;*/
}


/*Content
-------------------------------*/



/*MainNavigation*/
#Navigation {
	font-size: 0.75em;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
	border: 0;
	height: auto;
	text-align: right;
}

#Navigation li{
	display: inline;;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

#Navigation a {
		margin: 0 1em 0 1em;
		padding: 0;
		border: 0;
		line-height: normal;
		
}

/*form*/
form {
	margin: 1em 1em 0 0;
	float: right;
	background: url(../img/searchbg.jpg) no-repeat top left scroll;
}	

form label.hide {
	position: absolute;
	left: -9999px;
}

form input {
	vertical-align: middle;
} 

.search_label {
	margin: 200px 0;
	vertical-align: middle;	
}

.search_inputBox {
	margin: 0 10px 0 0;
	padding: 0;
	height: 20px;
	width: 149px;
	border: 0;
}

/*Content*/
.content {
	margin: 0 1em 0 1.4em;
}

#news {
	margin: 0 0 2em 0;
	padding: 1em 1em 0.4em 1em;
	border: 1px solid #fff;
	float:right;
}


.map {
	float: right;
	margin: 0 -8px 2em 0;
}

/*ArtistTemplate*/
.artist {
	clear: left;
}
.artist_pic {
	margin: 0 0.5em 1em 0;
	padding: 0;
	border: 0;
	width: 63px;
	hieght: 80px;
	float: left;
}

.artist_text {
	margin: 0 1em 1em 0;
	padding: 0;
	border: 0;
	width: 28em;
	hieght: auto;
	float: left;
}

.artist_buttons {
	margin: 0 -8px 0 0;
	padding: 0;
	width: 190px;
	float: left;
}

/*Footer
-------------------------------*/

.footer {
	clear: both;
	margin: 0;
}	


/*Text Styles
--------------------------------*/
/*Generic Style*/
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 0 0 1em -0.16em;
	font-size: 1.125em;
}

h2 {
	font-weight: bold;
	letter-spacing: 0.02em;
	font-size: 0.875em;
	margin: 0;
}

h3 {
	font-weight: bold;
	letter-spacing: 0.02em;
	font-size: 0.875em;
	margin: 0 0 0.8em 0;
}

p {
	font-size: 0.75em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
}

strong {
	font-weight: bold;
}

a:link {
	color: #000;
}

a:visited {
	color: #333;
}

a:hover, a:active {
	color: #006666;
}

form a:link {
	color: #000;
}

form a:visited {
	color: #333;
}

form a:hover, a:active {
	color: #fff;
}

/*Content
-----------------------------------*/

/*Navigation*/
#Navigation {
	background: #fff;
	font-weight: bold;
}


#Navigation a:link {
		color: #88A4A7;
		text-decoration: none;
		
		
}

#Navigation a:visited {
		color: #88A4A7;
		text-decoration: none;
}

#Navigation a:hover, #Navigation a:active {
		color: #0BAFC3;
		text-decoration: none;
}

#Navigation a.selected {
		color: #000;
		text-decoration: none;
}

.content {
	clear: both;
}

.artistList {
	float: left;
	width: 33.3%;
	text-align: center;
	margin-top: 1em;
	
}

#news {
	color: #fff;
}

address {
	font-weight: bold;
	font-style: normal;
	font-size: 0.875em;
}



/*footer
----------------------------------*/

.footer {
	color: #FFF;
	text-align: center;
}	



