/*
Theme Name: ProofBlogger
Theme URI: http://corsentino.net/
Description: My default theme.
Version: 2.0
Author: Kiko
Author URI: http://corsentino.net/
Tags: fixed width, three columns, widgets

	ProofBlogger v2.0
	 http://corsentino.net/

	This theme was designed and built by Kiko,
	whose blog you will find at http://corsentino.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background: #000 url(img/darkwood.jpg) fixed;
	
	font-family: "Helvetica", "Arial";
	font-size: 62.5%; /* 1em = 10px */
	color: #444;
}

/*
	SPECIAL
*/

.text-justify {
	text-align: justify;	
}

.text-right {
	text-align: right;	
}

.text-center {
	text-align: center;
}

.alignleft {
  margin-right: 10px;
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
	margin-left: 10px;
	float: right;
}

.img-right {
	margin-left: 10px;
	float: right;
}

.img-border {
	border: 1px solid #696969;
	padding: 1px;	
}

.img-left {
	margin-right: 10px;
	float: left;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*
	TYPOGRAPHY
*/

p, blockquote {
	font-size: 1.3em;
	line-height: 2em;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #121212;
	font-weight: bold;
}

a:hover {
	color: #ff4400;
}

a.aimg {
	color: transparent;
}

a.aimg {
	color: transparent;
}

ul, ol {
	list-style-position: inside;
	font-size: 1.3em;
}

ul li, ol li {
	margin-bottom: 0.5em;
}

blockquote {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: left;
	font-style: italic;
	
	background-image: url(img/blockquote.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	
	padding-left: 24px;
	
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 30px;
}

h1 {
	font-size: 3.8em;
}

h2 {
	font-size: 3.2em;
}

h3 {
	font-size: 2.6em;
}

h4 {
	font-size: 2em;
}

h5, h4.division {
	font-size: 1.6em;
}

h6 {
	font-size: 1.4em;
}

hr.divisor {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 3em;
	
	border: 1px dotted #ccc;
}

/*
	BRANDING
*/

#branding {
	text-align: right;
	font-size: 1.2em;
}

#branding #logo {
	float: left;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#branding #logo a {
	color: transparent;
}

#branding a {
	font-weight: normal;
	letter-spacing: 1px;
	color: #ccc;
	text-shadow: 3px 3px 3px #222;
}

#branding a:hover {
	color: #ff4400;
}

#branding #menu {
	margin-top: 20px;
}

#branding #menu li {
	display: inline;
	margin-right: 10px;
}

#branding #ads468 {
	margin-top: 40px;
}

/*
	HAT
*/

#hat {
	background: #121212;
	color: #444;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 1px solid #121212;
	border-right: 1px solid #121212;
}

#hat a {
	color: #444;
}

#hat a:hover {
	color: #ff4400;
}

#hat ul {
	width: 460px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#hat ul li {
	list-style-type: none;
	display: inline;

	margin-right: 10px;
}

#hat .subscribe {
	text-align: right;
}

.rss, .twitter {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 22px;
	padding-top: 2px;
}

.rss {
	background-image: url(img/srss.png);
}

.twitter {
	background-image: url(img/stwitter.png);
}

/*
	WRAPPER
*/



#wrapper {
	background: #ffffff url(img/paper.jpg) repeat;
	border: 1px solid #121212;
	
	padding-top: 20px;
	padding-bottom: 5px;
}

h4.division {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 10px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	
	text-shadow: 2px 2px 2px #ccc;
	
	background: transparent url(img/dot.gif) repeat-x scroll 0 50%
}

h4.division span {
	background: #ffffff url(img/paper.jpg) repeat;
	padding-left: 8px;
	padding-right: 8px;
}

#wrapper .hole_2 p {
	font-size: 1em;
	padding-left: 10px;
	color: #888;
}

#wrapper .hole_9 {
	margin-bottom: 30px;
}

#wrapper .hole_9 h1 a {
	text-shadow: 3px 3px 3px #aaa;
}

#wrapper .hole_9 h2, #wrapper .hole_9 h3, #wrapper .hole_9 h4, #wrapper .hole_9 h5 {
	margin-top: 30px;
}

.thumb {
	float: left;
	margin-right: 10px;
	-moz-box-shadow: 4px 4px 4px #ccc;
}

.post .thumb img {
	/*width: 200px;
	height: 200px;*/
}

.post li {
	line-height: 2em;
}

.excerpt {
	margin-top: 20px;
}

.meta {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	
	border-bottom: 1px dotted #ccc;
}

.meta a {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 16px;
	margin-right: 10px;
}

.meta .nrcomments {
	background-image: url(img/comments.png);
}

.meta .addcomment {
	background-image: url(img/addcomment.png);
}

.meta .readmore {
	background-image: url(img/readmore.png);
}

.tagged, .update {
	margin-top: 40px;
	font-size: 1em;
}

.shareandenjoy, #relatedposts { -moz-border-radius: 9px; -webkit-border-radius: 9px; background: #bbb; border: 1px solid #aaa; padding: 10px; margin-top: 70px; margin-bottom: 30px; }
.shareandenjoy img { float: left; margin-right: 5px; }
.shareandenjoy img { opacity: 0.5; }
.shareandenjoy img:hover { opacity: 1; }
.shareandenjoy .sociable_tagline { margin-bottom: 10px; }

#relatedposts h3 {
	text-shadow: 3px 3px 3px #aaa;
}

#relatedposts img {
	vertical-align: middle;
	margin-right: 15px;
}

#relatedposts li {
	list-style-type: none;	
}

#wrapper .sociable { 
	text-align: center;
	margin-top: 30px; 
}

#wrapper .paginator_pages {
	font-size: 1.2em;
}

#monthly {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	list-style-image: url(img/month.png);
}

#superarchive {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	list-style-image: url(img/pen.png);	
}

.wp-tag-cloud {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	list-style-image: url(img/tag.png);	
}

#categorieslist {
	list-style-type: none;
}

#categorieslist a.feedrss {
	color: transparent;
}

.info {
	margin-top: 30px;
	margin-bottom: 15px;
	padding-left: 38px;
	padding-top: 5px;
	background-image: url(img/info.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.error {
	margin-top: 30px;
	margin-bottom: 15px;
	padding-left: 38px;
	padding-top: 5px;
	background-image: url(img/error.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#sideblog {
	background: #ccc;
	border: 1px solid #bbb;
}

#sideblog h4.division {
	margin-right: 10px;
}

#sideblog h4.division span {
	background: #ccc;
}

.sidepost h2 {
	font-size: 1.8em;
	margin-bottom: 0.2em;
}

.sidepost p.excerpt {
	margin-top: 0;
}

#post_toc {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	  
	width: 150px;
	float: right;
	margin: 10px;
	margin-top: 120px;
	padding: 10px;
	
	border: 1px solid #bbb;
	background: #ccc;
}

/*
	COMMENTS
*/

.comment {
	margin-bottom: 30px;
}

.comment p {
	padding-left: 20px;
	padding-right: 10px;
}

.metacomment p {
	font-size: 1em;
	text-align: center;
}

#respond input {
	width: 40%;
	font-size: 1.2em;
	padding: 2px;
}

#respond textarea {
	width: 90%;
	font-size: 1.2em;
	padding: 2px;
}

/*
	SIDE_CONTENT & RSSLINK
*/

#side_content, #rsslink {
	margin-bottom: 20px;
	font-size: 1.3em;
	background: #bbb;
	padding-top: 15px;
	
	-moz-border-radius-topright: 5px;
}

#side_content > div, #rsslink > div {
	padding: 15px;
}

#side_content > div h3, #rsslink > div h3 {
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	
	text-shadow: 2px 2px 2px #ccc;
	
	background: transparent url(img/dot.gif) repeat-x scroll 0 50%
}

#side_content > div h3 span, #rsslink > div h3 span {
	background: #bbb;
	padding-left: 8px;
	padding-right: 8px;
}

#side_content ul li, #rsslink ul li {
	list-style-image: url(img/bullet.png);
}

#side_content .reference {
	font-size: 0.8em;
}

#side_content #ads125 {
	padding: 0;
	padding-left: 10px;
}

#side_content #ads125 ul li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-right: 0;
}

#ads125 img {
	margin-right: 0;
}

#searchbox label {
	display: none;
}

/* 
	PANEL
*/

#panel {
	background: #121212;
	color: #444;
	font-size: 1.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: 1px solid #121212;
	border-right: 1px solid #121212;
}

#panel a {
	color: #888;
}

#panel a:hover {
	color: #ff4400;
}

#panel > div > div {
	padding: 15px;
}

#panel > div > div h3 {
	margin-bottom: 30px;
}

#panel .htwitter {
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(img/twitter.png);
	padding-left: 56px;
}

#panel .hblogroll {
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(img/blogroll.png);
	padding-left: 56px;
}

#panel .blogroll li {
	list-style-type: none;
	margin-bottom: 0.7em;
}

#panel .social li {
	list-style-type: none;
	float: left;
	margin-right: 0.5em;
}

#panel .social li a {
	color: transparent;
}

#twitterbox ul li {
	list-style-type: none;
	line-height: 20px;
	border-bottom: 1px dotted #222;
}

/*
	CREDITS
*/

#credits {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	color: #999;
}

#credits a {
	color: #bbb;
}

#credits a:hover {
	color: #fff;
}