/*******
    Reset CSS
    
    Legend:
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-family: Georgia, sans-serif;
        font-family: Helvetica, Arial, FreeSans, sans-serif;
        font-family:  Geneva, Tahoma, "Nimbus Sans L", sans-serif;
        font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
        font-family: "Trebuchet MS", sans-serif;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
    
        960px - 1 column
        480px - 2 columns
        320px - 3 columns
        240px - 4 columns
        160px - 6 columns
        120px - 8 columns
*******/
        html, body, div, span, applet, object, iframe,
        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
        a, abbr, acronym, address, big, cite, code,
        del, dfn, em, font, img, ins, kbd, q, s, samp,
        small, strike, strong, sub, sup, tt, var,
        b, u, i, center,
        dl, dt, dd, ol, ul, li,
        fieldset, form, label, legend,
        table, caption, tbody, tfoot, thead, tr, th, td {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            font-size: 100%;
            vertical-align: baseline;
            background: transparent;
        }
        body {
            line-height: 1;
        }
        ol, ul {
            list-style: none;
        }
        blockquote, q {
            quotes: none;
        }
        blockquote:before, blockquote:after,
        q:before, q:after {
            content: '';
            content: none;
        }
        
        /* remember to define focus styles! */
        :focus {
            outline: 0;
        }
        
        /* remember to highlight inserts somehow! */
        ins {
            text-decoration: none;
        }
        del {
            text-decoration: line-through;
        }
        
        /* tables still need 'cellspacing="0"' in the markup */
        table {
            border-collapse: collapse;
            border-spacing: 0;
        }

        .input.submit:hover {
            cursor: pointer;
            cursor: hand;
            }
/*******
    Base Styles
*******/
        
    body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: url(../images/bg-body.gif);
        height:100%;
        font-size: 12px;
        line-height: 1.5em;
    }
    
    a { color: #467daf; text-decoration: none; }
        a:hover { text-decoration: underline; }
    .container { width: 864px; margin: 0 auto; }
        .container .container-wrap { margin: 0 auto; }
    .wrap {}
    .clear { clear: both; }
    .content li { margin-left: 20px; } /*same as .wrap class */
    p { margin-bottom: 1.5em; }
    
    h2 {
        font-size: 32px;
        margin-bottom: .5em;
        color: #999;
        }
    
    h3 {
        font-size: 18px;
        }

/*******
    Header
*******/

    .header {
        background: url(../images/bg-header.png) no-repeat;
        height: 335px;
        position: relative;
        }
        
        .header a.logo {
            display: block;
            position: absolute;
            left: 10px;
            top: 0;
            height: 75px;
            width: 360px;
            }
            
            .header a.logo h1 {
                margin-left: -9000px;
                }
                        
/*******
    Content
*******/

    .content {
        background: url(../images/bg-content.png) repeat-y;
        position: relative;
        padding: 25px 30px;
        font-size: 14px;
        line-height: 1.7em;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
        }
    
    body.right-column .content {
        padding: 0;
        }
        
        body.right-column .content .with-right-column {
            padding: 25px 0 25px 30px;
            margin: 0 12px 0 0;
            background: url(../images/bg-right-column-flat.jpg) 560px -11px repeat-y;
            }

            body.right-column .content .main-column {
                float: left;
                width: 522px;
                }
                            
            body.right-column .content .right-column {
                background: #5c5c5c url(../images/bg-right-column.jpg) left top repeat-x;
                float: right;
                width: 208px;
                margin-top: -36px;
                padding: 24px 30px 25px;
                }
            
            body.right-column .right-column-corner {
                position: absolute;
                left: 559px;
                top: -11px;
                height: 19px;
                width: 25px;
                background: url(../images/right-column-top-left.jpg) no-repeat;
                }

                body.right-column .right-column-corner h3 {
                    margin-left: -9000px;
                    }

    .content .right-column h2 {
        background: url(../images/bg-extra-content-heading.png) -8px bottom no-repeat;
        color: #fff;
        margin: 0 -30px;
        font-weight: normal;
        font-size: 16px;
        padding: 6px 12px 17px;
        }
        
        .content .right-column h2.first {
            margin-top: -24px;
            padding-top: 15px;
            padding-bottom: 15px;
            }
        
        .content .right-column h4,
        .content .right-column h4 a {
            font-size: 14px;
            color: #999;
            }
            
        .right-column a.read-more {
            text-align: right;
            margin: -1em 0 0 0;
            display: block;
            padding-bottom: 4px;
            color: #fff;
            }
            
            .right-column a.read-more-sermons {
                color: #fff;
                margin-top: 0;
                padding-top: 4px;
                }
    
    .content .right-column {
        color: #e3e3e3;
        font-size: 12px;
        line-height: 1.5em;
        }

    .content ul {
        padding: 1.5em 0;
        }
    
    .content p + ul {
        padding: 0 0 1.5em 0;
        }
    
    .content li {
        list-style-type: disc;
        }
/*******
    Footer
*******/

    .footer {
        background: url(../images/bg-content.png) repeat-y;
        position: relative;
        color: #e3e3e3;
        font-size: 11px;
        letter-spacing: 1px;
        }
        
        .footer-wrap {
            background: #510000;
            margin: 0 12px 0 12px;
            padding: 10px 265px 2px 20px;
            }
        
            .footer a {
                color: #fff;
                }

            ul.footer-links {
                display: inline;
                }
                                
                ul.footer-links li {
                    display: inline;
                    }
                    
                    .footer-links li a {
                        border-right: 1px solid #fff;
                        padding: 0 4px 0 2px;
                        }
                        
                        .footer-links li.first a {
                            padding: 0 4px 0 0;
                            }
    
    .developed-by {
        position: absolute;
        right: 30px;
        top: 10px;
        }
            
    .bottom {
        background: url(../images/bg-footer.png) bottom no-repeat;
        height: 15px;
        }
/*******
    Highslide Gallery
*******/

.highslide-wrapper {
    background: none;
    }

    .highslide-item {
    	border: solid 1px #fff;
    	margin: 10px 10px 0 0;
    	width: 31%;
    	float: left;
        }
        
        a.highslide {
            display: table-cell;
            width: 219px;
            height: 219px;
            text-align: center; /* qui e non su precedente, iCab3 */
            vertical-align: middle;
            background: #e3e3e3;
            }

        a.highslide img {
            border: solid 1px #000;
            vertical-align: middle;
            }

        
/*******
    Individual Pages
*******/

    #about-rick img.home-welcome {
        margin-top: -20px;
        margin-bottom: 4px;
        }
        
    #about-rick .main-column .article-image {
        float: left;
        border: 4px solid #fff;
        margin: 2px 13px 3px 0;
        }

    #home img.home-welcome {
        margin-top: -20px;
        margin-bottom: 4px;
        }
        
    #home .main-column .article-image {
        float: left;
        border: 4px solid #fff;
        margin: 2px 13px 3px 0;
        }

/*******
    Your Stories
*******/
#your-stories .your-stories-even, #your-stories .your-stories-odd {
    margin: 0 0 1em 0;
    padding:1em 1em 0;
    }
    
    #your-stories .your-stories-odd {
        background:#EEEEEE none repeat scroll 0 0;
        border:1px solid #CCCCCC;
        }

/*******
    Store Pages
*******/
    
    .store-even,
    .store-odd {
        float: left;
        width: 230px;
        border: 1px solid #fff;
        padding: 10px;
        margin: 0 0 10px 0;
        text-align: center;
        position: relative;
        }
    
    .store-odd {
        margin-right: 10px;
        }
        
    #store h3.title {
        font-size: 18px;
        position: absolute;
        background: url(../images/jewel-case-text.png) no-repeat;
        width: 152px;
        height: 99px;
        top: 55px;
        left: 36px;
        padding: 35px 15px 10px 25px;
        color: #0D2856;
        font-weight: normal;
        font-style: italic;
        }

    .media-type {
        margin-bottom: 4px;
        }
        
    .store-button {
        margin: 10px auto 0;
        width: 106px;
        }
                
        .add-to-cart {
            background: url(../images/bg-button-left.png) top left no-repeat;
            height: 38px;
            width: 100px;
            padding: 0 0 0 10px;
            }
    
            .add-to-cart input.submit {
                height: 38px;
                border: none;
                background: url(../images/bg-button-right.png) top right no-repeat;
                padding: 0 14px 1px 0;
                font-size: 14px;
                color: #fff;
                cursor: pointer;
                }
                
                .add-to-cart input.submit:hover {
                    color: #e3e3e3;
                    }

.pagination {
    clear: both;
    text-align: center;
    }

    .pagination p {
        margin: 15px 0 5px;
        }
        
    .pages {
        padding: 10px;
        border-top: 1px solid #ccc;
        }
        
        .pages .ditto_currentpage {
            border: 1px solid black;
            padding: 5px 10px;
            margin-right: 10px;
            background-color: #467daf;
            color: #fff;
            }
            
        .pages .ditto_off {
            border: 1px solid #ccc;
            padding: 1px 5px 2px;
            margin-right: 1px;
            color: #ccc;
            }
            
        .pages a, .pages a:link, .pages a:visited {
            border: 1px solid #467daf;
            padding: 5px 10px;
            margin-right: 10px;
            text-decoration: none !important;
            color: black;
            background: #fff;
            }
            
        .pages a:hover {
            background-color: #467daf;
            color: #fff;
            border: 1px solid #fff;
            }

/*******
    Contact Page
*******/

#contact .main-column ul {
    clear: both;
    padding-bottom: 20px;
    }
              
    #contact .main-column li {
        float: left;
        text-align: right;
        width: 130px;
        list-style-type: none;
        margin-left: 0;
        padding-bottom: 0px;
        }
    
    #contact .main-column li + li {
        float: left;
        text-align: left;
        margin-left: 10px;
        }
    
    #contact-form {
        }

    #contact-form fieldset {
        border: 1px solid #fff;
        border-bottom: none;
        padding-top: 20px;
        }
        
        #contact-form legend {
            font-weight: normal;
    	    line-height: 100%;
    	    padding: 0;
            margin-left: 15px;
            }
                    
    #contact #contact-form div.errors ul {
        list-style-type: disc;
        padding-bottom: 0;
        }

        #contact #contact-form div.errors li,
        #contact #contact-form div.errors li + li {
            display: block;
            float: none;
            margin-left: 25px;
            padding: 0 0 0 0;
            text-align: left;
            }
        
    #contact-form label {
        display:block;
        font-weight:bold;
        text-align:right;
        width: 130px;
        float:left;
        margin: 0;
        padding-top: 6px;
        clear: left;
        }

        #contact-form label .small {
            color:#666666;
            display:block;
            font-size:11px;
            font-weight:normal;
            text-align:right;
            width: 130px;
            margin-top: -5px;
            }

    #contact-form input, 
    #contact-form select, 
    #contact-form textarea,
    .additional_options input {
        float:left;
        font-size:12px;
        padding:4px 2px;
        border: 1px solid #467daf;
        background: #fff;
        width:200px;
        margin:2px 0 20px 10px;
        padding-top: 9px;
        }
        
        #contact-form select {
            height: auto;
            padding-top: 3px;
            margin-top: 8px;
            }
        
        #contact-form input.name {
            width: 180px;
            }

        #contact-form input.email {
            width: 220px;
            }
                       
        #contact-form textarea {
            width: 350px;
            height: 100px;
            }

    #contact .main-column fieldset.submit {
        padding-top: 0;
        border-top: none;
        border-bottom: 1px solid #e3e3e3;
        margin-top: 0;
        padding-bottom: 5px;
        }

        #contact-form .submit label {
            display: none;
            }

        #contact .button {
            background: url(../images/bg-button-left.png) top left no-repeat;
            height: 38px;
            width: 100px;
            padding: 0 0 0 10px;
            margin-left: 140px;
            }
    
            #contact-form .button input.submit {
                height: 38px;
                border: none;
                background: url(../images/bg-button-right.png) top right no-repeat;
                padding: 0 14px 1px 0;
                font-size: 14px;
                margin: 0;
                color: #fff;
                cursor: pointer;
                }

/*******
    Videos
*******/
body#videos .right-column,
body#videos .right-column-corner {
    display: none;
    }

body#videos .content .with-right-column {
    background: none;
    }

body#videos .content .main-column {
    width: 800px;
    }
        
    .video-player {
        padding: 15px 0 0;
        background: #000 url(../images/bg-video-player-top.gif) no-repeat;
        }

    .video-player-bottom {
        background: #000 url(../images/bg-video-player-bottom.gif) bottom left no-repeat;
        margin-bottom: 10px;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        color: #666;
        padding: 0 25px;
        }
        
        .video-player-bottom a {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: #e3e3e3;
            }

/*******
    Media
*******/
body#media .right-column,
body#media .right-column-corner {
    display: none;
    }

body#media .content .with-right-column {
    background: none;
    }

body#media .content .main-column {
    width: 800px;
    }

/*******
    All Products
*******/
body#view-all-products .right-column,
body#view-all-products .right-column-corner {
    display: none;
    }

body#view-all-products .content .with-right-column {
    background: none;
    }

body#view-all-products .content .main-column {
    width: 800px;
    }

    body#view-all-products h3 {
      font-size: 24px;
    }
        
    body#view-all-products table.all-products {
        width: 800px;
        margin: 8px 0 18px;
        }
    
        body#view-all-products table.all-products td {
            padding: 4px;
            width: auto;
            }
            
        body#view-all-products table.all-products tr.view-all-products-odd {
            background: #e3e3e3;
            }

        body#view-all-products table.all-products tr.all-books td.product-name {
          width: 150px;
          text-align: center;
        }
        
        body#view-all-products table.all-products tr.all-dvds td.product-name {
          width: 150px;
        }
        body#view-all-products table.all-products tr.all-dvds td.price,
        body#view-all-products table.all-products tr.all-books td.price {
          width: 110px;
        }
        body#view-all-products table.all-products tr.all-dvds td.store-button,
        body#view-all-products table.all-products tr.all-books td.store-button {
          width: 170px;
        }

        body#view-all-products table.all-products tr.all-books td.story-content {
          vertical-align: top;
        }
          body#view-all-products table.all-products tr.all-books td.story-content h3.book-title {
            font-weight: bold;
            font-size: 14px;
          }
                
        body#view-all-products table.all-products tr.docid-127 {
          display: none;
        }

/*******
    Books
*******/
.books-even,
.books-odd {
	float: none;
	width: auto;
	text-align: left;
        border: 1px solid #fff;
        padding: 10px;
        margin: 0 0 10px 0;
	}

.books-even .media-type,
.books-odd .media-type {
	float: left;
	width: 100px;
	}

/*******
    DVDs
*******/

.dvds-even,
.dvds-odd {
	float: none;
	width: auto;
	text-align: left;
        border: 1px solid #fff;
        padding: 10px;
        margin: 0 0 10px 0;
	}

.dvds-even .media-type,
.dvds-odd .media-type {
	float: left;
	width: 245px;
	}

    .store-dvds .store-button {
        margin: 10px 0 0;
        width: 106px;
        }
                
        .store-dvds .add-to-cart {
            background: url(../images/bg-button-left.png) top left no-repeat;
            height: 38px;
            width: 100px;
            padding: 0 0 0 10px;
            margin-left: 240px;
            }
    
            .store-dvds .add-to-cart input.submit {
                height: 38px;
                border: none;
                background: url(../images/bg-button-right.png) top right no-repeat;
                padding: 0 14px 1px 0;
                font-size: 14px;
                color: #fff;
                cursor: pointer;
                }
                
                .store-dvds .add-to-cart input.submit:hover {
                    color: #e3e3e3;
                    }

#rick-madison-dvds .story-content p + ul {
    margin-top: -1.3em;
    }
    
#rick-madison-dvds .story-content ul {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: -.8em;
    margin-left: 250px;
    }
    
#rick-madison-dvds .story-content ul li {
    margin-left: 10px;
    line-height: 1.2em;
    margin-bottom: .8em;
    color: #003263;
    }
/*******
    References
*******/

.references-even blockquote,
.references-odd blockquote {
    font-weight: normal;
    font-style: italic;
    color: #003263;
    padding: 0 25px 0 0;
    margin-top: -12px;
    text-align: right;
    }

.sidebar-special {
    font-size: 14px;
    }
.sidebar-special p {
    margin-bottom: 0;
    }
    
.sidebar-special ul {
    margin-top: 0;
    padding-top: 0;
    }

.sidebar-special ul li {
    margin-left: 15px;
    color: #fff;
    }

.sidebar-special .store-button {
    margin-top: 0;
    margin-bottom: 10px;
    }

a.audio-player {
  position: absolute;
  top: 30px;
  right: 50px;
  height: 25px;
  font-size: 14px;
}

.special-notes {
  background: #5B0000;
  color: #fff;
  margin: -20px 0 30px;
  font-size: 14px;
  padding: 10px;
  border: 5px outset;
}

.special-notes .dates {
  padding-left: 15px;
  padding-bottom: 1.4em;
}

/*******		Newsletter		*******/
.newsletter-form-wrapper {
  padding-left: 0;
  margin: 0 auto;
}

.newsletter-form-wrapper-title h3 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.newsletter-form-wrapper  ul {
  padding: 0 0 6px;
}

.newsletter-form-wrapper form li {
  list-style-type: none;
}

.newsletter-form-wrapper label,
.newsletter-form-wrapper input {
  font-size: 12px;
}

.newsletter-form-wrapper input {
  border: 1px solid #000;
  padding: 3px 5px;
  width: 155px;
}

.newsletter-form-wrapper input.with-js {
  margin-bottom: 6px;
}

.newsletter-form-wrapper .submit {
  text-align: center;
  padding-top: 4px;
}
.newsletter-form-wrapper .submit input {
  height: auto;
  width: auto;
  padding: 3px 6px;
  margin: 0;
  border: none;
}

#newsletter-form .errors {
  position: absolute;
  top: 0px;
  right: 55px;
  padding: 10px;
  width: 188px;
  background: red;
  color: #fff; 
}
