/*Author:Andalucia Web Solutions
Website: http://www.andaluciaws.com
Created: 2008 by Scheherezade Salcedo

/* -----------global values + layout divs----------------- */

/* -----------Neutralize styling:----------------- */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
}
body {
	background: #2C2B2C url(img/bg_top.gif) repeat-x;
	font: 11px/1.125em Tahoma, Helvetica, Arial, sans-serif;
	text-align:center;
	color: #FFFFFF;
}
/* -----------text----------------- */
h1 {padding: 10px 10px;margin:0px; font-size:100%; font-weight:bold;}
h2 {font-size:150%;font-weight: normal;padding: 5px 10px;margin:0;}
p, pre, form{padding: 10px 10px;margin:0px;}
h4 {text-align:center; margin: 7px 0 0 0; font-size:100%;font-weight:normal;}
a {color: #FFF; text-decoration:none;}
a:visited {color:#FFF;}
a:hover {color: #E61A5A;text-decoration:underline;}
a:active { color:#E61A5A;}
a.location { color:#FE8E12;} 
a#current { color:#E61A5A;}
ul#topnav a#current { color:#E61A5A;}
/* -----------Remove border around linked images----------------- */
img {
	border: 0;
	padding: 0px; margin: 0px;
}
/* -----------Class for clearing floats----------------- */
.clear {
	clear:both;
}
#container {
	width:900px;
	margin: 0 auto;
	background: url(img/home-bottom.gif) no-repeat bottom;
}


#contentcontainer {
	width:548px;
	float:left;
}
#calltoaction {
	width:345px;
	float:right;
	background: url(img/sp_bg_right.gif) repeat-x;
	text-align: right;
}
.background {
	background: #404040;
}
.right {
	float: right;
}
.box2call {
	background: #404040;
	border-top: 9px solid #2A2A2A;
	padding-right: 6px;
	padding-left: 7px;
	text-align: left;
	padding-top: 8px;
}
#sidebar-a {
	width: 193px;
	float:left;
	text-align: left;
	background-color: #323132;
}
#maincontent {
	width: 347px;
	float: right;
	text-align: left;
}
/* -----------gallery----------------- */
#gallerycontainer {
	width:678px;
	float:left;
}
#gallerycontent {
	width: 477px;
	float: right;
	text-align: left;
}
#gallerycontent tr td { vertical-align:bottom; }
.centre {
	text-align: center;
}

#gallerysidebar-b {
	width:215px;
	float:right;
	background: url(img/sp_bg_right.gif) repeat-x;
	text-align: right;
}
/* -----------styling for form contents----------------- */
input { width: 242px;}
input.button { width: auto; }
textarea { width: 242px; height:125px;}
/* -----------styling for table----------------- */
tr td { vertical-align:top; }
/* -----------left nav----------------- */
#navcontainer{background-color: #404040;}
#navlist{margin: 20px 10px 70px 10px;padding-left: 0px;list-style: none;}
#navlist li{padding: 6px 15px;background-image: url(img/bt_nav.gif);background-repeat: no-repeat;background-position: left center; border-bottom: 1px dotted #FFF;}
/* -----------top nav----------------- */
ul#topnav {list-style: none;float:right;width: 295px;color: #FFF;font-weight:normal;margin: 8px 0px 0 0px;padding:0px;}
ul#topnav li {display: inline;float:right;}
ul#topnav li a{text-decoration: none;color: #FFF;font-weight: normal;font-size:100%;}
ul#topnav li a:hover{text-decoration: underline;color: #FFF;}
ul#topnav li a#active {text-decoration:underline;font-size: 100%;}
/* -----------footer----------------- */
#footer {
	clear: both;
	text-align: right;
	background: url(img/home-footer.jpg);
	line-height: 30px;
}
.leftalign {
	text-align: left;
}


.imgcentre {padding-left:9px; padding-top:8px;}

/* -----------page specific----------------- */

body#singers #container, body#photos #container {
background: url(img/home-photo.gif) no-repeat bottom;
}
body#singers #footer, body#photos #footer {
background: url(img/home-footer-singers.jpg);
}
/* -----------Google Maps----------------- */
#map {
	width: 93%;
	height: 260px;
	margin-left: 10px;
}