/*
Theme Name: Uncomplicated
Theme URI: http://www.freewpthemes.net/preview/uncomplicated
Description: A two-column, fixed-width design. Features Web 2.0 design ideal for 1024x768 resolutions. Widget-ready for WP2.2+
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/


body {
	margin: 0px;
	padding: 0px;
	background: #651b32 url(/wp-content/themes/uncomplicated/images/newPageBg.jpg) repeat-x left top;
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	font-weight: normal;
	font-family: Georgia, serif;
	color: #651b32;
	text-transform:uppercase;
	letter-spacing: 1pt;
	text-align: left;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #651b32;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 1000px;
	height: 204px;
	background: #651b32 url(/wp-content/themes/uncomplicated/images/newMast.png) no-repeat center top;
	margin: 0px auto;
}

/* Logo */

#logo {
	float: left;
	height: 130px;
	padding: 10px 0 0 30px;
}

#logo h1 {
	margin: 0;
	height: 100px;
	padding: 40px 0 0 0px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 2em;
	font-weight: normal;
	color: #FFFFFF;
	display:none;
}

#logo h1 a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -103px 0 0 2px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	display:none;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	background: #34264a url(images/img03.png) no-repeat left top;
	margin-top: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#menu ul {
	background: url(images/img04.jpg) no-repeat right top;
	margin: 0px;
	margin-left: 10px;
	margin-right: 15px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 4px 15px;
	background: url(images/img05.jpg) no-repeat right 50%;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover, .active a {
}

/* Page */


#page {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background: #f8f4e6 url(/wp-content/themes/uncomplicated/images/wrapperBG.jpg) no-repeat center top;
}

/* Content */

#content {
	float: left;
	width: 630px;
	margin-left:60px;
	display:inline;
}

/* Post */

.post {
	margin-bottom: 20px;
}

.post .date {
	float: left;
	width: 59px;
	margin: 6px 20px 0 0;
	padding-top: 5px;
	line-height: normal;
	text-transform: uppercase;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	color: #666;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666633;
	padding-bottom: 5px;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 3px;
	font-size: 20px;
	color: #651b32;
	
}

.post .title {
	margin: 0 0 10px 10px;
	padding: 5px 0 0 10px;
	font-size: 1.6em;
	font-weight: bold;
}

.post .title h2 {
	padding: 0;
	margin: 0 0 10px;
}

.post .title a {
	text-decoration: none;
}

.post .hr1 {
}

.post .meta {
	margin: 0 0 10px 100px;
	padding: 10px 12px 14px;
	background: #651b32;
	line-height:normal;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.post .meta p {
	font-size: 10pt;
}

.post .meta a {
	color: #f8f5e6;
}

.post .entry {
	margin: 0;
	padding: 0 0 20px 100px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding-top: 0px;
	margin-bottom: 20px;
	margin-right: 60px;
	display:inline;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
	list-style-type: none;
}

#sidebar li ul {
	border-top: 1px dashed #666633;
	padding: 14px 0 4px;
}

#sidebar li li {
	margin: 0;
	padding: 4px 0 4px 0;
}

#sidebar li li a {
}

#sidebar h2 {
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 12px;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar_wrap {
	border-top: 1px dashed #666633;
}

#calendar caption {
	padding-top: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border: 0px solid #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
}

#calendar thead {
	background: #514F42;
	text-align: center;
}

#calendar tbody td {
	border: 1px solid #514F42;
	text-align: center;
}

#today {
	font-weight: bold;
}

#prev {
}

#next {
	text-align: right;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #b68b01;
}

/* Footer */

#wrapper2 {
}

#footer {
	width: 958px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #34264a;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #b68b01;
}

#footer a {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

#legal a {
	border-bottom: 1px dotted #f8f4e6;
	text-decoration: none;
	color: #f8f4e6;
}
#commentform {
		width: 500px;
}
#commentform textarea {
	width: 525px;
}

#comment {
	width: 550px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0px 20px 0px 100px;
	width: 250px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
}

hr {
	display: none;
}
.paddingBottom {
	padding-bottom: 20px;
}
#sidebarLink {
	background-color: #473564;
	padding: 20px;
	background-image: url(/wp-content/themes/uncomplicated/images/sidebarBg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	margin-bottom: 20px;
}
#sidebarLink p {
	color: #F8F4E6;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#sidebarLink a {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebarLink a:hover {
	text-decoration: none;
	color: #B68B01; 
}
#comments {
	margin-left: 100px;
	}