/*************************************************
 *	Global Settings
 *************************************************/
:link,:visited {text-decoration:none;} 
/*ul,ol,dl {list-style:none;} */
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em; font-weight:normal;}
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd {margin:0; padding:0;} 
a img,:link img,:visited img {border:none;}
address {font-style:normal;}
strong {font-weight:bold;}
em {font-style:italic;}
i {display:none;}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 81.25%;
  font-family: Arial, Georgia;
  /*background: silver;*/
  min-height: 100%;
  background: #fde545 url("../images/bg.jpg") repeat-x fixed bottom;
  position:relative;
}

font {
  font-size: 1em;
  min-height: 100%;
}

body {
  font-size: 1em;
  text-align: center;
  color:#000000;
  position:relative;
}

* html body {
  height: 99%;
}
a:link,a:visited {
  text-decoration:none;
  color:#FFA500;
}

a:hover,a:active {
	color:#000000;
	text-decoration:none;
	border:none;
}
.moveright{
	text-align:right;
	color:gray;
	margin-right:10px;
}
.pun{
	/*font-family: "WebAkharThick";*/
	font-size:17px;
}
.eng{
  font-family: Arial, Georgia;
}
.brdtop{
	border-top:1px solid #FFFFFF;
}
.cntr{
	text-align:center;
}
p .just{
	text-align:justify;
}
.massive{
	font-size:30px;
}
.large{
	font-size:22px;
}
.mid{
	font-size:17px;
}
.small{
	font-size:14px;
}
.bold{
	font-weight:bold;
}
.spacer{
	height:10px;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.alignright{
	text-align:right;
}
.blk{
	color:#000000;
}
.block{
	display:block;
}
.brdred{
	display:block;
	border-top:1px solid #a84444;
}

/*************************************************
 *	Navigation
 *************************************************/

#nav a:link,#nav a:visited{
	background-color: #fde545;
	font-weight:bold;
	color:#000000;
	border-bottom:5px solid #a84444;
	padding:10px 8px 10px 8px;
	font-size:14px;
}

#nav a:hover{
	background-color: #a84444;
	border-bottom-color:#000000;
	color:#FFFFFF;
}

#current a:link,#current a:visited{
	background-color: #a84444;
	border-bottom-color:#333333;
	color:#FFFFFF;
}
#current a:hover{
	background-color: #a84444;
	border-bottom-color:#000000;
	color:#FFFFFF;
}


/*************************************************
 *	Page Layout
 *************************************************/
#contentwrapper {
  width: 850px;
  margin: 0 auto;
  text-align:left;
  margin-bottom:25px;
}
#content{
	padding:0 30px 0 32px;
	background: url('../images/shadow.png') repeat-y;
}
#top{
	padding:20px;
	width:auto;
	font-weight:normal;
}
#bot{
	float:left;
	height: 50px;	
}
#bottom{
	height: 50px;
	background: url('../images/bottom.png') no-repeat;
}
#shadow{
	height: 100%;
	width: 850px;
	left: -17px;
	top: 0px;
}
#header{
	height: 208px;
	background: url('../images/header.jpg') no-repeat;
}

#box{
	/*font-family: GurbaniAkhar, "AnmolLipi";"WebAkharThick";*/
	font-size:20px;
	color:#000000;
	padding:5px;
	width: auto;
	
	text-align: left;
}
#footerPane{
	text-align: center;
	background: #ecb40e url("../images/footer.jpg") repeat-x top;
	margin-top:70px;
	position:relative;
	min-height:275px;
	padding:10px 0 10px 0;
}
#footerWrapper{
	width: 850px;
	margin: 0 auto;
	text-align:left;
}
.footerLeft{
	margin-left:40px;
	float:left;
	width:40%;
}
.footerRight{
	margin-right:30px;
	float:right;
	width:40%;
}
.footerLeft{
	width:27%;
	text-align: left;
}
.label{
	padding:5px;
	font-size:15px;
	font-weight:bold;
	display:block;
	color:#a84444;
	border-left:5px solid #a84444;
	border-bottom:1px solid #a84444;
}
#footerPane a:link,#footerPane a:visited{
	display:block;
	color:#FFFFFF;
	padding:5px;
	border-bottom:1px solid #fde545;	
}
#footerPane a:hover{
	color:#fde545;
	padding:5px;
	background-color:#a84444;
}

/*
#box p a:link,#box p a:visited {
  text-decoration:none;
  padding:2px;
  padding-left:4px;
  padding-right:4px;
  color: #FFFFFF;
}

#box p a:hover,#box p a:active {
  color: #000000;
}
*/
#box p{
  padding-left:4px;
  padding-right:4px;
}
.menu {
	padding:15px 8px 15px 8px;
	background-color:#fde545;
	position:relative;
}
.menu a:link,.menu a:visited{
	padding:6px 7px 6px 7px;
	border-width:1px;
	border-style:solid;
	position:relative;
}

.bluemenu a:link,.bluemenu a:visited{
	border-color:#FFFFFF;
	color:#FFFFFF;
	background-color:#a84444;
}
.bluemenu a:hover{
	background-color:#333333;
	border-color:#FFFFFF;
	color:#ffffff;
}
.blackmenu a:link,.blackmenu a:visited{
	border-color:#FFFFFF;
	color:#FFD700;
	background-color:#333333;
}
.blackmenu a:hover{
	background-color:#333333;
	border-color:#FFFFFF;
	color:#FFFFFF;
}
#playlist{
	width:295px;
	margin-right:10px;
	text-align:left;
	min-height:275px;
}
/*#playlist a:link,#playlist a:visited{
	display:block;
	padding:5px, auto, 5px, 5px;
	background-color:#fde545;
	color:#333333;
}
#playlist a:hover{
	background-color:#333333;
	color:#FFFFFF;
}
#playlistCurrent a:link,#playlistCurrent a:visited{
	background-color:#a84444;
}
*/
/*************************************************
 *	Content Settings
 *************************************************/
.page{
	float:right;
	color:#333333;
	padding:2px;
	margin:5px;
	margin-top:-25px;
}
.pageno{
	float:right;
	display:inline;
	position:relative;
	margin-top:-30px;
	right:10px;
	color:#555555;
	font-size:25px;
}
#gurbani{
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#000000;
	padding:5px;
}
#title{
	text-align:center;
	font-weight:bold;
	font-size:25px;
}
#part{
	text-align:center;
	font-weight:bold;
	font-size:22px;
	margin-bottom:10px;
}
#download{
	float:left;
	font-weight:bold;
	color:#000000;
	font-size:15px;
	background:url('../images/download.png') no-repeat;
	width:340px;
	height:59px;
	padding:10px;
	cursor:pointer;
}
#download:hover{
	color:#A52A2A;
}
.fonts{
	color:#000000;
	font-size:15px;
}
.lineIndent{
	margin-top:20px;
	text-indent:35px;
}
.indent{
	margin-left:55px;
	margin-top:10px;
}

.highlight{
	background-color: #e5cb1e;
	display:block;
	padding:7px;
	font-size:15px;
	margin:7px 0 7px 0;
}
.lekhno{
	width:150px;
	float:left;
}
.lekhtopic{
	float:left;
}

/*************************************************
 *	MP3 links
 *************************************************/
 
.boxes{
	padding:5px;
	background-color:#fde545;
	border:1px solid #333333;
	margin-bottom:10px;
	font-size:13px;
	color:#333333;
}
.boxes a:link,.boxes a:visited{
	font-weight:bold;
	display:block;
	padding:5px;
	font-size:13px;
	color:#FFFFFF;
	/*background-color:#a84444;*/
	background-image: url(../images/Current.png);
	border:1px solid #FFFFFF;
	margin-bottom:10px;
}
.boxes a:hover{
	/*background-color:#333333;*/
	background-image: url(../images/Button_Option.jpg);
}
.boxPlayer{
	padding:5px;
	background-color:#fde545;
	border:1px solid #333333;
	margin-bottom:10px;
	font-size:13px;
	color:#333333;
	min-height: 530px;
}

/*--------Begin-------Contact form properties------------------*/

#contactarea,#status{
	border: 1px solid #a84444;
	padding: 5px 5px 5px 10px;
	background: #fde545;/* url("../images/bg.jpg") repeat-x fixed bottom;*/
	width:auto;
	text-align:left;
	font-family: Verdana, Arial;
	font-size: 12px;

}
input.button {
	border: 1px solid rgb(216, 223, 234);
}
input.field, textarea.bfield {
	border: 1px solid rgb(216, 223, 234);
	padding: 2px;
	font-family: Verdana, Arial;
	font-size: 12px;
	width: 90%;
	color: #555555;
}
input.field:focus,
input.field.focus,
textarea.bfield:focus,
textarea.bfield.focus,
input.button:hover, input.button:focus
{
	border: 1px solid #a84444;
	/*background-color: #EEEEEE;*/
}

/*--------End-------Contact form properties------------------*/


