/* 
Theme Name: Carpe
Theme URI: http://www.carpe.com.au/carpe
Version: 2.0
Description: The Carpe theme
Author: Justin Walduck
Author URI: http://www.carpe.com.au/blog/
*/
body {
	margin:			0;
	padding:		0;
	font-family: 	verdana, arial, sans-serif;
	font-size: 		11px;
	line-height: 	1.5em;	
	color:			#000000;
	background: 	#FFFFFF url("images/page_bg.gif") top repeat-x;
}
a {
	color: 			#666633;	
	text-decoration: none;
}
a:visited {
	color: 			#666633;
}
a:hover {
	color: 			#666633;
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	background: 	#FFFFFF;
	border: 		#999999 1px solid;
	font-family: 	verdana, arial, sans-serif;
	font-size: 		11px;
	line-height:	normal;
	color:			#000000;
}

/*=========================================================
LAYOUT
=========================================================*/

#wrapper {
	margin: 0 auto;
	width: 940px;
}

#content {
	margin: 		0 300px 20px 180px;
	padding: 		0;
}

#sidebar {
	float: 			right;
	width: 			280px;
	padding: 		0;
}

#menu {
	height: 		40px;
	margin:			0 300px 20px 180px;
}

#tools {
	float: 			right;
	height: 		25px;
	width: 			280px;
	padding: 		0;
	margin:			15px 0 20px 0;
}

#banner {
	float: 			left;
	width: 			160px;
	margin: 		0;
	padding: 		40px 0 0 0;
	text-align: 	center;
	background: 	url("images/banner_bg.gif") left bottom repeat-y;
}

/*=========================================================
BANNER
=========================================================*/

#banner ul {
	width: 			106px;
	list-style-type: none;
	padding: 		0;
	margin: 		10px auto;
	border-top: 	1px solid #666633;
}
#banner ul li {
	padding: 		2px 0;
	margin: 		0;
	text-align: 	center;
	border-bottom: 	1px solid #666633;	
}

#banner ul li a {
	color: 			#FFCC00;
}

#bannerbase {
	width: 			160px;
	height: 		34px;
	margin-top:		40px;
	background: 	#FFFFFF url("images/banner_base.gif") left bottom no-repeat;
}

/*=========================================================
MENU
=========================================================*/

#menu ul {
	height: 		40px;
	list-style-type: none;
	padding: 		0;
	margin: 		0;
}
#menu ul li {
	float: 			left;
	padding: 		15px 20px 0 0;
	margin: 		0;
}
#menu ul li a {
	font-family:		Georgia, "Times New Roman",times, serif;
	font-size:			14px;
	text-transform: 	uppercase;
}



/*=========================================================
GENERAL TEXT
=========================================================*/

a img {
	border: 			none;
}
acronym, abbr {
	border-bottom: 		1px dotted #0c6bf0;
}
acronym, abbr, span.caps {
	cursor: 			help;
	letter-spacing: 	.07em;
}
code {
	font-size: 			1em;
	font-style: 		italic;
}
blockquote {
	margin: 			15px 30px 0 45px;
	padding: 			0 0 0 45px;
	background: 		url('../images/blockquote.gif') no-repeat left top;
	font-style:			italic;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}
h3 {
	margin: 0;
	padding: 0;
	/*font-size:1.3em;*/
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Lucida Sans Unicode", lucida, "Times New Roman", serif;
	font-weight: normal;
	letter-spacing: 1px;
}
#content ul {
	margin-left: 0;
	padding-left: 20px;
	list-style-type: none;
}
#content ul li {
	background:   url("images/bullet.gif") no-repeat 0 6px;
	padding-left: 15px;
}
#pagenav
{
	list-style:none;
}


/*=========================================================
EXTRACT
=========================================================*/
.excerpt {
	padding:			0 0 5px 0;
	border-bottom: 		1px dotted #DDDDDD;
	margin-bottom: 		5px;
}

.excerpt p {
	margin:				0;
	padding:			0;
}

.excerpt h2.title {
	font-family:		Georgia, "Times New Roman",times, serif;
	font-size:			16px;
	line-height: 		normal;
	margin:				0;
	padding:			0;
}

/*=========================================================
POST
=========================================================*/
.post {
	padding:			0 0 10px 0;
	border-bottom: 		1px dotted #DDDDDD;
	margin-bottom: 		10px;
}

.post .postHead {
	min-height: 		55px;
	height: 			auto !important;
	height: 			55px;
}

.post .postHead .date {
	float: 				left;
	width: 				44px;
	height: 			40px;
	margin: 			0 10px 0 0;
	padding:		 	10px 3px 0 3px;
	background: 		#EDEBD5 url('images/post_date_bg.gif') left top no-repeat;
	vertical-align: 	middle;
	text-align: 		center;
	font-size:			11px;
	line-height:		12px;
}

.post .postHead .title {
	font-family:		Georgia, "Times New Roman",times, serif;
	font-size:			18px;
	line-height: 		normal;
	margin:				0;
}

.post .title a, 
.post .title a:link, 
.post .title a:visited, 
.post .title a:hover, 
.post .title a:active {
	text-decoration:	none;
	color:				#666633;
}

.post .postHead .info {
	font-size:			10px;
	line-height: 		normal;
}

.post .info a {
	color:				#666633;
}

.post .info a:hover {
	color:				#666633;
	text-decoration: 	underline;
}

.post .postContent {
}

.post .postContent a {
	text-decoration:	underline;
}

.post .postContent .info {
	border-top: 		1px dotted #DDDDDD;
	border-bottom: 		1px dotted #DDDDDD;
}

/*=========================================================
POST IMAGES
=========================================================*/

/* Captions & aligment */


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}

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

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}
/* End captions & aligment */


/*=========================================================
SIDEBAR
=========================================================*/

#sidebar .widget {
	margin: 		0 0 5px 0;
	border-bottom: 	1px dotted #DDDDDD;
	padding-bottom: 10px;	
}

#sidebar h2 {
	margin: 		0;
	color: 			#000000;
	font-size: 		14px;
	font-weight: 	bold;
}

#sidebar form {
	padding: 		0;
	margin: 		0;
}

#sidebar ul {
	list-style-type: none;
	padding: 		0;
	margin: 		0;
}
#sidebar ul li {
	margin: 		0.1em 0 0 0;
	padding: 		0;
	line-height: 	normal;	
}
#sidebar ul li a {
	text-decoration: none;
	border:			none;
	line-height: 	normal;
}
#sidebar ul li a:link {
	color: 			#666633;	
}
#sidebar ul li a:visited {
	color: 			#666633;	
}
#sidebar ul li a:hover, #sidebar ul li a:active {
	color: 			#CC0000;
}
#sidebar ul ul {
	list-style-type: none;
	padding: 		0;
	padding-left: 	5px;
	margin: 		0;
	font-size: 		1em;	
	background:		none;
	border:			none;
}
#sidebar ul ul li {
	margin: 		0;
	padding: 		0;
	padding-left: 	15px;
	margin-left: 	5px;
	background:   	url("images/subcat_bullet.gif") no-repeat  0 6px;
}

/*=========================================================
COMMENT STYLES
=========================================================*/

#commentform {
	margin: 0;
}
#commentform textarea {
	width: 95%;
}
#commentform p {
	margin: 0 0 1em;
}
#comments, #respond {
	text-transform: uppercase;
	margin: 3em 0 1em 0;
	color: #666633;
	font: 0.9em verdana, helvetica, sans-serif;
}
.commentlist {
	font-size:1em;
	font-weight:normal;	
}
.commentlist li {
	margin: 5px 0;
	padding: 10px;
	border: #EEEEEE 1px solid;
}

