/*
Theme Name: Brenda Cooper 
Theme URI: http://www.brendacooper.com
Description: Customized Wordpress theme for Brenda Cooper's blog
Version: 1.1
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);
/* =strong and em for all sections */
p strong {
	font-weight:bold;
	color:#000;
	}
p em {
	font-style:italic;
	color:#1B8360;
	}
a img {
	border:0;
	}
	
/* TABLE */
table {
	margin:15px;
	font-size:1em;
	}	
	
	
/*---------------------------------------------------------------------------------
	=footer
-----------------------------------------------------------------------------------*/
#footer p {
	
	}
#footer a {
	color: #888;
	text-decoration:none;
	}
#footer a:hover {
	color:#eee;
	}
	#footer p {
		margin:5px 15px;
		}
/*- 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;
	}
 img.center {
	display:block;
	margin:0 auto;
	}
img.center, img[align="right"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float:right;
	}
img.alignleft, img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float:left;
	}
	
img.noborder {
	border: none !important;
	}
.favorite img {
	padding: 0;
	border: none;
	}
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 0;
	padding: 0 20px 0 50px;
	background: url(images/bg_blockquote.gif) no-repeat 30px top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#454545;
	}

