/*
Theme Name: Baughxie
Theme URI: http://www.switchroyale.com/?page_id=21
Description: Baughxie is a glossy theme with a boxy feel and centered navigation. The theme is lightweight in size but still makes a visual impact on your WordPress blog.  Clean and simple would be a good description, yet it shows a little flair with glossy highlights. Baughxie is easy to customize with CSS and the Photoshop template is also available on www.switchroyale.com for download.
Version: 1.1
Author: Switchroyale
Author URI: http://www.switchroyale.com
Tags: green, white, silver, light, two-columns, fixed-width, right-sidebar
Adapted by Corey Branstrom
*/

body {
	background: #1E6D4B;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
	text-align: justify;
}

h3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/containerbg.gif) #ebebeb;
	background-position: 0 140px;
	background-repeat: repeat-x;
}

#header {
	height: 0px;
	padding: 160px 20px 0 170px;
	background: url(images/headerbg.jpg);
	font-size: 12px;
	position: relative;
}

#header h1 {
	margin: 0;
	font-size: 20px;
}

#header a {
	text-decoration: none;
	color: #666666;
}

#header a:hover {
	color: #333333;
}

#header #search {
	position: absolute;
	top: 150px;
	right: 20px;
	height: 20px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #999999;
	color: #666666;
	width: 150px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#navbar {
	margin: 0 0 20px 0;
	background: url(images/navbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	border: solid #999999;
	border-width: 1px 0;
}

#navbar ul {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	left: 163px;
}

#navbar li {
	display: inline;
	float: left;
	position: relative;
	border: solid #999999;
	border-width: 0 1px;
	margin: 0 0 0 -1px;
}

#navbar a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 20px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
}

#navbar a:hover {
	background: #1E6D4B;
	color: #ffffff;
}

#navbar .current_page_item a {
	background: #1E6D4B;
	color: #ffffff;
}

#posts {
	width: 640px;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	float: left;
}

.post {
	margin: 0 0 40px 0;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #999999;
}

.post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}

.page .post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a, .navigation a {
	color: #aba000;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #1E6D4B;
}

.post a img {
	border: none;
}


.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}



.sidebar {
	margin: 0 0 20px 680px;
	width: 220px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #999999;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #000000;
	width: 220px;
	border-bottom: 1px solid #cccccc;
}

.sidebar a {
	color: #aba000;
	text-decoration: none;
}

.sidebar a:hover {
	color: #1E6D4B;
}

.mfgsidebar {
	font-size: 14px;
	float: right;
/*	margin: 0 0 0 360px; */
	width: 220px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #999999;
}

.mfgsidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.mfgsidebar h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #000000;
	width: 220px;
	border-bottom: 1px solid #cccccc;
}

.mfgsidebar a {
	color: #aba000;
	text-decoration: none;
}

.mfgsidebar a:hover {
	color: #1E6D4B;
}

#footer {
	clear: both;
	height: 50px;
	background: url(images/footerbg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #999999;
}

#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 10px;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
}
