

/*	// __________________________________________________________________________________________________________________
	HTML
	*/
	
	html {
		margin: 0px;
		padding: 0px;
	}
	
	body {
		margin: 0px;
		padding: 60px 0;
		
		color: #838383;
		font: normal 12px Georgia, Helvetica, sans-serif;
	}



/*	// __________________________________________________________________________________________________________________
	Common
	*/

	img { 
		border: 0px; 
	}
	
	a:link,
	a:visited,
	a:active {
		color: #8c7e31;
		text-decoration: none;
	}
	
	a:hover {
		color: #d2e046;
		text-decoration: none;
	}
	
	form {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	

/*	// __________________________________________________________________________________________________________________
	Titles
	*/

	h1 {
		margin-bottom: 0px;
		margin-top: 0px;
		
		color: #8c7e31;
		font: bold 24px Georgia, Helvetica, Verdana, Arial, Tahoma, sans-serif;
	}
	
	h1 a:link,
	h1 a:visited,
	h1 a:active,
	h1 a:hover	{
		text-decoration: none;
	}
	
	h2 {
		margin-bottom: 8px;
		margin-top: 0px;
		
		border-bottom: 1px solid #e6e6e6;
		
		color: #908337;
		font: normal 18px Georgia, Helvetica, Verdana, Arial, Tahoma, sans-serif;
	}


/*	// __________________________________________________________________________________________________________________
	Header
	*/

	#header {
		width: 960px;
		height: 61px;
		
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
	
	#logo {
		float: left;
	}
	
	
/*	// __________________________________________________________________________________________________________________
	Nav
	*/
	
	#menu {
		float: right;
		padding-top: 21px;
		height: 40px;
	}
	
	#menu .spacer {
		display: block;
		float: left;
		
		margin: 0px 9px 0px 10px;
		padding: 2px 0px 2px 0px;
		
		border-left: 1px solid #e8e8e8;
	}
	
	#menu a:link,
	#menu a:visited,
	#menu a:active {
		display: block;
		float: left;
		
		padding: 2px 10px 6px 9px;
		
		border-bottom: 1px solid #FFF;
		color: #838383;
		
		text-decoration: none;
	}
	
	#menu a:hover {
		border-bottom: 1px solid #e2e970;
	}
	
	#menu a.active:link,
	#menu a.active:visited,
	#menu a.active:active,
	#menu a.active:hover {
		display: block;
		float: left;
		
		padding: 2px 10px 6px 9px;
		
		border-bottom: 1px solid #e2e970;
		color: #838383;
		
		text-decoration: none;
	}
	
	#menu a.rss:link,
	#menu a.rss:visited,
	#menu a.rss:active {
	
		display: block;
		float: left;
		
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
		
		text-decoration: none;
	}
	
	#menu a.rss:hover {
		border-bottom: 1px solid #fff;
	}
	
	
/*	// __________________________________________________________________________________________________________________
	Content
	*/
	
	#content {
		width: 880px;
		
		margin: 0px;
		padding: 0px 40px 15px 40px;
		border-top: 1px solid #e6e6e6;
		
		text-align: left;
	}
	
	#tagline {
		width: 880px;
		
		color: #c8c8c8;
		
		margin: 0px;
		padding: 10px 0px 25px 0px;
		
		text-align: left;
		font: normal 17px Georgia, Helvetica, Verdana, Arial, Tahoma, sans-serif;
	}
	
	#feed {
		width: 880px;
	}
	
	#feed td.blog {
		width: 680px;
		padding: 0px;
	}
	
	#feed td.sidebar {
		width: 200px;
		padding: 0px;
	}
	
	#feed td .author {
		font-size: 11px;
		padding-bottom: 10px;
		margin-bottom: 25px;
		border-bottom: 1px solid #e6e6e6;
	}
	
	#feed td .author-details {
		color: #afafaf;
		font-size: 11px;
		margin-bottom: 30px;
	}
	
	
/*	// __________________________________________________________________________________________________________________
	Post
	*/
	
	#post {
	}
	
	#date {
		width: 80px;
		
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
	
	#post-date {
		width: 30px;
		text-align: center;
	}
	
	#post-date .month {
		margin: 0px;
		color: #8c7e31;
		font: bold 13px Times, Georgia, Helvetica, Verdana, Arial, Tahoma, sans-serif;
	}
	
	#post-date .day {
		margin: -4px 0px -5px 0px;
		color: #d2e046;
		font: bold 30px Times, Georgia, Helvetica, Verdana, Arial, Tahoma, sans-serif;
	}
	
	#post-date .year {
		margin: 0px;
		color: #8c7e31;
		font: bold 13px Times, Georgia, Helvetica, Verdana, Arial, Tahoma, sans-serif;
	}
	
	#info {
		width: 550px;
		margin: 0px;
		padding: 0px 50px 0px 0px;
		border: 0px;
		
		line-height: 18px;
	}
	
	#page {
		width: 880px;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		border: 0px;
		
		line-height: 23px;
	}
	
	#page-home {
		width: 880px;
		margin: 0px;
		padding: 0px;
		border: 0px;
		
		font-size: 36px;
	}
	
	#post .arrow {
		color: #d2e046;
		font-size: 10px;
		padding-right: 2px;
	}
	
	.post-links  {
		margin-top: 20px;
		font-size: 10px;
	}
	
	.post-links a:link,
	.post-links a:visited,
	.post-links a:active {
		color: #c0c0c0;
		text-decoration: none;
	}
	
	.post-links a:hover {
		color: #d2e046;
		text-decoration: underline;
	}

	
/*	// __________________________________________________________________________________________________________________
	Home
	*/
	
	#post-home {
		margin-top: 20px;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
	}
	
	#post-home td {
		padding-top: 20px;
	}
	
	#latest {
		width: 400px;
		padding: 0px 0px 0px 40px;
		
		border-left: 1px solid #e6e6e6;
		
		font-size: 11px;
		line-height: 18px;
	}
	
	#featured {
		width: 400px;
		padding: 0px 40px 0px 0px;
		
		font-size: 11px;
		line-height: 18px;
	}
	
	#latest h1,
	#featured h1 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	
	.post-title,
	.post-title {
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 12px;
	}
	
	#latest .link img,
	#featured .link img {
	}
	
	
/*	// __________________________________________________________________________________________________________________
	List
	*/
	
	#list {
		margin: 8px 14px 8px 14px;
		padding: 0px;
		
		list-style: none;
		font-size: 11px;
	}
	
	#list li {
		padding-top: 5px;
	}
	
	#list .arrow {
		color: #d2e046;
		font-size: 10px;
		padding-right: 6px;
	}
	
	#list a:link,
	#list a:visited,
	#list a:active {
		text-decoration: none;
		color: #737373;
	}
	
	#list a:hover {
		color: #d2e046;
	}
	
	
/*	// __________________________________________________________________________________________________________________
	Footer
	*/
	
	#copyright {
		margin: 0px;
		padding: 10px 0px 20px 0px;
		
		width: 960px;
		font-size: 10px;
		text-align: center;
	}
	
	
/*	// __________________________________________________________________________________________________________________
	Paging
	*/
	
	
	
/*	// __________________________________________________________________________________________________________________
	From Wordpress 2.6.X
	*/
	
	.navigation {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
	}
	
	.alignright {
		float: right;
	}

	.alignleft {
		float: left
	}
	
	/**
	More
	// _____________________________________________________________________________________________________
	*/
	
	.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0px 40px 0px 0px;
	text-align: justify;
	}
	
#respond {
	padding: 0px 40px 0px 0px;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

	
	
	
	

	
	
