/* 
Theme Name: watercolor
Theme URL: http://www.peteranglea.com/
Description: A custom theme for PeterAnglea.com created by me
Author: Peter Anglea
Author URI: http://www.peteranglea.com
Version: 1.0
*/

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
em {
font-style: italic;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10pt;
	color: #333333;
}
#header {
	width: 100%;
	background: url('images/header2.jpg') top center no-repeat;
	min-width: 960px;
	height: 195px;
}
#wrap {
	width: 960px;
	margin: 0 auto;
}
#content{
	padding: 0px 15px 15px 15px;
}
#content_left{
	float: left;
	width: 610px;
}
#content_left p{
	line-height: 25px;
	margin-bottom: 25px;
}
#content_left blockquote{
	line-height: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	font-style: italic;
}
#content_left h1 {
	font-size: 22pt;
	font-family: Times, serif;
	font-weight: bold;
	margin-bottom: 20px;
}
#content_left h2 {
	font-size: 18pt;
	font-family: Times, serif;
	font-weight: bold;
	margin-bottom: 15px;
}
#content_left h3 {
	font-size: 14pt;
	font-family: Times, serif;
	font-weight: bold;
	margin-bottom: 15px;
}
#content_left h1 a, #content_left h2 a {
	color: #333333;
}
#content_left h1 a:hover, #content_left h2 a:hover {
	color: #3a7ca4;
}
#content_left ul, #content_left ol {
	margin: 0 0 25px 25px;
	line-height: 25px;
}
#content_left ul ul, #content_left ol ol, #content_left ul ol, #content_left ol ul{
	margin-bottom: 0px;
}
#content_left ul{
	list-style: disc;
}
#content_left ol{
	list-style: decimal;
}
#content_left a, .side_content a{
	text-decoration: none;
	color: #5c9ec6;
}
#content_left a:hover, .side_content a:hover{
	color: #3a7ca4;
	text-decoration: none;
}
#content_left #inner_left{
	width: 290px;
	float: left;
}
#content_left #inner_right{
	width: 290px;
	float: right;
}
#content_right{
	float: right;
	width: 290px;
	margin-top: 10px;
}
#content_right ul#mainnav{
	border: 5px solid #f0f0f0;
}
#content_right ul#mainnav li a{
	display: block;
	height: 40px;
	font-size: 14pt;
	line-height: 40px;
	text-indent: 10px;
	background: #e0e0e0;
	color: #333333;
	text-decoration: none;
}
#content_right ul#mainnav li a:hover{
	background: #5c9ec6;
	color: #fff;
}
#content_right .side_content{
	border: 5px solid #f0f0f0;
	margin-top: 10px;
	padding: 10px;
}
.side_content p {
	line-height: 25px;
}
p.twitter-message {
margin-bottom: 20px;
}
p.twitter-message .twitter-timestamp {
color: #666666;
font-size: 8pt;
}
#content_right h3{
	font-size: 14pt;
	margin-bottom: 10px;
}
.clear {
	width: 100%;
	clear: both;
}
.divider {
	width: 100%;
	clear: both;
	height: 25px;
	background: url('images/divider.jpg') top center no-repeat;
}
img.alignleft {
	float: left;
	margin: 0 25px 0 0;
	padding: 5px;
	border: 1px solid #d0d0d0;
}
img.alignright {
	float: right;
	margin: 0 0 0 25px;
	padding: 5px;
	border: 1px solid #d0d0d0;
}
