/* =baseline */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, img {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:visited, a:active {
	outline: none;
	text-decoration: none;
}

:focus {
	-moz-outline-style: none;
}

.clearboth {
	clear: both;
}

.clearright {
	clear: right;
}

.clearleft {
	clear: left;
}

.hidden {
	display: none !important;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.block {
	display: block;
}

.centered {
	margin: 0 auto;
	display: block;
}

.no_overflow {
	overflow: hidden;
}

#branding:after, #navigation:after, #content:after, .rowclearer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper:after, #primary:after, .rowclearer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper #primary, .rowclearer {
	_zoom: 1;
}

.rowclearer {
	width: 100%;
}


/* =base */

body {
	background: #d3cbbd;
}

html body {
	height: 100%;
}

#wrapper {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

#content {
	width: 1000px;
	background: url(../images/content_bg.jpg) repeat-y scroll 0 0;
}

#branding {
	width: 452px;
	height: 182px;
}


h1 {
	width: 452px;
	height: 182px;
	background: url(../images/h1.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

.classpage h1 {
	width: 452px;
	height: 182px;
	background: url(../images/h1_b.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#col1 {
	width: 452px;
}

#col2 {
	width: 343px;
}

#col2.classpage {
	background: url(../images/col2_bg.jpg) no-repeat scroll 0 0;
	width: 309px;
	padding-top: 182px;
	padding-right: 34px;
}

#col3 {
	width: 205px;
}

#col1, #col2, #col3, img {
	display: inline;
	float: left;
}

.sidebar {
	width: 200px;
	margin-left: 68px;
	background: url(../images/sidebar_border.gif) repeat-y right top;
	padding-right: 34px;
}

#wrapper:after, #content:after, .rowclearer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper #content, .rowclearer {
	_zoom: 1;
}

.rowclearer {
	width: 100%;
}

.clearer {
	display: block;
	height: 0;
	clear: both;
	float: left;
	visibility: hidden;
}

/* =type */

body {
	color: #333;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #eb5937;
}

a:hover {
	color: #eb5937;
	text-decoration: underline;
}

a {
	display: inline-block;
}

a {
	display: block;
}

.post h4 {
	color: #eb5937 !important;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
	display: block;
	text-align: center;
	width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #eb5937;
	text-transform: uppercase;
}

.post h4 a {
	color: #eb5937 !important;
	background-image: none !important;
	padding-left: 0 !important;
}

.post a {
	color: #930;
	background: url(../images/download_icon.gif) no-repeat left center;
	padding-left: 20px;
	font-weight: bold;
}

.ref_post, .ref_title {
	display: none;
}

ul.ref_links li p a {
	font-size: 10px;
	background: url(../images/li_arrow.gif) no-repeat scroll left center;
	padding-left: 10px;
}

ul.ref_cal li p {
	font-size: 10px;
	color: #eb5937;
}

ul.ref_cal li p strong {
	color: #930;
	font-size: 11px;
	margin-right: 4px;
	background: url(../images/event_arrow.gif) no-repeat scroll right center;
	width: 50px;
	float: left;
	padding-right: 4px;
}
.sidebar li { display: block; clear: both; margin-bottom: 4px; }
.sidebar img { margin-bottom: 7px; }

.sidebar h3, #primary h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	white-space: nowrap;
}

.sidebar h4, #primary h4 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 2px;
	display: block;
	margin-bottom: 5px;
	border-bottom: 1px solid #eb5937;
	text-transform: uppercase;
	text-align: left;
}

#primary h4 a:hover, .sidebar h4 a:hover {
	text-decoration: none;
	color: #930;
} 

/* =navigation */

ul#home_nav {
	width: 452px;
	height: 110px;
}

#home_nav li#geo {
	width: 452px;
	height: 55px;
	background: url(../images/geo_reg.jpg) no-repeat scroll 0 0;
	vertical-align: top;
}

li#geo a {
	width: 390px;
	height: 55px;
	padding-left: 62px;
	float: left;
	text-indent: -9999px;
	display: block;
}

li#geo a:hover {
	width: 390px;
	height: 55px;
	background: url(../images/geo_reg_hover.jpg) no-repeat scroll -62px 0;
	margin-left: 62px;
}

#home_nav li#stats {
	width: 452px;
	height: 55px;
	background: url(../images/stats.jpg) no-repeat scroll 0 0;
	vertical-align: top;
}

li#stats a {
	width: 390px;
	height: 55px;
	padding-left: 62px;
	float: left;
	text-indent: -9999px;
	display: block;
}

li#stats a:hover {
	width: 390px;
	height: 55px;
	background: url(../images/stats_hover.jpg) no-repeat scroll -62px 0;
	margin-left: 62px;
}

/* =sub navigation */

ul#navigation {
	width: 205px;
	height: 305px;
	background: url(../images/links_no_hover_09.jpg) no-repeat 0 0;
	float: left;
}

ul#navigation li {
	width: 205px;
	height: 42px;
	padding-top: 7px;
	vertical-align: top;
}

ul#navigation li a {
	width: 205px;
	height: 42px;
	display: block;
	float: left;
	text-indent: -9999px
}

li#tab1 a:hover {
	background: url(../images/links_hover_09.jpg) no-repeat scroll 0 -7px;
}

li#tab2 a:hover {
	background: url(../images/links_hover_09.jpg) no-repeat scroll 0 -56px;
}

li#tab3 a:hover {
	background: url(../images/links_hover_09.jpg) no-repeat scroll 0 -105px;
}

li#tab4 a:hover {
	background: url(../images/links_hover_09.jpg) no-repeat scroll 0 -154px;
}

li#tab5 a:hover {
	background: url(../images/links_hover_09.jpg) no-repeat scroll 0 -203px;
}

li#tab6 a:hover {
	background: url(../images/links_hover_09.jpg) no-repeat scroll 0 -252px;
}

/* =sub navigation - class pages */

ul#navigation.classpage {
	width: 205px;
	height: 305px;
	background: url(../images/links_classpage_nohover_09.jpg) no-repeat 0 0;
	float: left;
}
ul#modreviews {
	width: 205px;
	background: url(../images/nav-virtual-bg.jpg) no-repeat 0 0;
	float: left; padding-top: 40px; }
ul#modreviews li.no-bg { background-image: none !important; }
ul#modreviews li { width: 205px; margin-bottom: 6px; background: url(../images/nav-virtual-tab-btmborder.png) no-repeat left bottom; padding-bottom: 4px; }
ul#modreviews li a { background: url(../images/nav-virtual-tab-bg.png) repeat-y 0 0; color: #333; font-size: 11px; font-weight: bold; padding: 4px 12px 6px; }
ul#modreviews li a:hover { color: #666; text-decoration: none; }

.classpage li#tab1 a:hover {
	background: url(../images/links_classpage_hover_09.jpg) no-repeat scroll 0 -7px;
}

.classpage li#tab2 a:hover {
	background: url(../images/links_classpage_hover_09.jpg) no-repeat scroll 0 -56px;
}

.classpage li#tab3 a:hover {
	background: url(../images/links_classpage_hover_09.jpg) no-repeat scroll 0 -105px;
}

.classpage li#tab4 a:hover {
	background: url(../images/links_classpage_hover_09.jpg) no-repeat scroll 0 -154px;
}

.classpage li#tab5 a:hover {
	background: url(../images/links_classpage_hover_09.jpg) no-repeat scroll 0 -203px;
}

.classpage li#tab6 a:hover {
	background: url(../images/links_classpage_hover_09.jpg) no-repeat scroll 0 -252px;
}

/* =Content */

#news {
	width: 452px;
	height: 416px;
	background: url(../images/news_bg.jpg) no-repeat 0 0;
}

.news_box {
	width: 316px;
	height: 271px;
	margin-top: 70px;
	margin-left: 80px;
	float: left;
	padding: 10px;
	display: inline;
}

.news_box p {
	font-size: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

p.copyright {
	font-size: 11px;
	line-height: 24px;
	margin-left: 70px;
}

.sidebar_content {
	padding-bottom: 14px;
}

#primary {
	width: 429px;
	float: left;
	margin-left: -120px;
}

.post {
	padding-bottom: 30px;
	
}

/* =footer */

.wp-pagenavi {
	display: inline;
	float: left;
	width: 429px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.wp-pagenavi span, .wp-pagenavi a {
	display: inline;
	float: left;
	padding-right: 10px;
}

.wp-pagenavi span.pages {
	padding-right: 20px;
	float: left;
	display: inline;
}