﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #2a1112;
    font-size: .85em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #77c2ec;
    background-image: url('1x768bg.gif');
    background-repeat: repeat-x;
}

a:link
{
    color: #FFCC00;
    text-decoration: underline;
}
a:visited
{
    color: #FF9900;
}
a:hover
{
    color: #FFCC00;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #b5d5ed;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0px;
    width: 1024px;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
}

#header #logo
{
    position: relative;
    top: 0px;
    left: 50px;
    color: #fff;
    width: 297px;
    height: 36px;
    background-image: url('Logo.png');
    background-repeat: no-repeat;
    text-align: right;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    background-image: url('Book-Red-BG.gif');
    width: 1024px;
    height: 768px;
    margin: 0 auto 0 auto;
    background-repeat: no-repeat;
}

#main #contentwrapper
{
    height: 705px;
    width: 907px;
    position: relative;
    top: 50px;
    left: 58px;
}

#main #contentwrapper #left
{
    float: left;
    width: 243px;
    height: 706px;
}

#main #contentwrapper #left #menu .menubutton
{
    list-style: none;
    position: relative;
    background-image: url('ButtonBackground.png');
    width: 281px;
    height: 62px;
    overflow: hidden;
    background-repeat: no-repeat;
    z-index: 10000;
}

#main #contentwrapper #left #menu .menubutton .menubuttoncontent
{
    position: relative;
    top: 19px;
    left: 20px;
}

#main #contentwrapper #left #Picture
{
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

#main #contentwrapper #right
{
    float: right;
    width: 652px;
}

#main #contentwrapper #righttop
{
    background-image: url('ContentBox-BG.png');
    background-position: left top;
    height: 40px;
}

#main #contentwrapper #rightend
{
    background-image: url('ContentBox-BG.png');
    background-position: left bottom;
    height: 40px;
}


#main #contentwrapper #right #rightcontent
{
    position: relative;
    background-image: url('ContentBox-BG-Row.png');
    background-repeat: repeat-y;
    left: 0px;
    overflow: auto;
    width: 652px;
    padding-left: 15px;
    padding-right: 10px;
}

#main #contentwrapper #right #rightcontent .content
{
    padding-left: 10px;
    padding-right: 10px;
    width: 605px;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    margin-top:150px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label, label
{
    display: block;
    font-weight: bold;
}

label.no-wrap
{
    display:inline;
}

label.light
{
    font-weight:normal;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 40px;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


.readmore
{
    display: block;
    margin-bottom: 10px;
}

.right
{
    float: right;
}

#mainwindow
{
    height: 476px;
    width: 540px;
    margin-right: auto;
    margin-left: auto;
}

#mainphoto
{
    width: 530px;
    height: 376px;
    overflow: hidden;
}
.slideshowthumbnail
{
    border: 1px solid #ccc;
    margin: 5px;
    float: left;
    height: 30px;
    width: 45px;
    overflow: hidden;
}

.thumbnailselected
{
    border: 1px solid #ffcccc;
}

.slideshowprimary
{
    width: 510px;
}
#captioncontainer
{
    height: 3px;
}
.imgcomment
{
    position: relative;
    top: 5px;
    background-color: #111;
    height: 30px;
    width: 445px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: .8em;
    padding-top: 4px;
    display: none;
    color: #fff;
}

.letter
{
    width: 95%;
}
.letterHeader
{
    margin-top: 10px;
    margin-bottom: 4px;
    border-bottom: 1px dotted #ccc;
    width: 95%;
}

.letterContent
{
    font-size: .86em;
}

#benchbadge
{
    text-decoration: none;
    display: block;
    float: right;
    cursor: pointer;
    left: 400px;
    height: 200px;
    width: 200px;
    background-image: url("BenchBadge.png");
}

.letterbody
{
    text-align: justify;
    padding: 10px;
    font-size: .95em;
}


.letterbody .letterheader
{
    border: 1px dotted #68838C;
    padding: 10px;
    margin-bottom: 5px;
    font-size: .85em;
}

.letterbody .lettercontent
{
    font-weight: lighter;
}

.letterbody img
{
    margin-left: 15px;
    margin-bottom: 10px;
}

#tagline
{
    font-style: italic;
    position: relative;
    width: 440px;
    left: 711px;
    top: 26px;
    color: #ccc;
    font-size: .975em;
}

#lastlinks
{
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
}


.pages
{
    float: right;
    clear: both;
    border-right: 1px dotted #ccc;
}

.pages .pageLink
{
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    padding: 4px;
    border-left: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    background-color: #007095;
}

.pages .pageLink.current
{
    background-color: #FFFF66;
    color: #222;
}

#wrds
{
}
#greeting
{
    color: #111;
    background-image: url("LetterTop.png");
    height: 36px;
    width: 534px;
    display: table-cell;
    vertical-align: bottom;
    padding-left: 70px;
}
#thecontent
{
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    color: #111;
    border: none;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: .95em;
    width: 534px;
    padding-left: 70px;
    overflow: hidden;
    background-image: url("LetterLine.png");
    line-height: 17px;
    padding-top: 2px;
}


#connect
{
    background-image: url("Connect_Bg.png");
    width: 606px;
    height: 124px;
    overflow: hidden;
}

#connect #facebook
{
    position: relative;
    height: 50px;
    padding-left: 62px;
    background-image: url("Connect_FacebookIcon.png");
    background-repeat: no-repeat;
    margin-left: 20px;
    top: 50px;
}

#connect #facebook #become_a_fan
{
    position: relative;
    left: 5px;
    width: 199px;
}

#connect #facebook #tell_someone
{
    position: relative;
    width: 153px;
    left: 208px;
    top: -53px;
}

#connect #twitter
{
    position: relative;
    left: 480px;
    top: -28px;
    width: 95px;
}

#RecentNews
{
    color: #FFCC00;
}

#RecentNews ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#RecentNews ul li
{
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dotted #ccc;
}

#lastlinks #page_cachetag
{
    color: #2a1112;
    font-size: .8em;
}

#search_form
{
    width:275px;
    float:right;
}

#searchresults
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#searchresults p
{
    margin: 0px;
    padding: 0px;
}
#searchresults .searchresult
{
    margin-bottom:10px;
}

#searchresults .searchresult_lettertitle, #searchresults .searchresult_lettertitle a
{
    font-weight:bold;
    text-decoration:none;
}
#searchresults .searchresult_lettersnippet
{
    font-size:.9em;
}


#homeintro
{
    width:350px;
    float:left;
}

#facebookbox
{
    margin-left:10px;
    width: 250px;
    float: left;
    background-color: #E2E2E2;
}

.infobox
{
    padding-top:20px;   
}
