/*
Theme Name: Night Shade Books
Theme URI: http://www.nightshadebooks.com
Description: Wordpress theme for Night Shade Books. 
Version: 0.5
Author: Tony Geer
Author URI: http://www.tonygeer.com/
*/

/*Main sections and layout split into individual files for easier maintenance



*/
@import url(css/layout.css);
@import url(css/primary.css);
@import url(css/digishop.css);



/* =strong and em for all sections */
strong {
	font-weight:bold;
	color:#000;
	}

em {
	font-style:italic;
	}

a img {
	border:0;
	}
	
/* TABLE */
table {
	margin:0 15px;
	font-size:12px;
	line-height:1.6em;
	}	
			
input,textarea {
	}
	
/*---------------------------------------------------------------------------------
	=footer
-----------------------------------------------------------------------------------*/
#footer p {
	text-align:left;	
	width:930px;
	margin:0 auto;
	color:#888;
	padding:15px 0;
	}

#footer a {
	color: #555;
	text-decoration:none;
	}

#footer a:hover {
	color:#111;
	}

/*- Various Tags and Classes */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.center {
	text-align: center;
	}

.right {
	float: right;
	}
	
.left {
	float: left
	}

/* images */
 img.right {
	float:right;
	margin:7px 0 12px 15px;
	}
	
 img.left {
	float:left;
	margin:7px 15px 12px 0;
	}

small {
	font-size: .9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, monospace;
	}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	border-bottom: 1px dashed #999;
	cursor: help;
	}

blockquote {
	margin: 20px 15px;
	background: url(images/bg_blockquote.gif) no-repeat left top;
	color:#7C6B2A;
	font:1.8em/130% Georgia, "Times New Roman", Times, serif;
	text-indent:1.4em;
	}
	
	cite {
		font:0.7em/130% Verdana, Arial, Helvetica, sans-serif;
		color:#222;
		display:block;
		text-indent:0;
		margin:4px 0 0 0;
		}

