/*
THEME NAME: Open Door Community
DESCRIPTION: Custom built theme for the Open Door Community
VERSION: 0.2
AUTHOR: <a href="http://rhizomestudios.net">Kyle Lambelet</a>
*/

body {
    background:#E9E3DD;
    font-family:Arial, Sans-serif;
    font-size:12px;
    margin:0;
    padding:0;
}
body * {
    margin:0;
    padding:0;
}   
#wrapper {
    width:950px;
    margin:15px auto;
    padding:5px;
    background:#FFFFFF url(img/wd.gif) no-repeat scroll 30px bottom;
    overflow:auto;
    overflow-x:auto;
    overflow-y:auto;
}

/*TYPOGRAPHY*/

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a {
    font-family:Georgia;
    text-decoration:none;
    font-weight:normal;
    margin-bottom:12px;
    color:#000;
}
h1 { 
    font-style:italic;
    font-size: 32px;
    font-weight: normal; 
}
h2 { 
    font-style:italic;
    font-size: 24px; 
    border-bottom:2px dotted #93391F;
    font-weight: normal; 

}
h3 { 
    font-style:italic;
    font-size: 18px;
    font-weight: normal; 

}
h4 { 
    font-style:italic;
    font-size: 16px;
    font-weight: normal; 

}
h5 { 
    font-size: 14px; 
    font-weight: normal;     
}
h6 { 
    font-size: 12px; 
    font-weight: bold; 
}
p {
    line-height:135%;
    margin-bottom:12px;
}
a {
	color: #93391F;
	text-decoration: none;
}
a:active {
	color: #8c1b00;
	text-decoration: none;
}
a:hover  {
	color: #464646;
	text-decoration: none;
}
IMG {
    padding: 4px;
    border: 1px solid #A9A9A9;
}
#TB_window IMG, #TB_load IMG {
    border: none;
}
blockquote {
    background:transparent url(img/quote.gif) no-repeat scroll 0 0;
    font-style:italic;
    margin-left:25px;
    padding-left:25px;
}
ol {
    list-style-position:outside;
    list-style-type:decimal;
    margin-left:25px;
    margin-bottom:12px;
}
ul {
    list-style-position:outside;
    margin-left:25px;
    list-style-image:url(img/li.png);
    margin-bottom:12px;
}
.entry-meta {
    background:#EEEEEE none repeat scroll 0 0;
    color:#464646;
    font-size:11px;
    margin-bottom:12px;
    padding:5px;
}
#hr {
    width:80%;
    border-bottom: 1px dotted #93391F;
    margin:0 auto 10px;
} 
/*HEADER*/

#header {
    background:#C4A43F url(img/headerBG.gif) no-repeat;
    height:170px;
}
h1#blog-title a {
    display:block;
    height:91px;
    left:190px;
    position:relative;
    text-indent:-9999px;
    top:24px;
    width:354px;
}
#blog-description {
    display:block;
    height:158px;
    left:11px;
    position:relative;
    text-indent:-9999px;
    top:-96px;
    width:122px;
}
#menu {
    background:#000000 none repeat scroll 0 0;
    height:24px;
    width:950px;
    margin-top:5px;
}
#dropmenu, #dropmenu ul{
    margin:0; 
    padding:0; 
    list-style-type:none; 
    list-style-image:none;
    list-style-position:outside; 
    position:relative; 
    line-height:1.5em; 
    width:100%;
}
#dropmenu li a {
    background:#000000 none repeat scroll 0 0;
    color:#CCCCCC;
    display:block;
    float:left;
    font-size:11px;
    line-height:22px;
    padding:2px 20px 0;
    text-decoration:none;
}
#dropmenu li a:hover {
    background:#333333 none repeat scroll 0 0;
    color:#FFFFFF;
}
#dropmenu li {
    position:relative;
    float:left;
} 
#dropmenu ul {
    position:absolute; 
    display:none;
    top:2em;
    list-style-image:none;
    z-index:10;
}
#dropmenu ul li a {
    width:150px;
    height:24px;
}
#dropmenu li.over ul ul, #dropmenu li.over ul ul ul {
    display:none;
}
#dropmenu li.over ul {
    display:block;
}
li#search {
    float:right;
}
#s {
    background:white url(img/search_grey.gif) no-repeat scroll 0 center;
    border:0 none;
    color:#CCCCCC;
    font-size:0.8em;
    height:14px;
    margin-right:3px;
    margin-top:3px;
    padding:2px 25px;
    width:150px;
}

/*BODY-CONTENT*/

#container {
    margin:25px;
    float:left;
    width:675px;
}

/*SIDEBAR*/

#primary {
    float:left;
    width:225px;
    margin-top:5px;
}
a#involved {
    display:block;
    background:transparent url(img/volunteer.jpg) no-repeat scroll 0 0;
    height:126px;
}
a#involved:hover {
    background:transparent url(img/volunteer.jpg) no-repeat scroll 0 -126px;
}
a#hospitality {
    display:block;
    background:transparent url(img/hospitality.jpg) no-repeat scroll 0 0;
    height:108px;
}
a#hospitality:hover {
    background:transparent url(img/hospitality.jpg) no-repeat scroll 0 -108px;
}
a#donate {
    display:block;
    background:transparent url(img/donate.jpg) no-repeat scroll 0 0;
    height:136px;
}
a#donate:hover {
    background:transparent url(img/donate.jpg) no-repeat scroll 0 -136px;
}
a#publications {
    display:block;
    background:transparent url(img/read.jpg) no-repeat scroll 0 0;
    height:113px;
}
a#publications:hover {
    background:transparent url(img/read.jpg) no-repeat scroll 0 -113px;
}
a#contact {
    display:block;
    background:transparent url(img/contact.jpg) no-repeat scroll 0 0;
    height:138px;
}
a#contact:hover {
    background:transparent url(img/contact.jpg) no-repeat scroll 0 -138px;
}
#credit {
    font-family:Georgia, serif;
    font-size:10px;
    text-align:right;
}
#secondary {
    width:950px;
    float:left;
    margin-bottom:25px;
}
#sidebarUL .widget {
    float:left;
    margin:0 15px;
    max-width:190px;
    list-style:none;
}
ul#sidebarUL {
    margin:0;
}

/*FOOTER*/

#footer {
    height:175px;
}
#willyD {
    margin-left:150px;
    position:relative;
    top:30px;
}
#willyD h5 {
    color:#93391F;
    font-weight:normal;
}
#credits {
    border-top:1px solid #CCCCCC;
    color:#464646;
    float:right;
    font-size:11px;
    padding-top:5px;
    position:relative;
    text-align:right;
    top:139px;
    width:766px;
}

#youtube {
    float:right;
    margin-left:15px;
}

/*HOMEPAGE*/

#entrySidebar ul {
    list-style:none;
    margin:0;
}
#entrySidebar .widget {
    margin-top:15px;
}
#entrySidebar .textwidget {
    border:2px dotted #93391F;
    padding:12px 12px 0;
    font-family:Georgia;
    font-size:13px;
    float:left;
}
#text-448256392 .textwidget {
    border:none;
    padding-right:0;
    float:right;
}/*
#entrySidebar #featured-posts {
    border:2px dotted #93391F;
    padding:12px 12px 0;
    font-family:Georgia;
    font-size:13px;
    float:left;
}
#entrySidebar #featured-posts li {
    border-bottom:1px dotted #93391F;
    margin:0 auto 10px;
    text-align:center;
}*/
#entrySidebar #featured-posts {
    display:none;
    }
#entrySidebar .widget_wys_text {
    display:none;
    border:2px dotted #93391F;
    padding:12px;
    font-family:Georgia;
    font-size:13px;
}
#entrySidebar .ngg_images {
    float:left;
    margin-right:15px;
    width:300px;
}
.ngg_images h2 {
    font-style:italic;
    font-size: 18px;
    font-weight: normal; 
    border:0;
}   
#entrySidebar .archives {
    float:left;
    width:320px;
}
#entrySidebar ul.xoxo {
    list-style-position:outside;
    margin-left:25px;
    list-style-image:url(img/li.png);
    margin-bottom:12px;
}


#post-6 li {
    margin-bottom:12px;
}


/* Just some example content */

.entry-title,.entry-meta {
clear:both;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}


input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *, { 
margin:0;
padding:0;
}
#facebook {
display:block;
background:url(img/facebook_logo.gif) no-repeat;
height:60px;
width:200px;
}