/*
Theme Name: Splatter
Theme URI: http://newbpainter.com/resources/free-wordpress-themes
Description: Three Column, paint theme. The page navigation is up top going across. The blog links and blogroll are in the second column, and the search and site meta are in the third.
Version: 1.3
Author: Matthew Reese
Author URI: http://www.newbpainter.com
Tags: fixed-width, three-columns, white

	Splatter v1.3
	http://newbpainter.com/resources/free-wordpress-themes
	
This theme was designed and built by Matthew Reese,
	whose blog you will find at http://newbpainter.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Structure */
body {
margin: 0 0 20px 0;
padding: 0;
font-size: 80%; /* Resets 1em to 10px */
font-family: 'Arial', Verdana, Arial, Sans-Serif;
color: #333;
text-align: center;
}

a:link{
font-family: Arial, Helvetica, sans-serif;
color: #008dc2;
text-decoration: none;
}

a:visited{
font-family: Arial, Helvetica, sans-serif;
color: #008dc2;
text-decoration: none;
}

a:hover{
font-family: Arial, Helvetica, sans-serif;
color: #f46523;
text-decoration: none;
}

a:active{
font-family: Arial, Helvetica, sans-serif;
color: #f46523;
text-decoration: none;
}

#page {
margin: 0px auto;
padding: 0;
width: 1000px;
text-align:left;
}

#header {
margin: 0px 0 0 1px;
padding: 0;
width: 100%;
background-image:url(images/header.jpg);
background-position:middle;
background-repeat:no-repeat;
height:118px;
}

#header h1 {
position:absolute;
margin-top:25px;
margin-left:20px;
color:#2c89fc;
letter-spacing:2px;
}


#maindescription {
font-size: 1.4em;
text-align: left;
position:absolute;
color:#f4733f;
margin-top:75px;
margin-left:20px;
font-weight:600;
letter-spacing:1px;
}


#mainnav {
padding-top:10px;
padding-bottom:10px;
width:100%;
position:relative;
float:left;
border-top:1px solid #73bbcf;
border-bottom:1px solid #73bbcf;
z-index:5;
background-image:url(images/navrepeat.jpg);
background-repeat:repeat-x;
font-weight:bold;
 }

#mainnav_wrapper {
margin:auto;
position:relative;
font-size:14px;
width:1000px;
text-align:left;
}

ul.nav {
	margin: 0px 0px 0px 10px;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}


.nav ul{
/*Remove all spacings from the list items*/
	margin: 0px 0px 0px 0px;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

.nav ul li {
font-weight:normal;
margin-left:15px;
}

.titlebar {
position:relative;
float:left;
width:100%;
}

.largedate {
font-size:18px;
color:#78c30c;
}

.titlebarleft {
position:relative;
float:left;
width:57px;
text-align:right;
}

.titlebarright {
position:relative;
float:left;
width:400px;
margin-left:20px;
}

.titlebar h2 {
padding:0;
margin:0;
font-size:16px;
}

.titlebar h2 a:link {
color:#f46523;
text-decoration:none;
font-size:18px;
}

.titlebar h2 a:visited {
color:#f46523;
text-decoration:none;
font-size:18px;
}

.titlebar h2 a:hover {
color:#f46523;
text-decoration:underline;
font-size:18px;
}

.titlebar h2 a:active {
color:#f46523;
text-decoration:underline;
font-size:18px;
}

.postmetadata {
padding:0;
margin:0;
}

.entry {
position:relative;
float:left;
margin-top:5px;
margin-bottom:20px;
margin-left:80px;
text-align:justify;
}

.narrowcolumn {
position:relative;
float: left;
padding: 15px 20px 20px 0px;
margin: 0;
width: 650px;
border-right:1px solid #73bbcf;
font-size:1em;
}

.post {
margin: 0 0 40px;
text-align: justify;
}

.post hr {
display: block;
}


.postmetadata {
clear: both;
}

.clear {
clear: both;
}

#footer {
padding: 0;
margin: 0 auto;
width: 1000px;
clear:both;
border-top:1px solid #73bbcf;
}

#footer p {
margin: 0;
padding: 10px 0;
}
/* End Structure */


/* Begin Typography & Colors */


#content {
	font-size: 1.2em;
line-height:1.5em;
	}



.thread-alt {
	background-color: #f8f8f8;
}

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

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

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


#sidebar h2 {
	
font-size: 1.2em;
margin:0;
	}

#rightsidebar h2 {
	
	font-size: 1.2em;
margin:0;
	}


h3 {
	font-size: 1.3em;
	}



.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

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

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



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* 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;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

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





/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	}

#searchform #s {
	width: 75px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
position:relative;
float:left;
padding: 0px 10px;
width: 140px;
border-right:1px solid #73bbcf;
padding-top:15px;
}

#rightsidebar {
position:relative;
float:left;
width:140px;
margin-left:10px;
text-align:left;
padding-top:15px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 150px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

acronym, abbr {
	border-bottom: 1px solid #73bbcf;
	}

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;
}

a img {
	border: none;
	}

.navigation {
display: block;
position:relative;
float:left;
margin-top: 0px;
margin-bottom: 5px;
width:100%;
color:#7d8f58;
	}

.navigation a:link {
color:#7d8f58; text-decoration:none;
}

.navigation a:visited {
color:#7d8f58; text-decoration:none;
}

.navigation a:hover {
color:#7d8f58; text-decoration:underline;
}

.navigation a:active {
color:#7d8f58; text-decoration:underline;
}

.orange {
color:#F36525;
}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}




#rightsidebar ul, #rightsidebar ul ol {
	margin: 0;
	padding: 0;
	}

#rightsidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#rightsidebar ul p, #rightsidebar ul select {
	margin: 5px 0 8px;
	}

#rightsidebar ul ul, #rightsidebar ul ol {
	margin: 5px 0 0 10px;
	}

#rightsidebar ul ul ul, #rightsidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #rightsidebar ul ol li {
	list-style: decimal outside;
	}

#rightsidebar ul ul li, #rightsidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}