/*
Theme Name: Red
Theme URI: http://reddoorla.com/
Description: 
Version: 1.0
Author: Thom Meredith
Author URI: http://thommeredith.com/
Tags: red

*/



/* Begin Typography & Colors */

body {
  background: #ececec url(images/bg.png) repeat-y center;
	text-align: center;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 75%;
	color: #666666;
}

a {
	color: #666;
}

a:hover {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
	color:  #C31F39;
}

#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width:960px;
	height: 288px;
	position: relative;
}

#header #free {
	display: block;
}

#freeslogan {
	position: absolute;
	left: 134px;
	top: 78px;
}

#header img {
	float: left;
}

#header #logo{
	position: absolute;
	left: 0;
	top: 180px;
}

#header #asterisk {
	position: absolute;
	left: 133px;
	top: 266px;
}


		
#content {
	float: left;
	width: 735px;
	border-right: dotted 2px #B3B3B3;
	margin-bottom: 50px;
}

.left {
	float: left;
}

.right {
	float: right;
}


.post .left {
	width: 117px;
	text-align: right;
	padding-top: 15px;
}

.post .right {
	width: 580px;
	padding: 0 20px 50px 0;
}

.post.search .right {
  padding-bottom: 15px;
}

.postfooter {
	border-top: dotted 2px #B3B3B3;
	line-height: 30px;
}

.postfooter .left{
	padding: 0;
	width: 49%;
	text-align: left;
}

.postfooter .right {
	padding: 0;
	width: 49%;
	text-align: right;
}

.right img {
  padding-bottom: 10px;
}

#sidebar {
	float: right;
	margin-right: 7px;
	width: 187px;
}

.clear {
	clear: both;
}

.red {
	color: #C31F39;
}

#footer {
	
}

p {
	line-height: 20px;
	padding-bottom: 20px;
}

p a {
	color: #CC0000;
}

p a:hover {
  text-decoration: underline;
}

p em {
	font-style: italic;
}


h1, h4, h5 {
	color: black;
}

h1 {
	border-top: solid 2px #B3B3B3;
	border-bottom: dotted 2px #B3B3B3;
	margin: 0 0 20px 0;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	font-family: Serifa;
	font-size: 24px;
}

ul + h4 {
		border-top: solid 2px #B3B3B3;
		margin-top: 30px;
}

h4 {
	line-height: 50px;
	font-family: Serifa;
	font-size: 20px;
	border-bottom: 2px dotted #B3B3B3;
}

#sidebar h4 + p {
	padding: 0;
}

h5 {
	line-height: 50px;
	font-family: Serifa;
	font-size: 16px;
}


.imgh1 {
	border-top: solid 2px #B3B3B3;
	border-bottom: dotted 2px #B3B3B3;
	padding: 10px 0;
}

.dottedlink {
	display: block;
	padding: 8px 0;
	border-bottom: dotted 2px #B3B3B3;
	
}

.paddedlink {
	display: block;
	padding: 8px 0;
	
}

#red {
	border-top: solid 2px #B3B3B3;
	border-bottom: dotted 2px #B3B3B3;
}

#commentform textarea {
  width: 100%;
}

#searchform input {
  background: url(images/search_bg.png) no-repeat;
  border: 0;
  padding: 5px 5px 5px 25px;
  width: 157px;
}

.doodle0 { background: url(images/doodles/06_doodle.gif) no-repeat top right !important;}
.doodle1 { background: url(images/doodles/01_doodle.gif) no-repeat top right !important;}
.doodle2 { background: url(images/doodles/02_doodle.gif) no-repeat top right !important;}
.doodle3 { background: url(images/doodles/03_doodle.gif) no-repeat top right !important;}
.doodle4 { background: url(images/doodles/04_doodle.gif) no-repeat top right !important;}
.doodle5 { background: url(images/doodles/05_doodle.gif) no-repeat top right !important;}

#cats {
padding:8px 0 0;
	border-bottom: dotted 2px #B3B3B3;
	
}

#cats .categories, #cats ul li {
		border-top: dotted 2px #B3B3B3;
		line-height: 27px;
		
}

#cats ul li {
	height: 27px;
}


#cats .categories {
	border: none;
}

/*THICKBOX*/

.thickcontent {
	display: none;
}

#TB_ajaxContent {
	color: #666666 !important;
	
}

#TB_ajaxContent .row {
	clear: both;
	height: 40px;
	width: 580px;
}

#TB_ajaxContent label {
	float: left;
	width: 130px;
}

#TB_ajaxContent input, #TB_ajaxContent textarea {
	float: left;
	width: 200px;
}

#TB_ajaxContent textarea {
	margin-bottom: 20px;
}

#TB_ajaxContent input[type=file] {
	width: 207px;
}


#TB_ajaxContent input[type=submit], #TB_ajaxContent input[type=checkbox], #TB_ajaxContent #brand_critique input[type=checkbox] {
	width: auto;
	float: left;
	margin:0 10px 0 128px;
}

#TB_ajaxContent .checkbox {
	width: 580px;
	height: 20px;
}

#TB_ajaxContent p {
	padding: 24px 0 !important;
}

#TB_ajaxContent .padding input[type=checkbox]{
	margin:0 10px 30px 128px;
}