@charset "utf-8";
/* CSS Document */

@import url("css/reset.css");
@import url("css/css3.css");
@import url("css/prettyPhoto.css");

html, body{ 
	margin: 0;
	padding: 0;
	min-width: 998px;
	height: 100%;
}
body {
	font: normal 14px/20px 'Times New Roman', 'Georgia', serif;
	color: #696a6b;
}

body{
	background: #282c34;
}

h1, h2, h3, h4{
	font: normal 18px/24px 'Hammersmith One', sans-serif;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	color: #1c93b0;
}


h1{
	margin-bottom: 25px;
	font-size: 48px;
	position:relative;
	color: white;
	
}


h1.author {
	font: normal 18px/24px 'Times New Roman', 'Georgia', serif;
	color: white;
	margin: 0 0 25px 0;
	letter-spacing:1px;
}


h2{
	font-size:30px;
	margin-bottom: 17px;
}

h3{
	font-size:20px;
	margin-bottom: 15px;
}

h4{
	
	font-size:14px;
	margin-bottom: 0px;
}

p{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

a{
	color: #1382cf;
	text-decoration:none;
}

a:hover{
	color:#126585;
}



blockquote {	
	font-style:italic;
	width:100%; 
	margin:0;
	padding-bottom:5px;
	font-size: 24px;
	line-height:30px;

	
}


hr {
	margin:0;
	border:none;
	border-bottom: 1px #e7e7e7 solid;
}


header {
	width:100%;
	height: 696px;
	/*background: url('images/top_bg.jpg') repeat-x;*/
}


#header_bg, #shops, section, div.cols, footer {
	width: 988px;
	margin: 0 auto;
	position: relative;
}

#header_bg{
	height: 608px;
	background: url('images/header_bg.jpg') no-repeat;
}

#videotrailer {
	position:absolute; 
	top:370px; 
	left:30px;
	width:240px;

}


#availformat {
	position:absolute; 
	bottom:47px; 
	right:64px;

}

#shops {
	height: 88px;
	background: url('images/shops_bg.jpg') repeat-x;
}

#shops a {
	position:relative;
	top:25px;
	/*left:60px;*/
	padding-right: 40px;
}

section { background:white; }


.section{
	position: relative;
	min-height:400px;
	padding: 25px 0 55px 0;
	background:white;
}

.spacer {
	width:100%;
	height:25px;
}

/* grid */
.cols{
	clear: both;
	margin-bottom: 30px;
}

.grid-m {
  float: left;
  width: 20px;
  height: 1px;
}

.col_1-1 {
  float: left;
  width: 988px;
}

.col_1-2 {
  float: left;
  width: 484px;
}


.col_1-3 {
  float: left;
  width: 316px;
}


/* TOC accordion styling */

/* table of contents here */
ul.toc {width:296px; list-style:none; margin:0; padding:0; margin-left:35px;}
ul.toc li {padding-bottom:10px;}
ul.toc li a.header {height:18px; line-height:14px; padding-left:23px; padding-top:2px; background: url('images/plus.png') left top no-repeat; display:block;}
ul.toc li div {padding:10px 0 10px 33px; height:auto; line-height:24px;}



/* footer */



div#footerstripe {
	height: 48px;
	padding-top: 10px;
	background: url('images/footer_bg.jpg') repeat-x;
}
		
ul#footer {
	position:relative;
	list-style:none;
	margin-top:2px;
	padding:0;
}

ul#footer li{

	float: left;
	margin: 0 0 0 30px;
	padding: 0;
}

ul#footer li a{
	color:#fff;

}

ul#footer li a:hover{
	color:#a1e2e7;

}

/*----------------------------*/
/* additional styles */

.left, .float_left  { float:left	}
.right, .float_right { float:right	}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
.clear-left, .clear_left { clear:left; } .clear-right, .clear_right { clear:right; }
.hide  { display:none	} .block {display:block !important;} .inline {display:inline !important;}
.overflow {overflow: auto;}

.padding {padding:20px}
.pleft {padding-left:35px; }
.pright {padding-right:50px; }
.ptop {padding-top:20px;}
.mleft {margin-left:20px;}
.smallptop {padding-top:10px;}
.doubleptop {padding-top:40px;}

.bold {font-weight:600;}
.italic {font-style:italic;}
.smallcaps {font-variant:small-caps; letter-spacing:1px; font-size:12px;}
.serif {font-family: 'Times New Roman', 'Georgia', serif;}
.sans-serif {font-family: 'Arial', 'Lucida Grande', sans-serif;}
.nocaps {text-transform:none;}
.big {font-size:18px; line-height:30px;}
.small {font-size:12px;}

/* colors */
.base {color: #696a6b;}
.lightblue {color: #b7f4fc;}
.white {color:white}
.blue {color: #146887;}
.green {color: #76bf00;}
.gray {color: #bfbdbd;}

.alignleft{text-align:left;}
.alignright{text-align:right;}
.aligncenter{text-align:center;}
.alignnone{
	float: none;
	margin: 0 0 20px 0;
}

.border {border: 1px black solid}


/* image and text block */
.image {float:left; max-width: 100%; height: auto; padding-right:20px; margin-top: 4px;}
.text {overflow: hidden;}


/* special images classes */
/* author img */

img.authorimg {
	float: left;
	width:88px;
	height:88px;
	margin-right:15px;
	margin-top:4px;
}


