/*  
Theme Name: Grace
Theme URI: http://www.graceumchsv.org/
Description: Grace UMC
Version: 0.2
Author: Brian Mitchell
Author URI: http://www.brianmitchell.com/
*/

html, body { 
height:100%;width:100%;
margin:0px;padding:0px;
background-color: #FFFFFF;
font-family:georgia;font-size:10pt;
}

.leftcolumn {
width:100%;
}

.centercolumn {
width:100%;
}

.rightcolumn {
width:100%;
}

.header {
text-align:right;
padding:5px;
border-style:solid; border-left-width:1px;border-right-width:1px;border-top-width:1px;border-bottom-width:1px;
border-color:#696969;
}

.photosheader {
float:left;
}

.image {
float:right;
margin:5px;
padding:5px;
border-style:solid; border-left-width:1px;border-right-width:1px;border-top-width:1px;border-bottom-width:1px;
border-color:#696969;
}

.footer {
padding:5px;
border-style:solid; border-left-width:0px;border-right-width:0px;border-top-width:1px;border-bottom-width:0px;
border-color:#696969;
margin-bottom:10px;
}

.columnheader {
padding:2px;
background-color:#d1d1d1;
border-style:solid;
border-left-width:0px;border-right-width:0px;border-top-width:0px;border-bottom-width:0px;
border-color:#000000;
}

p {
font-family:georgia;
font-size:10pt;
}

p.posted {
font-size:10pt;
color:#696969;
}

h1 {
margin:0px;padding:0px;
font-family:georgia;font-size:16pt;
text-decoration:none;
}

h2 {
margin:0px;padding:0px;
font-family:georgia;font-size:14pt;
text-decoration:none;
color:#FF0000;
}

h3 {
margin:0px;padding:0px;
font-family:georgia;font-size:12pt;
text-decoration:none;
color:#696969;
}

h4 {
margin:0px;padding:0px;
font-family:georgia;font-size:10pt;
text-decoration:none;
color:#696969;
}

h5 {
border-style:solid;
border-left-width:0px;border-right-width:0px;border-top-width:0px;border-bottom-width:1px;
border-color:#696969;
margin:0px;
padding-bottom:1px;
font-family:georgia;font-size:12pt;
text-decoration:none;
color:#FF0000;
}

a {
color:#0066B3;
text-decoration:none;
border-bottom: 1px dashed #696969;
}

a:visited {
color:#0066B3;
text-decoration:none;
}

a:hover {
color:#0066B3;
text-decoration:none;
}

a.logo {
border:none;
text-decoration:none;
}

a.logo:visited {
border:none;
text-decoration:none;
}

a.logo:hover {
border:none;
text-decoration:none;
}

a.nav {
color:#0066B3;
text-decoration:none;
border-bottom: 1px dashed #696969;
font-size:12pt;
}

a.nav:visited {
color:#0066B3;
text-decoration:none;
font-size:12pt;
}

a.nav:hover {
color:#0066B3;
text-decoration:none;
font-size:12pt;
}

.photoborder {
padding:5px;
border-style:solid; border-left-width:1px;border-right-width:1px;border-top-width:1px;border-bottom-width:1px;
border-color:#696969;
}

.center {
width: 1000px; margin-left: auto; margin-right: auto;
}

.announcements {
margin-top:10px;
border-style:solid; border-left-width:0px;border-right-width:0px;border-top-width:0px;border-bottom-width:0px;
border-color:#696969;
}

.box-wrap
	{
	background: #ffffff;
	width: 1000px;
	}
.box-header
	{
	background: #ffffff;
	margin-top: 10px;
	padding: 10px;
	border-style:solid; border-left-width:1px;border-right-width:1px;border-top-width:1px;border-bottom-width:1px;
        border-color:#696969;
	}
.box-footer
	{
background: #ffffff;
padding: 5px;
clear: both;
border-style:solid; border-left-width:0px;border-right-width:0px;border-top-width:1px;border-bottom-width:0px;
border-color:#696969;
text-align:center;
margin-bottom:10px;
	}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
	{
        float: left;
	width: 775px;
	}
.column-one
	{
	float: right;
	width: 550px;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two { margin-right: 550px; }
.column-three {margin-left: 775px;}
/* */
.column-one-content, .column-two-content, .column-three-content
	{
	border: none;
	}
.column-one-content { padding:10px; background: #ffffff; }
.column-two-content { background: #ffffff; }
.column-three-content { background: #ffffff; }
/* VERTICAL PADDING ABOVE COLUMNS */
.box-header
	{ margin-bottom: 10px; }
.column_padding_after
	{
	height:0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
	}
/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
	{ p\osition: relative; }
/* */


#neededitems td {
border-style:solid;
border-width:1px;
border-color:#333;
padding:5px;
}