/*
Theme Name:2 Column Horizontal Nav Xblog
Theme URI: http://flyte.biz
Description: A basic 2 column launch point for intermediate wordpress sites with a horizontal nav and no blog.
Version: 1.0
Author: Flyte New Media [AW]
Author URI: www.flyte.biz
Tags: simple, wireframe, 2 column horizontal nav

*/




/* ############## Blog-Specific Styles ##############  */

/*@import url("blog.css") screen;*/  /*un-comment if you need the blog-specific stylesheet*/  


/* ############## Main Structure ##############  */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/bkgrd.gif) repeat;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}
#page {
	width: 838px;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	background:transparent url(images/pg-bk.gif) repeat-y;
	}
#header {
	background: url(images/header.gif) no-repeat;
	margin: 0;
	padding: 0;
	height: 190px;
	width: 838px;
	
	}
#headerInner 	{
	width: 100%;
	height: 162px;
	margin: 0;
	}
#headerInner .description {
	font-size: 1.2em;
	text-align: center;
	color:#fff;
	}
#contentWrapper{
	margin:0;
	padding:0;
	}
#content {
	font: 13px Arial, Helvetica, sans-serif;
	color: #3f4142;
	}
.post {
	margin: 0 0 40px;
	text-align: justify;
	}
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
}

#homeNews{margin-left:25px;}
	
/* ############## Widecolumn ##############  */
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 50px;
	width: 450px;
	}	
.widecolumn .postmetadata {
	margin: 30px 0;
	}	
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}
.widecolumn {
	line-height: 1.6em;
	}
.widecolumn .post {
	margin: 0;
	}

/* ############## Narrowcolumn ############## */
.narrowcolumn {
	float:left;
	padding: 0px 10px 20px 20px;
	margin: 0px 0 0 0;
	width: 530px;
	display:inline;/*dub float margin bug killer*/
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
	

/*  ############## Begin Sidebar ##############  */

#sidebar{
	float: left;
	padding: 20px 15px 20px 15px;
	margin-left: 55px;
	width: 170px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fbf9f9;
	}
#sidebar form {
	margin: 0;
	}	
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Sidebar */
	
/* ############## Headings ############## */
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
h1 {
	font-size: 4em;
	text-align: center;
	margin: 0;
	}
h2.pagetitle {
	font-family: bold 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	text-align: center;
	}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
		margin: 5px 0 0;
	padding: 0;
	}
h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2{
	text-decoration: none;
	}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
h2 {
	font-size: 18px;
	margin: 55px 0 0;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #102f44;
	}	
#homecontent h2 {
	margin-top: 0px;
}
	
/*  ############## Anchors ##############  */
a:hover {
	color: #708c9f;
	text-decoration: underline;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}

/*  ############## Begin Content Area Lists ##############  */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	}
.entry li {
	margin: 7px 0 8px 10px;
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*  ############## Begin Form Elements ##############  */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
select {
	width: 130px;
	}


/*  ############## Begin Various Tags & Classes ##############  */
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
hr {
	display: none;
	}
a img {
	border: none;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
small {
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.clear {
	clear: both;
}


/*  ############## Captions ##############  */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* ############## footer ############## */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 732px;
	clear: both;
	border: none;
	background: url(images/blue-lines.gif) repeat-x top;
	text-align: center;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color:#fff;
	}

.side-hd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #1a4a6b;
	font-weight: bold;
	background: url(images/blue-lines.gif) no-repeat 10px bottom;
	padding: 0 10px 10px 10px;
	text-align: center;
	display: block;
	width: 168px;
	margin-bottom: 15px;	
	}
.home-hd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #1a4a6b;
	font-weight: normal;
	background: url(images/blue-lines.gif) repeat-x left bottom;
	padding-bottom: 10px;
	padding-right: 0;
	text-align: center;
	display: block;
	width: 720px;
	margin-bottom: 15px;	
	}
#sidebar {
    border-bottom: 0;
    padding: 5px 10px 0px 14px;
    margin: 39px 15px 0 20px;
    width: 196px;
	background: url(images/side-fade.gif) no-repeat top;
    }

#sidebar li {
	list-style: none;
	padding-top: -5px;
	padding-bottom: 0px;
	width: 164px;
	border-top: 1px dotted #194a6b;
}  
#sidebar li a:link, #sidebar li a:visited {
	list-style: none;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #8e7b40;
	padding-top: 5px;
	display: block;
}
#sidebar li a:hover, #sidebar li a:active {
	color: #708c9f;
	text-decoration: none;
	background: url(images/blue-arrow.gif) no-repeat right;
	
}
#sidebar .dotted-line {
	border-top: 1px dotted #194a6b;
	height: 200px;
	width: 164px;
	margin: 5px 0 0 10px;
}
#sidebar .bot {
	left: 0px;
	bottom: 0px;
	background: url(images/side-fade.gif) no-repeat bottom;
	width: 196px;
	height: 40px;
	margin-left: -15px;
	}
#sidebar ul {
	padding-left: 10px;
	}
#footer #logo {
	height: 97px;
	width: 732px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	background: url(images/booksellers-logo.gif) no-repeat center;
	}
#footer {
	width: 730px;
	}
#footer li {
	left: 0px;
	bottom: 0px;
	text-align: center;
	display: inline;
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	padding-right: 21px;
	padding-left: 21px;
	border-left: 1px solid #8e7b40
}	
#footer li a:link, #footer li a:visited {
color: #8e7b40;
text-decoration: none;
}	
#footer li a:hover, #footer li a:active {
color: #708c9f;
}
#footer-bot {
	height: 55px;
	width: 838px;
	padding: 0;
	text-align: center;
	display: block;
	background: url(images/footer-bot.gif) no-repeat center;
	}
.credits a {
	color: #fff;
	text-decoration: underline;
	margin-bottom: 25px;
}
#searchwrapper {
float:right;
margin-top: 40px;
margin-right: 20px;
}
.narrowcolumn a:link, .narrowcolumn a:visited {
	color: #8e7b40;
	text-decoration: underline;
	}
.narrowcolumn a:hover, .narrowcolumn a:active {
	color: #708c9f;
	text-decoration: underline;
	}
table#tablestuff {
	border: 1px solid #c8d4dc;
	background: #f4f4f4;
	width: 535px;
	}
table#tablestuff td {
	padding: 28px;
	}
table#inner2 td {
	border-left: 1px solid #e7e9ec;
	background: #fbf9f9;
	text-align: left;
	font: 13px Arial, Helvetica, sans-serif;
	color: #3f4142;
	width: 300px;
	margin: 0 0 0 10px;
	}
table#inner2 h1 {
	font: bold italic 14px Georgia, "Times New Roman", Times, serif;
	color: #102f44;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}
table#inner2 li {
	color: #194a6b;
	text-align: left;
	margin-top: 10px;
}
table#inner2 img {
	padding: 0;
	margin: 0;
}
#footer a.top {
	padding-right: 26px;
	color: #8e7b40;
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	}
.left ul {
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
}	
#homecontent {
    margin: 39px 15px 0 20px;
    width: 722px;
    }
#sidebar2 {
    border: 1px solid #c0cbd3;
    padding: 5px 10px 10px 14px;
    margin: 0px 15px -30px 25px;
    width: 722px;
	background: url(images/home-bk-box.gif) repeat-x;
    }
#sidebar2 ul {
margin: 20px 15px 0 0px;
    }
   
#sidebar2 li {
	list-style: none;
	padding-top: -5px;
	padding-bottom: 0px;
	width: 164px;
	border-top: 1px dotted #194a6b;
}  
#sidebar2 li a:link, #sidebar2 li a:visited {
	list-style: none;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #8e7b40;
	padding: 5px 0;
	display: block;
	text-decoration: none;
}
#sidebar2 li a:hover, #sidebar2 li a:active {
	color: #708c9f;
	text-decoration: none;
	background: url(images/blue-arrow.gif) no-repeat right;
	
}	
#home-books {
	width: 510px;
	float: left;
	padding-top: 18px;
	}
		
#home-books .books-rotate {
	float: left;
	padding: 0px;
	margin: 0;
	display: block;
	}
#home-books .books-rotate img {
	border: 0;
	}
h2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	}
h3 {
	font: bold italic 14px Georgia, "Times New Roman", Times, serif;
	color: #102f44;
	margin-top: 15px;
	}
.viewcart {
	margin-left: 449px;
	padding: 0;
	clear: both;
}
table.landing td {
	padding: 3px;
	vertical-align: top;
	}	
	
table.landing {
	border: 1px solid #c8d4dc;
	background: url(images/home-bk-box.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #3f4142;
	padding: 15px;
	margin-bottom: 15px;
	}
td.th {
	width: 85px;
	}
.narrowcolumn h4 {
	font-size: 16px;
	margin: 10px 0 0 0;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #102f44;
	}

.contacttd td{
	font: 13px Arial, Helvetica, sans-serif;
	color: #3f4142;
	}
#commentform #comment {
	width: 500px;
	}

#forceright {
	float: right;
	}
#shipping {
	width: 500px;
	text-align: left;
	}