/* author: Scott Marlow (Marketing By Marlow) | muse@marketingbymarlow.com, 206-784-5454 

COLORS
Orange: 						#fdbf7a
Light blue (text): 				#5090ce
Light blue (background headers): #a1bde3
Med Blue (subheaders): 			#4f91cd

*/

body {
	background-image: url(../img/background.gif);
	font-size: 11px;
	font-family: verdana, Arial, san-serif;
	margin: 0;
	padding: 0
}
#wrapper {
	background-color: #fff;
	border-top: 5px solid #fdbf7a;
	margin: 25px auto 10px auto;
	width: 855px
}
#logo {
	float: left
}
#home {
	padding-left: 10px
}
#content {
	padding: 20px;
}
#content a {
	color: #f99c32;
	text-decoration: none
}
#content a:hover {
	text-decoration: underline
}
#content a[href $='.pdf'] {
	background-color: transparent;
	background-image: url(../img/icon_pdf.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
}
#content img {
	border: none
}
#content img.collage {
	margin: 10px 0 0 90px
}
#content h1 {
	background-color: #a1bde3;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: .05em;
	margin: 10px 0 0 0;
	padding: .5em
}
#content h1.home {
	font-size: 2em
}
#content h2, #content th {
	color: #4f91cd;
	font-size: 1.4em;
	margin-bottom: 0;
	padding-bottom: 0;
}
#content h3 {
	color: #4f91cd;
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
#content p {
	color: #5092ce;
	font-size: 1em;
	font-weight: 500;
	line-height:1.5em
}
#content p.highlight {
	border-bottom: 2px #fdbf7a dotted;
	color: #f99c32;
	margin-bottom: 2em;
	padding-bottom: 2em;
	width: 600px
}
#content p.author {
	color: #f99c32;
	font-size: .9em;
	margin: 0;
	text-indent: 0;
	text-transform:uppercase
}
#content .border {
	border-bottom: 2px #fdbf7a dotted;
	margin-bottom: 2em;
	padding-bottom: 1em;
}
#content ul {
	margin-left: 20px;
	padding-left: 0
}
#content li {
	color: #5092ce;
	margin-bottom: .8em;
}
#content table {
	border-collapse:collapse;
	margin-top: 25px
}
#content th {
	border-bottom: 2px #fdbf7a dotted;
	padding-left: 15px
	padding-bottom: .5em;
	text-align:left
}
#content td {
	color: #5092ce;
	padding: 10px 10px 0 15px;
	vertical-align:top;
	width: 33%
}
#content td ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
#content .colborder {
	border-left: 2px #fdbf7a dotted
}
blockquote {
	width: 100%;
	margin: 0
}
#sidebar blockquote {
	float: left;
	width: 190px
}
#sidebar blockquote.famous {
	float: right
}
#sidebar img {
	margin: 30px auto
}
#main {
	float: right;
	width: 600px
}
#footer {
	clear: both;
	padding-top: 10px
}
#footer p, #footer a {
	background-color:#fdbf7a;
	color: #5090ce;
	font-size: 1em;
	margin: 0;
	padding: .3em 0 .3em 1em;
	text-decoration:none
}
#footer a:hover {
	text-decoration:underline
}
