/* general */
body {
	background-color:#404040;
	color: #404040;
}
p {
	margin: 9px 0 18px 0;
}
sup, sub {
    font-size: 80%;
}
sup, sub {
    font-size: "100%";
}


/* Header ------------------------------------------------------------------ */
div#header {
	background-image: url(wattclarity-images/headerbg.jpg);
	padding: 0;
	margin: 0;
	width: 100%;
	height: 90px;
	text-align: left;
}
div#branding {
	width: 100%;
}
span#blog-logo {
	background-image: url(wattclarity-images/header.jpg);
	background-repeat: no-repeat;
	margin: 0;
	width: 100%;
	height: 90px;
	display: block;
	cursor: pointer;
}
div#branding a {
	text-decoration: none;
}
#blog-title, #blog-description {
	display: none;
}


/* Breadcrumbs ------------------------------------------------------------- */
div#breadcrumbs {
	color: gray;
	border-bottom: 1px solid #E0E0E0;
	padding: 6px 30px;
}


/* Footer ------------------------------------------------------------------ */
div#footer {
	background-color: #f0f0f0;
	border-top: 1px solid #E0E0E0;
	font-size: 11px;
	color: #A0A0A0;
	width: 100%;
}


/* Hide things ------------------------------------------------------------- */
div#access{
	display: none;
}


/* Layout ------------------------------------------------------------------ */
#wrapper {
	background: #FFFFFF url(wattclarity-images/headerbg.jpg) repeat-x;
}
#main, #container, .main-aside {
	background-color: #FFFFFF;
}
#main {
	margin-bottom: 20px;
}


/* Post navigation --------------------------------------------------------- */
.navigation{
	margin: 10px 0 0 0;
	height: 20px;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}


/* Headings ---------------------------------------------------------------- */
h1.entry-title, 
h1.page-title, 
h3.children-title,
h3.widgettitle,
#comments h3,
#respond h3,
#yarpp h3 {
	color:#6DAB25;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:23px;
	line-height: normal;
	margin: 20px 0 10px 0;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}
h1.entry-title {
	margin-bottom: 0px;
}


/* Posts ------------------------------------------------------------------- */
h2.entry-title {
	color: none;
	font-size: 18px;
	line-height: normal;
	border-bottom: 1px solid #e0e0e0;
	margin: 10px 0 0 0;
}
.entry-title .post-type {
	color: silver;
}
.hentry {
	margin: 0 0 40px 0;
}
.entry-meta {
	font-size: 11px;
	color: #999999;
	clear: both;
}
.category-topics .children .entry-meta {
	display: block;
}
.entry-utility {
	display: none;
	margin-top: 10px;
}
.single .entry-utility {
	display: block;
}
.single .entry-utility .tag-links {
/*
	display: block;
	border: 1px solid #e0e0e0;
	background-color: #f3f3f3;
	margin-top: 10px;
	padding: 5px 10px;
	*/
	font-style: italic;
}
.category .children {
	margin: 0 0 30px 40px;
}
.category .children h2 {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	border: none;
	margin: 0;
}
.category .children .hentry {
	margin: 0 0 7px 0;
}


/* Sidebar ----------------------------------------------------------------- */
.aside ul {
    list-style:none;
    margin:0 0 0 0;
}
.aside ul li{
	padding-bottom: 20px;
}
.aside ul ul {
    list-style:disc;
	list-style-image:url(wattclarity-images/bullet.gif);
    margin:0 0 0 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}

/* Subscribe -------------------------------------------------------------- */
#wattclarity-subscribe #wc_sub_submit {
	background-color: #e0e0e0;
	width: 70px;
	margin-left: 10px;
}
#wattclarity-subscribe #wc_sub {
	width: 100%;
	margin: 0 0 3px 0;
}
#wattclarity-subscribe input {
	vertical-align: middle;
}
#wattclarity-subscribe table {
	width: 100%;
}
#wattclarity-subscribe table td {
	vertical-align: middle;
}
#wattclarity-subscribe input {
	padding: 2px 0;
	margin: 0;
}
#wattclarity-subscribe label {
	padding-right: 5px;
}
.wattclarity-sub-format {
	float: left;
}
.wattclarity_sub_email {
	text-align: left;
}
.wattclarity_sub_email form{
	margin-right: 10px;
}
.wattclarity_sub_email div {
	text-align: right;
	margin-bottom: 1px;
}
.wattclarity_sub_rss {
	width: 55px;
	border-left: 2px dotted #e0e0e0;
}
.wattclarity_sub_rss div {
	float: right;
	text-align: right;
}
.wattclarity_sub_rss a:link img,
.wattclarity_sub_rss a:visited img {
	border: none;
}


/* Search ----------------------------------------------------------------- */
#searchform input#s {
	width: 180px;
}
#searchform #searchsubmit {
	background-color: #e0e0e0;
	width: 50px;
}


/* YARPP Related Posts ---------------------------------------------------------- */
.related-post {
	line-height: 14px;
	padding: 4px 0;
}
.related-post  .topic {
	font-size: 10px;
	color: #666666;
	padding: 0 0 6px 0;
	margin: 0;
}
/* hide widget title for yarpp plugin */
#yarpp h3.widgettitle {
	display: none;
}


/* Tag Cloud -------------------------------------------------------------- */
.widget_tag_cloud {
	vertical-align: middle;
}
.widget_tag_cloud div {
	text-align: center;
}
.widget_tag_cloud a {
	vertical-align: middle;
}


/* AddThis ---------------------------------------------------------------- */
.addthis_container a:link img {
	border-width: 0;
}


/* Links ------------------------------------------------------------------ */
a {
text-decoration:none;
}
a:link {
color:#0091B5;
}
a:visited {
color:#94BEC7;
}
a:hover {
color:#00ACD1;
text-decoration:underline;
}
a:active {
color:#00ACD1;
}
a:link img {
border: 2px solid #008EAD;
}
a:visited img {
border: 2px solid #94BEC7;
}
a:hover img {
border: 2px solid #00ACD1;
}
a:active img {
border: 2px solid #00ACD1;
}


/* Forms ------------------------------------------------------------------- */
input, 
textarea {
	border: 1px solid silver;
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	padding: 2px;
	line-height: 13px;
}
#submit {
	background-color: #e0e0e0;
}
.radio {
	border: none;
	padding: 0;
	margin: 0;
}

/* Comments ---------------------------------------------------------------- */
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #e0e0e0;
    border-bottom:none;
    /*margin:0 0 18px 0;*/
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #e0e0e0;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    /*position:absolute;
    top:22px;
    left:20px;*/
	float: left;
	position: relative;
	left: -9px;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 9px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 9px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
	margin-top: 18px;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:98%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}