@charset "UTF-8";
/* CSS Document */

/* -- -------------------- --
Screen stylesheet for http://www.plainbibleteaching.com

Updated: 06/23/09
Author: Andy Sochor
Website: http://www.plainbibleteaching.com

-- -------------------- -- */

/* Defaults */

html {
	font-size:100.01%;
	height:101%
	}

body {
	background:#990000; /* change to different color or image */
	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:1000px;
	text-align:center
	}

#header {
	margin:0 auto;
	background:#990000;
	background-image:url(img/pbt-header.jpg);
	width:915px;
	padding-left:85px;
	padding-top:12px;
	border-color:#990000;
	border-width:1px;
	border-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	text-align:center
	}

#menu {
	margin:0 auto;
	clear:both;
	background:#000000;
	padding:0px;
	border-top-color:#000000;
	border-top-width:1px;
	border-top-style:solid;
	width:100%;
	text-align:left
	}

#main {
	clear:both;
	float:left;
	width:660px;
	padding:20px;
	padding-top:0px;
	margin:0px;
	background:#ffffff;
	text-align:left
	}

#side {
	float:right;
	width:275px;
	padding:10px;
	background:#ffffff;
	border-left-color:#cccccc;
	border-left-width:1px;
	border-left-style:solid;
	text-align:left
	}

#footer {
	clear:both;
	width:980px;
	background:#ffffff;
	margin:0 auto;
	padding:10px;
	border-top-color:#cccccc;
	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:#000000;
	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:#990000;
	text-decoration:none
	}

a:visited {
	color:#990000;
	text-decoration:none
	}

a:hover {
	color:#990000;
	text-decoration:none
	}

#menu a:link {
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	background-color:#000000;
	text-decoration:none
	}

#menu a:visited {
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	background-color:#000000;
	text-decoration:none
	}

#menu a:hover {
	color:#ffffff;
	background-color:#990000;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none
	}

a img {
	border:none
	}

#main img {
	padding-right:5px;
	padding-left:5px
	}

/* Special */

h1.single {
	color:#990000
	}

p.small {
	font-size:0.9em;
	color:#000000
	}

p.date {
	font-size:0.9em;
	color:#999999;
	padding-bottom:5px;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:1px
	}

.gray {
	font-size:0.8em;
	color:#999999
	}

ol.comment {
	font-size:1em;
	}

#menu ul {
	list-style:none;
	list-style-type:none
	}

#menu li {
	font-size:1.2em;
	display:inline;
	padding-left:0px;
	padding-right:10px;
	}

#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
	}