h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.8em;
	text-transform: capitalize;
	line-height: 1.4em;
	margin-top: 10px;
	margin-left: 10px;
	
}
h2 {
	font-size: 16px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	text-transform: capitalize;
	padding-bottom: 5px;
	color: #3A3A3A;
	display: block;
}
h2 a{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #3A3A3A;
}

h2 a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #e16b0f;
}


h3 {
	font-size: 1.4em;
	color: #3A3A3A;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	color: #e16b0f;
	}

h4 {
	font-size: 1.1em;
}

p {
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 16px;
	color:#000;
}

ul {
	font-size:12px;
	}
	
li {
	font-size: 12px;
	}

a:link {
color: #007856;
	}

a:visited {
color: #007856;
	}
	
a:active{
color: #007856;
	}
	
a:hover {
color: #FFFFFF;
	}

a img {
border: none;
text-decoration: none;
}

blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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


acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


hr {
	display: none;
	}
	
select {
	width: 130px;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class=
right"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.center {
	text-align: center;
	}

/* Begin Dharma's restructure of CSS */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: #ffd046;
	}
	
#page { /*page is like container*/
	width: 1003px;
	position:relative;
    padding: 0;
	margin: 0 auto;
	}

#header {
	margin: 0; 
	padding: 0; 
	height: 170px; 
	width: 1003px;
	background-image:url(images/header1.jpg);
	background-repeat: no-repeat;
	}


#headerimg .description {
	display: none;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	}
	  
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu3 {
	position: absolute;
	left: 20px;
	top: 200px;
	width: 140px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 1px;
	border-width: 1px;
	font-size: 14px;
	}
	
#menu3 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #00704c;
	display: block;
	background: url(images/menu3.gif);
	padding: 8px 0 0 10px;
	}
	
#menu3 li a:hover {
	color: #1c8b6d;
	background:  url(images/menu3.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

#content { /*this is the main content area of the page, it has a class called .narrowcolumn*/
	position: relative;
	float: right;
	width: 760px;
	padding: 0;
	margin: 0;
	}
	
	.narrowcolumn { 
	padding: 0;
	margin: 0;
	}
	
	.narrowcolumn h2{
	display: ;
	padding: 0;
	margin:  0 0 10px 0;
	}
	
	.narrowcolumn h2 a {
	text-decoration: none;
	color: #000;
	}
	
	.narrowcolumn h2 a:hover {
	color: #e16b0f;
	}
	
.narrowcolumn small {
	display: ;
	width: 520px;
	height: 20px;
	padding: 5px;
	margin: 5px 0 5px 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
	background-image: url(images/grey_bg.jpg);
	background-repeat:repeat;
	border-bottom: #CCCCCC dashed 1px;
	border-top: #CCCCCC dashed 1px;	
	}

.narrowcolumn .entry  {
	margin: 0 0 20px 0;
	color: #000;
	line-height: 1.4em;
	} 

.narrowcolumn .entry  a{  /*i ahve created this style*/
	color: #000;
	}
	
.narrowcolumn .entry  a:hover{  /*i ahve created this style*/
color: #e16b0f;
	text-decoration: underline;
	}
	
.narrowcolumn .entry  a:active{  /*i ahve created this style*/
	color: #000;
	}
	
.narrowcolumn .entry  a:link{  /*i ahve created this style*/
	color: #000;
	}

.narrowcolumn .postmetadata {
	display: ;
	margin: 0;
	padding-bottom: 15px;
	padding-top: 5px;
	text-align: center;
	background-image: url(images/grey_bg.jpg);
	background-repeat:repeat;
	border-bottom: #CCCCCC solid 1px;
	}
	
.widecolumn {
	padding: 0;
	margin: 0;
	line-height: 1.6em;
	}
	
.widecolumn .entry {
	margin: 0 0 20px 0;
	color: #666666;
	line-height: 1.4em;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0 0 0;	
	}
 	
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#footer {
	clear: both;
	position: relative;
	left: 20px; 
	padding: 10px 0 0 0;
	margin: 10px auto;
	width: 520px;	
	text-align: center;
	border-top: #ccc 1px dashed;
	}

#footer p {
	margin: 0;
	text-align: center;
	}
	
#footer a {
	font-size: 12px;
	color: #000;
	text-decoration:none;
	}

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

/* End Structure */

/*misc*/

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}
	
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	color: #e16b0f;
	}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.entry p a:visited {
	color: #000;
	}
	
.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 35px;
	}

.post {
	margin: 0 0 20px 0;
	text-align: justify;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
	}

.postmetadata a{
	color: #000;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* Begin Form Elements */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
#commentform p {
	margin: 5px 0;
	}
/* End Form Elements */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}	
/* End Calendar */