/*
Theme Name: Sparky
Theme URI: http://needforcontent.com
Description: 2 Column theme based on a template from freecsstemplates.org
Author: CMS Reviews
Author URI: http://needforcontent.com
*/
body {
	margin: 20px 0;
	padding: 0;
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #B13413;
}
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #3284B5;
}
.MailPressFormEmail {
	width:125px;
	font-size:9px;
}
.MailPressFormName {
		width:125px;
		font-size:9px;
}

a:hover {
	border: none;
}

a.redlink:link {color: red; }
a.redlink:visited {color: red; }
a.redlink:hover {color: red; }
a.redlink:active {color: red; }

a.greenlink:link {color: green; }
a.greenlink:visited {color: green; }
a.greenlink:hover {color: green; }
a.greenlink:active {color: green; }

a.bluelink:link {color: blue; }
a.bluelink:visited {color: blue; }
a.bluelink:hover {color: blue; }
a.bluelink:active {color: blue; }

img {
	border: none;
}

/* Header */

#header {
	width: 950px;
	height: 200px;
	margin: 0 auto;
	background: url(images/oldmanse.jpg);
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: red;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 950px;
	height: 40px;
	margin: 0 auto;
	background: #37AEF2 url(images/img2.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#menu a:hover, #menu .active a {
	background: url(images/img3.gif);
	color: #FFFFFF;
	height:25px;
}

/* Content */

#content {
	width: 950px;
	margin: 0 auto;
	background: url(images/img4.gif);
}
#colsingle {
		background: url(images/img4.gif);
}

#colOne {
	float: right;
	width: 140px;
	padding: 20px 10px 0 10px;
}

#sidebar2 {
	padding:0;
	margin:0;
}

#sidebar_2 ul {
	margin-left:0px;
}
#sidebar_2 ul ul li {
	margin-left:-30px;
}

#colOne li{
	list-style: none;
	

}
#colOne li a {
	line-height:25px;
	text-decoration:none;
}
#colOne li a:hover {
     text-decoration:underline;
}

#colOne li a:visited {
     color:#000;
}

#colTwo {
	float: right;
	width: 580px;
	padding: 20px 10px 40px 10px;
	background:#ffffff;
	min-height:480px;
	
}
#col2end {
	
	clear:both;

	
}
#colTwo .title a, a visited{
	color: #5A1F00;
	font-size:1.0em;

}
#colTwo li {
	line-height:22px;
}


#colThree {
	float: right;
	width: 170px;
	padding: 20px 10px 0 0px;
		list-style: none;
}
#colFour {
	float: right;
	width: 900px;
	padding: 20px;
		list-style: none;
}

#sidebar1 {
	padding:0;
	margin:0;
}
#sidebar1 h2 {text-align:center;}


.post {
	background:#ffffff;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 17px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin: 0 0 2px 17px;
	}

.alignleft {
	float: left;
	margin: 0 7px 2px 0;
	}
.wp-caption-text {
		font-style: italic;
		text-align:center;
		background:#ccccbe;	
	}
/* End Images */

/* Footer */

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
	margin: 5px 0 0 10px;
}