/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	background-color: white;
	color: black;
	text-align: center;
	}
	
#page {
	background-color: #C3D3D0;
/*	border: 1px solid #959596; */
	text-align: left;
	}
	
#header {
	background-color: white;
	}

#content {
	font-size: 1.2em
	}
	
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	}
	
	
/* End Typography & Colors */



/* Begin Structure */

body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 740px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 170px;
	width: 100%;
	background-color: white;
	}

#headerimg {
	margin: 0;
	height: 137px;
	width: 100%;
	}
#headerimg h1 {
	   left: -1000px; 
		position: absolute;
	   font-size: 0;
}

/** Header Nav added by Lewis Smith **/
#headernav ul
	{
	display: block;
	list-style: none;
	line-height: 1;
	margin: 0; padding: 0;
	background: white;
	
	}

#headernav li
	{/*display: inline;*/
	float: left;
	width: 103px;
	height: 29px;
	display: inline;
}

#headernav li a {
	height: 29px;
	display: block;
}

#headernav li a span {
	display: none;
}
div.nav li
	{/*display: inline;*/
	padding: 2px 0px 2px 0;
	margin-right: 6px;
	border-right: 1px solid white;
	line-height: 1;
	float: left;}

}

#content {
	padding: 5px;
}

#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 740px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/* Images */

#footerimg { background: url("/mp3s/images/mp3s_footer.jpg") no-repeat bottom; border: none;
	height: 135px;
}
	
#headerimg { background: url('/mp3s/images/mp3s_mast.jpg') no-repeat top;}

ernav li.links, #headernav li.links a { background: url('/blog/wp-content/themes/sevatothemax/images/nav_links.gif') no-repeat center center;}

/* Navigation added by Lewis Smith */
#headernav li.home, #headernav li.home a { background: url('/blog/wp-content/themes/sevatothemax/images/nav_home.gif') no-repeat center center; width: 84px;}
#headernav li.about, #headernav li.about a { background: url('/blog/wp-content/themes/sevatothemax/images/nav_about.gif') no-repeat  center center; width: 83px;}
#headernav li.mp3, #headernav li.mp3 a { background: url('/blog/wp-content/themes/sevatothemax/images/nav_mp3.gif') no-repeat center center; width: 70px;}
#headernav li.gallery, #headernav li.gallery a { background: url('/blog/wp-content/themes/sevatothemax/images/nav_gallery.gif') no-repeat center center; width: 93px;}
#headernav li.campinfo, #headernav li.campinfo a { background: url('/blog/wp-content/themes/sevatothemax/images/nav_camp_info.gif') no-repeat center center; width: 122px;}
#headernav li.links, #headernav li.links a { background: url('/blog/wp-content/themes/sevatothemax/images/nav_links.gif') no-repeat center center; width: 70px}

/* Main page specific */

#ik_onkar {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}

#title {
	margin-left: 38px;
	margin-top: 22px;
}

#pic {
	float: right;
	margin-right: 10px;
	margin-left: 7px;
}
#pic img {
	border: 0;
}

#index_nav_pics {
	margin-left: 182px;
	margin-top: 22px;
	margin-bottom: 20px;
	border: 0;
}

#index_gurbani {
	border: 0;
}

#index_videos {
	margin-left: 50px;
	border: 0;
}

#index_stories {
	margin-top: 20px;
	border: 0;
}

#index_keertan {
	margin-left: 44px;
	border: 0;
}

a {
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	}

/* Other pages specific */

#mp3_content {
	margin-left: 58px;
	margin-top: 10px;
}

.description {
	margin-top: 0px;
	margin-left: 7px;
	margin-right: 15px;
}

img {
    border: 0;
}

a:hover img {
    text-decoration: none;
    border: none;
    }
    
h2{
    font-size: 300%;
    color: #666;
}

.fileLink {
    color: #006699;
    font-size: 110%;
    }
 
a:visited.fileLink {
    color: #006699;
}
   
a:hover.fileLink {
background-color:#006699;
color:#FFFFFF;
text-decoration:underline;
}

#crumb {
    font-size: 1.2em;
}