/*
Theme Name: thedonnellys
Theme URI: http://www.thedonnellys.com/
Description: The theme for thedonnellys.com
Author: Edwin Donnelly
Author URI: http://edwindonnelly.com/

*/

/* Corrected */

a, a:link, a:visited {color: #8f0a29; text-decoration: none; }
a:hover, a:active { color: #ba173e; text-decoration: none; }

body {
	margin:0px;
	padding:0px;
	background:#0a0a0a;	
	color:#000000;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	}

#page {
	background:#0a0a0a;
	color:#333333;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	a{color:#DE7008;}
	a:hover{color:#E0AD12;}
	}

#header{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-top:1px solid #000000;
	//border-bottom:dotted 1px #3c3c3c;
	background:#0a0a0a;
	color:white;
	}
	
#sidebar {
	margin:10px 0px 0px 1em;
	padding:0px;
	text-align:left;
	}

p.postmetadata {
	color:#555555;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size:x-small;
	a{color:#666666;}
	a:hover{color:#777777;}
	}
	
	
#sidebar ul{margin:0px 0px 33px 0px;padding:0px 0px 0px 0px;list-style-type:none;font-size:95%;}
#sidebar li{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;list-style-type:none;font-size:95%;}
#sidebar ul a{padding:2px;margin:1px;width:100%;border:none;color:#999999;text-decoration:none;}
#sidebar ul a:link{color:#999999;}
#sidebar ul a:visited{color:#999999;}
#sidebar ul a:active{color:#ff0000;}
#sidebar ul a:hover{color:#DE7008;text-decoration:none;}

.narrowcolumn {
	float:right;
	position:absolute;
	left:180px;
	padding:30px 7% 10px 3%;
	//border-left:dotted 1px #3c3c3c;
	}

.widecolumn {
	float:right;
	position:absolute;
	left:180px;
	padding:30px 7% 10px 3%;
	//border-left:dotted 1px #3c3c3c;
	}

.post {
	margin:0px 0px 30px 0px;
	font-size:100%;
	a:link{color:#666666;}
	a:hover{color:#777777;}
	}
	
.post strong{
	color:#000000;
		font-weight:bold;
		}

h1,h2,h3,h4,h5,h6{padding:0px;margin:0px;}

h1{padding:25px 0px 10px 5%;border-top:double 3px #BF5C00;border-bottom:solid 1px #E89E47;color:#F5DEB3;background:#DE7008;font:bold 300% Verdana,Sans-Serif;letter-spacing:-2px;}

h2{color:#9E5205;font-weight:bold;font-family:Verdana,Sans-Serif;letter-spacing:-1px;}
.h2 a{color:#9E5205;font-weight:bold;font-family:Verdana,Sans-Serif;letter-spacing:-1px;}

h3{margin:20px 0px 0px 0px;color:#777777;font-size:104%;}

h4{color:#aa0033;}

h6{color:#B8A80D;font-size:140%;}

#footer {}

/* Random */
	
#content {
	font-size: 1.2em;
	}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}




small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}








.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */




/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



