/*
Theme Name:2 Column Horizontal Nav Xblog
Theme URI: http://flyte.biz
Description: A basic 2 column launch point for intermediate wordpress sites with a horizontal nav and no blog.
Version: 1.0
Author: Flyte New Media [AW]
Author URI: www.flyte.biz
Tags: simple, wireframe, 2 column horizontal nav

*/


/* ############## Blog-Specific Styles ##############  */

/*@import url("blog.css") screen;*/  /*un-comment if you need the blog-specific stylesheet*/  


/* ############## Main Structure ##############  */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #95AE94;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}
#page {
	width: 800px;
	border: 0px solid #959596;
	background: #FFFFFF url(images/watermark.gif) no-repeat left bottom;
	text-align: left;
	margin: 0 auto 20px auto;
	padding: 0;
	}
#header {
	margin: 0;
	padding: 0;
	height: 267px;
	width: 800px;
	}
#headerInner 	{
	width: 100%;
	margin: 0;
	height: 267px;
	width: 800px;
	background: #FFFFFF url(images/homepage_banner.jpg) no-repeat left bottom;
	}
#headerInner .description {
	font-size: 1.2em;
	text-align: center;
	color:#fff;
	}
#contentWrapper{
	margin:0;
	padding:0;
	}
#content {
	font-size: 1.2em
	}
.post {
	margin: 0 0 40px;
	text-align: justify;
	}
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
}
	
/* ############## Widecolumn ##############  */
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 120px;
	width: 600px;
	}	
.widecolumn .postmetadata {
	margin: 30px 0;
	}	
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}
.widecolumn {
	line-height: 1.6em;
	}
.widecolumn .post {
	margin: 0;
	}

/* ############## Narrowcolumn ############## */
.narrowcolumn {
	float:left;
	padding: 0 20px 20px 270px;
	margin: 0px 0 0;
	display:inline;/*dub float margin bug killer*/
	}
.narrowcolumn p {
	padding-right: 20px;
	}
.narrowcolumn h1, h2, h3 {
	padding-right: 40px;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
table td {
	vertical-align: top;
}	

/*  ############## Begin Sidebar ##############  */

#sidebar{
	padding: 20px 15px 20px 15px;
	margin-left:555px;
	width: 170px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#sidebar form {
	margin: 0;
	}	
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
#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 Sidebar */
	
/* ############## Headings ############## */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #05703C;
	}
h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	color: #05703C;
	}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
	color: #05703C;
	}
h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
		margin: 5px 0 0;
	padding: 0;
	}
h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	color: #05703C;
	}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2{
	text-decoration: none;
	}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
	
	
/*  ############## Anchors ##############  */
a:hover {
	color: #94A2C1;
	text-decoration: underline;
	}
.entry p a:visited {
	color: #94A2C1;
	}

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

/*  ############## Begin Content Area Lists ##############  */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	}
.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;
	}

/*  ############## Begin Form Elements ##############  */
#searchform {
	margin: 10px auto;
	padding: 8px 45px 0 0;
	text-align: right;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}


/*  ############## Begin Various Tags & Classes ##############  */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
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;
	}
hr {
	display: none;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.clear {
	clear: both;
}


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

/* ############## footer ############## */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	border: none;
	background: transparent;
	}
#footer p {
	margin-left: 80px;
	padding: 0px 0 20px 0;
	text-align: left;
	color:#666;
	float: left;
	display: block;
	width: 470px;
	}

.imageleft {
	margin: 0px;
	padding: 0px;
	float: left;
	border-style: none;

}
.imageleft2 {
	margin: 0 120px 0 0;
	padding: 0px;
	float: left;
	border-style: none;

}
h1, h2, h3 {
	color: #05703C;
	margin-top: 10px;
}
.narrowcolumn a:link, .narrowcolumn a:visited {
	color: #94A2C1;
	text-decoration: underline;
}
.narrowcolumn a:hover, .narrowcolumn a:active {
	color: #95AE94;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #94A2C1;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #95AE94;
	text-decoration: underline;
}
#credits a:link, #credits a:visited {
	color: #ffffff;
}
#credits a:hover, #credits a:active {
	color: #ffffff;
	text-decoration: underline;
}
#botlist li {
	color: #fff;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	list-style: none;
}
#botlist a{
	color: #fff;
}
#commentform #comment {
	width: 500px;
	}
#homeNews {
	padding: 0 20px 20px 272px;
}
#homeNews a {
	color: #94A2C1;
	text-decoration: underline;
}
#content .post a {
	color: #94A2C1;
}
#board table tr {
	margin: 0px 0px 0 0;
	padding: 0;
	border-style: none;
	vertical-align: top;
	
}
#board table td {
	margin: 0px;
	padding: 0 40px 10px 0;
	float: left;
	border-style: none;
	vertical-align: top;
}
#members table tr {
	margin: 30px 0px 0 0;
	padding: 0;
	border-style: none;
	vertical-align: top;
	
}
#members table td {
	margin: 0px;
	padding: 0 15px 10px 0;
	float: left;
	border-style: none;
	vertical-align: top;
}
.topset {
	vertical-align: top;
	}
