@charset "utf-8";
/* CSS Document */

/* ======  VCB 2011 ========= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*=================== GENERAL ===================*/
body{
	background: url(images/page_bg.jpg) repeat-x #000;
margin:0;
padding:0;
}
/* =====================  MENU =================== */
#menu-container{
	padding: 5px 0;
}
#navbar{
	width:900px;
	margin:0 auto;
}
/* =================== HEADER ==================== */
#header-container{
	padding-bottom: 10px;
	
}
#header{
	width:940px;
	padding:0 30px;
	margin:0 auto;
}
#headerL{
	width: 470px;
	float: left;
	margin-top: -10px;
}
#headerR{
	padding-top: 160px;
	background: url(images/runners.png) top center no-repeat;
	width:420px;
	float:right;
	padding-left: 50px;
	margin-top: -10px;
	line-height: 1.1em;
}
/* ====================== CONTENT CONTAINER =========== */
#content-container{
}
/* ----------------- pages --------------- */

#page_body{
	background:url(images/title_bg.jpg) no-repeat #000;
	width:900px;
	margin: 10px auto;
}
#page_body h3.myTitle{
	height: 28px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size: 22px;
	color: #222222;
	padding-left: 50px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#page-content{
	border-left: 3px solid #BD9B40;
	border-right:  3px solid #BD9B40;
	border-bottom:  3px solid #BD9B40;
	padding-bottom: 20px;
}
#page-column-holder{
	width: 890px;
	margin:0 auto;
}
#page-text{
	float:left;
	width: 580px;
	margin-left: 20px;
	margin-top: 20px;
	border-right: 1px solid #BD9B40;
	padding-right: 20px;
	margin-bottom: 20px;
}
#page-text-gallery{
	background: url(images/gallery_bg.jpg) center center no-repeat;
	float:left;
	width: 580px;
	margin-left: 20px;
	margin-top: 20px;
	border-right: 1px solid #BD9B40;
	padding-right: 20px;
	margin-bottom: 20px;
}
#page-sidebar{
	float:right;
	width: 210px;
	padding: 0 10px 10px 30px;
}
#page-text p, #page-sidebar p, #page-text-gallery p{
	color: #eaeaea;
	margin-bottom: 1.2em;
}
#page-text h3, #page-sidebar h3{
color: #fff;
margin-bottom: 12px;
font-family:Verdana, Geneva, sans-serif;
letter-spacing: .2em;
font-weight: normal;
font-size: 20px;
}

/* =================== HOME PAGE CONTENT =============== */

#footer{
	width:860px;
	background:url(images/footer_bg.jpg) repeat-x;
	padding: 20px 10px 10px  10px;
	margin-bottom: 10px;
}
#footerL{
	width: 640px;
	float:left;
	border-right: 1px solid #A58738;
}
#footerR{
	width: 200px;
	float: right;
}
#blog-news{
	padding-left: 50px;
}
#blog-text{
	width: 480px;
	padding-left: 50px;
	margin-top: 10px;
	line-height: 1.1em;
}
#sitemap{
	height: 30px;
	width: 630px;
	margin-left:5px;
	margin-top: 20px;
	background: url(images/sitemap_bg.jpg) repeat-x;
	text-align: center;
	padding-top: 10px;
}
#copyright{
	margin: 8px 0 0 15px;
}
#copyright p, #copyright a{
	font-size: 11px;
	color: #666;
	text-decoration:none;
}
#copyright a:hover{
	text-decoration:underline;
}


/*=================== TYPOGRAPHY ================= */
p{
	font-family:Verdana, Geneva, sans-serif;
	font-weight: nomal;
	font-size: 13px;
	font-style:normal;
	line-height: 1.6em;
	color: #333;
	margin-bottom: 1.2em;
}
em{
	font-style:italic;
}
strong{
font-weight: bold;
}
h1,h2,h3,h4,h5{
		font-family:Verdana, Geneva, sans-serif;
	font-weight: nomal;
	font-style:normal;
}
h1{font-size:26px;}
h2{font-size:24px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:15px;}

a{
	text-decoration:none;
	color: #FFF;
}
a:hover{
	text-decoration:underline;
}
#page-sidebar select{
	background-color: #000;
	color: #fff;
	margin-bottom: 15px;
	border: 1px solid #333;
}
/* ---------------------------------  BLOG STUFF ---------------------- */
.blog_title{
margin-bottom: 2px;
}
.page_title{
margin-bottom: 25px;
}
p#date{
margin-bottom: 20px;
font-size: 12px;
}
.story{
	position:relative;
	padding: 8px 15px 15px 15px;
	margin-bottom:10px;
	border-bottom: dotted 1px #AF9114;
}
.page-story{
	position:relative;
	padding: 8px 15px 15px 15px;
	margin-bottom:10px;
}


/* ---------------------LOGIN ---------------*/
#login{
	float: right;
	margin-right: 20px;
}
#login ul{
list-style:none;
}
#login ul li{
display: inline;
list-style:none;
}
 #login ul li a{
display:inline;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
padding:2px 5px 2px 5px;
color: #666;
}
/* END LOGIN */

/*-------------- BLOG MENU ---------------------*/
h4.blog-menu-title{
	font-family:Verdana, Geneva, sans-serif;
	font-weight: nomal;
	font-style:normal;
	color: #ccc;
	background-color:#333333;
	padding: 3px 0 3px 15px;
	width: 50%;
	margin-bottom: 15px;
}

ul.blog_menu{
margin-left:0px;
margin-top: 10px;
margin-bottom: 20px;
list-style:none;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
}
ul.blog_menu li{
padding-top:5px;
padding-bottom:5px;
}
ul.archive li{
padding-top:5px;
padding-bottom:5px;
}
ul.blog_menu li a, ul.archive li a{
	color: #FFFFFF;
	text-decoration:none;
}
ul.blog_menu li.current_page_item{
background: url(images/menu_arrow.png) left 5px no-repeat;
padding-left:15px;
}
ul.blog_menu li.current_page_item a, ul.blog_menu li a:hover{
color: #F4E3A2;
}
ul.children{
	margin-left: 15px;
}
/*------IMAGES-----------------*/
/*////////// IMAGES //////////*/
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */





/* =================  CLASSES =================== */
.bdr{
	border: solid 1px #ccc;
	padding: 5px;
}
img.right{
	float:right;
	margin-left: 12px;
}
img.left{
	float:left;
	margin-right: 12px;
	margin-bottom: 4px;
}
.my-title{
	display: block;
	margin: 0;
	padding: 0;

}
.push{
	clear:both;
	margin:0;
	padding:0;
	height:0px;
}
a.buy{
	background-color: #CEAA49;
	padding: 1px 1px;
	color: #ffffff;
	font-size:12px;
}
a.buy:hover{
	background-color: #E8DAA9;
	color: #CEAA49;
}
img.book-title{
	margin-bottom: 18px;
	margin-left: -5px;
}
.social-button{
	margin-top:20px;
	margin-left: 30px;
}

/* =======================  NAVIGATION  ============ */


/* --------------- BOTTOM MENU ------------- */

ul#bot{

}
ul#bot li{
list-style:none;
display:inline;
padding: 0;
margin:0;
}
ul#bot li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #C5A34A;
	text-decoration:none;
	padding: 0 6px;
}
ul#bot li a.menu-active, ul#bot li a:hover{
	color:#8A712D;
	text-decoration: underline;
}
/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0 0 0 25px;
	/*background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;*/
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 32px;
	padding-left: 25px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#C5A34A;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 10px;
	padding-right: 25px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top left no-repeat;
	color: #eee;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top right no-repeat;
}


#test li {
	display: block;
	border: solid 1px red;
}
