/**
 * WicketPixie
 * (c) 2006-2010 Eddie Ringle <eddie@eringle.net>
 * Provided by Chris Pirillo <chris@pirillo.com>
 *
 * Licensed under the New BSD License.
 */
html {
	text-align: center;
	width: 100%;
	background: #999 url() repeat-x fixed;
	color: #000;
	height: 100%;
}
body {
	font-family: "Lucida Grande", Arial, sans-serif;
	text-align: left;
	width: 980px;
	margin: 0 auto;
	font-size: 12pt;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", serif;
	color: #900;
	padding: 0;
	margin: 0;
}
h3 {
    font-size: 1.4em;
}
h6 {
    font-size: 1em;
}
#wrapper {
	margin: 0;
	padding: 15px 0;
	height: 100%;
}
#header {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	float: left;
}
#logo {
	float: left;
	text-shadow: 2px 2px 2px #111;
}
#logo a {
	background-color: transparent;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#logo h1 {
    font-size: 44px;
}
#sideline {
	float: right;
	padding: 0 15px;
	margin-top: 10px;
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	text-shadow: 2px 2px 2px #111;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
}
#body {
	clear: both;
	margin-top: 15px;
	background-color: #000;
	color: #FFF;
	padding: 0px 10px;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px 0 #000;
	-webkit-box-shadow: 0 0 10px 0 #000;
	border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}
#navigation {
	width: 100%;
	overflow: visible;
	font-size: 0.95em;
}
#page {
    color: #000;
	background-color: #FFF;
	clear: both;
	z-index: 999;
	border-top-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	height: 100%;
	min-height: 100%;
}
#content {
	background-color: #fff;
	color: #000;
	float: left;
	margin: 0;
	padding: 15px;
	font-size: 0.95em;
	width: 560px;
	height: 100%;
	z-index: 900;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
#content h2 {
    font-size: 1.45em;
}
.post-aside {
    float: right;
    width: 120px;
}
.post-title a {
	color: #900;
}
.post-title a:hover {
	color: #000;
}
.post-content {
	font-size: 0.95em;
}
.meta {
	font-size: 0.75em;
	color: #777;
}
#comments {
    clear: left;
}
#comments .comment {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
}
#comments h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
#comments h2, #comment-form h3 {
    margin-top: 1.4em;
    color: #333;
    font-size: 1.2em;
}
#comments .comment .meta {
    float: left;
    width: 120px;
    text-align: right;
    padding-top: 1px;
}
#comments .comment .content {
    float: right;
    width: 410px;
}
#content .comment img.avatar {
    float: right;
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 0 10px 10px;
    padding: 3px;
    background-color: #ccc;
    border: 0;
}
#content .comment p {
    margin-bottom: 1.2em;
    font-size: 0.75em;
}
#content .comment h3, #comment .comment h5 {
    border-bottom: 0;
}
#content .comment h3 {
    margin: -3px 0 5px;
    font-size: 1.1em;
    color: #666;
}
#content .comment h3 a:link, #content .comment h3 a:active, #content .comment h3 a:visited {
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}
#content .comment h5 {
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.3em;
}
#content .comment h5 a:link, #content .comment h5 a:active, #content .comment h5 a:visited {
    color: #666;
    text-decoration: none;
}
#content .comment h5 a:hover {
    color: #333;
    text-decoration: underline;
    border-bottom: 0;
}
#comment-form {
    margin: 0;
}
#commentform p {
    margin: 20px 0;
    clear: both;
}
#commentform label {
    float: left;
    width: 120px;
    font-weight: normal;
    color: #666;
    text-align: right;
    margin-top: 5px;
}
#commentform input, #comment-form textarea {
    float: right;
    width: 410px;
    padding: 5px;
    font-size: 12px;
    color: #666;
    background-color: #f6f6f6;
    border-top: 1px solid #bbb;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #ccc;
}
#commentform input:focus, #comment-form textarea:focus {
    color: #333;
    background-color: #fff;
    border: 1px solid #666;
}
#commentform .form-submit #submit {
    float: none;
    width: auto;
    margin-left: 139px;
    margin-top: 10px;
    padding: 5px 10px;
    color: #fff;
    background-color: #000;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 0;
}
.widget ul {
    margin-left: 2px;
}
#sidebar {
    color: #666;
    min-height: 100%;
    height: 100%;
	width: 340px;
	float: right;
	font-size: 11px;
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background-color: #F5F5F5;
	padding: 15px 15px 15px 14px;
	z-index: 900;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
}
.sidebar1 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.sidebar2, .sidebar5 {
    width: 160px;
    float: left;
}
.sidebar4 {
    width: 100%;
    clear: both;
    text-align: center;
}
.sidebar3, .sidebar6 {
    width: 160px;
    float: right;
}
.sidebar1, .sidebar2, .sidebar3, .sidebar4, .sidebar5, .sidebar6 {
    overflow: hidden;
}
.sidebar4, .sidebar5, .sidebar6 {
    padding-top: 5px;
}
#sidebar ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
#sidebar ul li {
    line-height: 2;
}
#sidebar a {
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #DDD;
    text-decoration: none;
}
#sidebar a:hover {
    color: #333;
    border-bottom: 0;
}
#sidebar h3 a {
    color: #900;
    border-bottom: 0;
}

#sidebar h3 {
    padding-bottom: 2px;
    border-bottom: 1px solid #DDD;
}
.left-border {
	border-left: 1px solid #999;
}
.right-border {
	border-right: 1px solid #999;
}
#footer {
    background-color: #000;
	color: #666;
	box-shadow: 0px 0px 10px 0px #000;
	-moz-box-shadow: 0px 0px 10px 0px #000;
	-webkit-box-shadow: 0px 0px 10px 0px #000;
	border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
	position: relative;
	padding: 15px;
	overflow: hidden;
	clear: both;
	z-index: -999;
	font-size: 0.7em;
}
#footer a {
	color: #999;
	background-color: #000;
}
#footer a:hover {
	color: #CCC;
	background-color: #000;
}
#footer .footer-left {
	float: left;
}
#footer .footer-right {
	float: right;
}
.clear {
    clear: both;
}

