/*  
Theme Name: Task Force 7
Theme URI: http://www.twoandfour.com
Description: Theme copyrighted to Task Force 7 2008
Version: 1.0
Author: TWOANDFOUR Design
Author URI: http://www.twoandfour.com/

*/

/* ----- GENERAL STYLES -----  */

body, h1, h2, h3, h4, h5, h6, blockquote, dd, dl, p, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background-color: #4e6bae;
}

#outerwrapper {
	background: url(images/tf7-background.jpg);
	background-position:top center;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 1000px;
	overflow: auto;
}

h1 {
}

a:link, a:visited {
	color: #4e6bae;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #fede08;
	text-decoration: underline;
}

p {
	padding: 10px 0 0 0;
}

#wrapper {
	floar: left;
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

/* ----- HEADER STYLES ----- */

#header {
	float: left;
	width: 950px;
}

#container {
	float: left;
	width: 460px;
	padding: 20px;
}

/* ----- TOP NAVIGATION STYLES ----- */

#navbar {
	width: 100%;
	background-color: #fede08;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	border-bottom: 2px #333333 solid;
}

#header ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style: none;
	float: left;
}

#header ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#header ul li a:link, #header ul li a:visited {
	display: block;
	color: #000000;
	padding: .3em .5em;
	text-decoration: none;
	font-weight: bold;
}

#header ul li a:hover, #header ul li a:active {
	display: block;
	color: #FFFFFF;
	background-color: #4e6bae;
	padding: .3em .5em;
	text-decoration: none;
	font-weight: bold;
}

/* ----- CONTENT STYLES ----- */

.content-name {
	padding-bottom: 10px;
}

.post {
	padding: 0 0 20px 0;
}

.post h2 {
	font-size: 18px;
}

.entry {
	line-height: 18px;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	font-size: .9em;
	font-style: italic;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* ----- MIDDLE SIDEBAR STYLES ----- */

#sidebar {
	float: left;
	width: 175px;
	margin: 0;
	display: inline;	
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	height: auto;
}

#sidebar ul li {
	padding: 10px 0;
	display: block;
	border-bottom: none;
}

#sidebar ul li h2 {
	font-family: Georgia, sans-serif;
	font-size: 1.3em;
	padding-left: .6em;
	padding-bottom: .3em;
}

#sidebar ul ul li{
	padding: 0;
	line-height: 24px;
	border-bottom: 1px solid #aaaaaa;
}

#sidebar li#search {
	padding-left: .6em;
}

table#wp-calendar {
	width: 100%;
}

/* ----- FAR RIGHT SIDEBAR STYLES ----- */

#right1 {
	float: left;
	width: 255px;
	margin: 0;
	display: inline;
	padding: 0 10px;
}

#right1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

#right1 ul li {
	padding: 10px 0;
	display: block;
	border-bottom: none;
}

#right1 ul ul li a{
	font-size: .95em;
}

#right1 ul li h2 {
	font-family: Georgia, sans-serif;
	font-size: 14px;
}

#right1 ul ul li{
	padding: 0;
	line-height: 18px;
	border-bottom: 1px solid #aaaaaa;
}

/* ----- FOOTER STYLES ----- */

#footer {
	clear: both;
	float: left;
	text-align: left;
	width: 920px;
	padding: 5px 15px;
	background-color: #fede08;
	border-top: 1px #333333 solid;
	color: #000000;
}

#copyright {
	float: left;
}

#twoandfour {
	float: right;
}

/* ----- COMMENTS STYLES ----- */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}




