/*
Theme Name: InnerBonding Theme
Theme URI: http://innerbonding.com
Description: InnerBonding Theme.
Version: 1.0
Author: srgchiu
Author URI: http://innerbonding.com
*/

  body{
    background: #0a222e url(images/bodybg3.png) bottom repeat-x;
    font-family: tahoma, verdana;
    font-size: 12px;
  }
  
  html, body{
    padding: 0;
    margin: 0;
  }
  
  #wrapper{
    width: 1024px;
    margin: 10px auto;
  }
  
  #logo{
    background:transparent url(images/logobg.png) no-repeat scroll 0 0;
    float:left;
    height:68px;
    margin-left:10px;
    padding-top:41px;
    text-align:center;
    width:408px;
  }
  
  #logo img{
  border: 0;
  }
  
  #main-content-wrapper{
    width:100%;
    border: 10px solid #024770;
    background: #fff;
    -moz-border-radius-bottomleft: 10px ;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
  }
  
  #main-content{
    padding: 50px;
  }
  
  #main-content h2 {
    padding: 5px;
    background: #024770;
  }
  #main-content .sticky {
    padding: 5px;
    color: #024770;
    text-transform: uppercase;
  }
  
  #main-content .sticky h2{
    background: none;
  } 
  
  #main-content .sticky h2 a{
    background: none;
    color: #024770;
  }
  
  #main-content h2 a{
    text-decoration: none;
    color: #ffffff;
  }
  
  #main-content img{
    border: none;
  }
  #main-content img a{
    border: none;
  }
  
  #footer{
    float:right;
    margin-right:10px;
    margin-top:10px;
    padding-top:5px;
    text-align:center;
    width:408px;
  }
  
  #footer a{
    color: #fff;
    font-size: 10px;
  }
  
  .clear{
    clear: both;    
    height: 0;
  }
  
   #main-content .navigation .alignleft{
    float: left;
   }
   #main-content .navigation  .alignright{
    float: right;
   }
   #main-content .recent-posts{
    width: 100%;
    background:#EEEEEE none repeat scroll 0 0;
   }
   
   #main-content .recent-posts li{margin-left: 20px;}
   #main-content .recent-posts li a{
    color: #024770;
    text-decoration: none;
   }
.affiliate-form input{width: 200px;}
.affiliate-form {width: 500px; margin:0 auto;}
.affiliate-form .affiliate-submit{
background:url("/relationshipmicro/wp-content/themes/innerbonding/images/signmeup.png") no-repeat scroll 0 0 transparent;
border:0 none;
display:block;
float:right;
font-size:0;
height:23px;
line-height:0;
text-indent:-10000px;
width:180px;
}
