@charset "utf-8";
/* SolarisBooks.com Styles */

body, html
{
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height: 100%;
}

body
{
	background:url(bg.jpg) top left repeat-x #fff;
}

ul, li
{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

img
{
	border:0;
}

/* 100% width */
.logo_bg, .page_links
{
	width:100%;
}

/* width 728px */
.link_align, .leaderboard, #wrap, #content 
{
	width:728px;
}

/* Center via margins */
#wrap, .link_align
{
	margin:0px auto 0px auto;
}

#wrap
{
	/* background:url(wrap_bg.png); */
	width:728px;
	padding:3px;
	position: relative;
	height: auto !important;
	height: 100%;
}

#wrap .background
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	/*	Nasty IE-specific Opacity hack
		http://robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/
	*/
	background: #fff;
	/* For web browsers who care */
	opacity: 0.5;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


/* Text Align */
.logo_bg, .page_links, .link_align
{
	text-align:center;
}

/* float left */
.news_text, .latest_book
{
	text-align:center;
	float:left;
}

.latest_book
{
	width:105px;
	margin:3px 9px 3px 0px;
}


.book_details
{
	padding:3px 0px 3px 0px;
	width: 100px;
}

.section
{
	width:565px;
}

.logo_bg
{
	height:73px;
	background-color:#000;
	margin-bottom:3px;
}

.page_links
{
	height:40px;
	background-color:#333;
}

.page_links li {
	float:left;
}

#content
{
	margin-top:3px;
}

#left
{
	float:left;
	width:567px;
}

#right
{
	float:right;
	width:160px;
}

#contact_form
{
	margin-top:1em;
}

label
{
	clear:left;
	display:block;
	float:left;
	width:65px;
}

input
{
	width:480px;
	border:1px solid #444;
}

select
{
	border:1px solid #444;
	width:480px;
}


textarea
{
	border:1px solid #444;
	width:480px;
	margin-top:5px;
}

.form_padding
{
	margin-bottom:8px;
}

.form_side_padding
{
	margin-bottom: 8px;
	margin-left: 65px
}

.submit
{
	border:1px solid #444;
	width:50px;
}


.heading
{
	width:555px;
	padding:5px;
	height:20px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	background-color:#E6E6E6;
}

.heading_section
{
	width:555px;
	padding:5px;
	height:20px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	background-color:#333;
	line-height:20px;
	vertical-align:middle;
}

.heading_section img
{
	float:left;
	position:relative;
}

.text_block
{
	width:565px;
	padding:5px 0px 5px 0px;
	line-height:18px;
	text-align:justify;
	margin-bottom:1em;
}

.book_image
{
	width:250px;
	float:left;
	margin-bottom:3px;
}

.book_description
{
	width:310px;
	float:right;
}

#author_books
{
	margin-top:10px;
	width:565px;
}

.news_text
{
	width:422px;
}

#twitter_feed
{
	width:150px;
	background-color:#666;
	margin-bottom:3px;
	padding:5px;
}

#book_moment
{
	margin:3px 0px 3px 0px;
}

#book_moment img
{
	float:left;
	padding-right:5px;
}

#book_moment p
{
	margin-top:0px;
}

/* ADVERTS */
.leaderboard
{
	height:90px;
	background-color:#000;	
}

.skyscraper
{
	width:160px;
	height:600px;
	background-color:#000;	
}

.skyscraper_small
{
	width:160px;
	height:450px;
	background-color:#000;
	margin-top:3px;
}

/* FONTS */

span.link_subtext
{
	font-size:10px;
	color:#9DBBFF;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.blog_heading
{
	background-color:#333;
	color:#FFF;
	font-weight:bold;
}

.small_heading
{
	color:#FFF;
	font-weight:bold;
	background-color:#333;
	height:20px;
	padding:5px;
	position:relative;
	line-height:20px;
	vertical-align:middle;
	font-size:14px;
}

.small_heading img, .heading_section img
{
	margin-right:4px;
	position:relative;
	float:left;
}

.book_title, .book_author, .book_info
{
	font-family:Arial, Helvetica, sans-serif;
}

.book_title
{
	font-weight:bold;
}

.book_author
{
	font-style:italic;
}

.date
{
	color:#666;
	font-size:11px;
}

.block
{
	margin-bottom:20px;
}


.list_block
{
	text-align:center;
	font-size:10px;
	float:left;
	width:130px;
	margin:5px 0px 5px 0px;	
}

.list_block_details
{
	width:130px;
}

.staff
{
	margin-bottom:20px;
	width:559px;
	padding:3px;
	line-height:18px;
}

.staff img
{
	float:left;
	margin-right:5px;
	padding-bottom:10px;
}

.staff p
{
	margin-top:0px;
}

.details_image
{
	margin-right:5px;
	position:relative;
	display:block;
	float:left;
	padding:3px 2px 0px 0px;
}

.author_details
{
	width:565px;
}

p.footer_legals
{
	text-align:left;
	margin-top:0px;
	padding-top:1em;
	font-size:10px;
	color:#666;
}

.footer_links
{
	line-height:40px;
	height:40px;
	text-align:center;
	color:#CCC;
}

.footer_links a
{
	color:#CCC;
}

li.footer_social
{
	margin:5px 5px 0px 0px;
}

.error
{
	color:#C00;
	font-weight: bold;
	margin-left: 65px;
}

.biog
{
	width:340px;
	float:right;
	line-height:18px;
	text-align:left;
}

span.ptext
{
	display:block;
	padding-bottom:5px;
}

#related_books
{
	margin-top:3px;
	width:565px;
}

.abook
{
	width:78px;
	float:left;
}


/* LINKS */

a.back
{
	color:#000;
}

a.linkBlock
{
	text-align:center;
	display:block;
	padding:5px;
	width:94px;
	height:30px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}

a.linkBlock:hover
{
	display:block;
	width:94px;
	height:30px;
	background-color:#494949;
	text-decoration:none;	
}

.feed a
{
	font-size:11px;
	color:#FFF;
}

.feed p
{
	margin-top:2px;
}

.feed li
{
	margin-left:15px;
	padding-bottom:10px;
	list-style-type:square;
	color:#FFF;
}

.latest_book a
{
	color:#006DA8;
}

.latest_bg
{
}

.random_book
{
}

.events_bg
{
}

.staff_bg
{
}

.author_link
{
	color:#000;
	font-size:14px;
	font-weight:bold;
}

a.book_list_link
{
	color:#000;
	font-weight:bold;
	font-size:11px;
}

a.book_list_author
{
	color:#000;
}


a.cat_link, a.book_link
{
	color:#666;
	font-size:11px;
}


/* MISC */
.clear
{
	clear:both;
}

.last
{
	margin-right:0px;
}

#center_books
{
	width:561px;
	margin:0px auto 0px auto;
}

#center_list
{
	width:520px;
	margin:20px auto 0px auto;
}

.pad
{
}