/*  
Theme Name: Reigel
Theme URI: http://wordpress.org/
Description: Blog theme for Reigels website
Version: 1.0
Author: Steve Axthelm
Author URI: http://pangram.net/
*/

html, body, img { margin: 0; padding: 0; }

img { border: 0; }

body {
	background: #448 url(images/bk-pat.gif) 0 0;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	}

h1, h2, h3, h4, h5 { color: #66A; margin-bottom: 12px; }
h1 { font-size: 18px; }
h2 { font-size: 15px; margin-top: 0; margin-bottom: 4px; }
h3 { font-size: 14px; margin-top: 0; margin-bottom: 4px; }
p, li { font-size: 13px; line-height: 120%; }

p { margin-top: 0; margin-bottom: 12px; }
ul { margin-top: 8px; }

p.notes {
	font-size: 11px;
	font-style: italic;
	width: 380px;
	}

p.answer { padding-bottom: 5px; border-bottom: 1px solid #999; }

p.answer:first-line { font-weight: bold; }

p.response { font-weight: bold; color: #66A; }

div#posts p { margin-bottom: 6px; margin-top: 0; }

a { color: #00D; text-decoration: none; }
a:visited { color: #009; }
a:hover { color: #900; text-decoration: underline; }

a.newslink {
	display: block;
	height: 22px;
	margin-left: 12px;
	padding: 6px 0 0 25px;
	background: url(images/icon-news.gif) 0 0 no-repeat;
	font-size: 12px;
	}

#searchsubmit { margin-top: 4px; }

#wrap {
	position: relative;
	margin: 0 auto 10px auto;
	width: 644px;
	border: 1px solid #666;
	background: #EEF url(images/bk-tile.gif) 0 80px repeat-y;
	text-align: left;
	}

#bk { height: 457px; background: #FFF url(images/bk.jpg) 0 0 no-repeat; }

/* For IE Mac
----------------------------------------------- */
* html>body #bk { background: #FFF url(images/bk.jpg) 1px 0 no-repeat; }

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #bk { height: 457px; }
/* End hide from IE5/mac */

#header { height: 82px; }

#blogBody #header { border-width: 0;}

#blogBody #wrap { background: #EEF url(images/bk-blog_main.gif) 0 0 repeat-y; }

#nav {
	position: absolute;
	left: 0;
	top: 85px;
	width: 215px;
	background: url(images/bk-nav.jpg) 0 0 no-repeat;
	z-index: 99;
	height: 438px;
	padding-top: 12px;
	}

#blogBody #nav {
	height: 360px;
	background-image: none;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #nav { height: 438px; }
* html #blogBody #nav { height: 350px; }
/* End hide from IE5/mac */

/* For IE Mac
----------------------------------------------- */
* html>body #nav { height: 390px; background: url(images/bk-nav.jpg) -1px 0 no-repeat; }

#nav ul {
	margin: 0 0 4px 0;
	padding: 0;
	list-style-type: none;
	}

#nav ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#nav a {
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	padding: 6px 0 0px 30px;
	width: 185px;
	height: 17px;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #nav a { padding: 6px 0 3px 30px; }
* html #nav a { width: 215px; }
* html #nav a { wid\th: 185px; }
/* End hide from IE5/mac */

#nav a:hover,
#nav a.current {
	color: #FFF;
	background-color: #3365AA;
	}

#tag {
	margin-left: 225px;
	min-height: 350px;
	}

#tag p { line-height: 140%; margin-right: 222px; }

/* For IE Mac
----------------------------------------------- */
* html>body #tag { height: 374px; }

#tag h1 { color: #6B5EB0; }
	
#main {
	position: relative;
	margin-left: 230px;
	min-height: 441px;
	}

#blogBody #main {
	position: relative;
	width: 644px;
	min-height: 300px;
	margin-left: 0;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #blogBody #main { margin-top: 7px; height: 300px; }
* html #main { margin-top: 37px; height: 300px; }
/* End hide from IE5/mac */

/* For IE Mac
----------------------------------------------- */
* html>body #main { height: 300px; }

#main p,
#main p.notes,
#main li,
#main h1,
#main h2,
#main h3,
#main hr { margin-right: 12px; }

#main img { border: 1px solid #666; }

#posts {
	width: 430px;
	float: left;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #posts { width: 399px; }
/* End hide from IE5/mac */

#posts div {
	float: left;
	clear: left;
	width: 99%;
	padding-top: 12px;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #posts { width: 399px; }
* html body#single #posts div { width: auto; }
/* End hide from IE5/mac */

/* For IE Mac
----------------------------------------------- */
* html>body #posts div { clear: none; }

#posts div img {
	/*float: left;*/
	margin: 0 12px 12px 0;
	border-width: 0;
	}

#posts p,
#posts h2 { margin: 0 32px 12px 12px; }

#posts span { color: #666; }

#archive {
	position: relative;
	margin-left: 440px;
	background-color: #EFEEDC;
	}

#archive h3 {
	color: #6B5EB0;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
	/*padding-top: 4px;*/
	}

#archive ul { margin-bottom: 6px; margin-top: 0; }

h1#about,
h1#newsarc,
h1#missions,
h1#trivia,
h1#contact,
h1#confirm,
h1#error,
h1#dberror,
h1#help {
	width: 400px;
	height: 35px;
	margin-bottom: 2px;
	margin-top: 8px;
	}

h1#about { background: #EEF url(images/hdr-about.gif) 0 0 no-repeat; }
h1#newsarc { background: #EEF url(images/hdr-newsarc.gif) 0 0 no-repeat; }
h1#missions { background: #EEF url(images/hdr-missions.gif) 0 0 no-repeat; }
h1#trivia { background: #EEF url(images/hdr-trivia.gif) 0 0 no-repeat; }
h1#contact { background: #EEF url(images/hdr-contact.gif) 0 0 no-repeat; }
h1#confirm { background: #EEF url(images/hdr-confirm.gif) 0 0 no-repeat; }
h1#error { background: #EEF url(images/hdr-error.gif) 0 0 no-repeat; }
h1#dberror { background: #EEF url(images/hdr-dberror.gif) 0 0 no-repeat; }
h1#help { background: #EEF url(images/hdr-help.gif) 0 0 no-repeat; }

h2#blog {
	width: 400px;
	height: 21px;
	padding-top: 12px;
	background: url(images/hdr-blog.gif) 0 12px no-repeat;
	margin-bottom: 0;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html h2#blog { height: 33px; }
* html h2#blog { he\ight: 21px; }
/* End hide from IE5/mac */

h1#welcome {
	width: 123px;
	height: 28px;
	background: url(images/hdr-welcome.gif) 0 0 no-repeat;
	margin-bottom: 8px;
	margin-top: 8px;
	}
	
h2#prayer,
h2#finan {
	width: 400px;
	height: 34px;
	margin-bottom: 2px;
	margin-top: 8px;
	}

h2#prayer { background: #EEF url(images/hdr-prayer.gif) 0 0 no-repeat; }
h2#finan { background: #EEF url(images/hdr-finan.gif) 0 0 no-repeat; }

h2.topSpace { margin-top: 8px; }

#footer {
	width: 100%;
	clear: left;
	border-top: 1px solid #999;
	color: #666;
	padding: 4px 0;
	text-align: center;
	background-color: #FFF;
	}

#footer p { font-size: 10px; }

.floatL {
	float: left;
	margin: 0 12px 0 0;
	z-index: 200;
	}

.floatR {
	float: right;
	margin: 0 0 4px 12px;
	}

#posts img,
img.floatL,
img.floatR {
	border: 1px solid #36A;
	}

img.botSpace { margin-bottom: 8px; }

.clearL { clear: left; }
.clearR { clear: right; }

/* Hide
---------------------------------------------------------------------------- */
h1 span,
h2 span {
	display: block;
	margin-left: -5000px;
	width: 1px; 
	height: 1px; 
	overflow: hidden; 
	}
