/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body {
	background: #fff;
}

p {
	line-height: 25px;
}


#header {
	width: 100%;
	height: 110px;
}


#container {
	width: 1000px;
	margin: 0 auto;
	background: url() no-repeat 0 143px;
}


#header h1 {
	padding: 0px 0 0 0px;
}


#menu ul {
	position: relative;
	width: 1000px;
	height: 35px;
	margin-left: 0px;
	padding: 0;
	background: url(images/menu_bg.gif) repeat-x 0 bottom;
}

/* Content */

#content {
	width: 700px;

}

h2.arh {
	width: 530px;
	margin-left: 150px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px 15px;
	font-size: 20px;
	background: #FFF;
	border-bottom: #D7D7D7 1px solid;
	border-top: #D7D7D7 1px solid;
	line-height: 25px;
}


.post {
	width: 100%;
	clear: both;
	padding: 0px 0;
	border-bottom: #CBCBCB 1px solid;
	background: #fff;
         line-height: 25px;

}


/* Post Content */

.post-content {
	width: 580px;
	margin-right: 0px;
	display: inline;
         font-size: 16px;
         line-height: 25px;

}

.post-content a {
	font-weight: normal;
line-height: 25px;

}


/* Post Content Headings */

.post-content h2 {
	font-size: 22px;
	line-height: 10px;
}

.post-content h2 a {
	color: #243E86;
}


/* Post Meta */

.post-meta {
	width: 100px;
	margin-left: 2px;
	text-align: right;
	display: inline;
	padding-top: 3px;
}

/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	padding: 3px 21px 3px 0;
	color: #666666;
line-height: 15px;

}

.post-meta h4.author {
	background: url(images/icon_author.gif) no-repeat right 2px;
	font-style: italic;
}

.post-meta h4.comments {
	background: url(images/icon_comment.gif) no-repeat right 4px;
}

.post-meta h4.comments a {
	color: #666666;
}

/* More Entries */

.more_posts {
	width: 400px;
	clear: both;
	margin-left: 35px;
	padding: 5px 0 6px 0;
}


/* Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	background: url(images/footer_bg.gif);
	padding-top: 18px;
	margin-top: -1px;
	position: relative;
}

