/******************************************************************
MENU / NAVIGATION STYLES
******************************************************************/

#access {
	background: #ddd;
	display: block;
	float: left;
	clear: both;
	margin: 0 auto;
	width: 960px;
}

#access .menu-header,
div.menu {
	margin-left: 0px;
	width: 960px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	padding: 0px;
	
}

#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 5px 20px;
	text-decoration: none;
}

#access ul ul {
	display: none;
	position: absolute;
	top: 48px;
	left: 0px;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access ul ul li {
	min-width: 180px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a { /*DropDown A*/
	background: #ddd;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #bbb;
	color: #fff;
}

#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
}

/******************************************************************
SIDEBAR STYLES
******************************************************************/

	#news #sidebar ul li {
		list-style: none;
		padding: 3px 0px;
		font-size: 1.1em;
	}
	
		#news #sidebar ul li#search-2 label {
			display: block;
			font-weight: bold;
		}	
			
		#news #sidebar ul li#search-2 #s {
			padding: 2px 5px;
		}	

	#news #sidebar ul a {
		color:#000;
	}

/******************************************************************
COMMENTS STYLES
******************************************************************/

/* Comment Form */
#respond {
	background: #eee;
	margin-top: 40px;
	padding: 20px;
	position: relative;
	width: 520px;
}

#respond input {
	display: block;	
}

#respond textarea {
	display: block;	
}

#respond p.form-allowed-tags {
	display: none;	
}

#main .post {
	border-bottom: 1px solid #eee;
}

#main a.post-edit-link {
	display: block;	
	padding: 5px 0px 15px 0px;
}

#main a {
color:#62ad37;
}

#main p a {
color:#000;
}

#main ul {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#main ul li {
padding:7px 10px 7px 25px !important;
}

#main h1 {
padding: 15px 0px 5px;
}

#main h2 {
font-size:1.5em;
padding:10px 0px 10px;
}

.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:30px;
}

.alignleft { 
	float:left;
	margin-right:15px;
	margin-bottom:30px;
}

h2 {
clear:left;
}