/* 
Theme Name: Medicine Wheel Spirit Singers
Theme URI: http://www.medicinewheelspiritsingers.com
Description: A simple theme for the Medicine Wheel Spirit Singers website
Version: 1.0
Author: Jeff Clement
Author URI: http://www.jcmultimedia.com
*/

/* Body, Wrapper & Page Background */
body {
	background:#84260b;
	text-align:center;
	margin:0;
	font:normal 0.8em Trebuchet MS, Georgia, "Times New Roman", Times, serif;
}

body.splash { background:#ba430b url(images/bg.jpg) no-repeat center top; }
body.page { background:#84260b; }

.wallpaper {
	background:#7c3407 url(images/bg_inside.jpg) no-repeat center top;
	padding-top:60px;
}

#splash {behavior: url(/medicinewheel/iepngfix.htc);}

.wrapper {
	width:780px;
	text-align:left;
	margin:0 auto;
	padding:0;
}

.left { float:left; }
.right { float:right; }

.clear { 
	clear:both;
	font-size:0;
	height:0; 
}
/* End Body, Wrapper & Page Background */

/* Header */
#header {
	background:#fff url(images/bg_navigation.gif) repeat-x;
	height:60px;
}

#header .wrapper { position:relative; }

#header .logo {
	position:absolute;
	top:-45px;
	left:32px;
}

#header .logo img {behavior: url(/medicinewheel/iepngfix.htc);}
#header .navigation { float:right; }

#header .navigation ul {
    list-stye:none;
	padding:0;
	margin:20px 20px 0 0;
}
#header .navigation ul li {
    list-style:none;
	float:left;
	padding:0 34px 0 0;
}
/* End Header */

/* Sidenav */
.sidenav {
	width:185px;
	float:left;
	margin-top:75px;
	margin-right:3%;
}

.sidenav h2 {
  	margin:0 0 10px 0;
  	padding:0;
  	font-size:1.2em;
	color:#fff;
}

.sidenav a {
	color:#e8b838;
	text-decoration:none;
}

.sidenav a:hover {color:#fff !important;}

.sidenav .current_page_item a {color:#fff !important;}
.sidenav .current_page_ancestor a,
.sidenav .current_page_parent a {color:#fff;}
.sidenav .current_page_ancestor .page_item a {color:#e8b838;}

.sidenav ul {
	list-style:none;
	padding:0;
	margin:0;
	border-bottom:1px solid #ad6324;
}

.sidenav ul li {
	font-weight:bold;
	border-top:1px solid #ad6324;
	padding:3px 0;
}

.sidenav ul li ul {border:0;}

.sidenav ul li ul li{
	padding:2px 0 2px 15px;
	font-weight:normal;
	border:0;
}

.promo-cd {
	text-align:center;
	font-size:0.9em;
	line-height:1.2em;
}
.promo-cd img {
	/*margin-bottom:5px;*/
	display:block;
}
/*End Sidenav */

/* Body & Content */
#body {
	padding:25px 20px !important;	
	padding:25px 20px 10px 20px;
	color:#fff;
}

#body .content {
	width:530px;
	float:left;
	line-height:1.4em;
}

#body .content a {color:#f4d649;}

#body .content h1 {
	padding:10px 0 3px 0;
	font-size:1.8em;
	margin:0;
	font-weight:normal;
	/*border-bottom:1px solid #ad6324;
	color:#e8b838;*/
}

#body .content h1 .clan {
	float:right;
	font-size:0.8em;
	line-height:1em;
}

#body .content h1.Black {
	background:#000;
	color:#fff;
	padding:10px !important;
	border:0;
}

#body .content h1.White {
	background:#fff;
	color:#000;
	padding:10px !important;
	border:0;
}

#body .content h1.Red {
	background:#cc0000;
	color:#fff;
	padding:10px !important;
	border:0;
}

#body .content h1.Yellow {
	background:#fff800;
	color:#000;
	padding:10px !important;
	border:0;
}

#body .content h4 {
	margin-bottom:8px;
}
/* End Body & Content */

/* Music */
.track-listing th {
	text-align:left;
	padding-bottom:5px;
	padding-top:10px;
}
.track-listing td {
	padding:4px 0;
	border-bottom:1px solid #ad6324;
}
.track-listing a.listen:hover {
}

a.sm2_link {
	padding-right:11px;
	background:url(images/icon_audio.gif) no-repeat right;
	text-decoration:none;
}
a.sm2_link:hover {
	color:#fff !important;
	background:url(images/icon_audio_play.gif) no-repeat right;
}

a.sm2_playing {
	color:#fff !important;
	background:url(images/icon_audio_play.gif) no-repeat right;
}
a.sm2_playing:hover {
	color:#fff !important;
	background:url(images/icon_audio_play.gif) no-repeat right;
}

a.sm2_paused {
	color:#ccc !important;
	background:url(images/icon_audio_pause.gif) no-repeat right;
}
a.sm2_paused:hover {
	color:#ccc !important;
	background:url(images/icon_audio_pause.gif) no-repeat right;
}

/*.track-listing tr.alt {
	background-image:url(images/bg_white5.png);
	background-repeat:no-repeat;
	behavior: url(/medicinewheel/iepngfix.htc);
}*/
/* End Music */

/* Gallery */
.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev{
	color:#333 !important;
	text-decoration:none;
	background:#fff;
}
#TB_closeWindowButton img {border:0;}
/* End Gallery */

/* Footer */
#footer {
	background:#84260b url(images/bg_footer.jpg) repeat-x top;
	color:#fff;
	font-size:0.9em;
}

#footer .copyright {
	margin-top:6px;
	font-size:0.9em;
	clear:both;
}

#footer a {color:#f4d649;}

#footer .wrapper {
	padding:20px 0;
	text-align:center;
}
#footer ul {
	list-style-type: none; 
	margin:0;
	padding:0;
}
#footer li {
	display:inline;
	margin:0;
	padding:0;
}
#footer li a {
	padding:0 10px;
	/*border-right: 1px solid #CCC;*/
}
#footer .last_item a
{	
	border-right: none;
}
/* End Footer */
