body {
/*    margin: 0 auto;*/
/*    margin: 5px;*/
    background-color: #f2f2f2; /*#E7E7DE;*/
    font-family: Georgia, "Times New Roman", serif;
    text-align: center;
    color: #333;
}
#main-wrapper {
    margin: 0 auto;
}

#top-nav {
    margin: 0 auto;
    margin-top: 10px;
    text-align: right;
}

#header-wrapper {
/*    margin: 10px 0 0 0;*/
/*    border-top: 1px dashed #999;*/
/*    border-bottom: 1px dashed #999;*/
    padding: 20px 0 20px 0;
}
#header {
    margin: 0 auto;
    text-align: left;
}
#header h1 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 50px;
    color: #8C8C8C;
    text-align: center;
}
#header p {
    position: absolute; height: 18px; top: 63px; right: 165px;
}


.cholder { 
    width: 900px; 
    margin: 0 auto;
}
/* IE HACK */
* html .cholder {
    \width: 908px; /* for IE5 and IE6 in quirks mode */
    w\idth: 908px; /* for IE6 in standards mode */
  }

.white { background: #FFF; }
.clear-line { clear: both; }
.left { float: left; }
.right { float: right; }
.img-left { float:left; margin: 0.4em 1.0em 0 0; }

.light { color: #7D7D7D; }

table.no-border td { border:none; border-collapse: collapse;}

a { color: #00ADCF; text-decoration: underline; }
a:hover { text-decoration: none; }
a img { background:none; }
strong { font-weight: bold; color: #000; }
em { font-style: italic; }
small { font-size: 11px; font-weight: normal;}

/* Buttons
****************/

a.button {
    text-transform: uppercase;
    font-size: 10px;
    font-family: Arial, sans-serif;
    background: #333;
    color: #FFF;
    padding: 2px 4px;
}
a.light-button {
    text-transform: uppercase;
    font-size: 10px;
    font-family: Arial, sans-serif;
    background: #00ADCF;
    color: #FFF;
    padding: 2px 4px;
    text-decoration: none;
}
a.button:hover, a.light-button:hover {
    background-color: #999;
}






#content-wrapper {
    margin: 0 auto;
/*    padding: 20px 0;*/
    text-align: left;
}
#content-wrapper h1, h2, h3, h4, h5 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #000;
    margin-bottom: 1.0em;
}


#content-wrapper h1 {
    font-size: 22px;
}
#content-wrapper h2 {
    font-size: 20px;
}
#content-wrapper h3 {
    font-size: 18px;
    margin-top: 2.5em;
}

#content-wrapper p {
    font-size: 0.9em;
    line-height: 1.6em;
    margin-bottom: 22px;
}

#content-wrapper #subscription-form {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #CCC;
}



/* Poster Navigation
**********************/

#poster-nav {
    margin-bottom: 20px;
}
a.poster {
    float: left;
    width: 46px; 
    height: 46px;
    border: 2px solid #FFF;
    margin-right: 15px;
}
a.poster1 { background: url(img/poster-button-1.png) no-repeat 0 0; }
a.poster2 { background: url(img/poster-button-2.png) no-repeat 0 0; }
a.poster3 { background: url(img/poster-button-3.png) no-repeat 0 0; }

a.poster1:hover, a.poster1:focus { background: url(img/poster-button-1.png) no-repeat -48px 0; }
a.poster2:hover, a.poster2:focus { background: url(img/poster-button-2.png) no-repeat -48px 0; }
a.poster3:hover, a.poster3:focus { background: url(img/poster-button-3.png) no-repeat -48px 0; }

a.poster1.current { background: url(img/poster-button-1.png) no-repeat -48px 0; }
a.poster2.current { background: url(img/poster-button-2.png) no-repeat -48px 0; }
a.poster3.current { background: url(img/poster-button-3.png) no-repeat -48px 0; }

.buy-series img {
/*    padding-top: 2px;*/
    border: 2px solid #FFF;
}

#poster-nav .deal {
    font-size: 14px;
    padding: 14px 0;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
}
#poster-nav .deal span {
    border-bottom: 1px dotted #333;
}
#poster-nav .deal a {
    text-decoration: none;
}
#poster-nav .deal small {
    font-size: 10px;
}


/* Homepage
**********************/

h1#pitch {
    font-family: Arial, sans-serif;
    font-size: 22px;
    
}
#pitch span {
    border-bottom: 1px dotted #333;
}

#posters-wrapper {
    background: #fff;
    padding: 20px 0 30px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
/*    border-bottom: 1px dashed #999;*/
}

#posters .poster-blurb {
    float: left;
    width: 150px;
    margin-right: 50px;
}

#posters .poster-blurb img {
    border: 1px solid #CCC;
}
#posters .poster-blurb .blurb {
    margin-top: 5px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}
#posters .poster-blurb .blurb h2 {
    font-size: 12px;
    line-height: 18px;
}
#posters .poster-blurb .blurb .author {
    font-size: 12px;
    margin-bottom: 10px;
}
#posters .poster-blurb .blurb .description {
    font-family: Georgia, "Times News Roman", Georgia, serif;
    font-size: 1.1em;
}


/* Single
**********************/

#white-wrapper {
    background: #FFF;
    padding: 30px 0 30px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#screenshot { width: 500px; height: 750px; border: 1px solid #CCC; }
#screenshot img { border: 1px solid #CCC; }

#poster-info {
    width: 355px;
    padding: 0 40px 0 0px;
}
#poster-info h1 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}
#poster-info #meta {
    margin-bottom: 20px;
}
#poster-info .author {
    font-size: 11px;
}
#poster-info .author span {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
}

#poster-info .meta {
    font-size: 11px;
    margin-bottom: 20px;
}
#poster-info #description {
/*    border-top: 1px dashed #ccc;*/
/*    margin-top: 20px;*/
/*    border-bottom: 1px dashed #ccc;*/
    margin-bottom: 20px;
/*    padding: 20px 0 20px 0;*/
    font-size: 0.80em;
}
#poster-info .price { font-family:Arial, sans-serif;}
#poster-info .photos {
/*    margin-bottom: 10px;*/
}
#poster-info .photos a img {
    border: 1px solid #FFF;
    margin-right: 10px;
}
#poster-info .photos a:hover img {
    border: 1px solid #000;
}

#purchase {
    border-bottom: 1px dashed #999;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

#poster-info ul li {
    margin-bottom: 4px;
    list-style-type: disc;
    margin-left: 12px;
}
#poster-info ul li span {
    color: #999;
}
#poster-info #about-author h3 {
    margin-top: 0;
}
#poster-info #about-author a {
    color: #333;
}



/* Cart
**********************/

/*td {
    border: 1px solid #FFF;
    padding: 2px;
}*/




/* Text Page
**********************/

.text-page { 
    width: 542px;
    padding-right: 58px;
    float: left;
}
#text-side {
    width: 300px;
    padding: 20px;
    float: left;
    border: 1px dashed #999;
}
#text-side h3 {
    margin-top: 0;
}
#text-side #quick-facts {
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
    
}



/* Sidebar
**********************/
#sidebar {
    width: 65px;
    float: left;
    padding-left: 40px;
}


/* Footer
**********************/

#footer-wrapper {
    background-color: #f2f2f2;
}
#footer {
    padding: 10px 0 30px 0;
    font-size: 12px;
    text-transform: uppercase;
/*    border-top: 1px dashed #999;*/
/*    background: #FFF;*/
}

#about {
    width: 535px;
    margin-right: 65px;
    float: left;
}
#about .the-series {
    border: 3px solid #FFF;
}
#about .theme {
    border-bottom: 1px dotted #333;
}
#about ul {
    list-style-type: disc;
    margin-left: 40px;
    font-size: 0.9em;
    line-height: 1.4em;
}
#about ul li {
    margin-bottom: 1.4em;
}
#about #testimonials {
    margin-top:40px;
    padding-top:40px;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
}

#footer #about-author img {
    border: 3px solid #FFF;
}


#quotes {
    width: 300px;
    padding: 0px 0 20px 0px;
    float: left;
/*    border-bottom: 1px dashed #999;*/
}
#quotes h3 {
    margin-top: 0;
    line-height: 1.4em;
}
#quotes .buy-series {
    padding: 20px 0;
    border: 1px solid #999;
    background: #FFF;
    margin-bottom: 20px;
    text-align: center;
}
#quotes .buy-series h3 { margin-bottom: 10px; }
#quotes .buy-series h3 span { border-bottom: 1px dotted #333; }
#quotes .buy-series p { margin: 10px 0 0 0; padding-bottom: 0; }
#quotes .buy-series small { font-family:Georgia,serif; }
.quote-list {
/*    border-bottom: 1px solid #999;*/
/*    margin-bottom: 30px;*/
}
.quote-list {
    margin-left: 0;
    padding-left: 0;
}
.quote-list li {
    list-style-type: none;
    font-size: 0.8em;
    margin-bottom: 2.5em;
    line-height: 1.6em;
}
.quote-list li .author {
    margin-top: 4px;
    color: #888;
    font-family: Arial, Verdana, sans-serif;
    text-align: left;
    font-size: 0.9em;
}
.quote-list li .author a {
    color: #888;
    font-style: italic;
    text-decoration: none;
}
.quote-list li .author a:hover {
    color: #333;
    text-decoration: underline;
}
.new-sec {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px dashed #999;
}

#quotes ul.index {
    list-style-type: disc;
    font-size: 0.8em;
    margin-left: 18px;
}
#quotes ul.index li {
    margin-bottom: 16px;
}


/* Subscribe
**********************/

#subscription-form {
    width: 420px;
    margin: 0 auto;
    text-align: left;
}
#subscription-form p {
    line-height: 1.5em;
    margin-bottom: 15px;
}


#subscription-form td {
    font-size: 14px;
    padding: 0px 5px 5px 0;
}
#subscription-form td.label {
    width: 90px;
    font-weight: bold;
    padding-right: 8px;
    text-align: right;
    font-family: Arial, serif;
}
#subscription-form td input {
    width: 250px;
    font-family: Georgia, serif;
    border: 1px solid #CCC;
    padding: 7px 8px;
    font-size: 14px;
}
#subscription-form td input.submit {
    width: 90px;
    font-family: Arial, sans-serif;
    border: none;
    font-weight: bold;
    background: #333;
    color: #FFF;
    cursor: pointer;
}



