

/* Basics */

body {
	margin: 0;
	padding: 0;
	font-size: 78%;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	text-align: center;
	background-image: url(images/plaindarktext.jpg);
	background-repeat: repeat;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Georgia, serif; 
	color: #530000; 
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a:link {
	color: #670000;
}
a:visited {
	color: #330000;
}
a:hover, a:active {
	color: #a40000;
	text-decoration: none;
}
blockquote {
	margin: 0 20px;
	padding: 0.05em 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url(images/commentalt.gif) repeat-y;
	font-size: 0.9em;
}
code {
	color: #666;
}
input, textarea, select {
	background-color: #FFF; 
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}
form, img {
	border: 0;
	padding: 0;
	margin: 0;
}


/* Layout */ 

#wrapper {
	width: 771px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	padding: 0px;
}
#header {
	align: center;
    height: 234px;
	width: 771px;
}

	/* Header styles */
	#header h1 {
		margin: 0;
		padding: 35px 0 0 40px;
		font-size: 2em;
		line-height: 40px;
	}
	#header h1 a {
		text-decoration: none;
	}
	#header p {
		margin: 0;
		padding: 5px 0 0 40px;
	}
	
#content {
	float: none;
	width:771px;
	min-height: 268px;
	overflow: visible;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 771px;
	top: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/bgparch.jpg);
	background-repeat: repeat-y;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #530000;
} 
html>body #content {
	width: 771px;
}
#sidebar {
	float: right;
	width: 240px;
	background: url(images/sidebar.gif) no-repeat top right;
	font-size: 0.9em;
}

	/* Sidebar styles */
	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		background: url(images/sidebar2.gif) repeat-y;
	}
	#sidebar ul li {
		margin: 0;
		padding: 0 0 1.5em 0;
		background: url(images/sidebar-bottom.gif) no-repeat bottom left;
		overflow: visible;
	}
	#sidebar h2 {
		margin: 0;
		padding: 1.2em 40px 0 20px;
		font-size: 1.1em;
		background: url(images/sidebar-top.gif) no-repeat;
	}
	#sidebar h2 a {
		color: #534B48;
		text-decoration: none;
	}
	#sidebar h2 a:hover {
		color: #59708C;
	}
	/* Fix our list and paragraph styles */
	#sidebar p, #sidebar ul ul, #sidebar ul ol {
		margin: 1em 0 0 0;
		padding: 0 40px 0 20px;
	}
	#sidebar ul ol {
		margin: 1em 0 0 20px;
	}
	#sidebar ul ol li {
		padding: 0;
		background: url(images/bullet.gif) no-repeat 2000px 0;
		/* IE goes buggy with background: none; */
	}
	#sidebar ul ul {
		background: none;
	}
	#sidebar ul ul ul {
		margin: 0;
		padding: 0 0 0 0.8em;
		background: none;
	}
	#sidebar ul ul li {
		padding: 0 0 0 1.5em;
		background: url(images/bullet.gif) no-repeat 0 0.2em;
	}

* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
	clear: both;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
	margin-top: -11px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -4px;
	position: relative;
	top: -10px;
}

	/* Footer styles */
	#footer p {
		margin: 0;
		padding: 00px;
		font-size: 0.9em;
	}
	#footer a:hover, #footer a:active {
		color: #5C6C7D;
		text-decoration: none;
	}
	
/* Blog */

.pagetitle {
	margin: 1.2em 0 0 0;
}
.post {
	padding: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: -30px;
	vertical-align: top;
}
.bottomlogo {
	padding: 0;
	background-image: url(images/bottomlogo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	}
.storydate {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
	border-right: 1px solid #CCC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #900;
}
.storytitle {
	float: left;
	margin: 0;
}
.meta {
	margin: 0;
	padding: 0.5em 0 0 3em;
} 
.feedback {
	padding: 0 0 0 3em;
}
.meta, .feedback {
	clear: both;
	font-size: 0.9em;
	color: #900;
	background: url(images/deco.gif) no-repeat bottom left;	
}
.permalink {
	margin: 0 1.5em 0 0;
	padding: 0 0 0 1.2em;
	background: url(images/perma.gif) no-repeat center left;
}
.commentslink {
	padding: 0 0 0 1.5em;
	background: url(images/comments.gif) no-repeat center left;
}
.storytitle a, .meta a, .feedback a, .commentauthor a, .commentmeta a, #comments a {
	text-decoration: none;
}

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	list-style-type: none;
}
#commentlist li {
	margin: 1em 0;
	padding: 0 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url(images/comment.gif) repeat-y;
}
.commentalt {
	background: url(images/commentalt.gif) repeat-y !important;
}
.commentauthor {
	margin: 1em 0 0 0;
}
.commentauthor a {
	font-weight: bold;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
}
#comment {
	width: 98%;
}

/* Widgets and Etc */

#sidebar #search p, .widget_search div div {
	margin: 0 0 0.3em 0;
	padding: 2em 0 0 20px;
	background: url(images/sidebar-top.gif) no-repeat;
}
#sidebar #s {
	margin-bottom: 2px;
	width: 175px;
}

/* Calendar */

#calendar div {
	padding: 0 40px 0.2em 20px;
	background: url(images/sidebar-top.gif) no-repeat;
}
#wp-calendar {
	margin: 0;
	width: 180px;
	border: 1px solid #CCC;
	background: #F4F4F4;
	line-height: 1.2em;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 178px;
} 
html>body #wp-calendar {
	width: 178px;
}
#wp-calendar caption {
	margin: 0;
	padding: 1.4em 0 0.6em 0;
	color: #534B48;
	font-size: 1.1em;
	font-family: Georgia, serif; 
	font-weight: bold;
	text-align: left;
}
#wp-calendar td {
	margin: 2px;
	background: #FFF;
}
#wp-calendar td a {
	display: block;
	width: 100%;
}
#wp-calendar td.pad {
	background: transparent;
}
#wp-calendar td#next, #wp-calendar td#prev {
	padding: 0.1em 2px;
	background: transparent;
}
#wp-calendar td#next a, #wp-calendar td#prev a {
	display: inline;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#prev {
	text-align: left;
}

/* Availability */
.interiorContainerChartBarHolder {
	width:220px;
	height:18px;
}
.interiorContainerChartBarBorder {
	float:center
	text-align:center;
	height:7px;
	border:1px solid #710000;
	padding:0px;
	width:123px;
	position:relative;
    left:13px;
	top:-12px;
}
.interiorContainerChartBarTitle {
	padding:2px 0px 0px 5px;
	text-align:left;
	float:left;
	height:10px;
	width:10px;
}
.interiorContainerChartTitle {
	position: relative;
	left: 10px;
	top: 5px;
}
.interiorContainerChartGraph{
	position: relative;
	left: 0px;
	top: 20px;
	padding: 5px;
}
.visions {
	position: relative;
	right: 8px;
}
.prodimage {
	margin-top: -10;
	float: none;
	visibility: visible;
	z-index: 100;
	position: relative;
	top: -10px;
	left: 1px;
	background-position: center top;
}
.Submit{
    background:transparent;
}
.detaildescription{
	padding: 15px;
	background-color:#D4D4D4;
	border:1px solid #FFFFFF;
}
