@charset "utf-8";
/* Main CSS style sheet - East West Center of Christ Consciousness */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

h2 {font-size: .8em;
}

p {
	font-size: .75em;
}

ol {
	font-size: .75em;
	margin: 5px 0 10px 43px;
}

ul {
	font-size: .75em;
	margin: 5px 0 10px 35px;
}


ul a {
	font-size: inherit;
}

blockquote {
	margin: 10px 25px 10px 20px;
}


/* CONTAINER -------------------------------------------------------------------------*/

#container  {
	width: 780px;
	background: #fff url(../images/content.jpg) no-repeat;
	margin: 0 auto;
	border: 1px solid #000;
	text-align: left;
} 

/* HEADER -------------------------------------------------------------------------*/
#header  {
	height: 150px;
	width: 780px;
	border-bottom: 4px solid #000;
} 

#header  h1  {
	margin: 0; 
}

/* NAVIGATION -------------------------------------------------------------------------*/
#nav  {
	float: right; 
	width: 150px; 
	background: #fff url(../sidebar.jpg) no-repeat top;
	padding: 15px 10px 15px 0px;
}

#nav a {
	text-decoration: none;
	color: #000;
}

#nav a:hover{
	background: #000;
	color: #fff;
}
#nav ul {
	list-style: none;
	border:0; 
	margin:12px 20px 12px 1.25em; 
	padding:0; 
}

#nav li {
	border-bottom:1px solid #000; 
	margin:0; 
	padding:.3em 0; 
	text-indent:.5em
}

/* top and bottom borders of sidebar */

#nav li:first-child 	{
	border-top:1px solid #000;
	}
	
#nav li:last-child 	{
	border-bottom:px solid #000;
	}
	
/* a hack for IE Win only \*/	
* html #nav ul {
	border-bottom:2px solid #000;
	border-top:2px solid #000;
}
/*end of hack */


/* highlight current page */
#nav .home .navHome, #nav .classes .navClasses, #nav .events .navEvents, #nav .counseling .navCounseling, #nav .about .navAbout,  #nav .inspiration .navInspiration, #nav .contact .navContact   {
	color: #d56f0d;
	}

/* no rollover on current page */	
#nav .home a.navHome:hover, #nav .classes a.navClasses:hover, #nav .events a.navEvents:hover, #nav .counseling a.navCounseling:hover, #nav .about .anavAbout:hover,  #nav .inspiration a.navInspiration:hover, #nav .contact a.navContact:hover{
	background: #fff;
	color: #d56f0d;
}

/* MAIN CONTENT */

#content  {
	margin: 0 165px 0 0;
	padding: 20px 20px;
	background: #fff url(../images/content.jpg) no-repeat left;
} 

#content  a  {
	color: #000;
}

#content  a:hover  {
	background:#000;
	color: #fff;
}

/* FOOTER -------------------------------------------------------------------------*/

#footer  {
	padding: 15px 0;
	background:#fff url(../footer.jpg) no-repeat center top;
	text-align: center;
} 

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
 	display:inline;
	padding-right: 1em;
}

#footer  p  {
	margin: 0; 
	padding: 10px 0; 
	font-size: .7em;
}

#footer  a  {
	color:#000;
	text-decoration: none;
}

#footer  a:hover  {
	background:#000;
	color: #fff;
}


/* FLOATS & CLEARFLOAT -------------------------------------------------------------------------*/
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
