/*
Theme Name: Summer Tree
Theme URI: http://www.aarongolas.com/
Description: A summer theme with a half-dead tree in the heading
Author: Aaron Golas
Author URI: http://www.aarongolas.com/
Template:
Version: 1.0
*/

@font-face {
	font-family:'IM Fell DW Pica SC';
	font-style:normal;
	font-weight:normal;
	src:local('IM Fell DW Pica SC'), url('http://themes.googleusercontent.com/font?kit=xBKKJV4z2KsrtQnmjGO17LlMp_7bi1fcptj9hrAF2wc') format('truetype');
}

* {
	margin:0;
	padding:0;
}

ul,ol {
	list-style-type:none;
}

body {
	background:#339999;
	padding:0 0.5em;
}

#page {
	position:relative;
	font-family:helvetica,arial,'trebuchet ms',sans-serif;
}

a {
	color:#0000cc;
}
a:visited {
	color:#006666;
}
a:hover {
	color:#0099cc;
}
a:active {
	color:#00cc99;
}

.clr {
	clear:both;
	display:none;
}


/**********/
/* HEADER */
/**********/

#header-block {
	z-index:2;
	margin:0 auto -17px;
	min-width:480px;
	width:100%;
	max-width:40em;
}

#header {
	position:relative;
	padding:100px 1.5em 17px;
	margin-right:-1.5em;
	height:9em;
	background:transparent url(images/summer-tree.png) bottom right no-repeat;
}

#header>h1 {
	font-family:'IM Fell DW Pica SC',helvetica,arial,'trebuchet ms',sans-serif;
	font-size:4em;
	line-height:1em;
	font-weight:normal;
}

#header>h1 a {
	color:#ffcc00;
	text-decoration:none;
	text-shadow:0 0 0.125em #000000,0 0 0.125em #000000,0 0 0.125em #000000;
}

#header>h2 {
	font-size:1em;
	line-height:1.125em;
	margin:0.25em 0 1.125em 0;
	color:#cc9900;
	text-shadow:0 0 0.5em #000000,0 0 0.5em #000000,0 0 0.5em #000000;
}

#header ul.menu li {
	float:left;
	margin-right:1.125em;
}

#header ul.menu li a {
	display:block;
	font-size:0.75em;
	line-height:1em;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	padding:0.333em 0.667em;
	background-color:#eeeedd;
	border:2px solid #cc9900;
	-moz-border-radius:1.33em;
	-webkit-border-radius:1.33em;
	border-radius:1.33em;
}
#header ul.menu li a:hover {
	background-color:#cc9900;
	border-color:#ffcc00;
}
#header ul.menu li a:active {
	background-color:#ffffff;
	border-color:#66ff66;
}

#searchform {
	position:absolute;
	top:18px;
	left:1.5em;
}

#searchform input[type="text"] {
	font-size:0.75em;
	line-height:1em;
	text-decoration:none;
	color:#003333;
	padding:0.333em 0.667em;
	background-color:#ffffff;
	border:2px solid #006666;
	-moz-border-radius:1.33em;
	-webkit-border-radius:1.33em;
	border-radius:1.33em;
}

#searchform label {
	display:none;
}

#header a.feed-link {
	display:block;
	position:absolute;
	top:18px;
	right:1.5em;
	padding-top:32px;
	color:#006666;
	text-decoration:none;
	background:transparent url(images/feed-icon.png) top right no-repeat;
	height:0;
	overflow:hidden
}
#header a.feed-link:hover {
	color:#ff9900;
	text-decoration:underline;
	height:auto;
}

/***********/
/* CONTENT */
/***********/

#main {
	margin:0 auto;
	min-width:480px;
	width:100%;
	max-width:40em;
	background:#ffffff;
	-moz-border-radius:1.5em;
	-webkit-border-radius:1.5em;
	border-radius:1.5em;
	-moz-box-shadow:0 0.375em 1em #000000;
	-webkit-box-shadow:0 0.375em 1em #000000;
	box-shadow:0 0.375em 1em #000000;
}

#main.full {
	display:table;
	width:auto;
	max-width:none;
}
#main.full #content {
	min-width:480px;
}

#content {
	position:relative;
	z-index:3;
	padding:1.25em 0;
}

#content>h2 {
	font-size:1.5em;
	line-height:1em;
	margin:1em 2em;
}

/* POST */

#content .post {
	position:relative;
	clear:both;
	margin:2.25em 3em;
	background:#ffffff;
}

.post>p.posttime {
	font-size:0.875em;
	line-height:1em;
	position:absolute;
	right:1.5em;
	top:-0.5em;
	padding:0 0.286em;
	color:#999999;
	font-style:italic;
	background:#ffffff;
}

.post>h2 {
	font-size:1.5em;
	line-height:1em;
	padding-top:0.5em;
	margin-bottom:0.75em;
	border-top:0.0417em solid #999999;
}

.post>h2>a {
	color:#003399;
	text-decoration:none;
}

.post>.entry {
	font-size:0.875em;
}

.entry p {
	line-height:1.286em;
	margin:1.286em 0;
}

.entry img {
	border:none;
}

.entry p.media {
	text-align:center;
}

.entry p.media object,.entry p.media embed {
	max-width:100%;
}

.entry ul {
	line-height:1.286em;
	margin:1.286em 0 1.286em 1.286em;
	list-style:disc outside;
}

.entry ul ul {
	list-style:circle outside;
}

.entry ol {
	line-height:1.286em;
	margin:1.286em 0 1.286em 1.286em;
	list-style:decimal
}

.entry ol ol {
	list-style:lower-alpha;
}

.entry ol ol ol {
	list-style-type:lower-roman;
}

.entry li ul,.entry li ol {
	margin-top:0;
	margin-bottom:0;
}

.entry blockquote {
	margin:0 1.286em;
	padding:0 1.286em;
	color:#666666;
	border-left:dotted 0.143em #003333;
}

.entry sup {
	display:inline-block;
	margin-top:-1em;
}

.entry sup a {
	text-decoration:none;
}

.entry sub {
	display:inline-block;
	margin-bottom:-1em;
}

.entry h1 {
	font-size:2em;
	line-height:1.125em;
	margin:0.5625em 0;
}

.entry h2 {
	font-size:1.5em;
	line-height:1.5em;
	margin:0.75em 0;
}

.entry h3 {
	font-size:1.25em;
	line-height:1em;
	margin:1em 0;
}

.entry h4 {
	font-size:1em;
	line-height:1.125em;
	margin:1.125em 0;
}

.entry h5 {
	font-size:0.875em;
	line-height:1.286em;
	margin:1.286em 0;
}

.entry h6 {
	font-size:0.875em;
	line-height:1.286em;
	margin:1.286em 0;
}

.entry table {
	margin:1.286em auto;
	border:1px solid #000000;
	border-collapse:collapse;
}

.entry th,.entry td {
	padding:0.286em 0.429em;
	line-height:1.125em;
}

.post>p.postmetadata {
	font-size:0.75em;
	line-height:1.5em;
	margin:1.5em 0;
	padding:0 0.25em;
	background:#bbddee;
}

/* NAVIGATION */

#content .navigation {
	margin:1.25em 3em 2.25em;
}

.navigation .newer {
	font-size:0.875em;
	float:right;
	width:50%;
	text-align:right;
}

.navigation .older {
	font-size:0.875em;
	min-height:1em;
	width:50%;
}

/* COMMENTS */

#content #comments-area {
	clear:both;
	margin:-1.125em 3em 2.25em 3em;
}

#comments-area h3 {
	font-size:1em;
	line-height:1.125em;
	margin:1.125em 0;
	font-weight:normal;
	font-style:italic;
	color:#999999;
}

#comments-area ol.commentlist {
	list-style:decimal outside;
	margin:0 1.5em;
}

ol.commentlist>li {
	position:relative;
	margin:1.125em 0;
	padding:0 1.125em 0 56px;
	border-bottom:solid 0.0625em #000000;
}

ol.commentlist>li.bypostauthor {
	background:#cccccc;
}

ol.commentlist>li .commentmetadata {
	float:right;
	font-size:0.75em;
	line-height:1.5em;
	margin:0 -0.875em 0 1.5em;
}

ol.commentlist>li .commentmetadata a {
	color:#666699;
	font-style:italic;
	text-decoration:none;
}

ol.commentlist>li .comment-author {
	font-size:0.875em;
	line-height:1.286em;
	margin:1.286em 0;
}

ol.commentlist>li .comment-author img.avatar {
	position:absolute;
	top:0;
	left:0;
	height:42px;
	width:42px;
	border:double 3px #003399;
}

ol.commentlist>li p {
	font-size:0.75em;
	margin:1.5em 0;
}

ol.commentlist>li blockquote {
	margin:0 1.5em;
	padding:0 1.5em;
	color:#666666;
	border-left:dotted 0.167em #003333;
}

#respond .cancel-comment-reply {
	display:none;
	font-size:0.625em;
	line-height:1.8em;
}

#commentform p {
	font-size:0.875em;
	line-height:1.286em;
	margin:1.286em 0;
}

#commentform textarea {
	height:9em;
	width:400px;
	font-family:helvetica,arial,sans-serif;
}

/***********/
/* SIDEBAR */
/***********/

#sidebar {
	display:none;
	position:relative;
	z-index:3;
	float:right;
	width:33%;
}

#sidebar>ul#sidebar-list {
	margin:2.25em 2.25em 2.25em 0;
}

ul#sidebar-list>li {
	margin:1.125em 0;
}

ul#sidebar-list>li>h2 {
	clear:both;
	font-size:1em;
	line-height:1.125em;
	margin-bottom:-0.5625em;
	padding-left:0.5625em;
	background:#ccccff;
}

ul#sidebar-list>li>p,ul#sidebar-list>li>ul,ul#sidebar-list>li>ol,ul#sidebar-list>li>div {
	font-size:0.75em;
	line-height:1.5em;
	margin:1.5em 0;
}

ul#sidebar-list>li p,#sidebar-list>li li,ul#sidebar-list>li>div {
	padding-left:1em;
}

ul#sidebar-list img.profileimg {
	float:left;
	margin:0 0.5em 1.125em 0;
	height:64px;
	border:double 3px #006633;
}

ul#sidebar-list ul {
	list-style:disc inside;
}

ul#sidebar-list ul ul {
	font-size:1em;
	margin-top:0;
	margin-bottom:0;
	list-style:circle inside;
}

ul#sidebar-list ol {
	margin-left:0.75em;
	list-style:decimal;
}

ul#sidebar-list ol ol {
	font-size:1em;
	margin-top:0;
	list-style:lower-alpha;
}


/**********/
/* FOOTER */
/**********/

#footer {
	position:relative;
	z-index:2;
	clear:both;
	text-align:center;
	padding:1.5em;
}

#footer p {
	font-size:0.75em;
	line-height:1.286em;
}

#footer a {
	color:#000000;
}

