/* static START */
* {
	margin:0;
	padding:0;
}
body {
	background:#BEC3C6 url(../img/bg.jpg) repeat-x;
	color:#555;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:12px;
	margin-top: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	letter-spacing:-0.05em;
	font-family:Arial;
	padding: .05em;
}
h1 {font-size:190%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}


img {
	border:0;
}
small {
	font-size:10px;
}
a {
	color:#2970A6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.fixed, .clear {
	clear:both;
}
/* static END */

/* layout START */
#wrap {
	background:url(../img/light.gif) center top no-repeat;
	padding:0px 0;
}


#container {
	margin:0 auto;
	width:936px;
}


/* layout END */

/* top bar START */
#top-bar {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/top-tabs.gif);
	height: 22px;
	width: 936px;
}
.top-bar-other a {
	color: #FFFFFF;
	font-weight: bold;
}
#top-bar-mainnext a {
	color: #FFFFFF;
	font-weight: bold;
}
.top-bar-other {
	float: right;
	width: 130px;
	margin-top: 5px;
	color: #FFFFFF;
	}
#top-bar-mainnext {
	float: right;
	width: 155px;
	margin-top: 5px;
	}
#top-bar-main {
	float: right;
	width: 100px;
	padding-top: 5px;
}
/* top bar END */

/* header START */
#header {
	background:url(../img/header_footer.gif) 0 0 no-repeat;
	height:132px;
}
#caption {
	height:60px;
	padding:10px 30px 21px;
}
#tagline  {
	color:#666666;
	text-decoration:none;
	font-size:14px;
	padding:0 3px;
	float: left;
	font-weight: bold;
	margin: 0;
}
#header .banner {
	float:right;
	color: #333333;
	width: 300px;
	/* margin: 25px 20px 0 0; */	/* SB changing this to fix IE6 */
	padding: 25px 20px 0 0;
}

#navigation {
	margin:0;
}

/* 6/16/2009 SB adding this as an experiment - fixes IE6 problem with the menu being about 7px too low but not a good way to fix it */
/*
ul {
position:absolute;top:113px; 
}
*/

#menus li {
	display:inline;
	list-style:none;
}
#menus li a {
	background:transparent url(../img/menu.gif) no-repeat;
	display:block;
	color:#FFFFFF;
	height:31px;
	line-height:31px;
	padding:0 20px;
	margin-left:-10px;
	text-decoration:none;
	font-size:11px;
	float:left;
	z-index:1;
}
#menus li a:hover {
	background-position:0 -31px;
	color:#000000;
}
#menus li.current_page_item a, 
#menus li.current-cat a {
	background-position:0 -62px;
}
#menus li a.home {
	background-position:0 -93px;
	width:45px;
	padding:0;
	margin-left:0;
	text-indent:-999em;
}
#menus li a.home:hover {
	background-position:0 -124px;
}
#menus li.current_page_item a.home {
	background-position:0 -155px;
}
#menus li a.lastmenu:hover {
	background-position:0 0;
	cursor:default;
}
/* header END */

/* submenu 
#menus li ul {
	display:none;
	background:#F4F5F7;
	border:1px solid #CCC;
	border-top-color:#A6A6A6;
	padding:0 5px;
}
#menus li li {
	float:none;
	margin:0 !important;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#menus li li a {
	float:none;
	display:block;
	padding:5px;
	text-decoration:none;
	width:150px;
	font-size:12px;
	border-style:solid;
	border-color:#DDD;
	border-width:1px 0 0;
	margin:0;
	background-image:none;
	height:20px;
	line-height:20px;
}
#menus li li.first a {
	border-top:none;
}
#menus li li a:hover {
	font-weight:bolder;
}
 */

/* content START */
#content {
	background:#FFF url(../img/sidesep266.gif) right repeat-y;
	min-height:400px;
}
/* content END */

/* main START */
#main {
	background:#FFF;
	width:650px;
	padding:0 0 0 20px;
	float:left;
}

img {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}

/* main END */

/* sidebar START */
#sidebar {
	background:#F7F7F7;
	width:258px;
	float:right;
	font-size:95%;
	line-height:145%;
	overflow:hidden;
}
.sidebar-lists {
	padding-bottom: 20px;
}
#northsidebar  {
	margin:10px 15px 19px;
	font-size: 95%;
}
#searchbox {
	background: url(../img/searchbox.gif) no-repeat;
	width:208px;
	height:23px;
	display:block;
	margin-top:4px;
	margin-right:0px;
	padding:2px 2px 20px 0px;
}
#searchbox .textfield {
	background:none;
	border:0px;
	width:185px;
	float:left;
	margin-right:2px;
	padding-left:2px;
}
#searchbox .button {
	background:none;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:left;
	margin-top:1px;
}
.blog {
	background-image: url(../img/blog-box.jpg);
}
.blog-bottom {
	background-image: url(../img/blog-box-bot.jpg);
	height:49px;
}
.blog2 {
	background-image: url(../img/blog-box2.jpg);
}
.blog p {
	padding: 10px;
}
.blog2 p {
	padding: 10px;
}
.blogheader  {
	padding: 10px 0px 5px 10px;
	color: #FF9900;
}
.blogheader   a       {
	color: #FFFFFF;

}
/* sidebar END */


/* footer START */
#bottom-links {
	background:#F7F7F7;
	display:block;
	border-top:1px solid #CCC;
	font-size:11px;
	line-height:145%;
	width:100%;
}
#footer {
	background:url(../img/header_footer.gif) 0 -132px no-repeat;
	display:block;
	height:88px;
	border-top:1px solid #CCC;
	font-size:11px;
	line-height:145%;
	width:100%;
}
#footer a {
	color:#2A2A2A;
}
#copyright {
	margin-top:12px;
	margin-left:20px;
}
a#gotop {
	background:url(../img/icons.gif) 0 -304px no-repeat;
	float:right;
	height:16px;
	line-height:18px;
	display:block;
	padding-left:16px;
	margin:5px 15px 0 0 !important;
	margin:5px 8px 0 0;
	text-decoration:none;
}
/* footer END */

/* home-only START  */


.post {
	padding-bottom:5px !important;
	padding-bottom:15px;
	margin-bottom:10px;
}


*+html .post {
	padding-bottom:15px !important;
}
.post h2 {
	display:block;
	margin-top:10px;
	border-bottom:1px solid #CCC;
	padding:0 5px 3px;
	font-size:16px;
	font-family:Verdana,"BitStream vera Sans";
}
.post  h2  a {
	text-decoration:none;
	color:#4C4C4C;
}
.post  h2  a:hover {
	color:#2970A6;
}

.post .content {
	padding:0 0 0 5px;
	line-height:145%;
	overflow:hidden;

}
.post .content p {
	margin-bottom:10px;
	font-size: 11px;
}
.content-right {
	width: 370px;
	float: left;
}
.content-left {
	width: 275px;
	float: left;
}
.book-small {
	float: left;
	width: 235px;
	padding: 10px;
}
.book-feature {
	float: left;
	width: 135px;
}

.text-feature {
	padding: 10px;
	float: right;
	width: 210px;
}

/* home-only - END */

/* category pages - START */

#main #merch {
	margin: 15px;
}
.merch  li  {
	list-style: none;
	margin-bottom: 5px;
}


/* category pages - END */

/* special text pages - START */

#specialtext {
	margin: 10px;
}

#main #specialtext li {
	list-style-position: inside;
	list-style-type: disc;
}
#main #specialtext p, h4 {
	margin-top: 10px;
}

/* special text pages - END */

/* html insert on solo page - START */

#htmlinsert {
margin:0 0 0 20px;
clear:left;
width:540px;
}

#htmlinsert h4 {
	display:block;
	border-bottom:1px solid #CCC;
	padding:0 5px 3px 0px;
	font-size:16px;
	font-family:Verdana,"BitStream vera Sans";
}

#htmlinsert p {
padding-bottom:10px;
}

#htmlinsert ul {
padding-left:20px;
padding-bottom:20px;
}

/* html insert on solo page - END */

