/*

Theme Name: A Green Chicago
Theme URI: http://www.agreenchicago.com/
Description: Theme for A Green Chicago Website
Author: German Flores
Author URI: http://www.germanflores.com/
Version: 0.2

*/

body{
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: small;
text-align: center;
background: #fff;
}

#wrap{
width: 900px;
margin: 0 auto;
text-align: left;
border: 1px solid #999;
margin-bottom: 20px;
}

#wraphome{
width: 900px;
margin: 0 auto;
text-align: left;
border: 1px solid #999;
background: url(graphics/frontimage5.jpg) no-repeat top left;
margin-bottom: 20px;
}

#header{}

#logo{
float: left;
width: 175px;
margin: 0px 25px;
padding-top: 20px;
}

/* Start Navigation based on http://css.maxdesign.com.au/listamatic/horizontal06.htm */
#navigation{
float: left;
margin-top: 30px;
width: 600px;
}

#navigationlist{
margin: 0;
padding: 0px 0px 20px 10px;
border-bottom: 1px solid #ffc62b;
}

#navigationlist ul, #navigationlist li{
margin: 0px;
padding: 0px;
display: inline;
list-style-type: none;
}

#navigationlist a:link, #navigationlist a:visited{
float: left;
line-height: 14px;
margin: 0px 10px 4px 10px;
text-decoration: none;
color: #000;
}

#navigationlist a:link#current, #navigation a:visited#current, #navigation a:hover{ 
border-bottom: 2px solid #ffc62b;
padding-bottom: 4px;
background: transparent;
color: #000;
}

/* start nav mod for list from wp */
.current_page_item a, .current_page_parent a {
border-bottom: 2px solid #ffc62b;
padding-bottom: 4px;
background: transparent;
color: #000;
}

/* end nav mod for list from wp */

#navigationlist a:hover{
color: #000;
}
/* End Navigation  */

#contenthome{
clear: both;
margin-left: 180px;
padding: 0px;
padding-top: 350px;
width: 600px;
}

#contenthome p{
line-height: 120%;
}

/* used in interior page */
#content{
clear: both;
margin-left: 180px;
padding: 0px;
width: 600px;
}

#content p {
width: 600px;
}

#content a:link, #content a:active, #content a:visited{
color: #3366cc;
text-decoration: none;
}

#content a:hover{
text-decoration: underline;
}

#sidebar{}

#footer{
margin-left: 180px;
color: #666;
}

img{
border: none;
}

h1{
font-size: 130%;
color: #999;
}
