/*  
Theme Name: boyscoutabuse.com
Theme URI: 
Description: boyscoutabuse.com template
Version: 1.0
Author: Impression Engineers

*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background-image:url(images/boy_scout_abuse_bg.jpg);
	height:100%;
	margin:0; 
	padding:0;
	color:black;
	font-family:arial, sans-serif
	}
#respond{
	margin-top: 0;	color:black;	text-decoration: none;	font-size:1em;}
.formoutline {
	border: black 1px solid;
	background-color:#C2BFA5;
	padding: 3px;
}
#comment {
	width: 450px;
	border: black 1px solid; 
}
.navigation {
	clear: both;
	width: 100%;
	margin: 10px 0 10px 0;
}

.alignleft {
	float:left;
	clear: both;
}
.alignright {
	clear: both;
	float:right;
}

#comments {
	color:black;	text-decoration: none;	font-size:1.8em;	font-family:times new roman, serif;	font-weight:bold;
}
#respond{	color:black;	text-decoration: none;	font-size:1.8em;	font-family:times new roman, serif;	font-weight:bold;}

.postmetadata {
	background-color: #C2BFA5;
	color: black;
	padding: 4px;
}
#content {
	font-size: 1.2em
	}

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

/* 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 Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;

	}

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

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

#commentform p {
	margin: 5px 0;
	}

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

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

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

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

.center {
	text-align: center;
	}

a img {
	border: none;
	}
a {
	color:#611000;
	text-decoration:none;
}

a:hover {
	color:#DD0000;
	text-decoration: underline;
}

h1
{
color:#611000;
text-decoration:none;
font-size:large;
font-family:arial, sans serif;
font-weight:bold;
}

h2
{
color: #611000;
text-decoration:none;
font-size:medium;
font-family:arial, sans serif;
font-weight:bold;
}

p
{
color:#3C3C3C;
text-decoration:none;
font-size:small;
font-family:arial, sans-serif;

}

#navcontainer { width: 240px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size:large;
font-family: times new roman, serif;
font-weight:bold;
}

#navcontainer a
{
display: block;
padding: 10px;
width: 220px;
background-color: #AEB29C;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #C2BFA5;
color: #fff;
}

#sidebar ul{
	margin: 0;
	padding: 0;
}
#sidebar li{
	list-style: none;
	margin-bottom: 2px;
	padding: 0;
	color: black;
	font-size: small;
}
#sidebar li p{
	color: black;
	font-size: small;
}
#sidebar a{
	color: black;
	text-decoration: none;
}

#sidebar a:hover{
	color: #DD0000;
	text-decoration: underline;
}
#sidebar h2{
	font-size: medium;
	color: white;
	font-family: arial;	margin: 8px 0 8px 0;
}
#wpcf label { clear: both; display: block; width: 150px; }
#wpcf input { width: 300px; padding: 1px; margin: 2px 5px 2px 0; }
#wpcf textarea { width: 300px; height: 150px; padding: 1px; margin: 0 5px 10px 0; }
#wpcf #contactsubmit { width: 100px; margin-top: 6px; }