

/* global */
body {
	font-size: 62.5%;
	background-image: url(images/bg-tile.png);
	background-repeat:  repeat-y repeat-x;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

h3 {
	color: #434956;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:focus {
	outline: none;
}
#container {

	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* Begin Header */
#header {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/top-bg.jpg) repeat-x scroll center top;
	display:block;
	height:118px;
	overflow:hidden;
	width:100%;
}
#logo-container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

h1#logo {
	float: left;
	background:transparent url(images/logo.png);
	z-index: 50;
	width: 123px;
	margin-top: 0px;
	height: 118px;
}
h1#logo a {
	display: block;
	height: 100px;
	text-indent: -999em;
}
#header #rssfeed {
	float: right;

	/*border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2d2927;
	border-bottom-color: #2d2927;
	border-left-color: #2d2927;*/
	margin-top: 6px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 1.4em;
	text-decoration: none;
	color: #B77833;
	padding-top: 2px;
}
#header #rssfeed:hover {
	color: #F7952E;
}
			/* Begin Menu */
			#menu {
				float: right;
				clear: right;
				margin-top: 86px;
				
				background-repeat: no-repeat;
				background-position: left top;
				padding-left: 1px;
			}
			#menu li {
				list-style-type: none;
				display: inline;
				float: left;
				
				background-repeat: no-repeat;
				background-position: right top;
				padding-right: 1px;
			}
			#menu li a {
				padding-right: 20px;
				padding-left: 20px;
				float: left;
				font-size: 1.4em;
				color: #857467;
				text-decoration: none;
				line-height: 30px;
			}
			#menu li a:hover {
				color: #E2DCD8;
			}
			#menu .current_page_item a {
				color: #E2DCD8;
			}
			/* End Menu */
			
/* End Header */

/* Begin Content */
#content {
	float: left;
	background-image: url(images/bg-tile.png);
	width: 950px;
	margin-top: 15px;
	color: #736c67;
	margin-bottom: 5px;
}

			/* Begin Main Content (left col) */
			#maincontent {
				float: left;
				width: 685px;
				
				color: black;
			}
			#maincontent .post {
				
				background-image: url(images/bg-post.png);
				/* border: 1px solid #2d2927;
				background-image: url(images/post-title-underline.gif);
				background-repeat: no-repeat; 
				background-position: left 45px; */
				padding-top: 6px;
				padding-right: 10px;
				padding-bottom: 10px;
				padding-left: 10px;
				float: left;
				width: 663px;
			}
			#maincontent .post h2, #maincontent  .post  h2 a {
				color: #434956;
				text-decoration: none;
				font-size: 1.6em;
				width: 550px;
				float: left;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
				line-height: 35px;
			}
			#maincontent .post h2 a:hover {
				text-decoration: underline;
			}
			#maincontent .post small {
				float: right;
				line-height: 34px;
				font-size: 1.2em;
				color: #383434;
				clear: right;
			}
			#maincontent .post small a {
				color: #4a4444;
				text-decoration: none;
			}
			#maincontent .post small a:hover {
				text-decoration: underline;
				color: #586273;
			}
			#maincontent .pagetitle {
				color: #434956;
				text-decoration: none;
				font-size: 2.4em;
				width: 550px;
				float: left;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
				line-height: 35px;
			}
			#maincontent .post .entry {
				font-size: 1.2em;
				line-height: 18px;
				float: left;
				margin-top: 10px;
				width: 663px;
				clear: left;
			}
			#maincontent .post .entry p {
				margin-bottom: 15px;
			}
			#maincontent .post .entry .more-link {
				text-decoration: none;
				border-bottom-width: 2px;
				border-bottom-style: solid;
				border-bottom-color: #4B4545;
				color: #CCC9C8;
				font-style: italic;
			}
			#maincontent .post .entry a {
				color: #586273;
			}
			#maincontent .post .entry a:hover {
				color: #586273;
			}
			#maincontent .postmetadata {
				float: left;
				width: 684px;
				background-color: #434956;
				text-indent: 10px;
				line-height: 24px;
				color: #bac1cc;
				margin-bottom: 15px;
			}
			#maincontent .postmetadata a {
				color: #bac1cc;
				text-decoration: underline;
			}
			#maincontent .postmetadata a:hover {
				color: #bac1cc;
				text-decoration: underline;
			}
			#maincontent .postmetadata small {
				display: block;
				font-size: 1.2em;
				padding: 10px;
			}
			
			/* Begin Comment Form Elements */
			#comments {
				float: left;
				width: 685px;
				margin-top: 25px;
			}
			#respond {
				margin-top: 25px;
				float: left;
				font-size: 1.6em;
				width: 660px;
			}
			#commentform input {
				width: 170px;
				padding: 2px;
				margin: 5px 5px 1px 0;
				background-color: #bac1cc;
				border: 1px solid #434956;
				color: #434956;
				}
			#commentform textarea {
				width: 660px;
				padding: 2px;
				background-color: #bac1cc;
				color: #434956;
				border: 1px solid #434956;
				}
			#commentform #submit {
				float: left;
				margin-top: 0;
				margin-right: 0;
				margin-bottom: 0px;
				margin-left: 0;
				}
			#commentform label {
				font-size: 1.2em;
			}
			/* End Comment Form Elements */
			
			/* Begin Comments*/
			.commentlist {
				padding: 0;
				margin-top: 20px;
				float: left;
				width: 685px;
				}
			.commentlist li {
				list-style: none;
				float: left;
				width: 663px;
				margin: 0px;
				padding: 10px;
				background-image: url(images/bg-post.png);
				border: 1px solid #2F2B2B;
				}
			.commentlist .alt {
				background-color: #1D1B1B;
				}
			.commentlist p {
				float: left;
				font-size: 1.2em;
				clear: left;
				line-height: 18px;
				margin-top: 10px;
				margin-right: 0px;
				margin-bottom: 0px;
				margin-left: 0px;
				width: 643px;
			}
			#commentform p {
				margin-top: 5px;
				margin-right: 0;
				margin-bottom: 5px;
				margin-left: 0;
			}
			.nocomments {
				text-align: center;
				margin: 0;
				padding: 0;
			}
			.commentmetadata a {
				display: block;
				float: right;
				color: #434956;
				text-decoration: none;
				margin-right: 0;
				margin-bottom: 0;
				margin-left: 0;
			}
			.commentlist cite {
				float: left;
				display: block;
				color: #434956;
				text-decoration: underline;
				font-style: normal;
				font-size: 1.4em;
			}
			.commentlist cite a {
				font-size: 1.4em;
				float: left;
				display: block;
				color: #434956;
				font-style: normal;
				font-size: 1.4em;
			}
			.commentlist cite a:hover {
				color: #434956;
			}
			/* End Comments*/
			
			#maincontent  .navigation a {
				font-size: 1.2em;
				color: #D0CECC;
			}
			#maincontent .navigation a:hover {
				color: #E3E1DF;
			}
			p img {
				padding: 0;
				max-width: 100%;
			}
			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 Calendar */
			#wp-calendar {
				empty-cells: show;
				margin: 10px auto 0;
				width: 155px;
			}
			#wp-calendar #next a {
				padding-right: 10px;
				text-align: right;
			}
			#wp-calendar #prev a {
				padding-left: 10px;
				text-align: left;
			}
			#wp-calendar a {
				display: block;
			}
			#wp-calendar caption {
				text-align: center;
				width: 100%;
			}
			#wp-calendar td {
				padding: 3px 0;
				text-align: center;
			}
			#wp-calendar td.pad:hover { /* Doesn't work in IE */
				background-color: #fff; }
			/* End Calendar */
			
			/* 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;
			}
			/* End Various Tags & Classes*/
			
			/* End Main Content */

			/* Begin Sidebar*/
			#sidebar {

				float: right;
				width: 250px;
			}
			#sidebar h2 {
				font-size: 2.2em;
				color: #bac1cc;
				padding: 0px;
				margin: 0px;
				line-height: 34px;
			}
			#sidebar ul {
			}
			#sidebar ul li {
				background-image: url(images/bg-side.png);
				background-repeat:  repeat-y repeat-x;
				margin-bottom: 10px;
				border: 1px solid #2d2927;
				list-style-type: none;
				padding-right: 10px;
				padding-bottom: 10px;
				padding-left: 10px;
				padding-top: 0px;
			}
			#sidebar ul li ul {
				margin-top: 3px;
			}
			#sidebar ul li ul li {
				border-top-width: 0px;
				border-right-width: 0px;
				border-bottom-width: 0px;
				border-left-width: 0px;
				margin: 0px;
				padding: 0px;
			}
			#sidebar ul li ul li a {
				font-size: 1.4em;
				color: #bac1cc;
				text-decoration: none;
				line-height: 24px;
				background-image: url(images/sidebar-bullet-hover.gif);
				background-repeat: no-repeat;
				background-position: left center;
				padding-left: 20px;
				display: block;
				margin-left: 15px;
			}
			#sidebar ul li ul li a:hover {
				color: #bac1cc;
				background-image: url(images/sidebar-bullet.gif);
				background-repeat: no-repeat;
				background-position: left center;
			}
			#sidebar #searchform #searchbg {
				background-image: url(images/searchbg.gif);
				background-repeat: no-repeat;
				padding-left: 5px;
			}
			#sidebar #searchform #s {
				border-top-width: 0px;
				border-bottom-width: 0px;
				border-left-width: 0px;
				border-right-width: 0px;
				background-color: transparent;
				width: 180px;
				padding: 0px;
				color: #655e59;
				height: 22px;
			}
			#sidebar #searchform #searchsubmit {
				background-image: url(images/searchbutton.gif);
				background-repeat: no-repeat;
				background-position: right top;
				border-top-width: 0px;
				border-right-width: 0px;
				border-bottom-width: 0px;
				border-left-width: 0px;
				margin: 0px;
				padding: 0px;
				height: 26px;
				width: 40px;
				cursor: default;
			}
			#sidebar .info {
				font-size: 1.2em;
				padding-top: 10px;
			}
			#sidebar .info a {
				color: #A8A29D;
				text-decoration: none;
			}
			#sidebar .info a:hover {
				color: #BAB5B1;
				text-decoration: underline;
			}
			#sidebar abbr {
				cursor: help;
			}
			/* End Sidebar */

/* End Content */

/* Begin Footer */
#footerwrap {
	float: left;
	width: 100%;
	background-color:  #434956;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2d2927;
	height: 65px;
}
#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	font-size: 1.4em;
	color: #bac1cc;
}
#footlinks {
	width: 500px;
	float: left;
}
#footlinks li {
	float: left;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #373333;
}
#footlinks li a {
	float: left;
	text-decoration: underline;
}
#footlinks #first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #373333;
}
#cr {
	float: right;
}
#footer a {
	margin-right: 10px;
	margin-left: 10px;
	color: #bac1cc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	color: #bac1cc;
	text-decoration: underline;
}
#cr a {
	margin: 0px;
	padding: 0px;
}
/* End Sidebar*/