* {margin: 0; padding : 0;}

body { background: #EFD28D; font-family: Verdana, Arial, Helvetica, Times; font-size: 12px; color: #604A16;}

a, a:hover {color: #E20209; text-decoration: none;}

ul {list-style-type:square;}
/*li {margin: 0 0 5px 40px;}*/

h1, h2 {
	font-weight: bold;
	margin-top: 20px;
	border-bottom: 1px solid #8E6B20;
}

h3, h3 a {color: #8E6B20; text-decoration: none; border-bottom: 1px dotted #8E6B20;}
h3 a:hover {color: #E20209;}
h4 {font-size: 16px; }

h1,h2,h3,h4 {font-family: Georgia, FreeSans, Jamrul, Norasi, Rekha, Nimbus Roman No9 L, FreeSerif; line-height: 100%; padding-bottom: 4px;}
h1,h2,h3 {font-size: 16px;}

img {
	border: 1px solid #E20209;
}

.centered {
	display: block;
	margin: auto;
}

blockquote {padding: 10px 0 10px 60px; font-size: 14px; font-family: Georgia, Arial, Verdana; font-style: italic; font-weight: lighter; color: #604A16; background-position: middle left; background-repeat: no-repeat; line-height : 1.8;}
.b_quote {background-image: url(../img/graphics/b_quote_black.gif); opacity: 0.6;}
.b_note {background-image: url(../img/graphics/b_note_black.gif); opacity: 0.6;}
.b_exclamation {background-image: url(../img/graphics/b_exclamation_black.gif); opacity: 0.6;}
.b_question {background-image: url(../img/graphics/b_question_black.gif); opacity: 0.6;}

#nav {
  font-variant: small-caps;
  font-family: Georgia, FreeSans, Jamrul, Norasi, Rekha, Nimbus Roman No9 L, FreeSerif;
  line-height: 100%;
  font-weight: bold;
  font-size: 16px;
 }

#comments {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #8E6B20;
 }
.comment_body {
	padding-bottom: 30px;
}


p {padding: 10px 0 10px 0;}

#page-wrap {
	width: 100%;
	border: 0px;
	padding: 0px;
	background: #EFD28D;
	background-image: url(../img/graphics/dr-bg.jpg);
  background-repeat: repeat;
	margin: auto;
	text-align: justify;
	line-height: 150%;
}

#nav-wrap {
  background-color: #E20209;
  padding: 6px 0px 0px 0px;
  background-image: url(../img/graphics/dr-top.png);
  background-repeat: repeat-x;
}

#text-wrap {
  padding: 20px 50px 20px 50px;
}

.nested {padding-left: 20px; padding-top: 15px;}
.nested_not {padding-left: 0px; padding-top: 15px;}
.dotted {border-bottom: 1px dotted #8E6B20; margin: 0px 0 0 0;}

.list_text {
	margin-left: 30px;
}

.line {border-bottom: 1px solid #8E6B20; width: 100%; margin: 10px 0 12px 0;}

.quote_from {
	font-weight: bold;
	margin-top: 10px;
}
.quote_text {
	font-family: Tahoma, Times;
	font-style: italic;
	background-color: #FFECBA;
	border: 1px solid #8E6B20;
	padding: 10px 10px 10px 10px;
	opacity: 0.8;
}

pre {
	background-color: #FFECBA;
	border: 1px solid #8E6B20;
	padding: 10px 10px 10px 10px;
	opacity: 0.8;
}


form {
	width: 100%;
	}
	form div {
		padding: 20px 0 20px 0;
		border-bottom: 1px dotted #8E6B20;
	}
	form label, select {
		display: block;
		width: 100%;
	}
	select{
		background: #FFECBA;
	}
	input[type=text], input[type=password], input[type=file], textarea {
		outline: none;
		margin-bottom: 5px;
		width: 100%;
		background-color: #FFECBA;
	  border: 1px solid #8E6B20;
	  opacity: 0.8;
	}
	input:focus, textarea:focus {
		border: 1px solid #e5af33;
	}
	input[type=submit] {
		margin-top: 10px;
		padding: 6px;
		width: 100%;
		background-color: #FFECBA;
	  border: 1px solid #8E6B20;
	  opacity: 0.8;		
	}
	textarea { max-width: 100%;}
	
#nav {
	list-style: none;
	padding: 5px 50px 6px 50px;
	background: #E20209;
	color: white;
	background-image: url(../img/graphics/dr-top.gif);
	background-position: 80% 40%;
  background-repeat: repeat-x;
	}
#nav2 {
	list-style: none;
	margin-bottom: 0px;
	padding: 10px 50px 10px 50px;
	background: #E20209;
	color: #999;
	background-image: url(../img/graphics/dr-menu.png);
  background-repeat: repeat-x;
	}
	#nav ul, #nav2 ul {
		float: left;
	}
	
	#nav li, #nav2 li {
		display: inline;		
		}
		#nav a, #nav2 a {
			text-decoration: none;
			padding-right: 25px;
			color: white;				
		}
		#nav .right a {padding: 0 0 0 0; display: inline;}
		#nav a:hover {			
			color: #F26269;
		}
	#nav .right, #nav2 .right {
		float: right;
	}

.toolbarButton, .toolbarButtonSection {
	padding: 0 8px 0 8px;
	background-color: #FFECBA;
	border: 1px solid #8E6B20;
	opacity: 0.8;
}
.toolbarButtonSection {
	margin-left: 20px;
	
}	

#footer {
	margin-top: 30px;
	padding: 15px 50px 30px 50px;
	list-style: none;
  background: #EFD28D;
  background-image: url(../img/graphics/dr-fade.png);
  background-repeat: repeat-x;
}

#footer ul {
	float: left;	
}

#footer li {
	display: inline;
}
#footer .left {
	text-align: left;
	float: left;
	padding-right: 20px;
}		
#footer .right {
	text-align: right;
	float: right;
	padding-left: 20px;
}

#manage {
	overflow: hidden;
	width: 100%;
	}
	#manage div {
		border-bottom: 1px dotted #8E6B20;
		padding-top: 15px;
		}
		#manage div .title, .title {
			display: block;
			float: left;
			border-bottom: none;
		}
		#manage div .actions, .actions {
			display: block;
			text-align: right;
			height: 28px;
			line-height: 20px;
			padding-left: 20px;			
			font-size: 10px;
		}	


