@CHARSET "ISO-8859-1";
/* CSS Document for Murphy Bear Books
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	background: #e8f2e8;
}

h1 {
	font-size: 30px;
	color: #34af00;
	margin: 10px 0 15px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	color: #f68f2a;
	margin: 10px 0 15px 0;
	padding: 0;
	font-weight: normal;
	border-bottom: 2px solid #999;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #30a200;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.4em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}
	
blockquote {
	margin: 20px 10px;	
}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}

.book-image {
	width: 200px;
	float: left;
}
.book-image img {
	border: 2px solid #b3b3b3;
}
.book-info {
	width: 300px;
	float: left;
	margin-left: 15px;
}
.image-container {
	width: 150px;
	height: 150px;
	float: left;
	margin: 10px 30px 20px 0;
	border: 2px solid #b3b3b3;;
		
}

/* Header =============================== */
#header-wrap {
	height: 181px;
	background: url('../images/header-bg.gif') 0 0 repeat-x;
}
#header {
	width: 800px;
	margin: 0 auto;
}

/* Content Containers =================== */
#container {
	width: 800px;
	margin: 0 auto;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fff;
}

#content {
	background: url('../images/content-bg.gif') 0 0 repeat-y;
	padding-top: 1px;
}

#main-content {
	width: 520px;
	float: left;
	padding: 20px;
}

#sidebar {
	width: 240px;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #a6a6a6;
	padding: 15px 0;
}
#sidebar img.book {
	border: 2px solid #b3b3b3;
	margin-top: 10px;
}
#sidebar h2 {
	border: none;	
}


/* Navigation =========================== */
#nav {
	padding-top: 1px;
	background: #fafad9;
	border-bottom: 1px solid #e0e0e0;
}
	#nav ul {
		margin: 12px 0 12px 80px;
	}
		#nav ul li {
			display: inline;
			margin: 0 40px;
		}
			#nav ul li a {
				color: #686868;
				text-decoration: none;
				font-size: 18px;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				padding: 0 25px;
			}
			#nav ul li a#current {
				background: url('../images/nav_on.gif') left center no-repeat;
			}
			#nav ul li a:hover {
				background: url('../images/nav_on.gif') left center no-repeat;
			}

/* Footer =============================== */
#footer {
	border-top: 1px solid #e0e0e0;
	padding: 20px;
}

#links {
	width: 400px;
	float: left;
}
	#links ul {
		margin: 0;
		padding: 0;
	}
		#links ul li {
			display: inline;
			border-right: 1px solid #bbb;
			font-size: 9px;
			margin-right: 5px;
			padding-right: 7px;
		}
			#links ul li a {
				color: #bbb;
				text-decoration: none;
				text-transform: lowercase;
				font-size: 12px;
			}

#copyright {
	width: 350px;
	float: right;
	text-align: right;
	font-size: 11px;
	color: #c5c5c5;
}
	#copyright a {
		color: #999;
	}
