/*
Theme Name: Guilford Community Fund
Theme URI: http://www.ctzdesign.com/
Description: WordPress Theme for Guilford Community Fund
Version: 0.1
Author: Charlie Zegers
Datum: July 17, 2008


/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 arial, helvetica, sans-serif;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
p, ul, ol {
margin:0;
padding:0;
}
 
ul, ol {
padding:1em;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}

/***** Site Structure *****/

body {
text-align:center;
background:#efefef;
font-family: "Georgia", times, serif;
color: #666;
}
	
#frame {
width:1024px;
margin: 0 auto;
text-align:left;
border: 1px solid #000000;
background:#ffffff;
}

#header {
height:185px;
background: #E1ECF1 url('img/NAV_BACKGROUND.gif');
background-repeat: no-repeat;
background-position: bottom;
}

img.logo {
float: left; 
margin: 15px 10px 0px 50px;
}

#header h1 {
font-family: "arial", sans-serif;
font-size: 35px;
color: #000;
font-variant: small-caps;
font-weight: 700;
font-stretch: extra-condensed;
letter-spacing: -1.5px;
padding-top: 10px;
}

#header ul{
float: right;
padding: 0;
position: relative; top: 10px;
}
        
#header li
{
display: inline;
padding:0;
list-style-type: none;
font-family: "arial", sans-serif;
font-size: 20px;
font-variant: small-caps;
font-weight: 700;
letter-spacing: -1.5px;
margin: 0px 15px 0px 15px; 
}

#header a {
text-decoration: none;
}     
        
#header a:link, #header a:visited
{
color: #fff;
text-decoration: none;
}
        
#header a:hover
{
color: red;
}


#stage {
padding: 25px 25px 15px 25px;
}


#content {
font-size: 18px;
}

#content h2 {
font-family: "arial", sans-serif;
font-weight: 700;
font-size: 25px;
letter-spacing: -1px;
font-stretch: condensed;
}

#content h3 {
font-family: "arial", sans-serif;
font-weight: 700;
font-size: 20px;
letter-spacing: -1px;
font-stretch: condensed;
}

.entry p {
margin-bottom: 15px;
}

#sidebar {
width: 265px;
float: right;
text-align: left;
margin-left: 10px;
padding: 0 0 15px 20px;
border-left: 1px solid #000000;
font-family: "arial", sans-serif;
}

h2.widgettitle {
font-family: "arial", sans-serif;
font-weight: 700;
font-size: 25px;
letter-spacing: -1px;
font-stretch: condensed;
padding-top:15px
}

p.address {
text-align: center; 
font-family: "arial", sans-serif;
font-variant: small-caps;
font-weight: 800;
}

#footer {
clear: both;
padding-top:15px;
padding-bottom:15px;
font-family: "arial", sans-serif;
text-align:center;
font-size:12px;
}

/* P.I.E. Float Clearing ----------------------------------------------------------------*/
.clearfix:after{
content:".";clear:both;height:0;visibility:hidden;display:block}
* html .clearfix{height:1%}
.clearfix{display:block}

