/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .photoset {
	margin: 12px 0 24px;
}
#main .photoset img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #464646;
}
#main .rf-paragraph {
	margin: 0 0 18px 0;
}
#main .rf-paragraph h2 {
	margin-bottom: 6px;
}
#main div.right {
	margin: 0 0 6px 12px;
    float: right;
}
#main div.left {
	margin: 0 12px 6px 0;
    float: left;
}
#main div.center {
	margin: 0 auto 12px;
}
#main div.image {
/*	background: #50852a;
*/	border: 1px solid #464646;
	padding: 1px;
}
#main div.image img {
	border: 2px solid #464646;
	display: block;
}



/* styles */
body {
	background: #000;
}
#body {
	font: 14px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #000;
	background: url(../images/canvas_tan.jpg) top center;	
}
#body_int {
	background: url(../images/canvas_green.jpg) repeat-x top center;
}
#wrapper_wrap {
	background: url(../images/canvas_sight.gif) no-repeat top center;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 113px;
	position: relative;
	background: url(../images/headerbg.jpg) no-repeat;
}
#logo {
	position: absolute;
	top: 24px;
	left: 9px;
}
ul#nav {
	list-style-type: none;
	padding: 6px;
	margin: 0;
	height: 33px;
	position: absolute;
	top: 35px;
	right: 15px;
	background: #000;
}
ul#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 9px 0;
}
ul#nav li a {
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
	height: 15px;
	display: block;
	color: #f33;
	overflow: hidden;
	text-indent: -200%;
	border-left: 1px solid #f0f0f0;
	padding: 0 10px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: top center;
}
ul#nav li.first a {
	border-left: 0;
}
ul#nav li a#nav_home {
	width: 42px;
	background-image: url(../images/nav-home.gif);
}
ul#nav li a#nav_books {
	width: 47px;
	background-image: url(../images/nav-books.gif);
}
ul#nav li a#nav_about_mark {
	width: 94px;
	background-image: url(../images/nav-about_mark.gif);
}
ul#nav li a#nav_blog {
	width: 36px;
	background-image: url(../images/nav-blog.gif);
}
ul#nav li a#nav_events {
	width: 52px;
	background-image: url(../images/nav-events.gif);
}
ul#nav li a#nav_media {
	width: 46px;
	background-image: url(../images/nav-media.gif);
}
ul#nav li a#nav_contact {
	width: 65px;
	background-image: url(../images/nav-contact.gif);
}
ul#nav li a:hover {
	background-position: center -15px !important;
}	
ul#nav li.active {
	background: url(../images/nav_arrow.gif) no-repeat top center;
}
ul#nav li.active a {
	background-position: center -15px !important;
}


#main_wrap {
	background: url(../images/mainbg_rpt.jpg) repeat-y #fff 0 -30px;
}
#main {
	background: url(../images/mainbg_top.jpg) no-repeat;
	padding: 0 15px;
}
#content {
	min-height: 400px;
	padding-bottom: 40px;
}
#content_int {
	padding: 30px;
}

#main.with_sidebar #content {
	width: 618px;
	float: left;
}
#sidebar_wrap {
	margin-top: 30px;
	width: 312px;
	float: left;
	background: url(../images/sidebar_rpt.jpg) repeat-y;
}
#sidebar {
	background: url(../images/sidebar_top.jpg) no-repeat;
}
#sidebar_int {
	min-height: 400px;
	background: url(../images/sidebar_btm.jpg) no-repeat bottom left;
	padding: 9px 10px 6px 2px;
}
#sidebar_head {
	border: 1px solid #464646;
	background: #50852a;
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	font: 30px "Courier New", Courier, monospace;
	line-height: 34px;
	font-weight: bold;
}
ul#subnav {
	list-style-type: none;
	margin: 0;
	padding: 12px 15px;
}
ul#subnav li {
	margin: 0;
	padding: 0 15px 6px;
}
ul#subnav li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-top: 1px solid #80b55f;
	padding: 9px 0 3px;
	font-size: 13px;
	text-transform: uppercase;
}
ul#subnav li.first a {
	border-top: 0;
}
ul#subnav li a:hover {
	color: #a0410d;
} 
ul#subnav li.active {
	background: url(../images/subnav_arrow.gif) no-repeat 0 10px;
}
ul#subnav li.active a {
	color: #a0410d;
}
ul#subnav li ul.subsubnav {
	list-style-type: none;
	padding: 0 0 6px 5px;
	margin: 0;
}
ul#subnav li ul.subsubnav li {
	margin: 0;
	padding: 0 15px;
}
ul#subnav li ul.subsubnav li a {
	padding: 4px 0;
	color: #000;
	border-top: 0;
}
ul#subnav li ul.subsubnav li.active {
	background: url(../images/subnav_arrow.gif) no-repeat 0 7px;
}
ul#subnav li ul.subsubnav li.active a  {
	color: #a0410d;
}
ul#subnav li ul.subsubnav li a:hover  {
	color: #a0410d;
}

#bottom {
	background: url(../images/footerbg.gif) repeat-x #000;
}
#footer_wrap {
	background: url(../images/footer.jpg) no-repeat top center;
}
#footer {
	color: #999;
	font-size: 11px;
	margin: 0 auto;
	width: 930px;
	padding: 0 15px;
	text-transform: uppercase;
	background: url(../images/footer.jpg) no-repeat top center;
}
#footer a {
	color: #f00;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#outside_links {
	padding-top: 29px;
	float: right;
}
#redundant_nav {
	padding-bottom: 1px;
	height: 41px;
	font-size: 12px;
	line-height: 41px;
}

#footer_content {
	min-height: 100px;
	padding: 12px 0 40px;
}
#footer_content .footer_logo {
	margin-bottom: 9px;
}
#footer_content .facebook_link {
	margin-left: 10px;
	padding-left: 15px;
	border-left: 1px solid #707070;
}

/* styles */

#main h1 {
	font-size: 28px;
	color: #252525;
}
#main h2 {

}
#main h3 {
	
}

#main ul.jump_links {
	margin: 0 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#main ul.jump_links li {
	
}

#main a {
	color: #a0410d;
}

#main .date {
	color: #666;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
}

#main form.site_form {
	margin: 24px 0;
}
#main form.site_form label {
	width: 100px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#main form.site_form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#main form.site_form textarea {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
}
#main form.site_form .form_item {
	margin: 0 0 12px 0;
}

/* books */
#books {
	margin: 24px 0;
}
#books .book {
	float: left;
	margin: 0 30px 30px 0;
}
#books .book img {
	border: 2px solid #464646;
}

/* blog */
#blog .blog_post {
	padding: 18px 0;
	border-top: 1px solid #999;
}
#blog .first {
	border-top: 0;
	padding-top: 6px;
}
#blog .blog_post h2 {
	margin-bottom: 1px;
}
#blog .blog_post h2 a {
	text-decoration: none;
}
#blog .blog_post .date {
	margin-bottom: 6px;
}
#blog .blog_post p {
	margin-bottom: 6px;
}
#blog .comment_link {
	text-align: right;
}

/* events */
#events .event {
	padding: 18px 0;
	border-top: 1px solid #999;
}
#events .first {
	border-top: 0;
	padding-top: 6px;
}
#events .event h2 {
	margin-bottom: 1px;
}
#events .event h2 a {
	text-decoration: none;
}
#events .event .date {
	margin-bottom: 6px;
}
#events .event p {
	margin-bottom: 6px;
}




/* homepage styles */

#body.homepage #main_wrap {
	background: none;
}
#body.homepage #main {
	background: none;
	padding: 0;
}
#body.homepage #content {
	min-height: 0;
}
#body.homepage #content_int {
	padding: 0 0 30px 0;
}
#focus_wrap {
	height: 384px;
	background: url(../images/focusbg.jpg) no-repeat;
	padding: 0 15px 16px;
}
#focus {
	height: 384px;
	position: relative;
}
#book_feature {
	height: 271px;
	width: 596px;
	position: absolute;
	top: 0;
	left: 2px;
	background: url(../images/bookfeaturebg.jpg) no-repeat;
	overflow: hidden;
}
#book_feature_image {
	position: absolute;
	top: 0;
	left: 0;
}
#book_feature_content {
	position: absolute;
	top: 0;
	right: 0;
	height: 231px;
	width: 360px;
	padding: 20px 15px;
	text-transform: uppercase;
	color: #ccc;
}
#book_feature_content h1 {
	color: #fff;
	font-size: 38px;
	text-transform: uppercase;
	margin-bottom: 9px;
}
#book_feature_content p {
	margin-bottom: 5px;
}
#body.homepage #content .buttons {
	margin-top: 18px;
}
#body.homepage #content .buttons a {
	margin-right: 15px;
}
#review_quote {
	width: 536px;
	height: 81px;
	padding: 15px 30px;
	bottom: 0;
	left: 2px;
	position: absolute;
	background: #380000;
	overflow: hidden;
}
#review_quote .quote {
	color: #f33;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 9px;
}
#review_quote .author {
	color: #ccc;
}
#who_is_mark {
	background: url(../images/focus-about-bg.jpg) no-repeat;
	height: 354px;
	width: 270px;
	padding: 15px 30px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	font-size: 13px;
}
#who_is_mark h2 {
	color: #fff;
	font: 22px "Courier New", Courier, monospace;
	text-transform: uppercase;
}
#who_is_mark .author_photo {
	border: 2px solid #000;
	margin-bottom: 12px;
}
#who_is_mark .author_photo img {
	display: block;
}
#who_is_mark .buttons {
	text-align: right;
}
#main_features {
	
}
#callouts {
	height: 370px;
	background: url(../images/calloutsbg.jpg) no-repeat;
	width: 635px;
	float: left;
	font-size: 14px;
	color: #363636;
	overflow: hidden;
}
#callouts h2 {
	color: #252525;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
#callouts_content {
	padding: 37px 41px 42px 37px;
}
#callout {
	padding-bottom: 20px;
	border-bottom: 1px solid #acacac;
}
#callout img {
	float: left;
	border: 1px solid #707070;
	margin-right: 15px;
	margin-bottom: 3px;
}
#news_flash {
	padding-top: 20px;
}
#news_flash img {
	float: left;
	morgin-right: 16px;
	margin-bottom: 3px;
}
#wwp {
	width: 300px;
	height: 332px;
	background: url(../images/wwpbg.jpg) no-repeat;
	float: left;
	padding: 16px 15px 22px 10px;
}
#wwp h2 {
	margin-bottom: 0;
}
#wwp_content {
	overflow: hidden;
	height: 240px;
	padding: 15px 20px;
}
#wwp_content .buttons {
	text-align: right;
}
#latest_items {
	background: url(../images/latestitemsbg.jpg) no-repeat;
	height: 236px;
	width: 889px;
	padding: 31px 35px 33px 36px;
	font-size: 13px;
}
#latest_items h2 {
	background: #98a665;
	padding: 10px 18px;
	color: #fff;
	font: 21px "Courier New", Courier, monospace;
	font-weight: bold;
	text-transform: uppercase;
}
#latest_items h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}
#latest_items h3 a {
	text-decoration: none;
}
#latest_blog {
	float: left;
	margin-right: 47px;
	width: 421px;
}
#upcoming_events {
	float: left;
	width: 421px;
}


/* other styles */
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}