/*

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
BODY
{
	background: #FFF;
	color: #555;
	font-size: 67.5%;
/*Resets 1em to 10px*/
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	margin: 5px;
	text-align: center;
}
P, BLOCKQUOTE
{
	text-align: justify;
}
A
{
	color: #579;
	text-decoration: none;
}
A:hover
{
	color: #357;
}
H1, H2, H3, H4, H5, H6
{
	color: #68B;
}
BLOCKQUOTE
{
	color: #888;
	font-size: 0.9em;
	padding: 0.2em 2em;
}
BLOCKQUOTE BLOCKQUOTE
{
	background: none;
	margin: 0;
	font-size: 1em;
}
INPUT
{
	font-size: 1.2em;
}
INPUT[type=text], TEXTAREA
{
	background: transparent;
	border: 1px inset #AAA;
}
INPUT[type=submit]
{
	background: #EEE;
	border: 1px outset #AAA;
}
INPUT[type=text]:focus, TEXTAREA:focus
{
	background: #FFE;
}
PRE, CODE, TEXTAREA
{
	font-size: 12px;
}
CODE
{
	color: #000;
}
IMG
{
	border: 0;
}
/*Layout*/
#page
{
	min-width: 800px;
	margin: 0 auto;
	text-align: left;
}
#wrapper
{
	clear: both;
	margin: 1em 5%;
}
#content
{
	width: 75%;
	float: left;
}
#sidebar
{
	width: 22%;
	float: right;
}
#footer
{
	clear: both;
	margin: 0 5em;
}
/*Header*/
#header
{
	height: 96px;
	border-bottom: 1px solid #FFF;
	margin: 0 0em;
}
#header DIV
{
	height: 96px;
}
#header DIV DIV
{
	height: 96px;
	background-image: url(images/waved.png);
	background-repeat: no-repeat;
	background-position: center;
}
#header DIV DIV DIV
{
	height: auto;
	background: none;
	background-image: url(images/waved.png);
}
.header-title
{
	float: left;
	position: absolute;
	top: 25px;
	left: 5%;
	margin: 5px;
}
.header-title H1
{
	margin: 0;
	font-size: 2.8em;
}
.header-title H1 A
{
	background: transparent;
	color: #AAA;
}
.header-title H1 A:hover
{
	background: transparent;
	color: #777;
}
.header-title P
{
	margin: 0;
	background: transparent;
	color: #777;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: medium;
	font-style: italic;
}
#header .search
{
	width: 20%;
	float: right;
	padding: 36px 5% 0 0;
}
#header #searchform INPUT
{
	width: 100%;
	background: #FFF;
	color: #777;
	border: 1px solid #777;
	padding: 0 0.2em;
}
#header #searchform INPUT:focus
{
	color: #777;
	background: #FFE;
}
/*Header ends here
Sidebar*/
#sidebar
{
	color: #888;
	overflow: hidden;
	border-left: 1px solid #CCC;
}
#sidebar DIV
{
	padding: 2em 2em 4em;
}
#sidebar DIV DIV
{
	padding: 0;
	background: none;
}
#sidebar #searchform
{
	text-align: center;
}
#sidebar H2
{
	color: #888;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: normal;
	margin: 0;
	font-family: Verdana;
}
#sidebar P
{
	text-align: left;
	margin-top: 0;
	color: #666;
}
#sidebar UL
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 1em;
}
#sidebar UL UL
{
	font-size: 1.1em;
}
#sidebar UL UL UL
{
	padding-left: 1em;
}
#sidebar UL LI
{
	margin-top: 2em;
}
#sidebar UL LI LI
{
	margin: 0;
}
#sidebar LI LI A
{
	color: #888;
	text-decoration: none;
}
#sidebar LI LI A:hover
{
	color: #8AC;
}
/*Sidebar ends*/
#content
{
	text-align: justify;
}
H2.archive-title
{
	font-size: 1.4em;
}
H2.pagetitle
{
	font-size: 2em;
}
#content UL
{
	list-style: url(images/list.png);
}
/*Post*/
.post-title H2 A:hover, .post-title H3 A:hover
{
	color: #79A;
}
.post
{
	margin: 0 0 4em;
	clear: both;
}
.post-title
{
}
.post-title DIV
{
}
.post-title H2, .post-title H3
{
	font-size: 1.8em;
	font-weight: bold;
	margin: 1em 1em 0 0;
}
.post-title H2 A, .post-title H3 A
{
	color: #8AC;
}
.post-entry, .archives
{
	font: 1.2em/1.5em "Lucida Grande", Verdana, Arial, Sans-Serif;
}
.post-entry A
{
	border-bottom: 1px solid #EEE;
}
.post-meta
{
	clear: both;
	margin-top: 1.6em;
	font-size: 1em;
	color: #999;
}
/*Post ends
Comments*/
#comments
{
	margin: 0 7%;
}
#comments H3
{
	font-size: 1.6em;
}
.commentlist
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
.commentlist LI
{
	padding: 2em 0;
	overflow: auto;
	border-bottom: 1px solid #F8F8F8;
}
.commentlist P
{
	margin: 0.5em 0;
	font: 1.1em/1.5em "Lucida Grande", Verdana, Arial, Sans-Serif;
	text-align: left;
}
.commentlist P A, .commentlist H4 A
{
	border-bottom: 1px solid #EEE;
}
.commentlist H4
{
	font-size: 1.3em;
	margin: 0;
}
.commentlist CITE
{
	font-style: normal;
}
.commentlist IMG.avatar
{
	float: right;
	margin: 0 0 0 10px;
	padding: 3px;
	border: 1px solid #EEE;
}
TEXTAREA#comment
{
	width: 100%;
	font-size: 1.6em;
}
/*Comment ends
Search results*/
.searchresult
{
	clear: both;
}
.searchresult H3
{
	font-size: 1.2em;
	margin: 0;
	padding: 1em 0 0;
}
.searchresult P
{
	margin: 0;
	padding: 0 0 1em;
}
/*Search ends
Footer*/
#footer
{
	border-top: 1px solid #CCC;
}
#footer DIV
{
}
#footer DIV DIV
{
}
#footer DIV DIV DIV
{
	padding: 2em;
	color: #888;
	text-align: center;
	font-size: 1em;
}
/*Footer ends
Calendar*/
#wp-calendar CAPTION
{
	text-transform: uppercase;
	font-weight: bold;
	color: #68B;
}
#wp-calendar THEAD TH
{
	font-weight: bold;
	color: #888;
	text-align: center;
}
#wp-calendar TBODY TD
{
	text-align: center;
}
#wp-calendar TBODY TD A
{
	font-weight: bold;
}
/*Calendar ends*/
.aligncenter, DIV.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft
{
	float: left;
	margin: 5px 5px 5px 0;
}
.alignright
{
	float: right;
	margin: 5px 0 5px 5px;
}
.wp-caption
{
	border: 1px solid #DDD;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption IMG
{
	margin: 0;
	padding: 0;
	border: 0 none #000000;
}
.wp-caption P.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
