/*This is just like main.css, but uses different colors and such for the blog*/
body {
	color: #000000;
	background-color: #C8C8DD;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/blog/body_bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body a:link {
	color: #136686;
}
body a:visited {
	color: #0C4256;
}
body a:hover {
	color: #86134D;
}
#header, #navigation {
	width:88%;
	min-width: 750px;
	margin-left:6%;
	margin-right:auto;
	display: block;
	clear: both;
	padding: 0px;
}
#header {
	margin-top: 5px;
	margin-bottom: 0px;
	background-image: url(../images/layout/blog/toptable_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 110px;
}
#header #rightcap {
	float: right;
}
#navigation {
	margin-top: 0px;
	margin-bottom: 0px;
}
#midcontainer {
	width:88%;
	min-width: 750px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:6%;
	margin-right:auto;
	padding: 0px;
	display: block;
	clear: both;
	background-image: url(../images/layout/blog/midcontainer_bg_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0BCA6;
	border-right-color: #B0BCA6;
	border-bottom-color: #B0BCA6;
	border-left-color: #B0BCA6;
}
#leftpanel {
	margin: 0px;
	width: 200px;
	background-image: url(../images/layout/blog/leftnav_container_bg.jpg);
	background-repeat: no-repeat;
	background-position: left -3px;
	float: left;
	padding: 0px;
}
#rightpanel {
	margin: 0px;
	width: 200px;
	background-image: url(../images/layout/blog/leftnav_container_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	padding: 0px;
	padding-right: 5px;
}
#maincontent {
	color: #3A4341;
	padding-top: 2em;
	padding-right: 4em;
	padding-bottom: 2em;
	padding-left: 4em;
	vertical-align: top;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-right: 200px;
}
/* #maincontenthome {
	color: #3A4341;
	padding-top: 2em;
	padding-right: 4em;
	padding-bottom: 2em;
	padding-left: 4em;
	vertical-align: top;
	background-color: #F5F9F0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
	background-image: url(../images/layout/blog/home_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} */
#footer {
	display: block;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #B8C0BF;
	font-family: Arial, Helvetica, sans-serif;
	width: 88%;
	min-width: 750px;
	margin-left: 6%;
	margin-right: auto;
	margin-top: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #515E5B;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #515E5B;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #515E5B;
	border-left-color: #515E5B;
}
/*#topnav {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B0BCA6;
	border-left-color: #B0BCA6;
	display: block;
	clear: both;
	height: 30px;
	background-image: url(../images/layout/blog/topnav_bot_bar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#topnav ul {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}
#topnav ul li {
	list-style: none;
	display: inline;
}
#topnav a {
	text-decoration: none;
	padding-left: 28px;
	padding-right: 13px;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #344242;
	padding-bottom: 6px;
	display: block;
	clear: none;
	float: left;
	padding-top: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #344242;
}
#topnav a:link, #topnav a:visited {
	color: #F9CAD8;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/layout/blog/topnav_bg.jpg);
}
#topnav a:hover {
	color: #000000;
	background-image: url(../images/layout/blog/topnav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topnav a#current {
	color: #000000;
	background-image: url(../images/layout/blog/topnav_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-color: #97BA78;
}
#topnav a#current:hover {
	border-right-color: #000000;
}
*/#subnav {
	background-color: #94B2D1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515E5B;
	color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #43436D;
	border-left-color: #43436D;
	display: block;
	clear: both;
	margin: 0px;
	background-image: url(../images/layout/blog/topsubnav_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-position: center;
}
#subnav ul {
	margin: 0;
	padding: 0;
	display: block;
}
#subnav ul li {
	list-style: none;
	display: block;
	float: left;
	clear: none;
}
#subnav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDCDE0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}
#subnav .nolinks {
	color: #313162;
	padding-left: 5px;
	padding-right: 15px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#subnav a:link, #subnav a:visited {
	color: #1C1C39;
}
#subnav a:hover, #subnav a#subcurrent {
	color: #000000;
	background-color: #69ABE2;
	background-image: url(../images/layout/blog/topsubnav_bg_over.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#subnav a#subcurrent:hover {
	color: #000000;
}
#subnav #searchform {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 10px;
	margin-right: 5px;
}
/*#leftnav {
	color: #000000;
	display: block;
	font-size: 11px;
	padding: 0px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#leftnav ul {
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#leftnav ul li {
	display: block;
	font-weight: bold;
	font-size: 11px;
	list-style-type: none;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5D8B8;
	padding-right: 5px;
}
#leftnav ul li.heading {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AA2950;
}
#leftnav ul li a:link, #leftnav ul li a:visited {
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#leftnav ul li a:hover {
	text-decoration: none;
	background-color: #EAF1DC;
	display: block;
	color: #AA2950;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.leftnavdesc {
	font-size: 10px;
	color: #333333;
}
#leftnavlogin {
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #C6DDC6;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#leftnavlogin .loginbutton {
	margin-top: 5px;
	font-size: 11px;
}
*/
td, tr, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #1E221A;
}
form {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#header p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #627772;
	padding-top: 14px;
}
h2, .post h3 {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.post h2, .post h3 {
	font-size: 1.3em;
	padding: 3px;
	background-color: #EEEEEE; 
}
h3 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.readmorelink {
	display: block; 
	text-align: right; 
	padding: 5px; 
	margin-top: 12px; 
	margin-bottom: 15px; 
	background-color: #FFFFFF; 
	font-weight: bold;
}
h4, .paraheading {
	color: #6A9148;
	font-size: 14px;
	font-weight: normal;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	padding: 0px;
}
.xsmall {
	font-size: 10px;
}
.small {
	font-size: 11px;
}
.medium {
	font-size: 13px;
}
.big {
	font-size: 14px;
}

.xbig {
	font-size: 16px;
}
.redtext {
	color: #832420;
}
.black {
	color: #000000;
}
.color1 {
	color: #496D2A;
}
.color2 {
	color: #621541;
}
.color3 {
	color: #6A9148;
}
.color4 {
	color: #206179;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.highlighted {
	background-color: #E2F1E2;
	padding: 6px;
	border: 2px dashed #3E683E;
}
img {
	border: none;
}
.imageleft {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}
.imageright {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}
.liststyle1 {
	list-style-position: outside;
	list-style-type: square;
	padding-top: 10px;
	padding-bottom: 15px;
}
.liststyle1 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableoutline {
	border: 1px solid #B0BCA6;
}
#searchForm {
	width: 60%;
}
.rightbox {
	float: right;
	background-color: #E6ECEE;
	display: block;
	clear: none;
	width: 160px;
	border: 1px solid #C8D9C4;
	margin-right: -15px;
	margin-left: 15px;
	margin-bottom: 30px;
	color: #5B6A67;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 11px;
}
.rightboxheading {
	display: block;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.rightbox ul {
	list-style-position: outside;
	list-style-type: square;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 15px;
}
.rightbox ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.codeblock {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	background-color: #CCCCCC;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding: 3px;
}
.tableheading {
	font-size: 16px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A72C51;
	color: #6D9B3C;
	background-color: #DEECCE;
	letter-spacing: 1px;
}
.tablesubheading {
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #000000;
	background-color: #E0E0D1;
	letter-spacing: 1px;
}
.tablerow1, .tablerow2 {
	line-height: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	vertical-align: top;
	padding-top: 10px;
}
.tablerow1, .tablerow2 {
	background-color: #F5F5F1;
}
.tablerow2 {
	background-color: #EDEDE4;
}
.invoicerow1, .invoicerow2 {
	line-height: 20px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.invoicerow1 {
	background-color: #F5F5F1;
}
.invoicerow2 {
	background-color: #EDEDE4;
}
.tablefooter {
	font-size: 13px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #6D9B3C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCBB2;
	text-align: right;
}
.padded {
	padding: 5px;
}
.floatblockleft {
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	color: #666666;
	width: 180px;
}
.floatblockright {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	color: #666666;
	width: 180px;
}
/* used in the account pages */
/*.featureboxtop {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/layout/blog/feature_boxes/feature_box_dark_ltgreen_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 9px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 15px;
	width: 360px;
	margin: 0px;
	background-color: #F0F3EC;
	color: #671B32;
}
.featureboxmid {
	font-size: 13px;
	background-image: url(../images/layout/blog/feature_boxes/feature_box_dark_ltgreen_middle.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #333333;
	width: 360px;
	margin: 0px;
	line-height: 20px;
}
.featureboxmid h3 {
	margin-top: 0px;
}
.featureboxbottom {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/layout/blog/feature_boxes/feature_box_dark_ltgreen_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 31px;
	padding-right: 25px;
	padding-left: 15px;
	width: 360px;
}
*//* used on the Home page */
.homefeaturecontainer {
	display: block;
	background-image: url(../images/layout/blog/feature_boxes/home_feature_bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	height: 270px;
	margin: 0;
	padding: 0px;
	overflow: visible;
	font-size: 12px;
/*	using margin 0 auto will center the div
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
*/}
.homefeaturecontainer h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
}
.homefeaturephoto {
	float: left;
	margin-right: 20px;
}
.homefeaturebottom {
	height: 30px;
	display: block;
	float: right;
	margin-top: 15px;
	margin-right: -25px;
	text-align: right;
}
.homeinfobox {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 3px;
	border-top-style: dashed;
	border-top-color: #DEECCE;
	padding-top: 5px;
}
.homeinfobox p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.divider {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.divider .paraheading {
	margin-top: 15px;
}
.reviewsnote {
	background-color: #FFFF99;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding: 7px;
}
.reviewsbox {
	color: #333333;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-right: 15px;
	padding-left: 25px;
	background-image: url(../images/quotation.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.portfoliobox {
	color: #333333;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AFCE8C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFE2BA;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.portfoliobox img {
	border: 1px;
	border-color: #CCCCCC;
	float: left;
	margin-top: 10px;
}
.portfolioboxcontent {
	margin-left: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.editlinks {
	font-size: 13px;
	clear: none;
	float: right;
	font-weight: bold;
	padding-right: 10px;
}
/* Miscellaneous classes for reuse */
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:2px;
	font-size: 1px;
	line-height: 2px;
}
.clearblock {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
.breadcrumb {
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	color: #40504D;
	letter-spacing: 0.1em;
}
.articledescription {
	display: block;
	margin-bottom: -10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AA2950;
	border-bottom-color: #AA2950;
	color: #435856;
	font-size: 13px;
	margin-top: -20px;
	padding-right: 10px;
	padding-left: 3px;
	margin-right: 10px;
	margin-left: 3px;
}
.author {
	font-size: 11px;
	margin-bottom: 30px;
	color: #70817C;
	margin-top: 15px;
	margin-left: 5px;
}
.clientmessage {
	background-color: #FFFFFF;
	border: 1px solid #A5B5B2;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 45px;
	display: block;
	overflow: visible;
}
.clientmessage img {
	margin-right: 8px;
	float: left;
	margin-top: 5px;
}
.clientmessage p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.centeredtext {
	text-align: center;
}
.wp-caption {
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 30px;
}
.wp-caption-text {
	color: #666666;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 10px;
}
.alignright {
	margin-left: 20px;
}
.alignleft {
	margin-right: 20px;
}
