/* @import 'reset.css'; */

body {
	background-color: #005a82;
}

#wrapper, #shadow {
	background-image: url(../images/blue_back.gif);
	background-color: #005a82;
}

#wrapper {
	background-position: 0 -100px;
}

#header h1 {
	background-image: url(../images/pixel-logo-small.png);
}


#navigation li a {
	color: #577d9e;
}
#navigation li.selected a {
	background-color: #00263f;
	padding-left: 10px;
	padding-right: 10px;
}
#navigation li.hover a,
#navigation li:hover a,
#navigation li a:hover {
	background-color: #577d9e;
}

#navigation li:hover ul li a,
#navigation li.hover ul li a,
#navigation li ul li a {
	color: #577d9e !important;
}

#navigation li:hover ul li a:hover,
#navigation li.hover ul li a:hover,
#navigation li ul li a:hover {
	color: #fff !important;
}

#content .left-column p, 
#content .wide-column p, 
#content .left-column ul, 
#content .left-column ol {
	color: #fff;
	font-size: 1em;
}

#content h3,
#content h2,
#footer h2 {
	color: #efff00;
}

#content h2 {
	font-size: 1.8em;
}

#purchase_block {
	padding: 10px 0 0 0;
	text-align: center;
		font-family: "Lucida Grande",Verdana,Arial,Sans-Serif;
		color: #fff;
		font-size: 1.2em;
}

#purchase_block form {
	margin-top: 15px;
}


#purchase_block a {
	color: #eee;
}

#purchase_block a:hover {
	color: #fff;
}

#purchase_pdf {
	display: block;
	text-align: left;
	width: 241px;
	height: 50px;
	background: url(../images/purchase_button.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	margin: 15px auto;
}

#purchase_pdf:focus {
		outline: none;
}

#purchase_pdf:hover {
	background-position: 0 -50px;
}

#purchase_pdf:active {
	background-position: 0 -100px;
	outline: none;
}



#what_you_get {
	list-style: none;
	position: relative;
	left: -10px;
	margin: 0;
	padding: 0 0 0 0;
}

#what_you_get li {
	padding: 10px 0 5px 60px;
	background: url(../images/what-you-get.gif) no-repeat;
}


#what_you_get #wyg_sketch {
	background-position: 0 -255px;
}

#what_you_get #wyg_ai {
	background-position: 0 -510px;
}

#footer h2 {
	font-family: "Century Gothic",Verdana,Arial,Sans-Serif;
	font-size:2.2em;
	font-weight:normal;
	margin-bottom:5px;
	padding-bottom:0;
	text-transform:uppercase;
	padding: 0 0 10px 0;
	margin: 0;
}

#footer .left-column p {
	font-family: "Lucida Grande",Verdana,Arial,Sans-Serif;
	font-size: 1.3em;
	line-height: 1.8em;
	color: #ccc;
	margin: 0 ;
	padding: 0;
}

#footer {
	border-top: none;
	color: #eee;
}


#footer a {
	color: #eee;
}

#footer a:hover {
	color: #fff;
}

#digg_box {
	position: absolute;
	width: 60px;
	padding: 6px 0;
	left: -80px;
	top: 20px;
	background: #fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 10px 0;
}
#digg_box iframe {
	margin-left: 5px;
}

#footer-wrapper {
	padding: 10px 0;
	background: #00243d url(../images/footer-bg.gif) repeat-x;
	
}

#share-this-area {
	padding-top: 15px;
}

#content a {
	color: #ddd;
}

#content a:hover {
	color: #fff;
}

#purchase_block a:hover {
	text-decoration: none;
}

div.error {
	border: solid 1px #720400;
	background: #fec0be;
	padding: 10px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #720400;
}

#content div.error p {
	margin: 0 !important;
	padding: 0 !important;
}

#book_cover {
	width: 290px;
	height: 400px;
	background: url(../images/book_cover.png);
}
