/* CSS Document */

body {
	background-color: #27242D;
	background-image: url(images/verticaltile.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px;
	font-family: Optima, Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

#container {
	background-image: url(images/background10.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#aboutcontainer {
	background-image: url(images/background9.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#blogcontainer {
	background-image: url(images/background10.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 700px;
	margin: 0px auto;
	padding-bottom: 30px;
}

#content {
	margin: 0px 40px 30px 210px;
	padding-top: 136px;
	color: #27242D;
	width: 441px;
}

#blogcontent {
	margin: 0px 40px 30px 210px;
	padding-top: 136px;
	color: #27242D;
	width: 441px;
}

#getwellsoon {
	background-image: url(images/getwellsoon.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	

}

#getwelltracks {
	margin: 0px 0 0px 232px;
	padding: 85px 0 40px 0;

}

#buynow {
	padding: 230px 0 0 11px;
	float: left;
	
}

.title {
	font-family: Optima, Tahoma, Geneva, sans-serif;
	font-size: 18px;
	padding-bottom: 40px;
	
}

#sidebar {
	float: left;
	margin: 210px 0 0 0;
	font-family: Optima, Tahoma, Geneva, sans-serif;
	font-size: 18px;
	width: 170px;
	text-align: right;

}

#sidebar li {
	list-style-type: none;
	padding-bottom: 7px;
	padding-left: 0px;
}

#sidebar li li {
	font-size: 14px;
	margin-left: -100px;
	font-family: Optima, Tahoma, Geneva, sans-serif;
}

#sidebar li ul {
	padding-top: 10px;
}

#sidebar li li li {
	font-size: 10px;
	margin-left: -70px;
}

#sidebar a:link {
	color: #275582;
	text-decoration: none;
}

#sidebar a:visited {
	color: #275582;
	text-decoration: none;
}

#sidebar a:hover {
	color: #AD5450;
}

#mailform {
	margin-left: 26px;
	margin-bottom: 15px;
	text-align: right;
}

#mailform {
	font-family: Optima, Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

/*#mailform input {
	width: 120px;
}*/

#mailform-heading {
	color: #CC6600;
	text-align: right;
	font-size: 16px;
	margin-top: -5px;
}

#twittericon {
	float: left;
	padding: 0 0px 0 22px;
}

#twit {
	
}

h2 {
	font-family: Optima, Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #AD5450;
}

.title {
	font-family: Optima, Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #AD5450;
	font-weight: bold;
}

a:link {
	color: #275582;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #49363A;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #AD5450;
	font-weight: bold;
	text-decoration: none;
}

.quote {
	background: #E3B3A2;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 12px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #A64646;
	color: #000;
}

.caption {
	font-family: Optima, Tahoma, Geneva, sans-serif;
	color: #777;
	font-size: 10px;
	text-align: center;
	margin-top: -10px;
	padding-bottom: 5px;
}

.credit {
	font-family: Optima, Tahoma, Geneva, sans-serif;
	color: #777;
	font-size: 10px;
	text-align: right;
	margin-top: -10px;
	padding-bottom: 5px;
	padding-right: 2px;
}

#author {
	font-weight: 800;
	color: #AD5450;
	padding-left: 5px;
}

.postmetadata {
	padding-bottom: 60px;
	background-image: url(images/hr.jpg);
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
}




/* Begin Comments*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Optima, Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Optima, Tahoma, Geneva, sans-serif;
	font-size: 12px;
}