@charset "UTF-8";
/* CSS Document */

/* RESET .................................. */

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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
a:focus {
	-moz-outline-style:none;
}
/* GENERAL .................................. */

body {
	background: #000 url(../images/gradTop.jpg) repeat-x fixed;
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	width:100%;
	height:100%;
}
.wrap {
	position:relative;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/* LAYOUT .................................. */
	
	#container {
	width: 880px;
	background: url(../images/moon.jpg) no-repeat fixed;
	min-height:400px;
}
#container .sideCol {
	width:180px;
	float:left;
}
#container .sideCol img {
	position:fixed;
	top:90px
}
#container .mainCol {
	width:700px;
	margin-left:180px;
}
#container h1 a {
	position:relative;
	top: 20px;
	width:365px;
	height:13px;
	background: url(../images/headDavidOrrell.png) no-repeat;
	display:block;
}
#container h1 span {
	display:none;
}
/* MENU .................................. */
		
		
		#container ul#mainNav {
	position:relative;
	z-index: 999;
	height:60px;
	top:70px
}
#container ul#mainNav li {
	float:left;
	font-size:.85em;
	margin-right:20px;
}
#container ul#mainNav li.last {
	margin-right:0px;
}
#container ul#mainNav li a {
	text-decoration:none;
	color:#6d6d6d;
	width:158px;
	height:25px;
	padding:35px 0 0 2px;
	border-top:1px solid #424242;
	border-bottom:1px solid #424242;
	display:block
}
#container ul#mainNav li a:hover, #container ul#mainNav li.sel a {
	color:#e2d004;
	border-bottom:5px solid #e2d004
}
/* CONTENT .................................. */

.content {
	position:relative;
	top:120px;
	color:#FFF;
	font-family: Helvetica, Arial, Verdana;
	z-index: 0;
	clear:both
}
.content h2, .content h3 {
	font-size:1.4em;
	font-weight:normal;
	line-height:120%;
	padding-bottom:12px;
	clear:both
}
.content h2 a, .content h3 a {
	color:#FFF;
	text-decoration:none
}
.content h2 a:hover, .content h3 a:hover {
	color:#e2d004;
}
.content h4 {
	font-size:.75em;
	color:#FFF;
	background-color:#424242;
	text-transform: uppercase;
	margin-top:15px;
	padding:5px 10px 3px 10px;
	float:left
}
.content h5 {
	font-size:.75em;
	color:#FFF;
	background-color:#424242;
	text-transform: uppercase;
	margin:15px 0 0 0;
	padding:5px 10px 3px 10px;
	float:left
}
.content h2 span, .content h3 span {
	font-size:.65em;
	font-weight:bold
}
.content p {
	font-size:.85em;
	line-height:120%;
	margin-bottom:14px;
	padding-right:180px;
	clear:both
}
.content p.date {
	margin-bottom:0
}
.content p a {
	color:#FFF;
}
.content p a:hover {
	color:#e2d004
}
.content p.footer {
	border-top:1px solid #424242;
	font-size:.75em;
	color:#ccc;
	padding:10px 0 20px 0;
	clear:both
}
.content p.footer a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold
}
.content p.footer a:hover {
	text-decoration:underline;
}
.content p.link {
	float:left;
	color:#000;
	font-size:.65em;
	font-weight:bold;
	text-transform:uppercase;
	margin-right:12px;
	clear:none!important
}
.content p.facebookLink {
	float:left;
	margin:-2px 0 0 0;
	padding:0;
	clear:none!important
}
.content p.link a {
	background-color: #e2d004;
	padding:1px 5px 0 5px;
	color:#000;
	text-decoration:none;
}
.content p.link a:hover {
	text-decoration:none;
	background-color: #fff;
}
.book .desc {
	float:left!important;
	width:450px;
}
.book p {
	padding-right:0
}
.book .cover {
	float:right;
	width:215px;
}
.book h4 {
	margin-bottom:15px;
	clear:both
}
.book p span {
	font-weight:bold;
	text-transform: capitalize
}
/* BOOKS LIST .................................. */
	
#booksCont {
	padding-bottom:20px
}
#booksCont li {
	border-bottom:1px solid #424242;
	padding:25px 0;
}
#booksCont li.last {
	border-bottom:none
}
#booksCont li .desc {
	float:left;
	width:450px;
	padding:0 30px 0 0;
}
#booksCont li .pic {
	float:left;
	width:220px;
}
/* ARTICLES LIST .................................. */

.articles, .news {
	clear:both;
	padding-bottom:20px
}
.last {
	border-bottom:none
}
.articles li, .news li {
	border-bottom:1px solid #424242;
	padding:25px 60px 0 0
}
.articles li.last, .news li.last {
	border-bottom:none
}
.articles li p.date, .news li p.date {
	padding:0 0 5px 0;
	margin:0;
	font-weight:bold;
	font-size:.7em
}
.articles li h3 {
	padding:0;
	margin:0
}
.news li h3 {
	padding:0 0 15px 0;
	margin:0;
	font-size:1.1em;
}
.news li h3 a {
	text-decoration:underline;
	font-weight:bold
}
.articles li p, #booksCont li p, .news li p {
	padding:0;
}
.news li .desc {
	float:left;
	width:520px;
}
.news li .pic {
	float:left;
	width:100px;
	margin:0 20px 20px 0;
}
.news li .pic img {
	border:1px solid #666
}
