/* 
Theme Name: Carpe
Theme URI: http://www.carpe.com.au/
Version: 1.0
Description: The Carpe Delirium theme
Author: Justin Walduck
Author URI: http://www.carpe.com.au/blog/
*/
body {
	margin:			0;
	padding:		0;
	border-top: 	5px solid #999966;
	font-family: 	verdana, arial, sans-serif;
	font-size: 		11px;
	color:			#000000;
	line-height:	22px;
	background: 	#FFFFFF url(../images/body_bg.gif) left top repeat-y;
}
a {
	color: 			#666633;	
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input, textarea {
	background: 	#EDEBD5;
	border: 		#CCCC99 1px solid;
}

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

#content {
	position: 		absolute;
	left: 			220px;
	top: 			20px;
	width: 			520px;
	padding: 		0;
}

#sidebar {
	position: 		absolute;
	left: 			780px;
	top: 			20px;
	width: 			180px;
	padding: 		0;
}

/*=========================================================
GOOGLE
=========================================================*/

.googleBanner {
	float: center;
	height: 60px;
	padding: 5px 16px; /* 520 - 468 */
	margin: 10px 0;
	border-top: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
}

/*=========================================================
BANNER
=========================================================*/
#banner {
	position: 		absolute;
	top: 			0px;
	left: 			20px;
	z-index: 		20;
	width: 			158px;
	border: 		1px solid #CCCC99;
	border-width: 	0 1px;
	margin: 		0;
	padding: 		40px 0 0 0;
	text-align: 	center;
	background: 	url(../images/banner_bg.gif) left bottom repeat-y;
}

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

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

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

.post .date {
	float: 				left;
	width: 				40px;
	height: 			40px;
	margin: 			0 10px 0 0;
	padding:		 	5px;
	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 .title, .page .title {
	font-family:		Georgia, "Times New Roman",times, serif;
	font-size:			18px;
	margin:				0;
}

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

.post .info, .page .info {
	font-size:			10px;
	line-height: 		normal;
}
.post .info a {
	color:				#666633;
}
.post .info a:hover {
	color:				#666633;
	text-decoration: 	underline;
}

.post .content, .page .content {
	padding:			10px 0;
}

.post-footer 
{
	padding-top:20px;
	background:url(img/divider.gif) no-repeat center;
}

/*=========================================================
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(img/blockquote.gif) no-repeat left top;
	font-style:italic;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}

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;
	border-bottom: 1px solid #CCCC99;
}
h3 {
	margin: 0 0 0.4em 0;
	padding: 0;
	font-size:1.5em;
}
#content ul {
	margin-left: 0;
	padding-left: 20px;
	list-style-type: none;
}
#content ul li {
	background: url(../images/bullet.gif) no-repeat 0 9px;
	padding-left: 20px;
}
#pagenav {
	list-style:none;
}
/*=========================================================
SIDEBAR
=========================================================*/

#sidebar h2 {
	margin: 10px 0 0 0;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px dotted #EDEBD5;
	padding-top: 5px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#sidebar ul li {
	padding: 0;
	margin: 5px 0 0 0;
	line-height: normal;	
}
#sidebar ul li a {
	text-decoration: none;
	border:none;
}
#sidebar ul li a:link {
	color: #666633;	
}
#sidebar ul li a:visited {
	color: #666633;	
}
#sidebar ul li a:hover, #sidebar ul li a:active {
	text-decoration: underline;
}
#sidebar ul ul {
	list-style-type: none;
	padding: 5px 0 5px 5px;
	margin: 0;
	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 9px;
}

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

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

