/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
	* Footer		(Formatting of items in footer)
		





/****************************
 **   General
 ****************************/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	color: #5c6467;
}

a {
	color: #5f5f5f;
}

img {
	border: 0;
}



/****************************
 **   Layout
 ****************************/


/* Header */

#header-wrap {
	background: url(images/header-repeat.jpg) repeat-x center top;
}

#header {
/*	background: url(images/header.jpg) no-repeat left;*/
	width: 1024px;
	height: 130px;
	margin: 0 auto;
}

#menu {
	font: 18px "Lucida Sans", sans-serif;
	padding-top: 30px;
	list-style-type: none;
	list-style-image: none;
	white-space:nowrap;
	float: right;
}

#menu li {
	display:inline;
}

#menu a {
	color: #aaa;
	display: block;
	height: 24px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	float: left;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #aaa;
}

/* Content */

#content-container {
}

#content {
	width: 1024px;
	margin: 0 auto;
}

#body {
}

/* Footer */

#footer-wrap-outer {
}

#footer-wrap {
}

#footer {
	width: 1024px;
	margin: 0 auto;
	padding-top: 90px;
}


/****************************
 **   Content
 ****************************/

/* General */


h2 {
	font: 1.8em "Lucida Sans", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #666;
	padding-top: 30px;
}

h2 a {
	text-decoration: none;
	color: #666;
}

.post .entry {
	font-size: 0.9em;
	line-height: 1.2em;
	clear: both;
}

.post .author {
	color: #949494;
	font-size: 0.9em;
	position: relative;
	top: -1.5em;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.9em;
}

.post .date {
	background-image: url(images/date.jpg);
	width: 89px;
	height: 73px;
	text-align: center;
	float: right;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.post .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: #aaa;
}

.post .date .day {
	display: block;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
	color: #aaa;
}

.post .date .year {
	display: block;
	font-size: 0.8em;
	padding-top: 3px;
	color: #aaa;
}

.metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 0.8em;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}

.more-link {
	clear: both;
	display: block;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 1em;
	color: #88897b;
	background: url(images/more-link.png) no-repeat left center;
	padding-left: 30px;
}

.hr {
	clear: both;
	border: 0;
	color: #fff;
	background-color: #fff;
	width: 1px;
	height: 120px;
	margin: 0px auto 0;
}

.hr hr {
	display: none;
}

.navigation {
	width: 100%;
	margin-top: 50px;
}

.navigation a {
	text-decoration: none;
	font-size: 0.8em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}


/* Standard wordpress */


.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: none;
   text-align: center;
   background-color: #f8faf7;
   padding-top: 4px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Comments */


.commentlist {
	padding: 0;
	list-style-type: none;
	margin-top: 16px;
	margin-left: 0px;
}

.commentlist li {
	margin-top: 16px;
	margin-left: 30px;
	max-width: 100%;
}

.commentlist li .comment-content,
.commentlist li .before-comment,
.commentlist li .after-comment,
.commentlist li .after-comment div {
}

.commentlist li .comment-content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
 	padding: 28px 0 0px 0px;
}

.commentlist li .before-comment {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width: 27px; /* top slice width */
	margin-left: -27px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.commentlist li .after-comment {
	/* bottom */
	position:relative;
	width:100%;
}

.commentlist li .after-comment,
.commentlist li .after-comment div {
	height: 40px; /* height of bottom cap/shade */
	font-size:1px;
}

.commentlist li .after-comment {
	background-position:bottom right;
}

.commentlist li .after-comment div {
	position:relative;
	width:27px; /* bottom corner width */
	margin-left: -27px;
	background-position:bottom left;
}

.commentlist .comment {
	margin: 0;
	font-size: 1em;
	padding-right: 27px;
}

.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.commentlist .comment .reply {
	text-align: right;
	position: relative;
	top: 15px;
	z-index: 100;
	font-size: 0.9em;
}

.commentlist .comment .reply a {
	color: #D7DBD8;
	text-decoration: none;
}



.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */


input.text {
	width: 300px;
	margin:0 0 0 40px;
	padding: 5px;
	border: 1px solid #d2d2d2;
}

textarea {
	width: 560px;
	height: 100px;
	margin:0 0 0 40px;
	padding: 5px;
	border: 1px solid #d2d2d2;
}


/****************************
 **   Footer
 ****************************/

#footer-wrap {
	padding-bottom: 50px;
}

#footer {
	font-size: 0.8em;
	line-height: 1.1em;
}

#footer #subscribe a {
	display: block;
	background-image: url(images/rss.jpg);
	width: 100px;
	height: 32px;
	margin-top: -10px;
	margin-left: 462px;
	text-indent: -2000px;
	position:absolute;
	overflow: hidden;
}

#footer .legal, #footer .credit {
	color: #9f9f9f;
}

#footer .legal {
	float: left;
}

#footer .credit a {
	text-decoration: none;
}

#footer .credit {
	float: right;
}
