/*
Theme Name: SF Novelists
Theme URI: http://www.sfnovelists.com
Description: Wordpress theme for Science Fiction Novelists. 
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/secondary.css);
@import url(css/footer.css);

/* =strong and em for all sections */
strong {
	font-weight:bold;
	color:#000;
	}

em {
	font-style:italic;
	}

img, a img {
	border:0;
	}
	
/* TABLE */
table {
	margin:0 15px;
	font-size:12px;
	line-height:1.6em;
	}	

/*- 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;
	color:#000;
	font:1.1em/130% Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
	
	cite {
		font:0.7em/130% Verdana, Arial, Helvetica, sans-serif;
		color:#222;
		display:block;
		text-indent:0;
		margin:4px 0 0 0;
		}


