/********************************************
   AUTHOR:  			Shem Rajoon
   WEBSITE:   			http://www.rajoon.com/
   VERSION:             1.0	
   DATE:          	    March-17-2009
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; outline: 0; }

body {
	margin: 0 0 0 0; 	padding: 0;
	font: normal 13px/1.6em  verdana, tahoma, sans-serif;	 
	text-align: center;
	background: #fff url(../images/splash_bgrepeat.jpg) repeat-x;
	color: #8F8F8E; 	
}

/* links */
a {
	color: #8F8F8E;		
	background-color: inherit;
	text-decoration: none;			
}
a:hover {	
	color: #666;
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4 {
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #eee;
}
h1 { font-size: 3em; color: #84A5DA; letter-spacing: -2px;	} 
h2 { font-size: 2.5em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }

p, h1, h2, h3, h4 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

code {
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left; 
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  /* white-space: pre; */
  background: transparent;
  border: 1px solid #211E20;   
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #8F8F8E;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 30px;  
   background: transparent;
	border: 1px solid #211E20;   
  	font: normal 1.6em/1.5em Georgia, "Times New Roman", Times, serif;
}

/* start - table */
table {
	margin: 10px 15px; 
	border-collapse: collapse;			
}
th strong {
	color: #fff;
}
th {
	background: #090807;
	color: #fff;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 2px solid #8EB200;
}
tr {
	color: #707070;
	height: 2.5em;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #211E20;	
}
/* end - table */

/* form elements */
form {
	margin: 10px 15px; 
	padding: 10px;
	background: transparent;
	border: 1px solid #211E20;  
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	display:block;
	font-weight:bold;
	margin: .4em 0;	
}
input {
	padding: .3em;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 55%;
	padding: .3em;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color:#777;
}
input.button { 
	font: bold 1em Arial, Tahoma, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #fff;
	background: #000;
	border: 2px solid #211E20; 
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 10px; padding: 0 0 1.5em 0;	
	width: 20em;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 11em;
	color: #777; 
	padding: .4em; 
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 80px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header, #content, #footer-wrap {
	width: 1060px;
}

/* header */
#header {
	clear: both;
	position: relative; padding: 0;
	height: 693px;
	text-align: left;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

#header #artwork {
	position: absolute;
	background: transparent url(../images/splash_artwork.jpg) no-repeat;
	top: 0;
	width: 1959px;
	height: 693px;
	left: -520px;
	z-index: -1;
	margin: 0;
	padding: 0;
}


/* buttons */
#staceyannchin {
	position: absolute;
	background: url(../images/splash_staceyann_btn.jpg) no-repeat;
	top: 467px;
	width: 287px;
	height: 56px;
	margin: 0;
	padding: 0;
	left: 294px;
}

#staceyannchin>a {
	position: absolute;
	width: 287px;
	height: 56px;
	text-indent: -9999px;
}

#amazon {
	position: absolute;
	background:url(../images/splash_amazon_btn.jpg) no-repeat;
	top: 467px;
	width: 143px;
	height: 33px;
	margin: 0;
	padding: 0;
	left: -10px;
}

#amazon>a {
	position: absolute;
	width: 143px;
	height: 33px;
	text-indent: -9999px;
}

#bn {
	position: absolute;
	background:url(../images/splash_bn_btn.jpg) no-repeat;
	top: 467px;
	width: 143px;
	height: 33px;
	margin: 0;
	padding: 0;
	left: 134px;
}

#bn>a {
	position: absolute;
	width: 143px;
	height: 33px;
	text-indent: -9999px;
}

#powellbooks {
	position: absolute;
	background:url(../images/splash_powellbooks_btn.jpg) no-repeat;
	top: 500px;
	width: 143px;
	height: 33px;
	margin: 0;
	padding: 0;
	left: -10px;
}

#powellbooks>a {
	position: absolute;
	width: 143px;
	height: 33px;
	text-indent: -9999px;
}

#borders {
	position: absolute;
	background:url(../images/splash_borders_btn.jpg) no-repeat;
	top: 500px;
	width: 143px;
	height: 33px;
	margin: 0;
	padding: 0;
	left: 134px;
}

#borders>a {
	position: absolute;
	width: 143px;
	height: 33px;
	text-indent: -9999px;
}


#indiebound {
	position: absolute;
	background:url(../images/splash_indiebound_btn.jpg) no-repeat;
	top: 533px;
	width: 143px;
	height: 33px;
	margin: 0;
	padding: 0;
	left: 134px;
}

#indiebound>a {
	position: absolute;
	width: 143px;
	height: 33px;
	text-indent: -9999px;
}

#flashquotes{
	width: 325px;
	height: 85px;
	position: absolute;
	top: 289px;
	left: -4px;
}



/* logo */
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 58px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -3px;
	color: #0a1e53;
	text-decoration: none;
	z-index: 9998;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 33px; left: 10px;
	text-indent: -9999px;
}
#header p#slogan {
	position: absolute;	
	font: normal 19px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #fff;
	margin: 0; padding: 0;
	z-index: 9999;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 95px; left: 25px;
	text-indent: -9999px;
}


/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #fff none repeat-x 0;
}
#content {
	text-align: left;	
	padding: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1060px;
}

/* sidebar */
#sidebar {
	float: right; 
	padding: 0;
	background: url(../images/splash_reflection.jpg) no-repeat;
	width: 493px;
	height: 698px;
	z-index: -1;
	margin-right: 50px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

/* main */
#main { 
	padding: 0;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 26em;
}
#main h2 { 
	color: #84A5DA;
	width: 524px;
	height: 141px;
	background: url(../images/splash_title.jpg) no-repeat 0 40px;
	text-indent: -9999px;
	padding-bottom: 0;
	padding-top: 40px;
}
#main h2 a {
	color: #84A5DA;	
	text-decoration: none;	
}

#main>p{
	width: 380px;
}

#flashupdates{
	width: 729px;
	height: 424px;
}
embed#flashfile{
	width: 560px;
	height: 424px;
	position: absolute;
	margin-left: 180px;
}

#picture{
	width: 177px;
	height: 343px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 982px;
}

#available{
	width: 363px;
	height: 33px;
	background: url(../images/splash_availabledate.jpg) no-repeat;
	margin-top: 40px;
	padding: 0;
	text-indent: -9999px;
}

#available>a{
	width: 363px;
	height: 33px;
	display: block;
}

#scribner{
	width: 217px;
	height: 61px;
	background: url(../images/splash_scribnerlogo.jpg) no-repeat;
	margin-top: 30px;
	padding: 0;
	text-indent: -9999px;
}

/* columns */
#columns {
	clear: both;
	text-align: left;
	color: #5B9CFF;
	margin: 0 auto; 
	padding: 1.6em 0 .5em 0;
	width: 95%;	
}
#columns h3 {
	color: #8F8F8E;	
	margin: 0;
	padding: 0 10px; 	
	font: normal 1.4em "Trebuchet MS", Arial, Tahoma, Sans-serif;	
	text-transform: uppercase;
}

#columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #111;	
}
#columns li {
	border-bottom: 1px solid #111;		
}
#columns li a {
	display: block;
	padding: .5em 0 .5em 1em;
	color: #8F8F8E;
}
#columns li a:hover {
	color: #fff;	
}

#columns .col3, .col3-center {
	float: left;
	width: 31%;
}
#columns .col3-center { 
	margin: 0 15px; 
}

/* footer */
#footer{
	clear: both;
	text-align: center;
	font-size: .85em;
}

#footer>p#copyright{
	float: left;
	clear: both;
	margin-left: 50px;
	padding: 0;
	margin-top: 20px;
}

#footer>p#designer{
	float: right;
	margin-right: 50px;
	padding: 0;
	background: url(../images/splash_rajoonlogo.jpg) no-repeat;
	width: 207px;
	height: 46px;
	text-indent: -9999px;
}

#footer>p#designer>a{
	width: 207px;
	height: 46px;
	float: right;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right;
	background-repeat: no-repeat;
}
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.grey {	color: #8F8F8E; }

.post-by {
	font-size: .9em;	
	padding-top: 0;
}

.post-footer { 
	text-align: right; 
	background: transparent;
	border: 1px solid #211E20; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}
.post-footer .date, 
.post-footer .comments,
.post-footer .readmore {
	padding-left: 20px; margin: 0 3px 0 3px;
}
 

