/*
Theme Name: Crystal Singers
Theme URI: crystalsingers.ca
Description: Crystal Singers site template
Version: 1.1
Author: Clover Point
Author URI: http://cloverpoint.com
Tags: 
*/


/*-------------------------------------------------*/
/* Global CSS -------------------------------------*/
/*-------------------------------------------------*/
body {
	background:#000;
	color:#fff;
	font:12px 'Verdana', Helvetica, Arial, sans-serif;
	margin:0 0 0 0;
	padding:0;
}
a {
	color:#FFAEA4;
	text-decoration:none;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 13px;
	margin-left: 70px;
	z-index: 1;
}
h1 {
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 10px;
	margin-left: 70px;
	font-size:16px;
	color: #FFAEA4;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 70px;
	font-size:13px;
}
h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 70px;
	font-size:12px;
}
li {
	list-style-image: url(img/bullet.png);

		padding: 5px 0px;
}
.footer {
background-image: url(img/foooterBG.jpg);
width:1180px;
height:267;
}
#contentlist {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 70px;
}

#mp3playerleft{
	/**/float: left;
	margin-left: 170px;
    margin-top: -120px;
	z-index: 1000;
}

.tiny {
	font-size: 10px
}
/*-------------------------------------------------*/
/* Main Navigation under tagline ------------------*/
/*-------------------------------------------------*/
/* all lists */
#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
	float: right;
	width: 800px;
	z-index: 99;
		padding: 0px 0px;
}

#nav a {
	display: block;
	width: 10em;
}

/* all list items */
#nav li { 
	list-style: none;
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

/* second-level lists */
#nav li ul { 
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	text-align: left;
	list-style: none;
	background: #72170e;
	width: 140px;
	left: -999em; /* use left instead of display to hide menus - display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
	
/*-------------------------------------------------*/	
/* Google Map -------------------------------------*/	
/*-------------------------------------------------*/		
#map_canvas {
	border: 4px solid #660000;
	color:#72170e;
	z-index: 1;
}
