/*
Theme Name: Episcopal Foundation for Wyoming
Theme URI: http://efwy.org/
Description: Default Theme
Version: 1.
Author: Chris Barlow
Author URI: http://www.opp-sol.com/
Tags: 

	This theme was designed and built by Chris Barlow,
	whose company you will find at http://www.opp-sol.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* This initial css will just set everything the same no matter what browser. */

/*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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*/
/* remember to define focus styles! */
/*:focus {
	outline: 0;
}
*/
/* remember to highlight inserts somehow! */
/*ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
*/
/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
/* End of Reset css */

body {
	background: url(images/layout_bkgrd.png) repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
}
/* pixel offsets
	13
17	9 	17
*/
/* Assign different font here. */
h1, h2, h3, #mainmenu {
	font-family:"Times New Roman", Times, serif;
	font-size:124%; /* Bring font size base to be same as main */
}

.layout_table {
	margin: 0 auto 0 auto;
}
.layout_top {
	background: url(images/layout_top.png) no-repeat;
	height: 51px;
	width: 834px;
}
.layout_left {
	background: url(images/layout_left.png) repeat-y;
	width: 198px;
	position:relative;
}
.layout_page {
	background: url(images/layout_page.png) repeat-y;
	width: 636px;
	color:#03056F;
	letter-spacing:0.75px;
	line-height:1.4em;
}
.layout_footer {
	background: url(images/layout_footer.png) repeat-y;
	width: 636px;
	/*height:100px;*/
}
.layout_bottom {
	background: url(images/layout_bottom.png) no-repeat;
	height: 18px;
	width: 834px;
}
.div_top {
	text-align:right;
	margin: 13px 17px 0 17px;
}
.div_left {
	margin: 0 9px 0 17px;
	padding:5px;
	position:relative;
	top:-38px;
}
.div_right {
	margin: 0 17px 0 0px;
	padding:5px;
}
.layout_footer .div_right {
	color:white;
	text-align:center;
}
tr {
	vertical-align:top;
}
.div_right a {
	text-decoration:none;
	color:#2660c2;
}
.div_right a:hover {
	color:#1d4892;
}
.bluebox {width:100%;background-color:#d4e8f4;}
.tanbox {width:100%;background-color:#f2f0da;}
.spacer {height:5px;}

h1 {
	font-size:150%;
	font-weight:bold;
	background:url(images/header_bkgd.gif) repeat-x #d5d5b7;
	margin:0;
	padding:10px 10px;
	color:#0473b8;
}

h2 {
	font-weight:bold;
	font-size:130%;
	margin:0;padding:8px 5px;
}

#quick_reads a {
	letter-spacing:0.9px;
	line-height:1.15em;
	text-decoration:none;
	color:#666666;
	display:block;
}

#quick_reads a:hover {
	color:#000000;
}

.quick_image {
	height:55px;
	width:100%;
}

#quick_reads a.dove .quick_image {
	background:url(images/sub_dove_low.gif) top center no-repeat;
}

#quick_reads a.dove:hover .quick_image {
	background:url(images/sub_dove_hi.gif) top center no-repeat;
}

#quick_reads a.church .quick_image {
	background:url(images/sub_church_low.gif) top center no-repeat;
}

#quick_reads a.church:hover .quick_image {
	background:url(images/sub_church_hi.gif) top center no-repeat;
}

#quick_reads a.hands .quick_image {
	background:url(images/sub_hands_low.gif) top center no-repeat;
}

#quick_reads a.hands:hover .quick_image {
	background:url(images/sub_hands_hi.gif) top center no-repeat;
}

.separate {
	line-height:0.1;font-size:1px;height:1px;width:100%;background-color:#003399;margin:3px 0;
}

#links a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#333333;
	display:block;
	padding:.5em 0;
}

#links a:hover {
	text-decoration: underline;
	color:#000000;
}

#links .links_header {
	padding:5px;font-weight:bold;
}

#mainmenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#mainmenu li {
	margin:0;
	padding-bottom:3px;
	background:url(images/divider_line.gif) white no-repeat bottom left;
}

#mainmenu li a {
	width:146px;
	padding:8px;
	display:block;
	color:#3366FF;
	font-weight:bold;
	text-decoration:none;
}
#mainmenu li.current_page_ancestor a {
	color:#081ED2;
}
#mainmenu li.current_page_ancestor li a {
	color:#666666;
}
#mainmenu li.current_page_item a {
	/*color:#FF0000;*/
	color:#081ED2;
}
#mainmenu li li.current_page_item a {
	color:#081ED2;
}
#mainmenu li.current_page_item li a {
	color:#666666;
}

#mainmenu li a:hover {
	background-color:#f2f0da;
}

#mainmenu ul li ul {
	display:none;
	margin-left:20px;
}
#mainmenu ul li.current_page_item ul, #mainmenu ul li.current_page_parent ul {
	display:block;
}
#mainmenu ul li ul li {
	background:white;
}

#mainmenu ul li ul li a {
	width:136px;
	padding:3px;
	color:#666666;
	font-size:90%;
}

/*#mainmenu ul li ul li a:hover {
	color:#333333;
}*/

.inner_post {
	position:relative;
	margin:10px 5px;
	padding:0px 0px 0px 6em;
	min-height:6em;
}

.inner_post .dtformat {
	font-weight:bold;
	position:absolute;
	left:0;
	top:0;
	color:black;
	text-align:center;
	height:5.25em;
	width:5.25em;
	border: 1px solid #000000;
}

.inner_post .dtformat .dt_Month {
	font-size:90%;
	font-weight:normal;
	background-color:#d92b2b;
	color:#ffffff;
	padding:2px;
}
.inner_post .dtformat .dt_Day {
	margin-top:.3em;
	font-size:200%;
}
.inner_post .dtformat .dt_Year {
	font-size:90%;
}

.inner_post h2 {
	padding-top:0;
}

.inner_post h2 a {
	text-decoration:none;
	color:black;
}

.inner_post h2 a:hover {
	color:blue;
}

