/*   
Theme Name: Wild Thyme
Theme URI: http://
Description: Default theme for wildthyme.sevendales.net
Author: Jasmin Wong
Author URI: http://jasminwong.com
.
Copyright 2008 wildthyme.sevendales.net. All rights reserved.
.
*/

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

* { margin: 0; padding: 0; }

body {
	background: #fff;
	margin: 0; padding: 0;
	font-family: Helvetica, Arial, Verdana, sans serif;
	color: #333333;
	}

a { 
	color: #b2381c;
	text-decoration: none;
	}
	
	a:hover {
		color: #65984a;
		}
		
img {
	border: 0;
	}

small {
	font-size: 11px;
	}

blockquote {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #555;
	line-height: 15px;
	padding: 15px;
	margin: 0 15px 18px 15px;
	}

/* -------------------------------------------*/
/* ---------->>> PAGE STRUCTURE <<<-----------*/
/* -------------------------------------------*/

#content {
	background: #fff;
	width: 950px;
	margin: 0 auto 0;
	overflow: auto;
	}
	
	#masthead {
		margin: 0 0 40px 0;
		height: 270px;
		}
	
	#left {
		width: 500px;
		float: left;
		padding: 0px 15px 20px 20px;
		border-right: 1px solid #dfdfdf;
		}

		#left .nav {
			width: 250px;
			float: left 
			}
	
	#r1 {
		width: 380px;
		float: left;
		padding: 10px 0 0 15px;
		border-bottom: 3px double #dfdfdf;
		}
	
	#right {
		width: 175px;
		float: left;
		padding: 0px 10px 20px 15px;
		}

		
	#footer {
		clear:both;
		margin-top: 30px;
		padding: 30px 10px 20px 20px;
		border-top: 3px double #dfdfdf;
		color: #666;
		font-size: 11px;
		}
		
		#footer .cell {
			width: 240px;
			float: left;
			margin: 0 20px 30px 0;
			display:block;
			}
	
/* ---------------------------------------*/
/* ---------->>> NAVIGATION <<<-----------*/
/* ---------------------------------------*/

	#content #pagenav {
		width: 240px;
		float: left;
		display:block;
		padding: 0 0 10px;
		font: 12px Georgia, "Times New Roman", serif;
		}
		
		
/* -------------------------------------*/
/* ---------->>> HEADINGS <<<-----------*/
/* -------------------------------------*/

h1 { }

	#left h1 {
		font: 24px Georgia, "Times New Roman", serif;
		margin-bottom: 24px;
		color: #000;
		}
		
		#left h1 a {
			color: #000;
			}
			
			#left h1 a:hover {
				color: #b2381c;
				}

	#right h1 { 
		font-size: 11px;
		font-weight:bold;
		color: #333;
		margin-top: 15px;
		}
	
	#footer h1 {
		font-weight: 500;
		font-size:11px;
		text-transform: uppercase;
		margin-bottom: 10px;
		color: #777;
		clear:both;
		}

h2 { }

	#left h2 {
		font: 14px Georgia, Times New Roman, serif;
		margin: 30px 0 20px;
		color: #888;
		}

/* ----------------------------------------*/
/* ---------->>> TEXT STYLES <<<-----------*/
/* ----------------------------------------*/

p { }
	
	#left p {
		font-size: 13px;
		margin-bottom: 20px;
		line-height: 20px;
		}
	
	#r1 p {
		font: 14px Georgia, "Times New Roman", Times, serif;
		line-height: 20px;
		color: #555;
		margin-bottom: 20px;
		}

	#right p {
		font: normal 12px Georgia, "Times New Roman", Times, serif;
		margin-bottom: 16px;
		line-height: 16px;
		color: #666;
		}
	
	.cell p {
		font-size: 11px;
		color: #555;
		line-height: 16px;
		margin-bottom: 16px;
		}

.meta {
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	}

/* ----------------------------------*/
/* ---------->>> FORMS <<<-----------*/
/* ----------------------------------*/

/* -------------------------------------*/
/* ---------->>> COMMENTS <<<-----------*/
/* -------------------------------------*/

.comment-author {
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color: #888;
	margin-bottom: 16px;
}

#comment-post {
	border: 1px solid #dfdfdf;
	padding: 15px 15px 10px 15px;
	margin: 10px 10px 10px 0;
}

	#comment-post p {
		font-size: 13px;
		color: #555;
		line-height: 18px;
		margin-bottom: 18px;
	}


/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/

#left img {
	border: 1px solid #999;
	margin-bottom: 10px;
	margin-right: 5px;
	}
	
	#left img a {
		border-bottom: 0px;
		}

#right ul {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height:16px;
	color: #666;
	list-style: none;
	}

.children a {
	text-indent: 15px;
	list-style: none;
	margin-top: -18px;
}

.children li:before {
	content: "\002D \0020";
	}

	.list a {
		color: #666;
		list-style-type: none;
		border-bottom: 1px solid #e5e5e5;
		display: block;
		padding: 3px 0 3px;
		}

		.list a:hover {
			color: #b2381c;
			}

#footer ul li {
	list-style-type: none;
	}

.recent_comments li {
	padding: 5px 5px 5px 0;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	line-height:16px;
	font-size: 11px;
	display:block;
	list-style-type: none;
	}
	
	.recent_comments li:hover { 
		background:#eee;
		}

.meta a {
	color: #666;
	}
	
	.meta a:hover {
			color: #000;
		}

ol li {
	margin-bottom: 19px;
	margin-left: 20px;
	font-size: 13px;
	line-height: 19px;
	}
