/*   
Theme Name: typefasterjoel
Theme URI: blog.typefasterjoel.com
Description: Official theme for typefasterjoel.com's blog.
Author: Joel Lopez
Author URI: typefasterjoel.com
Version: 1
*/
body {
	background-color: #89c6e9;
	font-size: 12px;
	font-family: "Calibri", Helvetica, Tahoma, Geneva, sans-serif;
	color: #000;
}
#header_cloud {
	position: absolute;
	width: 100%;
	height: 250px;
	z-index: 0;
	left: 0;
	top: 200px;
	background-image: url(images/clouds_repeat.png);
	background-repeat: repeat-x;
	background-position: top left;
}
#tree {
	position: absolute;
	width: 236px;
	height: 245px;
	z-index: 2;
	left: 50%;
	top: 55px;
	margin-left: -425px;
}
#title {
	position: absolute;
	z-index: 5;
	width: 400px;
	left: 50%;
	margin-left: -180px;
	top: 125px;
}
#title h1 {
	margin: 0;
	padding: 0;
	font-weight:normal;
}
#title h1 a {
	font-size: 36px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d72112;
	text-decoration: none;
	letter-spacing: -2px;
}
#title p {
	margin: 0;
	padding: 0 0 0 80px;
	color: #FFF;
}
#wrapper {
	position: relative;
	width: 830px;
	padding: 10px;
	left: 50%;
	margin-left: -415px;
	margin-top: 350px;
	background-color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content {
	position: relative;
	width: 580px;
	padding: 10px;
	float: left;
}
#content hr {
	clear: both;
	width: 70%;
	height: 1px;
	margin: 20px auto;
	border: thin #CCC solid;
}
#sidebar {
	position: relative;
	float: right;
	width: 200px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul h2 {
	margin: 0;
	padding: 5px 5px 5px 0;
	font-size: 12px;
	text-transform: uppercase;
}
/*SIDEBAR LINKS */
.cat-item a {
	color: #c56060;
	display: block;
	padding: 5px;
	text-decoration: none;
	border: solid 1px #EEE;
	border-width: 0 0 1px 0;
}
.cat-item a:hover {
	color: #c56060;
	background-color: #e6f2f9;
	display: block;
	padding: 5px;
	text-decoration: none;
	border: solid 1px #EEE;
	border-width: 0 0 1px 0;
}
.xoxo a {
	color: #4f8caf;
	display: block;
	padding: 5px;
	text-decoration: none;
	border: solid 1px #EEE;
	border-width: 0 0 1px 0;
}
.xoxo a:hover {
	color: #4f8caf;
	background-color: #e6f2f9;
	display: block;
	padding: 5px;
	text-decoration: none;
	border: solid 1px #EEE;
	border-width: 0 0 1px 0;
}
.aktt_tweets a {
	color: #4f8caf;
	text-decoration: none;
}
.aktt_tweets a:hover {
	color: #e71704;
	text-decoration: none;
}
.aktt_tweets li {
	display: block;
	padding: 3px;
}
/* END SIDEBAR LINKS! */
#footer {
	position: relative;
	clear: both;
	text-align: center;
}
.post {
	position: relative;
	float: right;
	width: 540px;
	padding: 5px;
	text-align: left;
}

.post h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
}
.post h2 a {
	color: #000;
	text-decoration: none;
}
.post h2 a:hover {
	color: #333;
	text-decoration: none;
	background: none;
	font-style: normal;
}
.post a {
	color: #e71704;
	text-decoration: none;
}
.post a:hover {
	color: #e71704;
	font-style: oblique;
	text-decoration: none;
}
.post h3 {
	margin: 0;
	padding: 0;
	background-color: #EEE;
	display: block;
	width: 100%;
	padding: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.comment a {
	background-color: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #AAA;
	padding: 3px;
}
.comment a:hover {
	background-color: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #AAA;
	padding: 3px;
	font-style: normal;
}
.topLinks {
	text-align: right;	
}
.topLinks a {
	color: #e71704;
	text-decoration: none;
}
.topLinks a:hover {
	color: #e71704;
	font-style: oblique;
	text-decoration: none;
}
#underPost {
	background-color: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	padding: 3px;	
}
.entry-filed {
	background-color: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #AAA;
	padding: 3px;	
}
#commentSection {
	clear:both;
	position: relative;
	width: 100%;
	top: 10px;
	margin: 10px 10px 10px 20px;
	padding: 10px;
	border-top: 1px solid #EEE;
}
#commentSection h3 {
	margin: 0;
	padding: 0;
}
#commentSection a {
	color: #e71704;
	text-decoration: none;
}
#commentSection a:hover {
	color: #e71704;
	font-style: oblique;
	text-decoration: none;
}
#footer a {
	color: #e71704;
	text-decoration: none;
}
#footer a:hover {
	color: #e71704;
	font-style: oblique;
	text-decoration: none;
}
/*DATE */
.date {
	position:relative;
	width: 70px;
	padding: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #7cacbf;
	color: #fff;
	text-align: center;
	margin-left: -70px;
	float: left;
}
.year {
	display: block;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.day {
	display: block;
	font-size: 48px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	line-height: 48px;
}
.month {
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 0;
}
/* OTHER SECTIONS */
#respond {
	margin:0;
	padding:20px 0;
}

#respond p {
	font-size:12px;
	margin-bottom:10px;
}

#respond textarea {
	width:450px;
	height:150px;
}
#respond input, .commentsblock textarea {
	border:1px solid #d1d1d1;
	background:#FFF;
	padding:5px;
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

#respond input.txt {
	width:250px;
	margin-right:10px;
}


#respond input#submit {
	display:inline-block;
	padding:5px 10px;
	background:#89c6e9;
	border:none;
	color:white;
	cursor:pointer;
	font-size:12px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.comment-author{
	display:block;
	font-size:11px;
	color: #000;
	font-weight:bold;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:15px;
	padding:0;
}
.commentlist li {
	margin-bottom:10px;
	padding: 10px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.commentlist li p {
	padding-right:20px;
}

.commentlist li img {
	margin: 4px 5px 10px 5px;
	float: right;
}

.alt{
	background:#fffee7;
}
h3#comments{
	font-size:16px;
	margin-bottom:10px;
}

#respond {
	margin-bottom:10px;
}

.comment-author {
	font-size:14px;
}

.commentmetadata {
	display:block;
	margin:0;
	padding:0;
}
.commentmetadata,
.commentmetadata a {
	color:#555;
}

.commentsblock h3 {
	border:none!important;
}


blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}

.wp-caption {
	background:#EFEFEF;
	padding:5px;
	/*width:auto!important*/;
	border:solid 1px #DDD;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}
p.wp-caption-text {
	font-size:11px;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
}

.wp-caption a {
	margin:0;
	padding:0;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:solid 1px #DDD;
}


a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}