@charset "utf-8";
/* 
Design by: Robert Dobes / Dot Consulting
Designer's Email: robert@dotconsulting.net
Designer's website: http://dotconsulting.net , http://robertdobes.com
Design Description: Custom styles for a website of John Peter Hagen to promote his book Play Away Please

/***********************************************************
 Global Reset
************************************************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; }
fieldset, img { border:0 }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal }
ul { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100.1%; font-weight: normal; }
q:before, q:after { }
a { text-decoration:none }
strong { font-weight:bold }
* a { position:relative }
a img { border:none }
* { outline: none; }

/***********************************************************
 It all starts here :-) ...
************************************************************/

/******** SOME BASIC STYLING ********/
body {background: url('images/main-bg.jpg');font-family: "Times New Roman", Times, serif;}
h1{}
h2{margin-bottom: 10px;font-size:1.4em;color: #003366;font-weight:bold;}
h3 {
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight:bold;
	color: #336699;
	border-bottom: 1px solid #336699;
}
a {
	text-decoration: underline;
	color: #3366CC;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}


/******** LAYOUT  ********/

#outerwrapper {
	text-align: center;
}
#wrapper {
	margin: 20px auto 5px auto;
	width: 945px;
	background: url('images/bg-content.png') repeat-y left;
}
#topbg {
	background: url('images/bg-top.png') no-repeat top left;
}
#bottombg {
	background: url('images/bg-bottom.jpg') no-repeat bottom left;
}
#header {
	width: 945px;
	padding-top: 25px;
	margin-bottom: 25px;
	/*background: url('images/bg-header.jpg') no-repeat -1px top;*/
}
#header h1 {
	height: 125px;
	width: 945px;
	text-indent: -9999px;
	background: url('images/logo.png') no-repeat center;
}
#container {
	/*background: url('images/bg-blue.jpg') repeat-y left;*/
}
#container-inner {
	position: relative;
	width: 945px;
	height: 680px;
}
#nav {
	position: absolute;
	top: 20px;
	left: 52px;
	width: 180px;
}
#col-main {
	position: absolute;
	top: 73px;
	left: 255px;
	width: 616px;
	color: #333;
	text-align: left;
}
#col-1 {
	position: absolute;
	top: 20px;
	left: 256px;
	width: 252px;
	color: #333;
}
#col-2 {
	position: absolute;
	top: 20px;
	left: 517px;
	width: 362px;
	color: #333;
	text-align: justify;
	line-height: 150%;
}
#col-3 {
	position: absolute;
	left: 256px;
	width: 636px;
	color: #333;
	text-align: justify;
	line-height: 125%;
}
#page-bottom {
	position: absolute;
	bottom: 50px;
	margin: auto 60px;
	font-weight: bold;
	text-align: justify;
	color: #fff;
}
#quote {
	position: absolute;
	bottom: 30px;
	width: 945px;
	margin: auto 0;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#quote h4 {
	width: 100%;
	margin: 0;
	font-weight:bold;
	text-align: center;
	font-size:1.1em;
}
#quote p {
	margin: 0 80px;
}
p.indent-30 {
	text-indent: 30px;
}
/*****************************/
/******** NAVIGATION *********/
/*****************************/

#nav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	border-top: 1px dotted #25415b;
}
#nav ul li {
	margin-bottom: 0px;
	
}
#nav li a {
	display: block;
	line-height: 25px;
	padding: 12px 0;
	color: #25415b;
	text-decoration: none;
	border-bottom: 1px dotted #25415b;
}
#nav li a:hover {
	color: #CC0000;
}
/*****************************/
/********* page page *********/
/*****************************/
ul.media-list {
	list-style: circle;
	margin-left: 20px;
}
.media-list li {
	margin-bottom: 10px;
}

/*****************************/
/********  FOOTER   *********/
/*****************************/

#footer {
	margin: 0 auto 20px auto;
	width: 945px;
	padding-right: 30px;
	color: #ccc;
	text-align: right;
}
