body {
	margin: 0;
	padding: 0;
	background: #fff;
}
* {
	margin: 0;
	padding: 0;
	border: 0px none;
        color: #000;
}
a {
        color: #2b541c;
        font-weight: normal;
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.4em;
	font-size: 0.8em;
}
h2 {
	border-bottom: 1px dotted #D4A017;
	font: italic normal 14px "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
        color: #D4A017;
}
div {
	padding: 10px 0;
}

#hdrimg a {
	text-decoration: none;
        color: #2b541c;
}
#hdrimg h1 {
        font: italic 40px 'Times New Roman';
        text-indent: 300px;
        letter-spacing: 0.05em;
}


/*-------------Layout----------------*/

#hdrimg {			/* Large image */
	float: left; 			
	width: 100%;
	margin-bottom: 5px;
	background: #475144 url('images/header11.jpg') repeat-x;
	height: 180px;
        border-bottom: 3px solid #fdd017;
        /* image without ahlogo is header6.jpg */
}
/*
#ahlogo {
        position: absolute;
        background: transparent url('images/ahlogo.gif') no-repeat;
        height: 70px;
        width: 583px;
        right: 20px;
        top: 10px;
}*/
.rowcontainer {
	/* Used to keep divs in row. can use for any size divs */
	float: left;
	margin: -5px 0 5px 0;
	width: 100%;
	overflow: hidden;
	background: #fff;
        border-top: 1px solid #2b541c;
        font-family: 'Lucida Grande', Verdana;
}
#bttmbar {
	/* Bottom copyright bar */
	float: left;
	width: 100%;
        border-top: 1px dotted #D4A017;
        font: normal 10px 'Lucida Grande', Verdana;
        text-align: center;
        color: #D4A017;
}


/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
			
.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33%; }		/* One third width column for a three column site */

.quartercolumn { float: right; width: 24.5% }		/* One quarter width column for a four column site */

.threequartercolumn { float: left; width: 70.5% }

/*------------------------------Main Navigation------------------------------------------*/

#nav {
	position: absolute;
	top: 172px;
	left: 0px;
	height: 25px;
}
ul#nav {
	margin: 0;
        padding: 0 0 0 60px
}

#nav li {
	float: left;
	list-style: none;
	text-align: center;
        margin-top: 0;
        font: italic normal 14px 'Times New Roman';
        letter-spacing: 0.1em;
}

#nav li a {
	display: block;
	margin-left: 5px;
	width: 90px;
	line-height: 25px;
	text-decoration: none;
        border-top: 3px solid #FDD017;
        border-right: 0px solid #FDD017;
        border-bottom: 3px solid #FDD017;
        border-left: 0px solid #FDD017;
        background-color: #fff;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
}


#nav a:link, #nav a:visited  {
        border-bottom: 3px solid #FDD017;
        background-color: #FFE87C;
        color: #2b541c;
}
#nav a:hover, #nav a:active, #nav a#current {
        border-top: 3px solid #FDD017;
        border-right: 0px solid #fff;
        border-left: 0px solid #fff;
        border-bottom: 4px solid #fff;
        background-color: #fff;
        color: #2b541c;
}



/*-----------------------------------Other tags-----------------------------------------*/

acronym {
	border-bottom: 1px dashed #999;
	cursor: help
}
blockquote {
	margin-left: 1.5em;
	padding-left: 5px;
	color: #777
}
ul {
	margin: 0px 0 0px 35px;
	list-style: none;
        padding-bottom: 10px;
}
ol {
	margin: 0px 0 0px 35px;
	list-style: decimal;
        padding-bottom: 10px;
}
ol li, ul li {
	color: #000;
	font-size: 0.8em;
	line-height: 1.4em
}

hr {
	margin: 10px 0px;
	height: 1px;
	background: #444;
	color: #444
}

img {margin: 0 10px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */

/*-------------------------------------------------------------------------------*/

/* Modification done to basic theme */
/* Added */

#searchdiv {
	margin-bottom: 10px;
}

h4, h5, h6 {
  font-family: verdana;
  font-weight: normal;
}

a, a:visited {
    color: #2b541c;
    text-decoration: underline; 
}
    
 a:hover {
    text-decoration: underline; 
}  
h3.entrytitle {
	padding: 0;
	margin-bottom: 0;
	font: bold 18px "Times New Roman";
}
	
h3.entrytitle a, h3.entrytitle a:visited {
	color: #2b541c;
	text-decoration: none;
        font-weight: bold;
}
	
h3.entrytitle  a:hover{
	color: #2b541c;
	text-decoration: underline;
}
    
h3 a {
    text-decoration: none;
    border: 0px none;
    color: #2b541c; 
}
h3 a:hover {
    text-decoration: none;
    border: 0px none;
    text-shadow: none;
    color: #2b541c;
}


.firstpost p.comments_link, .entrybody p.comments_link {
	margin:0;
}
.firstpost {
	background-color: #fff;
	padding: 10px 10px 10px 20px;
	margin:0px;
	background-repeat: no-repeat;
	background-position: right bottom
}
.entry{
	background-color: #fff;
	padding: 10px 10px 10px 20px;
	margin:0px;
	color:#000;
}
.sig {
        font: italic 16px 'Times New Roman', Times, serif;
        color: #D4A017;
        margin: -30px 0 10px 20px;
        letter-spacing: 0.1em;
}

.arc {
	background-color:#000;
	padding:10px;
	color:#000;
	margin-bottom:15px;
}
.entrymeta {
        border-bottom: 1px dotted #D4A017;
	margin: 0 0 2px 10px;
	padding: 0 0 2px 10px;
	color: #D4A017;
        font: italic 18px 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
}/*
.entrybody ul {
	margin: 0;
        
}
.entrybody ul li {
	margin: 0 0 0 -30px; 
        list-style-type: none;
        
}

.entry ul, .entry ol{
margin-left:30px;
list-style:disc;
margin-top:0px;
margin-bottom:0px;
}
.entry ul li, .entry ol li {
	padding-top:0px;
	}*/

/* comments*/
h2#comments{
	padding:2px;
	margin-bottom:10px;
	margin-top:30px;
	font-size: 110%;
	color:#000
}
#commentblock {
	padding: 20px;
	color:#000;
	clear: both;
}

ol#commentlist {
	margin-top:0px;
	padding: 5px;
	margin-left: 20px;
	color: #000;
	font-size:0.9em;
}

#commentlist li  p{
	margin-bottom: 8px;
	line-height: 20px;
	padding:0;
}

.commentname {
	margin: 0;
	padding: 0  0 2px 0;
	font-weight: bold;
}

.commentinfo{
	margin-top: 3px;
	margin-bottom: 5px;
}

.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
	line-height:12px;
	color: #000;
	background-color: #fff;
	padding: 5px;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #000;
	line-height:12px;
	color: #000;
	background-color: #fff;
	padding: 5px;
}

#commentsformheader{
	padding-left:18px;
	font-size: 1.4em;
	color:#000
}

#commentsform{
	margin-top:0;
	text-align:center;
	padding:0px 10px;
}

#commentsform form{
	text-align:left;
	margin:0px;
}

#commentsform p{
	margin:5px;
}

#commentsform form textarea{
	width:99%;
}
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Sidebar styling*/

#sidebar {
	float:left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #fff;
	padding: 0 15px 15px 15px;
	color:#000;
	border-left: 1px dotted #D4A017;
        /*width:155px;*/
}

#sidebar h2 {
        text-align: center;
	text-transform: lowercase;
	color: #d4a017;
	border-bottom: 1px dotted #D4A017;
	margin-bottom: 10px;
        font: italic 18px 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
}
#sidebar p{
	margin: 7px;
	color:#000;
	line-height: 1.4em;
	}
#sidebar a, #sidebar a:visited {
	color:#2b541c;
	text-decoration:none;
        font-weight: normal;
}
#sidebar a:hover {
	color:#2b541c;
	text-decoration:underline;
}
	
#sidebar ul li, #sidebar ol li {
	list-style-type: none;
        font: normal 12px 'Lucida Grande', Verdana;
	letter-spacing: 0;
	margin: 0 0 0 -30px;
	padding: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin-top: 3px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0.5em;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0;
	list-style-type: none;
	list-style-position: outside;
}
#wp-calendar {
        font: normal 12px 'Lucida Grande', Verdana;
}
.eventdate {
        font: italic 14px 'Times New Roman', Times, serif;
        color: #777;
        letter-spacing: 0.1em;
        margin-left: -16px;
}
.rss {
        background: url('../../../../images/xml_button.gif') no-repeat 0 1px;
        padding-left: 14px;
}
.desc {
        font: normal 12px 'Lucida Grande', Verdana;
        margin: -10px 0 10px 50px;
        color: #2b541c;
}