/*
Theme Name: Terry Fallis 2010
Theme URI: http://76design.com/
Description: A theme for TerryFallis.com in the year 2010
Version: 1.6
Author: 76design
Author URI: http://76design.com/
*/

/* Begin Typography & Colors */
body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background: #bccad3;
    color: #595959;
    margin: 0 0 20px 0;
    padding: 0;
    line-height:1.5em;
}

#page {
    text-align: left;
    margin: 20px 0 20px 280px;
    width: 780px;
    z-index:1;
}

#header {
    margin:0;
    padding: 10px 0 10px 5px;
    height: 217px;
    width: 775px;
    background: #e3e2e0 ;
}

#content {
    font-size: 1.2em;
    background: #e3e2e0 url('images/bg-repeat.png') repeat-y center center;
    overflow:hidden;
    float:left;
    width:780px;
    z-index:1;
}

.post, .page {
    margin: 0 20px;
    padding:5px;
    /*width:505px;*/
    border-bottom:2px solid #cbc9c6;
    overflow:auto;
}

.postmetadata{
    font-size:0.9em;
    font-style:italic;
}

.the_title{
    color:#666;
}

.entry{
    float:left;
    width:505px;
}

small{
    color:#595959;
}

.navigation{
    padding:3px;
    margin:5px 20px;
    overflow:auto;

}

h2, h3{
    color:#8f8f8f;
}

.pagetitle{
    padding:5px;
    margin:5px;
}
.center{
    margin: 15px;
    width:505px;
    float:left;
}

 #searchform{
    padding:15px;
    width:500px;
    float:left;
}

#sidebar #searchform{
    padding:0;
    width:auto;
    float:none;
}

#floater{
    float:left;
    width:550px
}
/*******************************
* LINKS
********************************/
a{
    text-decoration:none;
    color:#666;
}
a:hover{
    text-decoration:underline;
}

.entry a{
    font-weight:bold;
}

h2 a{
    color:#666;
}

a img{
    border:none
}

/*******************
*   COMMENTS
*********************/
h3#comments{
    padding:3px;
    margin:20px 10px 0 20px;
    color:#8f8f8f;
    clear:both;
}

.commentlist{
    list-style:none;
    padding:0;
    margin:0;
}

.commentlist li{
    padding:5px;
    margin:5px 20px;
}
.commentlist li.alt{
    background-color:#ececec;
}
.comment-meta{
    font-size:85%;
}

#respond{
    padding:3px;
    margin:20px 10px 0 20px;
    float:left;
}

.post-edit-link{
    clear:both;
}
/******************************
*   LEFT SIDEBAR
******************************/

#left-column{
    float:left;
    margin:120px 0 0 20px;
    width:260px;
    z-index:5;
    text-transform:uppercase;
}
#left-column #award-image{
    position:relative;
    left:160px;
    margin-bottom:-15px;
    background:transparent url('images/award.png') no-repeat center center;
    width:130px;
    height:130px;
    top:-120px;
    float:left;
}
#left-column #award-image-b{
    position:relative;
    left:160px;
    margin-bottom:-15px;
    background:transparent url('images/award-b.png') no-repeat center center;
    width:130px;
    height:130px;
}

#left-column a:hover{
    color:#000010;
}

#left-column a{
    color:#ffffff;
}

#left-column ul#sidemenu{
    text-align:left;
    background-color:#848d94;
    margin:0;
    padding:0;
    list-style:none;
    font-weight:bold;
}
#left-column ul#sidemenu li{
    margin:0 10px;
    padding: 10px 0;
    border-bottom:1px solid #cbcbc8;
}
#left-column ul#sidemenu li.last{
    border-bottom:none;
}
#left-column ul#sidemenu li ul li{
    border-bottom:none;
}
#left-column ul#sidemenu li ul {
    padding:0;
    margin:0;
    list-style:none;
}
#left-column ul#sidemenu li ul a{
    color:#fff;
}
#left-column ul#novels{
    text-align:left;
    margin:0;
    padding:0;
    list-style:none;
    font-weight:bold;
    overflow:hidden;
}
#left-column ul#novels li{
    float:left;
    margin:10px 10px 0 0;

}
#purchase{
    clear:both;
    width:240px;
    background-color:#d3e0e9;
    margin:10px 0;
    padding:10px;
    font-weight:bold;
    text-transform:uppercase;
}

#amazon{
    margin-bottom:-7px;
}

#chapters{
    margin-right:10px;
}
/*******************************
*   SIDEBAR AND WIDGETS
*******************************/
#sidebar {
    font:1em 'Lucida Grande',Verdana,Arial,Sans-Serif;
    width:210px;
    float:right;
    margin:20px 10px;
}

#sidebar ul{
    margin:0;
    padding:0;
    list-style:none;
}

#sidebar ul li.widget{
    margin-bottom:15px;
}

.textwidget{
    font: .8em/1.2em verdana,sans-serif;
    color:#fff;
    background:#848D94;
    text-align:center;
}
.textwidget img{
   margin-top:5px;
   border:1px solid #fff;
}

.textwidget p{
    text-align:left;
    padding:0 10px 10px;
    font-size:1.1em;
}

li.widget_twitter{
    padding:15px 10px;
    background: #848D94 url('images/twitter-bottom.jpg') no-repeat center bottom
}

.widget_twitter div {
    background:#848D94 ;
}

.widget_twitter h2 a{
    color:#fff;
    font: 12px/1em verdana,sans-serif;
    text-transform: uppercase;
    text-decoration:none;
}

.widget_twitter h2 a:hover{
    color:#000010
}
.wpTwitterWidgetError{
 color: #D79785;
 border:1px solid #D79785;
 padding:5px;
 list-style:none;
 background-color:#ececec;
}
.widget_twitter h2{
    border-bottom:2px solid #ececec;
    padding-bottom:5px;
}

.widget_twitter div ul {
    font: .8em/1.2em verdana,sans-serif;
    color:#FFF;
    list-style-position:inside;
    padding:15px;
}

ul li.widget_twitter div ul li {
    list-style-type:circle;
    margin-left:15px;
    margin-bottom:10px;
}

.widget_twitter div ul li a {
    color:#000;
}

.widget_twitter div ul li a:hover {
    color:#838d93;
}
.textwidget ul#sm-list{
    height:100%;
    width:100%;
    background-color:#fff;
    color:#AFBCC4;
    text-align:left;
}
.textwidget ul#sm-list li.sm-item{
    padding:8px 0 8px 20px;
}
.textwidget ul#sm-list li.twitter{
    background: transparent url('images/icon-twitter.jpg') no-repeat center left;
}
.textwidget ul#sm-list li.facebook{
    background: transparent url('images/icon-facebook.jpg') no-repeat center left;
}
.textwidget ul#sm-list li.itunes{
    background: transparent url('images/icon-itunes.jpg') no-repeat center left;
}
.textwidget ul#sm-list li.youtube{
    background: transparent url('images/icon-youtube.jpg') no-repeat center left;
}

.screen-reader-text{
    visibility:hidden;
}

input#s{
    border:1px solid #a8a7a5;
    height: 24px;
    width: 180px;
}
input#searchsubmit{
    margin-left: -5px;
    margin-bottom: -9px;
}

.h2-rightsidebar{
    color:#A7A6A4;
    border-bottom:1px solid #A7A6A4;
    padding:2px 0;
}
/********************************
*   FOOTER
********************************/
#footer {
    background: transparent url('images/footer.gif') no-repeat top;
    border: none;
    padding: 0;
    margin: 0 auto;
    width: 780px;
    clear: both;
    height:100px;
}

#footer p {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    height:108px;
}
/* End Structure */

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

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;
}

.clear {
    clear: both;
}
/* End Images */


