/*
Theme Name: Ministry Free
Theme URI: http://www.egracecreative.com/2008/09/26/ministry-free-wordpress-theme/
Description: A minimalist theme, great for a portfolio or blog, designed with a whole lot of whitespace and no images other than the logo and rss icon.
Author: Brandon Cox
Author URI: http://www.egracecreative.com
Tags: white, two columns, minimalist, valid, widget ready, simple, clean
Version: 1.1
License: This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)

*/


/* MENTAL NOTE - LEFT COLUMN IS 282px and RIGHT COLUMN IS 518px*/


body
{
margin: auto;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
background-image:url('images/top_bg.jpg');
background-repeat: no-repeat;
background-position: top;
background-color: #ee2b9c;
width:800px;
}


a img
{
border: none;
}

p, h1, h2, h3, h4, h5, h6, h7, ul, blockquote
{
margin-top: 0px;
margin-bottom: 5px;
}

p, li, li li
{
line-height: 160%;
}

h1
{
font-size: 16px;
padding-bottom: 15px;
margin-bottom:15px;
border-bottom: 1px #ccc dashed;

}

h1 a
{
color: #555;
text-decoration: none;

}

h2
{
font-size: 16px;
color: #fff200;
}

small
{
font-size: 10px;
line-height: 140%;
}

a { color: #000; text-decoration: underline;}

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

#container
{
width:800px;
margin: auto;
}

#search-subscribe
{
width: 800px;
margin: 0px 0px;
height: 36px;
}

#search-subscribe .search
{ 
float: right;
display: inline;
background: #ededdc;
padding: 10px;
height: 20px;
}

#search-subscribe .subscribe
{
float: right;
display: inline;
/*background: #ededdc;*/
padding: 12px;
height: 16px;
}

#search-subscribe a
{
text-decoration: none;
}

#search-subscribe img
{
vertical-align: top;
}

#header
{
height: 410px;
width: 800px;
float: left;
display: inline;
overflow: hidden;
margin: 0px;
}



#logo
{
 
color:#fff;
overflow: hidden;
width: 262px;
padding: 10px 0px;
margin: 0px 10px;
float: left;
height: 108px;
}

#nav
{
width: 490px;
padding: 96px 14px 10px 14px;
float: right;
height: 22px;
}

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

#nav li
{
display: none;
float: left;
margin-right: 14px;
text-transform: lowercase;
}

#nav li a
{
text-decoration: underline;
color: #999;
font-weight: bold;
}

#nav li a:hover, #nav li a.active
{
color: #030;
text-decoration: underline;
}

p.site-title
{
font-size: 1.6em;
margin: 50px 0px 0px;
font-weight: bold;
}

p.site-title a
{
color: #060;
text-decoration: none;
}

p.site-title a:hover
{
color: #555;
}

p.description
{
margin-bottom: 0px;
}

#wrapper
{
float: left;
display: inline;
max-width: 800px;
padding-bottom: 20px;
}

div.float-left
{
float: left;
display: inline;
overflow: hidden;
}

div.float-right
{
float: right;
display: inline;
overflow: hidden;
}

div.one-column
{
width: 258px;
padding: 0px;
margin-left:24px;
margin-top:0px;
}

div.two-column
{
/*
margin-top:186px;
*/
background-color:#fff;
width: 466px;
padding: 0px 20px 20px 32px;
background-image:url('images/border_left.gif');
background-repeat: repeat-y;
background-position: top left;
}

/*
div.three-column
{
width: 800px;
padding: 10px;
}
*/

div.widget
{
margin-bottom: 20px;
}

#sidebar, #content
{
overflow: hidden;
}

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

#sidebar li 
{
margin: 0px 0px 0px 10px;
padding: 0px 0px;
/*border-bottom: 1px #ccc solid;*/
width: 282px;
text-decoration: underline;
}

#sidebar li a
{
text-decoration: underline;
display: block;
text-decoration: none;
padding: 0px 0px;
}

#sidebar ul.highlight li a
{
/*background: #ededdc;*/
}

#sidebar li a:hover
{
/*background: #ededdc;*/
color:#464987;
text-decoration: underline;
}

#sidebar ul.highlight li a:hover
{
background: #333;
color: #fff;
}

#content .post
{
margin-bottom: 20px;
}

#content .post h1
{
margin-bottom: 5px;
}

#content .post h2
{
text-transform: uppercase;
font-size: 1.2em;
font-weight: normal;
}

#content p.premeta
{
border-top:1px #000 solid;
padding:10px 0px 20px 0px;
font-size:100%;
color: #999;
margin-top: 20px;
}

#content .postmeta
{
color: #999;
font-size: 100%;
border-top: 2px #ccc solid;
padding: 4px 0px;
margin-bottom: 20px;
}

/* Comments */
#content .comments
{
font-size: 100%;
margin: 20px 0px;
}

#content .comments ul
{
margin: 10px 0px;
padding: 20px 20px;
list-style: none;
border: 4px #ccc solid;
}

#content .comments li
{
background-color:#fff;
margin: 0px 0px 10px 0px;
padding: 0px 0px 10px 0px;
border-bottom: 1px dashed #ccc;
list-style-type: none;
}

#content .comments img
{
padding: 15px;
margin: 0px 0px 10px 10px;
float: right;
}

#footer-wrapper
{

float: left;
display: inline;
width: 100%;
}

#footer
{
margin: auto;
width: 780px;
overflow: hidden;
padding: 10px 10px;
font-size: 100%;
}

#footer ul
{
margin: 0px 0px 20px 0px;
padding: 0px;
list-style: none;
border-top: 1px #ccc solid;
}

#footer li
{
margin: 0px;
border-bottom: 1px #ccc solid;
width: 282px;
}

#footer li a
{
display: block;
text-decoration: none;
padding: 0px 0px;
}

#footer h2
{
font-size: 1.3em;
}

/* WordPress Images and Captions */
#content .post p.wp-caption-text
{
text-align: center;
font-size: 0.8em;
line-height: 135%;
margin: 0px;
padding: 4px 0px;
}

#content img.alignnone
{
margin: 0px 10px 10px 0px;
}

#content .post div.alignleft, #content .post img.alignleft
{
float: left;
margin: 0px 10px 10px 0px;
}

#content .post div.aligncenter, #content .post img.aligncenter
{
margin-top:300px;
display: block;
margin:auto;
margin-right: auto;
margin-bottom: 10px;
clear: both;
}

#content .post div.alignright, #content .post img.alignright
{
float: right;
margin: 0px 0px 10px 10px;
}