/*  
Theme Name: The Red Line
Theme URI: http://www.maderatribune.com
Description: A special section of the Madera Tribune
Version:     
Author: AfterHim Media
Author URI: http://www.afterhimmedia.com
*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

html { /* Force Vertical Scrollbar */
	height: 100.1%;
	margin-bottom: 0.1em;
}

body {
	background-color: #000;
	color: #eeeeee;
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', arial, helvetica, sans-serif;
	text-align: center;
}

/* WRAPPERS START */
#header {
	width: 800px;
	height: 289px;
	margin: 0 auto;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
}

#content {
	border-top: 1px solid #5c5c5c;
	border-right: 1px dotted #5c5c5c;
	text-align: left;
	width: 449px;
	min-height: 480px;
	margin-left: 75px;
	float: left;
}

#sidebar {
	border-top: 1px solid #5c5c5c;
	text-align: left;
	width: 200px;
	padding-bottom: 10px;
	margin-right: 75px;
	float: right;
}

#footer {
	width: 650px;
	height: 60px;
	border-top: 1px solid #5c5c5c;
	padding-top: 10px;
	margin: 0 auto;
	clear: both;
}

#footer p {
	line-height: 1.65em;
	margin: 0;
}

/* WRAPPERS END */

/* SIDECAR CONTENT START */
#commentbut {
	width: 200px;
	height: 156px;
	border-bottom: 1px dotted #5c5c5c;
}

#commentbut p {
	margin: 0;
}

#sidebar li{
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 12px;	
}

li#pages, li#recent-comments, li#recent-posts, li#categories, li#archives, li#links, li#search, li#meta {
	padding-left: 0;
	padding-bottom: 12px;
	border-bottom: 1px dotted #5c5c5c;
	list-style-type: none;
}

li#search {
	text-align: right;
	padding-top: 12px;
}

#searchform input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	height: 24px;
	width: 70px;
	border: 2px solid #fff;
	background-color: #000;
	color: #fff;
}

#searchform #s {
	font-size: 1.1em;	
	width: 90%;
	margin-bottom: 10px;
	background-color: #000;
}
/* SIDECAR CONTENT END */

h2 {
	font-size: 2.3em;
	line-height: 1.1em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;	
	clear: both;
}

h2.widgettitle {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	text-align: center;
	margin-top: 10px;
}

h2.pagetitle, h2.center, .post>h2 {
	color: #800517;
	margin-top: 0.2em;
}

h2.center {
	margin-bottom: 0.5em;
}

h3 {
	font-size: 2.3em;
	line-height: 1.1em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	color: #800517;
	clear: both;
}

h3#respond, h3#comments {
	margin-top: 0.2em;
	margin-bottom: 0.75em
}

p {
	font-size: 1.1em;
	margin-top: 0.5em;
	margin-bottom: 1.3em;
}

p.postmetadata {
	font-size: 1.1em;
}

p.postmetadata>small {
	font-size: 1em;
}

hr {
	display: none;
}

li {
	list-style-type: none;
}

blockquote {
	margin-left: 2.6em;
	padding-left: 1em;
	border-left: 1px solid #800517;
}

cite {
	font-size: 1.75em;
	font-style: normal;
	margin-left: 1em;
}

small {
	font-size: 1.1em;
}

#content img {
	margin-left: 0.2em;
	margin-right: 1em;
	margin-bottom: 1em;
}

.commentlist ul li {
	list-style-type: square;
	
}
.commentlist ol li {
	list-style-type: disc;
}

ul.commentlist li {
	border: none;
	margin: 0;
	margin-top: 1em;
}

.commentlist li li{
	border: none;
	margin: 0;
	margin-top: 1em;
}

.post {
	padding-right: 10px;
	border-bottom: 1px dotted #5c5c5c;
}

.entry {
	margin: 15px 0 0 0;
}

.alignleft {
	font-size: 1.1em;
	line-height: 1.4em;
	width:45%;
	float: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
	
.alignright {
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: right;
	width:45%;
	float: right;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 1em;
}

textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 93%;
	height: 195px;
	border: 2px solid #fff;
	background-color: #000;
	color: #fff;
	padding: 5px 5px 0 5px;
}

#commentform input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 150px;
	height: 24px;
	border: 2px solid #fff;
	background-color: #000;
	color: #fff;
}

#commentform p {
	font-size: 1em;
}

input#author, input#email, input#url {
	padding-top: 5px;
	padding-left: 5px;
	background-color: #000 !important;
	color: #fff !important;
}

input#submit  {
	font-size: 1em;
}

/* LINKS START */
a:link, a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #800517;
}
a:hover, a:active {
	color: #5c5c5c;
	border-bottom: 1px solid #800517;
}

#headerimg a:link, #commentbut a:link  {
	border: 0 none;
	text-decoration: none;
}
#headerimg a:visited, #commentbut a:visited {
	border: 0 none;
	text-decoration: none;
}

div.post h2 a:link, div.post h2 a:visited, div.post h2 a:hover {
	color: #800517;
	border: 0 none;
}

div.post h3 a:link, div.post h3 a:visited, div.post h3 a:hover{
	color: #800517;
	border: 0 none;
}

.commentmetadata :link {
	color: #800517;
	border: 0 none;
}
.commentmetadata :hover {
	color: #5c5c5c;
}
.commentmetadata :visited {
	color: #800517;
	border: 0 none;
}
/* LINKS END */



