/*  
Theme Name: Brass Airsoft
Theme URI: http://brassairsoft.com/
Description: The default BRASS theme.
Version: 2
Author: Marion Dorsett
Author URI: http://www.figmentthinking.com/

*/

html {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
body {
	background: #e2e2e2;
	margin: 0px;
	padding: 0px;
}
#outerContainer {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}
#banner {
	background: url(images/banner/banner.php) no-repeat;
	height: 150px;
}
#bannerSpacer {
	height: 112px;
	width: 770px;
}
#topMenu {
	color: #FFFFFF;
	float: right;
	margin-right: 30px;
}
#innerContainer {
	background: url(images/brassairsoft2_03.jpg) repeat-y;
}
#content {
	float: right;
	width: 510px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#sidebar {
	float: left;
	width: 210px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: left;
}

#sidebar h2 {
	margin: 0px 0px 4px;
	padding-top: 0px;
	font-size: 14px;
}

#breaker {
	clear: both;
	float: none;
	width: 770px;
	height: 1px;
}
#footer {
	background: url(images/brassairsoft2_05.jpg) no-repeat;
	height: 40px;
	width: 770px;
}
#copyright {
	font: normal 10px/1.2 Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #0000CC;
}
a:hover, a:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#topMenu a:link, #topMenu a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}
#topMenu a:hover, #topMenu a:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-size: 16px;
}
form {
	margin: 0px;
	padding: 0px;
}
input[type='text'], input[type='password'], select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
input[type='submit'], input[type='button'] {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
input[type='submit']:hover, input[type='button']:hover {
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
}
body, p, td, th, li, a{
	font-size: 12px;
	color: #333333;
}
#content h1 {
	font-size: 24px;
	border-bottom: 2px solid #CC0000;
	color: #333333;
}
#content h2, #content h2 a {
	font-size: 18px;
}
.red {
	color: #cc0000;
}
.imageBorder {
	border: 1px solid #000000;
}

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

#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;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



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

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

.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 */

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	clear: both;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}