/*Resetting browser default CSS*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin : 0; padding : 0; }
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
ol,ul { list-style : none; }
address, caption, cite, code, dfn, em,  th, var{ font-style : normal; font-weight : normal; }
table { border-collapse : collapse; border-spacing : 0; }
fieldset,img { border : 0; }
caption,th { text-align : left; }

body {
	background: #ede8e2;
	font-size: small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
a {
	color: #079d55;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
div#container-w {
	float:left;
	width:980px;
	background: white url("imgs/content.gif");
}
div#container {
	float: left;
	width: 520px;
	padding: 10px;
}
.sidebar {
	float: left;
	width: 200px;
	padding: 10px;
}
.sidebar#primary {
	float: left;
	width: 200px;
}

.entry-title, .entry-meta {
	clear:both;
}

.alignright,img.alignright{
	float:right;
	margin:1em 0 0 1em;
}
.alignleft,img.alignleft{
	float:left;
	margin:1em 1em 0 0;
}
.aligncenter,img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;
}

div.gallery {
	clear:both;
	width:100%;
	height:180px;
	margin:1em 0;
}

p.wp-caption-text{
	font-style:italic;
}

div.gallery dl{
	margin:1em auto;
	overflow:hidden;
	text-align:center;
}

div.gallery dl.gallery-columns-1 {
	width:100%;
}

div.gallery dl.gallery-columns-2 {
	width:49%;
}

div.gallery dl.gallery-columns-3 {
	width:33%;
}

div.gallery dl.gallery-columns-4 {
	width:24%;
}

div.gallery dl.gallery-columns-5 {
	width:19%;
}

div#nav-above {
	margin-bottom:1em;
}

div#nav-below {
	margin-top:1em;
}

div#nav-images {
	height:150px;
	margin:1em 0;
}

div.navigation {
	height:1.25em;
}

div.navigation div.nav-next {
	float:right;
	text-align:right;
}

div.sidebar input#s {
	width:7em;
}

div.sidebar li {
	list-style:none;
	margin:0 0 2em;
}

div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}

div.sidebar ul ul li {
	margin:0;
}
div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}
div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
	float:left;
}
div#footer {
	text-align:center;
}
input#author,input#email,input#url,div.navigation div {
	width:50%;
}
div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
	margin:0;
	padding:0;
}

/*ADDED*/
#header {
	position: relative;
	height: 161px;
	background: url("imgs/hrheader.jpg");
}
#header #user-welcome-div {
	position: absolute;
	bottom: 50px; right: 20px;
}
#user-welcome-div, #user-welcome-div a {
	color: white;
}
#user-welcome-div a {
	padding-left: 5px;
	font-weight: bold;
	letter-spacing: 1px;
}
#header #site-nav {
	position: absolute;
	bottom: 10px;
	right: 50px;
}
#header #site-nav li {
	float: left;
}
#header #site-nav li a {
	text-decoration: none;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#header #site-nav li{ border-right:1px solid #3e0303; padding-top: 0; }
#header #site-nav li a:hover{ background-color: #1BA6B2; }
#header #site-nav a{ text-decoration:none; color:#FFFFFF; padding-left:20px; padding-right:20px; font-weight:bold; text-transform:uppercase; letter-spacing:1px; }
#header #site-nav .dot { border: none; }
#bodybottom{ background: #ede8e2; width: 980px;clear: both; background-image: url(images/bottom.jpg); background-repeat: no-repeat; height:55px; text-align:center; padding-top:10px; color: #999900; width:100%; float:left;}
#bodybottom a{ text-decoration:none; color:#336600; font-size:11px; padding-left:10px; padding-right:10px; }

#welcome-message {
	background: #70a88d;
	padding: 10px 100px;
	color: white;
}
#welcome-message h2 {
	font-size: 125%;
	margin-bottom: 10px;
}
#welcome-message p {
	padding: 3px 0px;
}

/*Post entry styling*/
.post {
	margin-bottom: 50px;
}
.post p {
	padding-bottom: .8em;
}
.entry-title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 125%;
	border-bottom: 1px solid #deeee5;
}
.entry-title, .entry-title a {
	color: #07562b;
	text-decoration: none;
}
.post .entry-title a:hover {
	color: #009247;
	text-decoration: none;
}
.post ul{
	margin-left: 14px;
	padding-bottom: .8em;
}
.post ol{
	margin-left: 20px;
	padding-bottom: .8em;
}
.post ul {
	list-style-type: disc;
}
.post ol {
	list-style-type: decimal;
}
.post blockquote {
	width: 450px;
	margin-left: 24px;
	margin-bottom: .8em;
	padding: 3px 3px 3px 10px;
	border-left: 5px solid #5d8c73;
	background: #c7e8d6;
}
.post blockquote p{
	padding: 0px;
}
.post a {
	color: #079d55;
}
.post a:hover {
	text-decoration: underline;
}
.entry-meta {
	padding: 8px 0;
	border-top: 1px solid #a6cdb9;
	border-bottom: 1px solid #a6cdb9;
}
.entry-meta .cat-links span, .entry-meta .tag-links span {
	font-weight: bold;
	color: #00592c;
}
.entry-meta .cat-links a, .entry-meta .tag-links a {
	color: #00592c;
}
.cat-links, .tag-links {
	display: block;
	padding-bottom: 3px;
}
.entry-meta .comments-link a {
	color: #40bd8c;
}
.entry-date {
	color: #d41010;
	font-size: 90%;
}
.post-author {
	color: #d41010;
	font-weight: bold;
}
.by {
	color: black;
	font-weight: bold;
}
.entry-content {
	padding-top: 10px;
}

/*Sidebar widgets related CSS*/
.s-widget a:link {
	color: #0099cc;
	text-decoration: none;
}
.s-widget {
	list-style-type:none;
	margin-bottom: 1.5em;
	margin: 0px 5px 1.5em 5px;
}
.s-widget .wh {
	margin-left: .3em;
	font-size: 100%;
	color: #336600;
	border-bottom: 1px solid #336600;
	padding-bottom: .2em;
	letter-spacing: 1px;
}
.s-widget .data{
	margin-left: .3em;
	color: #666;
}
.s-widget ul.data a {
	display: block;
}
.s-widget .data a:hover {
	text-decoration: underline;
}
.s-widget ul.data li {
	border-bottom: 1px solid #cae2d5;
	padding: 0px;
}
.s-widget ul.data li a {
	display: block;
	padding: 3px 0;
}

.s-widget ul.data a:link {
	color: #006732;
	padding: 3px 0px;
}
.s-widget ul.data a:visited {
	color: #006732;
	padding-right: 20px;
	background: url("img/visited.gif") bottom right no-repeat;
}

#w-rcntcomments.s-widget ul.data a:visited {
	background: none;
	padding-right: 0px;
}
#w-rcntcomments li strong {
	display: block;
}
.s-widget ul.data a:hover {
	text-decoration: none;
	background: #239a59;
	color: white;
}
#w-subscribe li {
	padding: 3px 0px;
}
#w-subscribe a:hover {
	background: none;
	color: black;
}

/*CSS for older newer post navigation*/
div#nav-below a {
	color: #00ab53;
	font-weight: bold;
	padding: 0 5px;
}
div#nav-below a:hover {
	background: #00ab53;
	color: white;
}
#nav-below.prev-next-post-link {
	margin-bottom: 10px;
}

/*Comment form and comment related CSS*/
form#commentform .form-label {
	margin:1em 0 0;
}
form#commentform span.required {
	background:#fff;
	color:#c30;
}
form#commentform,form#commentform p {
	padding:0;
}
input#author,input#email,input#url,textarea#comment {
	padding:0.2em;
}
div.comments ol li {
	margin:0 0 3.5em;
}
textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}

#comments-list h3 {
	font-size: 115%;
}
#comments-list .comment {
	width: 500px;
	margin: 0px;
	padding: 10px;
	margin-bottom: 1em;
	background: #eff5f3;
	border-bottom: 1px solid #82ccb3;
}
.comment .comment-head {
	float: left;
	padding-bottom: 2px;
	border-bottom: 1px solid #d3e2dc;
}
.comment .comment-author {
	float:left;
}
.comment .comment-author a {
	font-weight: bold;
}
.comment .comment-meta {
	float: right;
}
.comment .comment-text {
	clear: both;
	padding-top: 5px;
}
.comment-text p {
	padding-bottom: 5px;
}
.comment-text strong {
	font-weight: bold;
}
.comment-text blockquote {
	padding-left: 5px;
	border-left: 5px solid #9ae4c6;
	margin: 5px 5px 5px 15px;
}
.comment a {
	color: #079d55;
}

/*Archives listing page*/
#category-archives, #monthly-archives {
	width: 250px;
	float: left;
	padding: 0 5px;
}

/*Misc*/
h2.page-title {
	margin-bottom: 1em;
	font-size: 115%;
}
.page-title a, .page-title span {
	color: #de0011;
}
.page-title a:hover {
	text-decoration: underline;
}

.sidebar #w-recent-comments ul.data li {
	padding: 5px 0;
}
.sidebar #w-recent-comments ul.data li a {
	display: inline;
}

.sidebar #w-cat-drop-down div.data {
	margin-top: 5px;
}
#w-cat-drop-down select {
	width: 150px;
}