/*
Theme Name: Detroit Recovery Project
Theme URI: http://recovery4detroit.com [www.detroitrecovery.org]
Description: layout theme for Detroit Recovery Project Inc.
Version: 1.0
Author: Jeremy Van Bibber, Neal Chester
Author URI: www.holewinskigroup.com, wwww.ikreator.com

*/

/* Color Codes -------------------------------------------------------------------------

# Gray (text) #626f77
# Dark Blue (top navigation, sidebar links) #000099
# Gold (text) #cc9900
# Gold (border) #ffcc00
# Sidebar link hover (top navigation, content link color) #0099ff
# Light Gray backgrounds: #ebf0f3

---------------------------------------------------------------------------------------*/


body {
  font-family: "Trebuchet MS", Arial;
  margin: 0px;
  padding: 0px;
  background-image: url(/images/bg_pattern.jpg);
  position: relative;
}

h1, h2, h3, h4, h5, h6, form {
  margin: 0px 0px 0px 0px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#layout {
  background-image: url(/images/main_top_bg.jpg);
  background-repeat: repeat-x;
}

#frame {
  width: 907px;
  margin: 0px auto 0px auto;
  position: relative;
  padding: 0px;
  z-index: 10;
  background-image: url(/images/body_bg.png);
}

#header {
  position: relative;
  width:907px;
  height:280px;
  background-image: url(/images/header_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0px 92px;
  padding: 0px;
}

  #header .logo {
    background-image: url(/images/top_nav_bg.jpg);
    border: 0px;
    margin: 0px;
    background-repeat: no-repeat;
    height: 94px;
    padding: 0px;
  }

#header .logo a {
  display: block;
  width: 420px;
  height: 94px;
}
  #header .logo img{
    padding: 12px;
    border: 0px;
    display: block;
  }

  #header a {
    text-decoration: none;
  }


  #header #topnav1 {
    position: absolute;
    top: 22px;
    right: 25px;
    padding: 0px 0px 0px 25px;
    list-style: none;
    margin: 0px;
  }
   
    #header #topnav1 li a {
      color:#000099;
      text-decoration:none;
      padding: 0px 5px 0px 6px;
      font-size: 11px;
    }
    
    #header #topnav1 li a:hover {
      text-decoration:underline;
      color: #0099FF;
    }
          
    #header #topnav1 li {
      float: left;
      margin: 0px 0px 0px 0px;
      text-transform: uppercase;
      padding: 0px 5px 0px 0px;
      font-size: 11px;
    }
      
      #header #topnav1 li.rss a {
        color: black;
        font-weight: bold;
      }
      
      #header #topnav1 li.rss a:hover {
        text-decoration:underline;
        color: #0099FF;
      }
      
      #header #topnav1 li.rss img {
        vertical-align: middle;
        border: 0px;
        padding-bottom: 2px;
      }
  
  #header #topnav2 {
    position: absolute;
    top: 252px;
    right: 25px;
    padding: 0px 0px 0px 25px;
    margin: 0px;
    list-style: none;
  }
    
    #header #topnav2 li {
      float: left;
      margin: 0px 0px 0px 20px;
    }
    
    #header #topnav2 li a {
       font-size: 15px;
       color: white;
       font-weight: bold;
      }
    
    #header #topnav2 li a:hover {
      color: white;
      text-decoration: underline;
    }
      
      #header #topnav2 li a.current, .current_page_item a {
        color: #FFE479 !important;
        text-decoration: underline !important;
      }

      #header #searchform {
        position: absolute;
        top: 38px;
        right: 25px;
      }
      
      #header #searchform .searchbox {
       border: 1px solid #afc0cc;
       padding: 0px 0px 0px 25px;
       background-image: url(/images/magnify.jpg);
       background-repeat: no-repeat;
      }
      
      #header #searchform #searchsubmit {
        vertical-align: top;
        padding-top: 1px;
      }

#content-container {
  padding: 12px 0px 0px 0px;
  background-image: url(/images/sun_bg.jpg);
  background-repeat: no-repeat;
  background-position: 4px bottom;
}
  
  #content-container #content {
     float: left;
     padding: 15px 0px 50px 0px;
     width: 675px;
     line-height: 20px;
   }

    #content-container #content p  {
         color: #48565f;
      }
    
      #content h1, #content h2, #content h3, #content p, #content ol, #content ul, #content blockquote, #content hr{
        line-height: 20px;
        margin-bottom:14px;
        margin-left:45px;
        margin-right:45px;  
      }
      
      #content ol, #content ul, #content blockquote{ 
        padding-left:25px ! important;
        padding-right:25px ! important;
      }
	  
	   #content ul{
			list-style-image: url(images/bullet.gif);
			list-style-type: none;
      }
      
      #content a:link{
        color: #0099FF;
      }
      #content a:visited{
        color: #9966FF; /* I like this new purple color */
      }
      #content a:hover{
        color: #FF0000;
        text-decoration: none;
      }
      #content a:active{
        color: #FF0000;
      }

      #content hr {
		height:1px;
		border-top:1px dotted #CC9900;
		clear:both;
		border-right: 0px none white;
		border-bottom: 0px none white;
		border-left: 0px none white;
      }
	  
	  #content h1, #content h2, #content h3{
	  	color:black;
	  }
	  
      #content h1{
        font-size:24px;
        font-weight:bold;
        margin-left:30px;
      }
      #content h2{
        font-size:18px;
        font-weight:bold;
      }
      #content h3{
        margin-bottom:0px ! important;
        font-weight:bold;
      }
    
    #content-container #content h2 a {
       color: black;
       text-decoration: none;
      }
  
  
  #content-container  #sidebar {
    position: relative;
    float: left;
    width: 190px;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    font-size: 13px;
    font-family: Verdana;
  }
    
    #content-container  #sidebar ul {
      list-style: none;
      padding-left: 5px;
      margin: 0px 0px 15px 0px;
    }
    
    #content-container #sidebar a {
      display: block;
      height: 25px;
      line-height: 25px;
      padding: 0px 0px;
      text-decoration: none;
      border-bottom: 1px dotted #9fabb2;  
      color: #000094;
    }
    
    #content-container #sidebar a:hover {
       color: #0099FF;
      }
    
    #content-container #sidebar h2 {
      color: #cc9900;
      margin: 0px;
      border-bottom: 1px dotted #9fabb2;
      font-weight: normal;
      padding: 0px 0px 7px 0px;
      font-size: 13px;
    }
    
    #content-container #sidebar>ul {
        padding: 0px 0px 0px 0px;
        margin: 0px;
      }
    
    #content-container #sidebar .widget {
      padding: 0px;
      margin: 5px 0px 0px 0px;
      }
    
    
    #content-container #sidebar .widget ul {
      padding: 0px 0px 0px 0px;
    }
    
    #content-container #sidebar ul li ul li a {
      margin: 0px 0px 0px 0px;
      padding: 3px 0px 3px 0px;
    }
      
      #content-container #sidebar .ct {
        background-image: url(/images/sidebar_box_ct.jpg);
        width: 190px;
        height: 9px;
      }
      #content-container #sidebar .cb {
        width: 190px;
        height: 7px;
        background-image: url(/images/sidebar_box_cb.jpg);
        margin-top: 0px;
      }
      
      #content-container #newsbox, #pollbox {
        margin: 3px 0px 15px -5px !important;
      }

      #content-container #newsbox {
        margin: 3px 0px 50px -5px !important;
      }
      
      #content-container #sidebar #pollbox>li {
        background: #ebf0f3;
      }
          
      #content-container #sidebar .wp-polls {
        background: #ebf0f3 bottom;
        width: 190px;
        margin: -5px 0px 0px 0px;
        color: #626f77;
        font-size: 10px;
      }
      
      #content-container #sidebar .wp-polls-ans {
        margin: 5px 0px 0px 0px;
      }
      
      #content-container #sidebar .wp-polls-ans li {
        margin: 3px 0px 0px 0px;
      }
      
      #content-container #newsbox, #pollbox p {
        text-align: left !important;
        padding: 0px 0px 0px 6px;
      }
      
      #content-container #newsbox, #pollbox li a {
        border: 0px !important;
      }
      
      #content-container #pollbox p {
        margin-bottom: 0px !important;
        display: block;
      }
      
      #content-container #pollbox p a {
        font-size: 10px !important;
        text-decoration: underline;
      }
      
      #content-container #sidebar .Buttons, .submit  {
        background-image: url(/images/button.png);
        border: 0px;
        width: 95px;
        height: 28px;
        color: white;

      }
      
         #sidebar .Buttons {
           margin: 0px 5px 0px 0px;
           float: right;
         }
      
         #sidebar .submit {
           margin: 0px 5px 0px auto;
           display: block;
         }
      
      #content-container #sidebar .newsletterContainer {
        background: #ebf0f3;
        width: 190px;
      }
      
      #content-container #sidebar .newsletterTextInput {
        border: 1px solid #bfcdd6;
        padding: 2px;
        width: 171px;
        margin: 0px 0px 5px 6px;
      }
      
      #content-container #sidebar .success, .error {
        padding: 0px 8px 8px 8px;
       }

      #content-container #sidebar p {
        margin: 2px 0px 6px 0px;
      }
      
      hr{
       height:1px;
       border:none 0px white;
       border-top:solid 1px #cccccc;
       clear:both;
      }
      
      .nob {
         border: 0px !important;
      }

.post {
  font-size: 14px;
  color: #525151;
  margin: 0px 0px 25px 0px !important;
  line-height: 21px;
}


.post a {
  color: #f08500;

}



.post small {
  font-size: .8em;
}

.post h2 a {
  color: #0c4884;
  text-decoration: none;
}


img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  }

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  }

.alignright {
  float: right;
  }

.alignleft {
  float: left
  }
   
#footer {
  background-image: none;
  height: 91px;
  width:903px;
  margin: 0px 0px 0px 3px;
}

      #footer ul {
         margin: 0px 2px 0px 1px;
         padding: 0px 0px 0px 0px;
         background: #000094;
         border-bottom: 5px solid #ffcc00;
         text-align: center;
      }

      #footer li {
        display: inline;
        margin: 0px 0px 0px 18px;
        padding: 0px;
        text-align:center;
        list-style: none;
        line-height: 50px;
        vertical-align: middle;
        height: 50px;
      }
      
      #footer p {
         margin: 13px 0px 0px 0px;
         text-align: center;
         float: none;
         font-size: 12px;
         color: #000094;
      }
      
      #footer li a {
        color: white;
        font-size: 12px;
         text-decoration: none;
      }
      
      #footer li a:hover {
        color: #ffcc00;
         text-decoration: underline;
      }
      
      #footer a {
         color: blue;
         text-decoration: underline;
      }
      
      .bc {
         background-image: url(/images/bt_cnr.png);
         background-repeat: no-repeat;
         width:907px;
         height: 9px;
         margin: 0px auto 25px auto;
      }
      
/* ------------------------------------------------------ Inline Photos */

.left, .right{
  border:solid 2px #999999;
  padding:2px;
  background:white;
}
.left{
  float:left;
  margin-right:10px;
}
.right{
  float:right;
  margin-left:10px;
}
      
      

/* ------------------------------------------------------ Begin Form Elements */
#searchform {
  margin: 10px auto;
  padding: 5px 3px; 
  text-align: center;
}

#sidebar #searchform #s {
  width: 80px;
  padding: 2px;
}

#sidebar #searchsubmit {
  padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}

select {
  width: 130px;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
}

#commentform textarea {
  width: 98%;
  padding: 2px;
}

#commentform #submit {
  margin: 0;
  float: right;
}
/* End Form Elements */

.linklove {







  visibility: hidden;
}


.clr {
  clear: both;
}

.imagestyle{
	border:solid 5px #ebf0f3;
	padding:2px;
	background:white;
}

.ngg-galleryoverview {
margin: 0 0 0 45px !important;
}
