@charset "utf-8";
/* Designed for http://www.movingonupinc.blogspot.com */
/* layout */
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
body {
	position: relative;
	background: #000000 url(../images/bkgplain.jpg) top left repeat-x;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #4B5D67;
	text-align: center;
}
#page {
	display: block;
	width: 750px;
	background: url(../images/bg_main.gif) top repeat-y;
	text-align: left;
	margin: 0 auto;
}
#header {
	position: relative;
	float: left;
	display: block;
	width: 750px;
	background: url(../images/bg_header.gif) top no-repeat;
	min-height: 100px;
	margin-top: -15px;
}
* html #header {
	height: 100px;
}
/*---Top Nav- Main--*/
.hnavmain {
	margin-top: -7px;
}
.hnavmain .glossymenu {
	position: relative;
	padding: 0px;
	margin: 0 auto;
	background: url(../images/menu_bg.png) repeat-x; /*tab background image path*/
	width: 735px;
	height: 54px;
	list-style: none;
	z-index: 2;
}
.hnavmain .glossymenu li {
	float: left;
}
.hnavmain .glossymenu li a {
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 54px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;	
}
.hnavmain .glossymenu li a b {
	float: left;
	display: block;
	padding: 10px 20px 0 5px; /*Padding of menu items*/
}
.hnavmain .glossymenu li.current a, .glossymenu li a:hover {
	color: #FFFFFF;
	background: url(../images/menu_hover_left.png) no-repeat; /*left tab image path*/
	background-position: left;
}
.hnavmain .glossymenu li.current a b, .glossymenu li a:hover b {
	color: #FFFFFF;
	background: url(../images/menu_hover_right.png) no-repeat right top; /*right tab image path*/
}
/*---Content--*/
#content {
	float: left;
	display: block;
	width: 543px;
	margin: 0 0 0 7px;
	overflow: hidden;
}
#sidebar {
	float: left;
	display: block;
	width: 193px;
	margin: 0;
	overflow: hidden;
}
* html #content, * html #sidebar {position: relative; left: -7px;}
.post {
	float: left;
	display: block;
	width: 525px;
	padding: 18px 0 0 18px;
}
.page {
	float: left;
	display: block;
	width: 507px;
	padding: 18px 0 0 18px;
}
.archive {
	float: left;
	display: block;
	width: 507px;
	padding: 0 0 18px 18px;
	border-bottom: 1px solid #ccc;
}
#sidebar .post {
	display: block;
	width: 157px;
	padding: 18px 0 18px 18px;
}
.title {
	float: left;
	display: block;
	width: 543px;
	background: url(../images/bg_h2.gif) bottom repeat-x #E2EBF8;
	margin: 0 0 0 0;
}
.sticky {
	background: #EAF9FF;
	border-top: 2px solid #9BC3D5;
}
#sidebar .title {
	float: none;
	display: block;
	width: 193px;
	background: url(../images/bg_h3.gif) bottom left repeat-x #CADFED;
}
.entry {
	float: right;
	display: block;
	width: 350px;
	margin: 0;
}
.postinfo {
	float: left;
	display: block;
	width: 157px;
	margin: 0 0 18px 0;
}
.wideposts .entry {
	float: left;
	display: block;
	width: 525px;
	margin: 0 0 18px 5px;
}
.wideposts .postinfo {
	float: left;
	display: block;
	width: 525px;
	margin: 0 0 18px 0;
}
.archive .postinfo {
	margin-left: 0;
}
.archive .entry {
	margin-right: -24px;
}
* html .post, * html #sidebar .post, * html .archive  {margin-left: 0; position: relative; left: 18px;}
/* typography */
h1 {
	font: 2.2em Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	padding: 45px 37px 0 37px;
	margin: 0 0 -5px 0;
}
h1 a, h1 a:visited {
	color: #fff;
	text-decoration: none;
}
.description {
	color: #CADFED;
	margin: 0 37px 25px 37px;
}
.title h2 {
	font: 1.05em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 9px 24px 12px 24px;
}
#content .postwrapper .title h2 {
	font: 1.4em Arial, Helvetica, sans-serif;
	text-transform: none;
	padding: 9px 100px 12px 42px;
}
#sidebar .title h2 {
	font: 1.05em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 9px 0 9px 24px;
	background: none;
	color: #32474B;
}
.title small {
	float: right;
	padding: 14px 24px 0 0;
	color: #67939B;
}
h2 a, h2 a:visited {}
h3 {
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
	padding: 8px 0 0 8px;
	width: 475px;
}
p {
	margin: 0 0 18px 0;
	padding: 0;
	width: 475px;
}
.entry p {
	padding-right: 24px;
}
.postinfo p {
	padding: 0 6px;
}
.req {
	padding-left: 3px;
	color: #CC0000;
}
blockquote {
	padding: 0 0 0 12px;
	border-left: 3px solid #ccc;
}
/* lists */
.catlist {
	float: left;
	list-style: none;
	margin: 0 0 18px 0;
}
*:first-child+html .catlist {border-bottom: 18px solid #fff;}
.catlist li {
	float: left;
	margin: 0 18px 0 0;
	border-bottom: 1px solid #CAD6E1;
}
* html .onecol li {margin: 0;}
.catlist ul {
	display: none;
}
/* .catlist li:first-child, .catlist li:first-child+li, .catlist li:first-child+li+li {border-top: 1px solid #CAD6E1;}
.onecol li:first-child+li, .onecol li:first-child+li+li {border-top: none;} */
*:first-child+html .onecol {
	border-bottom: 0;
}
.catlist a, .catlist a:visited {
	display: block;
	width: 145px;
	padding: 1px 6px 2px 6px;
	margin: 1px 0;
}
.catlist a:hover {
	background: #F2F2F2;
}
#sidebar ul {
	margin: 0 0 0 9px;
}
/* links */
a, a:visited {
	color: #f65100;
	text-decoration: none;
}
p a:hover, ul a:hover {
	background-color: #BFD3E0;
}
#content p a:hover, #content ul a:hover {
	background-color: #E2EBF8;
}
/* forms */
form {
	margin: 0 0 18px 0;
}
#searchsubmit {
	position: absolute;
}
#s {
	width: 130px;
	padding: 2px;
	border: 1px solid #B9C3D1;
	background: #CAD6E1;
	color: #32474B;
	margin-right: 2px;
}
select, .field {
	width: 157px;
	margin: 0 0 4px 0;
	color: #32474B;
}
.field {
	padding: 2px;
	width: 153px;
}
textarea {
	padding: 2px;
	width: 308px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
select option {
	padding: 1px;
}
#submit {
	padding: 3px;
}
/* footer */
#footer {
	clear: both;
	display: block;
	width: 750px;
	background: url(../images/bg_footer.gif) bottom no-repeat;
	padding-bottom: 5px;
	text-align: center;
}
* html #footer {
	margin-top: 18px;
}
#footer-top {
	display: block;
	width: 750px;
	height: 15px;
	background: url(../images/bg_footer-top.gif) top no-repeat;
}
#footer p {
	color: #798892;
	padding: 0 37px 7px 37px;
}
#footer a, #footer a:visited {
	color: #f65100;
}
.com {
	text-align: right;
	margin-right: 1em;
}