/*
Theme Name: rx4order
Theme URI: http://rx4order.com
Description: simple theme for rx4order.com
Author: Green Flip Flops
Author URI: http://greenflipflops.com
Version: 1
*/
@charset "utf-8";
body{
	background: #b2c9c8 url(images/bg_top2.png) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: .5em 0;
	margin: 0;
	text-align: middle;
}
dt{
	font-size: 110%;
}
dd{
	margin-bottom: 10px;
}
a{
	color: #026634;
}
a:hover{
	color: #068847;
}
a img{
	border: 0;
}
/*id's*/
div#container{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
div#headerStuff{
	
}
h1#mainLogo{
	background: url(images/prescription_for_order_main_logo.png) no-repeat 0 0;
	float: left;
	height: 150px;
	margin: 0 0 0 10px;
	width: 180px;
}
h1#mainLogo a{
	display: block;
	height: 150px;
	width: 180px;
}
div#notepad{
	background: url(images/professional_organizing_notepad.png) no-repeat 0 0;
	display: block;
	float: right;
	height: 115px;
	margin: 37px 10px 0 0;
	width: 284px;
}
ul#topNav{
	background: transparent url(images/bg_topNav.png) repeat-x 0 0;
	clear: both;
	height: 49px;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 10;
}
ul#topNav li{
	display: inline;
	line-height: 42px;
	margin: 0 10px;
}
ul#topNav li a{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
ul#topNav li a:hover{
	color: #dbebeb;
}
ul#rightLogos{
	float: right;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	text-align: center;
	width: 180px;
}
ul#rightLogos li{
	margin: 10px 0 30px 0;
	padding: 0;
	text-align: center;
}
/*classes*/
.noMargin{
	margin: 0;
}
.noBottom{
	margin-bottom: 0;
}
.noTop{
	margin-top: 0;
}
div.contentContainer{
	background: #dbebeb;
	display: block;
	margin: 0;
	width: 100%;
}
div.mainContent{
	float: left;
	margin-left: 10px;
	padding-top: 5px;
	width: 730px;
}
p.signature{
	display: block;
	margin: -10px 0 0 2em;
}
div.footer{
	clear: both;
	margin-top: 5em;
	padding-bottom: .5em;
	text-align: center;
	font-size: 90%;
}
/*the following are for stylizing posts*/
div.post{
	border-bottom: 2px solid #cce3e2;
	margin: 10px 0;
	padding: 5px 0;
}
.postTitle{
	margin: 5px 0 0 0;
}
.postTitle a{
	text-decoration: none;
}
p.postmetadata{
	font-size: 90%;
	margin: 5px 0 0 0;
}
/*comments can be fun*/
.commentList{
	list-style-position: inside;
	list-style-type: decimal;
}
.commentList li{
	margin-bottom: 10px;
	padding: 5px;
}
.altComment{
	background: #fff;
}
/*contact form styles*/
form#contactForm ul{
	list-style-position: outside;
	list-style-type: none;
}
ul#formInputs{
	float: left;
	list-style-position: outside;
	width: 480px;
}
form#contactForm ul li{
	clear: left;
	line-height: 150%;
	margin-bottom: 5px;
	margin-left: 0;
	padding-left: 0;
	vertical-align: top;
}
form#contactForm ul li label{
	float: left;
	font-weight: 700;
	margin-right: 10px;
	text-align: right;
	width: 120px;
}
form#contactForm ul li input, form#contactForm ul li textarea{
	float: left;
	margin-bottom: 5px;
	vertical-align: top;
}
div.formHelp{
	background: #ffc;
	display: none;
	float: right;
	font-size: 12px;
	margin-left: 10px;
	padding: 5px;
	width: 180px;
}
.errorMsg{
	color: #e20000;
	font-weight: 700;
}
form#contactForm ul li .standardChk{
	margin-left: 120px;
	margin-right: 10px;
	float: none;
}
form#contactForm ul li .chkLabel{
	float: none;
	font-weight: 300;
	width: auto;
}
ul.leftHalf{
	float: left;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 6px 0;
	padding: 0;
	width: 49%;
}
ul.rightHalf{
	float: right;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 6px 0;
	padding: 0;
	width: 49%;
}
ul.leftHalf li, ul.rightHalf li{
	margin-bottom: 8px;
	margin-left: 0;
	padding-left: 0;
}
.navigation{
	margin: 10px;
}
.pdfDownload{
	background: url(images/pdf_icon.gif) no-repeat left center;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 29px;
}
