/*
Theme Name: New Spirit
Theme URI: 
Description: New Theme for Shimmering Spirit
Version: 1.0
Author: Grasshopper Enterprises
*/

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

body {
	background-image: url(images/back6.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: 50% 50%; 
	background-color: #78aeac; 
	/* background-color: black; */
    /* -moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#02457E url(images/bg-strip.jpg) repeat-x scroll left top;
	color: black; */
	margin: 0;
	padding: 0;
}

div#content {
	background-image: url(images/paper1.jpg);
	background-color: white;
	margin: 0;
	padding: 20px 20px 20px 20px;
}

div#sidebar {
	background-color: transparent;
	margin: 0;
	}

#footer {
	color: white;
	background: transparent;
}

/* div.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 179px; 
	margin 0;
	padding: 0;
	background-color: transparent;
	} */

div.header {
	background-image: url(images/header2.png);
	height: 247px;
	background-repeat: no-repeat;
	margin 0;
	padding: 0;
	background-color: transparent;
	} 


div.menu {
	margin 0;
	padding: 0;
}

div.top_spacer {  
/*     background-color: #78aeac;  */
	background-color: transparent;
    height: 1em;  
}  

div.spacer {
	padding-bottom: 1em;
}

img.mainImage {
	padding-bottom: 0em;
}
   
img.sideImage {
	padding-bottom: 1em;
	background-color: #78aeac; 
}


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:transparent url(images/h600.png) 0 0; 
	width: 220px;
	border:1px solid #333;
}

/* accordion header */
#accordion h2 {
	background:#ccc url(images/h30.png);
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#fff;
}

/* accordion pane */
#accordion div.pane {
	border:1px solid #fff;
	border-width:0 1px;
	display:none;
	height:200px;
	padding:15px 0;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

div.pane ul {
   list-style-type: none;
   padding-left: 0;
   margin-left: 0;
  }
  
div.pane ul li {
   list-style-image: none;
   background-image: url(images/star.gif);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left : 25px;
   }
   
div.topic_links {
	padding-left: 25px;
}
