@charset "UTF-8";
/* CSS Document */

/* -- -------------------- --
Screen stylesheet for http://www.diysermonoutlines.com

Updated: 07/21/09
Author: Andy Sochor
Website: http://www.diysermonoutlines.com

-- -------------------- -- */

/* Defaults */

html {
	font-size:100.01%;
	height:101%
	}

body {
	background:#000000 url(img/background.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:75%;
	color:#000000 /* default font color */
	}

img {
	border:0
	}

/* Divs */

#wrapper {
	margin:0 auto;
	background:#ffffff;
	width:800px;
	text-align:center
	}

#header {
	margin:0 auto;
	background:#ffffff;
	width:800px;
	padding-left:0px;
	padding-top:0px;
	border-color:#990000;
	border-width:0px;
	border-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:0px;
	border-bottom-style:solid;
	text-align:center
	}

#main {
	clear:both;
	float:left;
	width:500px;
	padding:20px;
	padding-top:0px;
	margin:0px;
	background:#ffffff;
	text-align:left
	}

#side {
	float:right;
	width:200px;
	padding:10px;
padding-right:20px;
	background:#ffffff;
	border-left-color:#00b4e1;
	border-left-width:0px;
	border-left-style:solid;
	text-align:left
	}

#footer {
	clear:both;
	width:780px;
	background:#ffffff;
	margin:0 auto;
	padding:10px;
	border-top-color:#976923;
	border-top-width:1px;
	border-top-style:solid;
	text-align:center
	}

/* Typography */

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	color:#976923;
	text-align:left
	}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:#000000
	}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#000000
	}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000000
	}

p {
	font-size:1.2em;
	line-height:1.4em
	}

blockquote {
	font-size:1em
	}

ol {
	list-style-type:decimal;
	color:#000000;
	font-size:1.2em;
	line-height:1.4em
	}

ul {
	list-style-type:disc;
	font-size:1.2em;
	line-height:1.4em
	}


/* Links */

a:link {
	color:#976923;
	text-decoration:none
	}

a:visited {
	color:#976923;
	text-decoration:none
	}

a:hover {
	color:#976923;
	text-decoration:underline
	}

a img {
	border:none
	}

/* Special */

p.small {
	font-size:0.9em;
	color:#000000
	}

p.date {
	font-size:0.9em;
	color:#000000;
	padding-bottom:5px;
	border-bottom-color:#976923;
	border-bottom-style:solid;
	border-bottom-width:1px
	}

.gray {
	font-size:0.8em;
	color:#999999
	}

ol.comment {
	font-size:1em;
	}

#side p {
	color:#000000;
	font-size:1.2em;
	line-height:1.4em
	}

#side ul {
	list-style-type:none;
	margin-top:-5px
	}

#side li {
	color:#000000;
	font-size:1em;
	line-height:1em;
	margin-left:-25px;
	margin-bottom:10px
	}

#footer p {
	color:#000000;
	font-size:0.9em
	}