/* @override 
	http://www.davidgilman.com/zinc/davidgilman.css
	http://www.davidgilman.com/zinc/davidgilman.css
*/

* { padding: 0; margin: 0; }

/* @group basics */

body {
	font: 13px Cantarell, Helvetica, Arial, sans-serif;
	background-color: black;
}

.mainsite {
	background: black url(http://www.davidgilman.com/zinc/ximages/bg01.jpg) no-repeat fixed;
	font: 13px Cantarell, Helvetica, Arial, sans-serif;
}

a {
	color: #1ba2f1;
	text-decoration: none;
}

img {
	border-width: 0;
}

a:hover {
	color: #1ba2f1;
	text-decoration: none;
}

h3,h5,h6{ color: #1ba2f1;
	font: bold 1.2em Quicksand, "Trebuchet MS", Helvetica, Arial, Verdana;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

h2{ color: #1ba2f1;
	text-indent: 38px;
	border-bottom: 1px solid #3f3f3f;
	text-transform: uppercase;
	font: bold 1.2em/36px Quicksand, Helvetica, Arial, Verdana, "Trebuchet MS";
}

h4{ color: #1ba2f1;
	text-transform: uppercase;
	font: bold 1em/36px Quicksand, Helvetica, Arial, Verdana, "Trebuchet MS";
	width: 100%;
	text-indent: 36px;
	margin-top: 6px;
	margin-bottom: 6px;
}

h1 {
	text-indent: 54px;
	color: silver;
	margin-left: 210px;
	text-transform: uppercase;
	font: bold 1.6em/48px Quicksand, Helvetica, Arial, Verdana, "Trebuchet MS";
	float: left;
}



/* @end */

/* @group structure */

#wrapper { 
 margin: 20px auto 0;
 width: 956px;
	background-color: #232323;
	border: 8px solid white;
}

#logo {
 width: 956px;
 float: left;
 margin: 10px 0px 5px 0px;
	background-image: none;
}

#logo img {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#header {
 color: #333;
 width: 956px;
 float: left;
 height: 360px;
 background: url(http://www.davidgilman.com/zinc/ximages/davidgilmanhome.jpg) no-repeat;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 20px;
	display: block;
}

#headerpage {
 color: #333;
 width: 956px;
 float: left;
 height: 200px;
 background: url(http://www.davidgilman.com/zinc/ximages/davidgilmanpageheader.jpg) no-repeat;
	padding-bottom: 20px;
	display: block;
}

#pagetitle { 
 width: 956px;
	float: left;
	border-bottom: 1px solid #3c3c3c;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-repeat: no-repeat;
}

#hpnamebook {
	color: white;
	width: 400px;
	margin: 50px 96px 1px 20px;
	height: auto;
	float: right;
}

.name {
	margin-bottom: 10px;
}

.blurb {
	line-height: 1.2;
	text-align: left;
	margin-bottom: 10px;
	font-size: 0.9em;
}

#leftcolumn {
 width: 200px;
 float: left;
	display: inline;
}
#content { 
 float: left;
 width: 500px;
 display: inline;
	margin-bottom: 20px;
	margin-left: 0px;
	color: white;
}

#rightcolumn { 
 color: white;
 width: 230px;
 float: right;
	display: inline;
	margin-bottom: 30px;
}

.rightcoltext {
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
}

.rightcoltext img {
	display: none;
}

#bodytext {
	margin: 10px;
	line-height: 1.8;
	color: #bfbfbf;
	float: left;
	text-align: left;
	font-size: 0.9em;
	width: 100%;
}

#bodytextxxx ul {
	margin-left: 20px;
	float: left;
	display: block;
	list-style-type: square;
	color: green;
}

#bodytextxxx li {
	color: black;
	margin-top: 6px;
	margin-bottom: 10px;
}

.introduction {
	line-height: 1.5;
	font-size: 1.4em;
	color: #1ba2f1;
	margin-bottom: 10px;
	float: left;
	text-align: left;
	display: block;
	width: 100%;
}

#rightcolcontent {
	width: 90%;
	font-size: 0.9em;
	line-height: 1.6;
	float: left;
}

.rightcolcontentitem {
	margin-bottom: 16px;
	margin-top: 6px;
	float: left;
	display: block;
	border-bottom: 1px dotted #3f3f3f;
	padding-bottom: 6px;
}

#socialcontainer { 
 width: 956px;
 color: #333;
	height: 50px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	display: block;
	background: url(http://www.davidgilman.com/zinc/ximages/socialbg.png) repeat-x;
}

#socialicons {
	margin-left: 760px;
}

#footer { 
 width: 956px;
 clear: both;
 color: #333;
	background: white no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 30px;
}



/* @end */

/* @group navigation */

#navigation {
	margin-left: 20px;
	color: black;
	text-transform: uppercase;
	width: 180px;
	float: left;
	margin-bottom: 30px;
}

#navigation li{
	padding-bottom: 2px;
	padding-top: 2px;
	line-height: 32px;
	font-size: 0.8em;
	text-indent: 40px;
	display: block;
	width: 100%;
	float: left;
}

#xxxnavigation li {
	list-style-type: none;
	line-height: 36px;
	height: 20px;
	font-size: 10px;
	margin-bottom: 5px;
	float: left;
}

#navigation li a {
	background-position: 10px;
	background-repeat: no-repeat;
	color: white;
}

#navigation li a:hover {
	color: #1ba2f1;
}

#navigation li.sublink a {
	color: black;
	text-transform: capitalize;
	text-indent: 20px;
	background: url(images/icons2/icons/bullet_next.gif) no-repeat 0 2px;
}

#navigation li.sublink a:hover {
	color: #afd134;
	text-transform: capitalize;
	background: url(images/icons2/icons/bullet_next.gif) no-repeat 2px 2px;
}

/* @group link icons */

.home {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/Home.png) no-repeat;
}

.about {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/Contact.png) no-repeat;
}

.journal {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/Notepad.png) no-repeat;
}

.books {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/Bookmarks.png) no-repeat;
}

.dangerzone {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/Lightning.png) no-repeat;
}

.tvfilm {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/Television-Alt.png) no-repeat;
}

.reviews {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/Nod32.png) no-repeat;
}

.photos {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/Slideshow.png) no-repeat;
}

.wordplay {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/Writing.png) no-repeat;
}

.links {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/Favorites.png) no-repeat;
}

.bookshop {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/Limewire.png) no-repeat;
}

.contact {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/E-Mail.png) no-repeat;
}

.comments {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/IM.png) no-repeat;
}

.addcomment {
	background: url(http://www.davidgilman.com/zinc/ximages/icons932/pencilplus32.png) no-repeat;
	margin-left: 10px;
}

.reviewsheader {
	background: url(http://www.davidgilman.com/zinc/ximages/icons32/Word-Processor.png) no-repeat;
	border-top: 1px solid #3f3f3f;
	margin-top: 20px;
}



/* @end */



/* @end */

/* @group footlinks */

#footlinks {clear:both; padding: 10px; background: none 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	color: gray;
}
#footlinks ul {display:block; margin-bottom:0; float:left; width: 235px;}

#footlinks ul li {display:block; padding: 2px 0 4px 25px; text-decoration:none;
	color: gray;
	font-size: 0.7em;
	border-bottom: 1px solid #626262;
}

#footlinks ul li a {display:block; padding: 2px 0 4px 25px; text-decoration:none;
	color: gray;
}

#footlinks ul li a:hover {
	color: #799904;
}
#footlinks ul li.last a {border:0;}

.credits {
	float: left;
	display: block;
	color: #070047;
	margin-left: 20px;
	font-size: 0.8em;
}

.credits a {
	color: #1ba2f1;
}

.credits a:hover {
	color: black;
}



/* @end */

/* @group contact */

#contactform {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	color: white;
	width: 240px;
}

#contactform input {
	background-color: #e0e9ff;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 6px;
}

#contactform p {
	margin-top: 6px;
	margin-bottom: 8px;
}

#addresscolumn {
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-top: 30px;
	padding-left: 10px;
}

.contactintro {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

textarea {
overflow:auto;
	width: 220px;
}

/* @end */

/* @group homepage */

.bookcoverscontainer {
	float: left;
	display: block;
}

.leftbook {
	width: 126px;
	height: 191px;
	margin-right: 8px;
	overflow: hidden;
	float: left;
	border-style: solid;
	border-width: 1px;
}

.centrebook {
	width: 126px;
	height: 191px;
	margin-right: 8px;
	overflow: hidden;
	float: left;
	border-style: solid;
	border-width: 1px;
}

.rightbook {
	width: 126px;
	height: 191px;
	overflow: hidden;
	float: left;
	border-style: solid;
	border-width: 1px;
}



/* @end */

/* @group headers */

h2 a {
}

h2 a:hover {
	color: #c9ebfc;
}

/* @group link icons large */

.aboutlrg {
	background: url(http://www.davidgilman.com/zinc/ximages/icons48/Contact.png) no-repeat;
}

.journallrg {
	background: url(http://www.davidgilman.com/zinc/ximages/icons48/Notepad.png) no-repeat;
}

.bookslrg {
	background: url(http://www.davidgilman.com/zinc/ximages/icons48/Bookmarks.png) no-repeat;
}

.tvfilmlrg {
	background: url(http://www.davidgilman.com/zinc/ximages/icons48/Television-Alt.png) no-repeat;
}

.reviewslrg {
	background: url(http://www.davidgilman.com/zinc/ximages/icons48/Nod32.png) no-repeat;
}

.photoslrg {
	background: url(http://www.davidgilman.com/zinc/ximages/icons48/Slideshow.png) no-repeat;
}

.wordplaylrg {
	background: url(http://www.davidgilman.com/zinc/ximages/icons48/Writing.png) no-repeat;
}

.linkslrg {
	background: url(http://www.davidgilman.com/zinc/ximages/icons48/Favorites.png) no-repeat;
}

.bookshoplrg {
	background: url(http://www.davidgilman.com/zinc/ximages/icons48/Limewire.png) no-repeat;
}

.contactlrg {
	background: url(http://www.davidgilman.com/zinc/ximages/icons48/E-Mail.png) no-repeat;
}

.commentslrg {
	background: url(http://www.davidgilman.com/zinc/ximages/icons48/IM.png) no-repeat;
	width: 96%;
	margin-bottom: 10px;
}



/* @end */



/* @end */

/* @group journal */

.journallistpage {
	list-style-type: none;
	text-align: left;
}

.journallistpage li {
	list-style-type: none;
	float: left;
	border-bottom: 1px dotted #3f3f3f;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
}

.journallistpage li img {
	display: none;
	width: 0;
	height: 0;
	float: left;
}

#journalentrybody {
	float: left;
	width: 100%;
}

.newsdate {
	color: #dedede;
	float: left;
	width: 100%;
	font: 0.9em "OFL Sorts Mill Goudy TT", "Charis SIL", Georgia, Baskerville, Cambria, Clarendon, "Clarendon Std", "Times New Roman", Times, serif;
	margin-bottom: 16px;
	letter-spacing: 0.1em;
}

.newstitle {
	float: left;
	width: 100%;
	font-size: 1.4em;
}

.readmorenews {
	color: white;
	font-family: "OFL Sorts Mill Goudy TT", "Charis SIL", Georgia, Baskerville, Cambria, Clarendon, "Clarendon Std", "Times New Roman", Times, serif;
	float: left;
	width: 100%;
}

.readmorenews a:hover {
	color: #dedede;
}

.readmore {
	color: white;
	font-family: "OFL Sorts Mill Goudy TT", "Charis SIL", Georgia, Baskerville, Cambria, Clarendon, "Clarendon Std", "Times New Roman", Times, serif;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.readmore a:hover {
	color: #dedede;
}

.returntolisting {
	color: white;
	font-family: "OFL Sorts Mill Goudy TT", "Charis SIL", Georgia, Baskerville, Cambria, Clarendon, "Clarendon Std", "Times New Roman", Times, serif;
	float: left;
	width: 100%;
	border-top: 1px solid #3f3f3f;
	margin-top: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #3f3f3f;
	text-indent: 50px;
	background: url(http://www.davidgilman.com/zinc/ximages/icons932/circleleft32.png) no-repeat 10px;
	display: block;
	margin-bottom: 20px;
}

.returntolisting a:hover {
	color: #dedede;
}

h3 a:hover {
	color: #bdeeff;
}

/* Archives */

.archivelinklist {
	list-style-type: none;
	float: left;
	width: 100%;
	margin-top: 6px;
}

.archivelinklist li {
	margin-bottom: 4px;
	background: url(http://www.davidgilman.com/zinc/ximages/alticons/cd_16x16.png) no-repeat;
	text-indent: 20px;
	line-height: 18px;
}



/* @end */

/* @group links */

.linkslist li {
	list-style-type: none;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #3f3f3f;
}

.linkslist h2 {
	background: url(ximages/icons932/star32.png) no-repeat;
	margin-bottom: 10px;
	border-bottom-style: none;
}

.visitlink {
	width: 90%;
	float: left;
	margin-bottom: 6px;
	line-height: 30px;
	background-repeat: no-repeat;
}



/* @end */

/* @group tvandfilm */

.tvfilmdescription {
	float: right;
	margin-top: 10px;
}

.tvfilmdetailslabel {
	color: #1ba2f1;
	font-weight: bold;
	margin-right: 6px;
}

.tvfilmlist {
	float: left;
	width: 100%;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #3f3f3f;
}

.seriestitle {
	font: italic 1.4em "OFL Sorts Mill Goudy TT", "Charis SIL", Georgia, Baskerville, Cambria, Clarendon, "Clarendon Std", "Times New Roman", Times, serif;
	color: white;
}

.detailsblock {
}

.imageblock {
	float: left;
	clear: both;
	list-style-type: none;
	width: 480px;
	margin-bottom: 10px;
	margin-top: 6px;
	overflow: hidden;
}

.imageblock li {
	float: left;
	list-style-type: none;
	display: block;
}

.detailsblock li {
	border-bottom: 1px solid #3f3f3f;
	margin-top: 4px;
	margin-bottom: 4px;
}

.tvfilmlistimage {
	float: left;
	margin-right: 10px;
}

.listtextblock {
	float: left;
	width: 300px;
}

/* DV Amazon */

.dvd-sales {
	width: 100%;
	float: left;
}



/* @end */

/* @group photogallery */

#galleryimagebox {
	width: 490px;
	float: left;
	overflow: hidden;
	background-color: #1a1a1a;
	padding-top: 10px;
	padding-bottom: 10px;
}

#galleryimage {
	margin: 10px auto;
	float: left;
	width: 100%;
}

#galleryimage img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	width: auto;
	display: block;
}

#galleryimagebox h3 {
	width: 90%;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

#gallerynavigation {
	width: 100%;
	margin-top: 10px;
	float: left;
	height: 110px;
	padding-top: 20px;
	border-top: 1px dotted #323232;
}

.context {
	float: left;
	width: 75px;
	height: 75px;
	text-align: center;
	background-color: #444;
	padding: 10px;
}

.next {
	float: right;
	width: 75px;
	height: 75px;
	text-align: center;
	background-color: #444;
	padding: 10px;
}

.previous {
	float: left;
	width: 75px;
	height: 75px;
	text-align: center;
	background-color: #444;
	padding: 10px;
}

#photodetails {
	float: left;
	width: 300px;
}

#gallerysetsbox {
	width: 490px;
	float: left;
	overflow: hidden;
	background-color: #1a1a1a;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.photosetsthumbs {
	float: left;
	width: 122px;
	text-align: center;
	font-size: 0.9em;
	margin-top: 10px;
}

#photosetlink {
	float: left;
	width: 490px;
	font-size: 0.9em;
	text-indent: 10px;
	padding-bottom: 10px;
}

.photosetsthumbs img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.gallerynavtextlink {
	display: block;
	margin-top: 6px;
}



/* @end */

/* @group universal padding */

.tenpixelsleft {
	padding-left: 10px;
}

.tenpixelsleftright {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9em;
	line-height: 1.8;
}



/* @end */

/* @group books */

.bookstorelist {
	list-style-type: none;
}

.bookstorelist li {
	float: left;
	margin-bottom: 6px;
	padding-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-shadow: gray 0px 0px 0px;
}

.booklistimage {
	float: left;
	margin-right: 10px;
}

.book-title {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.book-image {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.book-ISBN {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
}

.coverimage {
	float: left;
	margin-right: 20px;
}

.bookcoverlist {
	float: left;
	margin-right: 20px;
}

/* Alternative Book Covers */

.altbookimages {
	list-style-type: none;
}

.altbookimages li {
	list-style-type: none;
	float: left;
	margin-right: 6px;
	text-align: center;
}

/* Reviews Section */

.review-publication {
	color: silver;
	margin-bottom: 10px;
	font: italic 1.3em Georgia, Cambria, Baskerville, Clarendon, "Clarendon Std", "Times New Roman", Times, serif;
	list-style-type: none;
}

#bookreviewsblock {
	float: left;
	width: 100%;
	list-style-type: none;
}

.bookreview {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}

/* Cover Flags */

.ukcover {
	background: url(http://www.davidgilman.com/zinc/ximages/flags/gb.png) no-repeat 0 5px;
	float: left;
	width: 100%;
	text-indent: 20px;
}

.uscover {
	background: url(http://www.davidgilman.com/zinc/ximages/flags/us.png) no-repeat 0 5px;
	text-indent: 20px;
	width: 100%;
	float: left;
}

/* Books Download */

.pdfdownload {
	background: url(ximages/pdf.png) no-repeat;
	margin-bottom: 10px;
	border-bottom-style: none;
	line-height: 32px;
	text-indent: 40px;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}

.pdfdownload a {
	color: #bb2727;
}



/* @end */

/* @group bookshop */

.book-sales {
	width: 340px;
	float: left;
}

.purchaselinks li {
	margin-top: 0;
	border-bottom: 1px dotted #3f3f3f;
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}

.purchaselinks li a {
	margin-left: 30px;
}

.purchaselinks li a:hover {
	color: white;
}

.uk {
	background: url(http://www.davidgilman.com/zinc/ximages/flags/gb.png) no-repeat 0 5px;
	float: left;
	width: 100%;
}

.us {
	background: url(http://www.davidgilman.com/zinc/ximages/flags/us.png) no-repeat 0 5px;
}

.usa {
	background: url(http://www.davidgilman.com/zinc/ximages/flags/us.png) no-repeat 0 5px;
}

.de {
	background: url(http://www.davidgilman.com/zinc/ximages/flags/de.png) no-repeat 0 5px;
}

.fr {
	background: url(http://www.davidgilman.com/zinc/ximages/flags/fr.png) no-repeat 0 5px;
}

.ca {
	background: url(http://www.davidgilman.com/zinc/ximages/flags/ca.png) no-repeat 0 5px;
}

.jp {
	background: url(http://www.davidgilman.com/zinc/ximages/flags/jp.png) no-repeat 0 5px;
}

/* My Comment */

li.bookslistpage {
	width: 160px;
	float: left;
	list-style-type: none;
	font-size: 0.9em;
	margin-right: 6px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #4b4b4b;
}

.bookslistpage img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: none;
	display: block;
}

.bookslistpage h3 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: none;
	display: block;
}

/* shop nav */

.shopnavigation {
	float: left;
	margin-bottom: 10px;
	list-style-type: none;
	margin-top: 10px;
	background-color: #111;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	width: 100%;
}

.shopnavigation li {
	text-indent: 20px;
	margin-right: 5%;
	display: block;
	float: left;
	width: auto;
}

.otherretailers {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4b4b4b;
}



/* @end */

/* @group comments */

#commentlistblock {
	float: left;
	width: 100%;
}

#comment_form {
	margin-top: 10px;
	font-size: 0.9em;
	float: left;
	padding-top: 10px;
	background-color: black;
}

.journalcommentslist {
	background-color: #2b2b2b;
	margin-top: 6px;
	margin-bottom: 10px;
	color: #bfbfbf;
	padding: 6px;
}

.commentsource {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	color: silver;
	font-size: 0.8em;
	margin-right: 6px;
}

.commentname {
	color: #1ba2ed;
	width: 100%;
	float: left;
	font-size: 1.1em;
	border-bottom: 1px solid #404040;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.commentsourcecp {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #1ba2ed;
	margin-right: 6px;
	font-size: 1.2em;
}

#commentleftcol {
	width: 230px;
	float: left;
	margin-left: 10px;
}

#commentrightcol {
	float: left;
	width: 230px;
	margin-left: 10px;
}

#submitblock {
	float: left;
	width: 100%;
	background-color: black;
	margin-top: 6px;
	margin-bottom: 6px;
}

#submitleft {
	float: left;
	width: 200px;
	text-align: center;
	background-color: #262626;
	background-image: none;
	color: #1ba2ed;
	margin: 6px 10px;
	padding: 4px;
}

#modnote {
	float: right;
	width: 250px;
	font-size: 0.9em;
}

.commentfield {
	width: 180px;
	padding: 4px;
	margin-top: 3px;
	background-color: #e4e4e4;
	margin-bottom: 3px;
}

.commentfield {
	width: 180px;
	padding: 4px;
	margin-top: 3px;
	background-color: #e4e4e4;
	margin-bottom: 3px;
}

.commenttextarea {
	width: 220px;
	padding: 4px;
	margin-top: 3px;
	background-color: #e4e4e4;
	float: left;
	overflow: hidden;
}



/* @end */

/* @group wordplay */

.wordplaytitle {
	font: italic 3em Georgia, "OFL Sorts Mill Goudy TT", Cambria, Baskerville, Clarendon, "Clarendon Std", "Times New Roman", Times, serif;
	color: silver;
	margin-bottom: 10px;
}

.wordplaytitle a {
	color: silver;
}



/* @end */

/* @group dangerzone */

.dangerzone-body {
	background: #525252 url(http://www.davidgilman.com/zinc/ximages/dzbg01.jpg) no-repeat fixed;
	font: 13px Cantarell, Helvetica, Arial, sans-serif;
}

#dangerzone-wrapper {
 width: 956px;
	background: black url(http://www.davidgilman.com/zinc/ximages/dangerzone-hp.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

#dangerzone-header {
 color: #333;
 width: 956px;
 float: left;
 height: 500px;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 20px;
	display: block;
	background-image: none;
}

#dzfooter { 
 width: 956px;
 clear: both;
 color: white;
	background: black no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 30px;
}

#dzsocialcontainer { 
 width: 956px;
 color: #333;
	height: 50px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	display: block;
	background-color: black;
}

.dzcredits {
	float: left;
	display: block;
	color: silver;
	margin-left: 20px;
	font-size: 0.8em;
}

.dzcredits a {
	color: #1ba2f1;
}

.dzcredits a:hover {
	color: white;
}

/* Book Images */

.dzbookcoverscontainer {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.dzleftbook {
	width: 126px;
	height: 191px;
	margin-right: 50px;
	overflow: hidden;
	float: left;
	border-style: solid;
	border-width: 1px;
}

.dzcentrebook {
	width: 126px;
	height: 191px;
	margin-right: 50px;
	overflow: hidden;
	float: left;
	border-style: solid;
	border-width: 1px;
}

.dzrightbook {
	width: 126px;
	height: 191px;
	overflow: hidden;
	float: left;
	border-style: solid;
	border-width: 1px;
}

/* Dangerzone Pages */

#dangerzone-pagewrapper {
 width: 956px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background: black url(http://www.davidgilman.com/zinc/ximages/dangerzone-hp.jpg) no-repeat 0 -90px;
}

#dangerzone-pageheader {
 color: #333;
 width: 956px;
 float: left;
 height: 350px;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 20px;
	display: block;
	background-repeat: no-repeat;
}

/* Dangerzone Navigation */

.dzpagesnav {
	list-style-type: none;
	text-indent: 24px;
	background: url(http://www.davidgilman.com/zinc/ximages/alticons/lightning.png) no-repeat;
	line-height: 24px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #515151;
	float: left;
	width: 100%;
}

.dzpagesnav a {
	color: #e4b117;
}

.dzpagesnav a:hover {
	color: #1ba2f1;
}

.dzaudiofiles {
	list-style-type: none;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dzimages {
	list-style-type: none;
	float: left;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.dzwallpapers {
	float: left;
	width: 100%;
	list-style-type: none;
}



/* @end */

#agentlink {
	float: left;
	color: silver;
	font-size: 0.8em;
	width: 200px;
	text-align: left;
	margin: 40px auto 40px 20px;
}

.reviewlink {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#videoplayerhome {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}