/*
Theme Name: Colored Carrot
*/

* { 
	padding: 0; 
	margin: 0; 
}

a { color: #f38019; text-decoration: none;outline:none; }
a:hover { color: #f38019; text-decoration: underline; }

body {
	font-family: Arial;
	font-size: 12px;
	background-color: #fff;
}

img {
	border-style: none;
}

#wrapper {
	/*background: url(images/header.png) no-repeat 0 0;*/
        background: url(http://coloredcarrots.com/wp-content/uploads/header.png) no-repeat 0 0;
	margin: 0 auto;
	width: 1000px;
}

#header {
	width: 1000px;
	height: 155px;
	margin: 0;
	text-indent: -5000px;
}
#header h1 {
	width: 1000px;
	height: 140px;
}

#header h1 a {
	width: 1000px;
	height: 140px;
	float: left;
	outline:none;
}

#content {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

#mainc { 
	float: left;
	margin: 0;
	width: 720px;
	display: inline;
	position: relative;
	padding-top: 25px;
	padding-left: 20px;
}

#mainc .mainpost {
	width: 720px;
	overflow: hidden;
	border-bottom: 2px dotted #facfa8;
	margin-bottom: 25px;
}

#mainc .mainpost p.date {
	color: #eb4320;
	font: 10px Arial;
	border-bottom: 1px dotted #f9bf8c;
	width: 210px;
	padding-bottom: 5px;
	margin-bottom: 7px;
}

#mainc .mainpost p.date a {
	color: #eb4320;
	text-decoration: none;
}

#mainc .mainpost p.date a:hover {
	text-decoration: underline;
}

#mainc .mainpost h2 {
	color: #eb4320;
	font: 20px Arial;
	margin-bottom: 10px;
}

#mainc .mainpost h3 {
	color: #eb4320;
	font: 17px Arial;
	margin-bottom: 10px;
}

#mainc .mainpost h4 {
	color: #eb4320;
	font: 14px Arial;
	margin-bottom: 10px;
}

#mainc .mainpost h5 {
	color: #eb4320;
	font: 12px Arial;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#mainc .mainpost h2 a {
	color: #eb4320;
	text-decoration: none;
}

#mainc .mainpost h2 a:hover {
	text-decoration: underline;
}

#mainc .mainpost img {
	margin-right: 15px;
	float: left;
}

#mainc .mainpost p {
	color: #1a1a1a;
	font: 12px/18px Arial;
	margin-bottom: 15px;
}

#mainc .mainpost p a {
	color: #f38019;
	text-decoration: none;
}

#mainc .mainpost p a:hover {
	text-decoration: underline;
}

#mainc .mainpost ul {
	margin-bottom: 12px;
	font-size: 12px;
	padding-left: 10px;
}

#mainc .mainpost ul li {
	list-style-type: none;
	color: #f38019;
	font: 12px Arial;
	margin-bottom: 7px;
	background: url(images/bullet.gif) no-repeat 0 center;
	padding-left: 10px;
}

#mainc .mainpost ul li a {
	color: #f38019;
	text-decoration: none;
}

#mainc .mainpost ul li a:hover {
	text-decoration: underline;
}

#mainc .mainpost p.comment {
	float: right;
	background: url(images/comment.gif) no-repeat;
	width: 101px;
	height: 15px;
	text-indent: -5000px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#mainc .mainpost p.comment a {
	width: 101px;
	height: 15px;
	float: left;
}

#sidebar { 
	display: inline;
	margin: 0;
	width: 225px;
	float: right;
	border-left: 2px dotted #facfa8;
	padding: 260px 0 17px 15px;
}

#sidebar a {
	color: #f38019;
	text-decoration: none;
}

#sidebar .legend {
	margin-bottom: 25px;
	padding-left: 18px;
}

#sidebar h2 {
	color: #2a254f;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
	overflow: hidden;
}

#sidebar h2 span {
	/*float: left;*/
	border-bottom: 2px dotted #fbdbd5;
}

#sidebar  ul {
	margin:0px 0px 15px 0px;
	padding:0px;
}

#sidebar ul li {
	color: #f38019;
	font-size: 12px;
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat 0 4px;
	padding-left: 13px;
	margin-bottom: 5px;
	font-weight: bold;
}

#sidebar ul li a {
	color: #f38019;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#sidebar p.rss {
	background: url(images/rss.gif) no-repeat 0 center;
	padding-left: 25px;
	color: #f38019;
	font: 12px Arial;
}

#footer { 
	width: 900px;
	clear: both;
	padding: 30px 50px 25px;
}

#footer p {
	color: #edba5d;
	font: 9px Arial;
}

#footer p a {
	color: #edba5d;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

.clear { 
	clear: both; 
	background: none; 
}

/* @group Comments */

h3#comments, #respond h3 {
	color: #e8282a;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	font-style: normal;
}

ol.commentlist {
	list-style-type: none;
	margin-bottom: 15px;
	margin-right: 35px;
}

ol.commentlist a {
	color: #f38019;
	text-decoration: none;
}

ol.commentlist li {
	margin-bottom: 20px;
	border: 1px solid #d0d0d0;
	padding: 13px 13px 4px;
}

ol.commentlist li .fn {
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 3px;
}

ol.commentlist li img.avatar {
	float: right;
	margin-left: 17px;
	margin-bottom: 13px;
}

ol.commentlist li .comment-meta {
	font-size: 12px;
	margin-bottom: 7px;
}

ol.commentlist li p {
	margin-bottom: 8px;
	color: #1a1a1a;
	font-size: 12px;
	line-height: 18px;
}

form#commentform {
	margin-right: 35px;
}

form#commentform label {
	color: #333;
	font-size: 12px;
	display: block;
}

form#commentform p {
	margin-bottom: 13px;
}

form#commentform input#author, form#commentform input#url, form#commentform input#email {
	border: 1px solid #e3e3e3;
	border-top-color: #b6b6b6;
	border-right-color: #e2e3e3;
	width: 175px;
	height: 16px;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 6px;
	color: #5b5b5b;
	font: 12px Arial;
}

form#commentform textarea {
	border: 1px solid #e3e3e3;
	border-top-color: #b6b6b6;
	border-right-color: #e2e3e3;
	width: 350px;
	height: 125px;
	color: #5b5b5b;
	font: 12px Arial;
	padding: 4px;
}

form#commentform input#submit {
 background-color:#F0CA60;
 border:1px dashed #EC6431;
 color:#EC6431;
 padding:1px 5px 1px 3px;
 font-weight:bold;
}

/* @end */
