/* Stylesheet for Island Falls Canoe */

/* --------------------------------------------------------------------------------------------- */
/* Layout */

html
{
    height: 100%;
    min-height: 100%;
}

body
{
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 1020px;    
    font-family: Times, 'Times New Roman', Serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 24px;
    color: #5F2E05;  
    background-image: url('/images/layout/body-bg.jpg');
    background-position: center top;
    background-color: #28353D;    
}

form#frmMaster
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0;
    padding: 0 0;
    background-color: transparent;
}

div.wrapper
{
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    width: 1020px;
    margin: 0px Auto;
}

div.header
{
    position: relative;
    width: 1020px;
    height: 220px;
    margin: 0 Auto;
    background-image: url('/images/layout/header-bg.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.header div.logo
{
    position: relative;
    float: left;
    margin: 5px 0 0 15px;
}

div.header div.phone
{
    position: relative;
    float: right;
    margin: 5px 25px 0 0;
    font-family: BaskervilleT, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", Serif;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 30px;
    text-shadow: 0px 0px 5px #000000;
    -webkit-transform: rotate(0.00000000001deg); /* Fix for Anti-Aliasing in Chrome / Safari */      
    behavior: url(/stylesheets/PIE.htc);
}

div.content-wrapper
{
    position: relative;
    width: 1020px;
    margin: 0 Auto;
    background-image: url('/images/layout/content-bg.png');
    background-position: center top;
    background-repeat: repeat-y;
}

div.sidebar
{
    position: relative;
    float: left;
    overflow: auto;
    width: 251px;
    margin: 0 0 0 13px;
}

div.content
{
    position: relative;
    float: right;
    overflow: auto;
    width: 720px;
    margin: 0 23px 0 0;
    padding: 20px 0;
}

div.bottom-slogan
{
    position: relative;
    float: right;
    width: 720px;
    margin: 0 24px 2px 0;
    padding: 0 0;
}

div.footer
{
    position: relative;
    overflow: hidden;
    width: 1020px;
    height: 32px;
    margin: 0 Auto;
    font-size: 12px;
    line-height: 32px;
    color: #606060;
    background-image: url('/images/layout/footer-bg.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.footer a, div.footer a:visited
{
    color: #606060;
    text-decoration: none;
}

div.footer a:hover
{
    color: #0000DD;
}

div.footer div.footer-left
{
    float: left;
    margin: 0 0 0 10px;
    text-align: left;
}

div.footer div.footer-right
{
    float: right;
    margin: 0 10px 0 0;
    text-align: right;
}

/* --------------------------------------------------------------------------------------------- */
/* Sidebar Menu */

div.sidebar ul.menu
{
    width: 240px;
    margin: -10px 0 20px 5px;
    padding: 0;
    list-style: none;    
}

div.sidebar ul.menu li
{
    margin: 0 Auto;
    padding: 0 0;
    font-family: BaskervilleT, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", Serif;
    font-weight: normal;
    font-style: normal;
    color: #5F2E05;
    font-size: 25px;
    line-height: 40px;    
    text-align: left;
    -webkit-transform: rotate(0.00000000001deg); /* Fix for Anti-Aliasing in Chrome / Safari */
    background-image: url('/images/layout/menu-seperator.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}

div.sidebar ul.menu li.smaller
{
    font-size: 20px;
}

div.sidebar ul.menu li a, div.sidebar ul.menu li a:visited
{
    color: #5F2E05;
    text-decoration: none;   
}

div.sidebar ul.menu li a:hover
{
    color: #E5E5A1;
}

div.sidebar ul.menu li ul
{
    width: 220px;
    margin: 0 0 0 15px;
    padding: 0;
    padding-bottom: 10px;
    list-style: none;    
}

div.sidebar ul.menu li ul li
{
    margin: 0 Auto;
    padding: 0 0;
    font-family: BaskervilleT, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", Serif;
    font-weight: normal;
    font-style: normal;
    color: #5F2E05;
    font-size: 20px;
    line-height: 25px;    
    text-align: left;
    -webkit-transform: rotate(0.00000000001deg); /* Fix for Anti-Aliasing in Chrome / Safari */
    background-image: none;
}

/* --------------------------------------------------------------------------------------------- */
/* Sidebar Logos */

div.sidebar div.logos
{
    margin: 0 0 10px 0;
    text-align: center;
}

div.sidebar div.logos img
{
    margin: 0 Auto 10px Auto;
}

/* --------------------------------------------------------------------------------------------- */
/* Seperators and Clearfixes */

div.clearfix, div.seperator
{
    clear: both;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

div.seperator
{
    background-image: url('/images/layout/seperator.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

/* --------------------------------------------------------------------------------------------- */
/* Title and Header Fonts */

h1, h2, h3, h4, h5
{
    margin: 0 Auto;
    padding: 0 0;
    font-family: BaskervilleT, Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", Serif;
    font-weight: normal;
    font-style: normal;
    color: #5F2E05;
    text-align: center;
    -webkit-transform: rotate(0.00000000001deg); /* Fix for Anti-Aliasing in Chrome / Safari */    
}

h1
{
    font-size: 30px;
    line-height: 40px;
}

h2
{
    font-size: 24px;
    line-height: 30px;
}

h3
{
    font-size: 16px;
    line-height: 24px;
}

h4, h5
{
    font-size: 16px;
    line-height: 24px;    
}

div.bottom-slogan h1
{
    padding-top: 8px;
}

h2.slogan
{
    padding: 6px 0;
}

/* --------------------------------------------------------------------------------------------- */
/* Image Borders, Boxes, Etc. */

.photo, .pic
{
    border: 1px solid #5F2E05;
}

div.testimonial
{
    padding: 16px 16px 0px 16px;    
    font-style: italic;
    border: 1px solid #5F2E05;
    background-color: #E8E7BB;
}

div.testimonial p
{
    margin-bottom: 16px;
}

div.about-pic
{
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px;
    font-style: italic;
}

.mt-25 {
    margin-top: 25px !important;
}

/* --------------------------------------------------------------------------------------------- */
/* Parts and Materials Page */

div.important {
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

table.parts-list
{
    width: 520px;
    margin: 0 Auto;
}

table.parts-list tr td
{
    padding: 2px 4px;
}

table.parts-list tr td:last-child{
    text-align:right;
}

table.parts-list tr:nth-child(even)
{
    background-color: #DBD9A0;
}

table.parts-list td.part-title
{
    text-align:left !important;
    font-weight: bold;
    border-bottom: 1px solid #5F2E05;
}

table.parts-list td.return-top
{
    font-size: 12px;
    font-weight: bold;
}

/* --------------------------------------------------------------------------------------------- */
/* Old Town Canoes Page */

table.special-orders {
    width: 100%;
    margin: 20px 0 24px 0;
}

table.special-orders tr td {
    padding: 4px 8px;
}

table.special-orders tr:nth-child(even) {
    background-color: #DBD9A0;
}

table.special-orders td.part-title {
    font-weight: bold;
    border-bottom: 1px solid #5F2E05;
}

table.special-orders td.return-top {
    font-size: 12px;
    font-weight: bold;
}

.red{
    color:#ff0000;
}

.h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
}

span.text-center {
    display: block;
    text-align: center;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.peregrine {
    overflow: hidden;
    margin-bottom: 25px;
    background-color: #e8e7bb;
    border: 1px solid #000000;
    border-radius: 5px;
}

.peregrine-content {
    padding: 20px 20px;
}

.peregrine-image {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.peregrine-image img {
    width: 100%;
    height: auto;
}