﻿/*
Republica Press
http://www.republicapress.com
(c)Copyright 2010
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #340002 url(images/bg01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B9B9B9;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

img {
	border: 0; 
}

a {
/*	color: #F7E020; 
	color: #CF000A; */
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #F00;
}

strong {
	color: #D7D7D7;
}

img.left {
	float: left;
	margin: 5px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

.center {
	text-align: center;
}

.left {
	text-align:left;
}

.nofloat {
	clear: both; 
	padding: 0px;
	margin: 0px;
	height: 0px;
}
	
.red {
	color: #F00; 
}

/* Background */

#bg2 
{
	background: url(images/bg02.jpg) no-repeat center top;
}

#bg3 {
	background: url(images/bg03.jpg) no-repeat center top;
}

#bg4 {
	background: url(images/bg04.jpg) repeat-y center top;
}

#bg5 {
	background: url(images/bg05.jpg) no-repeat center bottom;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	color: #FFF;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 25px 0px 0px 25px;
	font-size: 40px;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 45px 25px 0px 0px;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header h2 a:hover {
	color: #F00; 
}

/* Page */

#page {
	width: 846px;
	margin: 0px auto;
	padding: 10px 0px 65px 0px;
}

/* Content */

#content {
	float: left;
	width: 583px;
}

#content-admin {
	float: right;
	width: 583px;
}

#content .title, #content-admin .title {
	height: 49px;
	background: url(images/img02.gif) no-repeat;
}

#content .title h2, #content-admin .title h2 {
	float: left;
	padding: 12px 0px 0px 24px;
	font-size: 24px;
	color: #F7E020;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 236px;	
}

#sidebar-admin {
	float: left;
	width: 236px;
}

#sidebar ul, #sidebar-admin ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li, #sidebar-admin li {
	background: url(images/img03.gif) no-repeat;
	padding: 0px 23px 20px 23px;
}

#sidebar li ul {
}

#sidebar li li, #sidebar-admin li li {
	padding: 8px 0px;
	background: none;
	border-bottom: 1px solid #262626;
}

#sidebar h2, #sidebar-admin h2 {
	margin: 0px;
	padding: 16px 0px 30px 0px;
	font-size: 14px;
	color: #F7E020; 	
/*	color: #FFF; */
}

/* Footer */

#footer {
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: center;
	color: #B9B9B9;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #F00;
}

/* Small Blurb */

.small-blurb {
	width: 250px;
	margin-top: 0px; /*20px*/
	margin-bottom: 0px; /*20px*/
	padding: 30px 10px 10px 10px;
	float: left;
	text-align: center;
	display: block;
}

.small-blurb p {
	text-align: left; 
	padding-left: 10px;
}

.small-blurb p a, .yellow-link {
	color: #F7E020;
}

/* List Control */

.list-item {
	width: 500px;
	height: 220px;
	margin: 20px 0px 0px 0px;
	padding: 10px 10px;
	display: block;
	/* font-size: 1.1em; 
	line-height: 1.5em; */
}

.list-item-left {
	width: 150px;
	height: 210px;
	float: left;
}

.list-item-right {
	width: 330px;
	height: 210px;
	padding-left: 20px;
	float: left;
}

.list-item-right a {
	color: #F7E020;
}

.list-item-right a:hover {
	color: #F00;
}

/* Book Page */

.book-info {
	width: 250px;
	float:left;
	margin-top: 25px;
}

.book-title {
	font-size: 1.4em;	
	color: #F7E020;
	margin-top: 25px;
	display: block; 
}

.book-blurb {
	font-size: 1.2em;
}

.sneak-peek {
	padding-left: 17px;
	background: url(images/img05.gif) no-repeat left center;
	color: #F7E020;
}

/* Author's Page */

.bio-pic {
	margin: 20px 20px;
	text-align: center;
}

.bio-subtitle, .subtitle {
	font-size: 1.4em;	
	color: #F7E020;
	margin-top: 30px;
	display: block;
}

.biography, .about, .guidelines {
	margin-top: 20px;
	padding-left: 0px;
	padding-right: 25px;
}

/* Shopping Cart */

.cart {
	margin-top: 50px;
}

.cart-header {
	background-color: #333;
}

.total {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #333;
	border-top: solid 1px #ccc;
}

.gift-name{
	width: 100px
}

.gift-email {
	width: 225px;
}

.gift-message {
	width: 350px; 
	height: 85px;
}

/* Download */

.download-item {
	width:400px; 
	text-align:center; 
	margin-bottom:20px;
}

.download-book {
	width:150px; 
	text-align:center; 
	float:left;
}

.download-button {
	width:200px; 
	float:right;
}

/* Misc Borders */

.left-border {
	border-left: 1px solid #262626; 
}

.right-border {
	border-right: 1px solid #262626; 
}

.bottom-border {
	border-bottom: 1px solid #262626;
}

.cover-border {
	border: 1px solid #262626;
}