/*
File:      custom.css
Description:  Custom styles for Thesis
More Info:    http://diythemes.com/thesis/rtfm/custom-css/
*/

.custom #content_box {background-color:#EEEEEE;}
.custom #content {background-color:#fff;}
.custom { background: #333333; }

.custom #header #social-icons a img{
    float: right;
    position: relative;
    margin-top: 60px;
}

/************************************************
  
  Optin Widget CSS
  by Alex Mangini (kolakube.com)
  
  Paste the following CSS code into your
  custom.css file.

************************************************/

.widget.optin .social_proof { background: url(images/quote.png) no-repeat top left; font: normal 15px/23px Georgia, "Times New Roman", Georgia, serif; margin: 0; text-align: center }
  .widget.optin .social_proof cite { color: #666; display: block; margin-top: 10px }
  .widget.optin input[type="text"] {
    background: #fff;
    border: 1px solid #b6b6b6;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
  }
    .widget.optin input[type="text"].name { background: #fff url(images/name.png) no-repeat 10px center; padding-left: 35px }
    .widget.optin input[type="text"].email { background: #fff url(images/email.png) no-repeat 10px center; padding-left: 35px }
    .widget.optin input[type="text"]:focus { background-color: #fafafa }
  .widget.optin input[type="submit"] {
    border: 1px solid rgba(0, 0, 0, .25);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 17px;
    margin-bottom: 22px;
    padding: 8px 0;
    width: 100%;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 2px #b6b6b6;
    -moz-box-shadow: 0 1px 2px #b6b6b6;
    -webkit-box-shadow: 0 1px 2px #b6b6b6
  }
    .widget.optin input[type="submit"].green { background: #248334 url(images/green.png) repeat-x top }
    .widget.optin input[type="submit"].red { background: #ad2121 url(images/red.png) repeat-x top }
    .widget.optin input[type="submit"].orange { background: #ff6a06 url(images/orange.png) repeat-x top }
    .widget.optin input[type="submit"].blue { background: #316ca4 url(images/blue.png) repeat-x top }
    .widget.optin input[type="submit"].gray { background: #c0c0c0 url(images/gray.png) repeat-x top }
    .widget.optin input[type="submit"].dark { background: #343434 url(images/dark.png) repeat-x top }
    .widget.optin input[type="submit"]:hover { opacity: .7 }

/* Begin Opt-in*/

#optin p { 
margin:1px 0px 1px 0px; 
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif; 
font-size:.7em; 
text-align: center; 
color: #695218; 
}

#optin input { 
background-color: #F6EEC5; 
border:#E6D599 1px solid; 
margin:2px 0px 0px 0px; 
color: #695218; 
}

#optin textarea { 
background-color: #F6EEC5; 
color: #695218; 
border:#E6D599 1px solid; 
}

/* End Opt-in*/

/* code for Author's profile box below the post */
.postauthor {background: #F5F5F5;
&nbsp;border-top: 1px solid #e1e1e0;
&nbsp;border-bottom: 1px solid #e1e1e0;
overflow: hidden; padding: 1.5em;
}
.postauthor img {border: 1px solid #e2dede;
float: left;
&nbsp;margin-right: 1.5em;}
.postauthor h4 {color: #666;
font-size: 2em; margin-bottom: 5px;}
.postauthor p {color: #515151; font-size: 13px;
margin-bottom: 12px;}.postauthor p.hlight {font-size: 11px;
text-transform: uppercase;}.postauthor p.hlight span {color: #CB3131;
font-size: 1.5em; font-style: italic;
font-weight: bold; letter-spacing: 0.8px;}
.custom .postauthor p {
fontsize:15px;}
.custom .postauthor p.hlight{
fontsize:13px;
fontweight:bold }
/* end code for Author's profile box below the post */

/* code for horizontal opt-in below the post */

#optin { margin: 0 auto 2em; overflow: hidden; text-align: center; width: 32em }
  #optin h3 { margin-top: 0 }
  #optin p { margin: 8px 0 0 }
  #optin input {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 2px #ddd;
    -moz-box-shadow: 0 2px 2px #ddd;
    -webkit-box-shadow: 0 2px 2px #ddd
  }
    #optin input[type="text"] {
      background: #fff url(images/input.png) repeat-x bottom;
      border: 1px solid #ccc;
      float: left;
      font-size: 14px;
      margin: 0 10px 10px 0;
      padding: 8px 10px;
      width: 200px;
    }
    #optin input[type="submit"] {
      background: #217b30 url(images/green.png) repeat-x top;
      border: 1px solid #137725;
      color: #fff;
      cursor: pointer;
      float: left;
      font-size: 14px;
      font-weight: bold;
      padding: 3px 5px;
      text-shadow: -1px -1px #1c5d28;
      text-transform: uppercase;
      width: auto
    }
      #optin input[type="submit"]:hover { color: #c6ffd1 }
    #optin span { background: url(images/lock.png) no-repeat center left; float: left; margin-left: 15px; padding-left: 20px }
/* end code for horizontal opt-in below the post */