﻿html,
body,
form {
   margin:0;
   padding:0;
   height:100%;
}

body
{
	background-color:#2E375D;
	border:none;
	text-align:center;
	font-family: 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 12px;
	color:#efefef;
}

table { border-collapse: collapse; }

a,
a:visited
{ 
    color: #ffffff; 
    text-decoration: none; 
}

a:hover 
{ 
    color: #ee5555; 
}

a img
{
    border:none;
}

/****************************/
/* Page Rows                */
/****************************/

#page
{
    min-height:100%;
    position:relative;
    width:800px;
    margin:0px auto;
    background-color:#0E173D;
    border-left:solid 1px #111111;
    border-right:solid 1px #111111;
}

#header
{
    padding-top:17px;
    text-align:center;
}

#middle
{
    padding-bottom:40px;   /* Height of the footer */
}

#footer
{
   position:absolute;
   bottom:0px;
   left:0px;
   width:100%;
   height:30px;   /* Height of the footer */
   text-align:center;
}

.clearing
{
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/****************************/
/* NavList                  */
/****************************/

#menu
{ 
    margin:10px 0px 10px 0px;
    padding:0px; 
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li a 
{
    font-weight:normal; 
    color:#e3e3e3; 
}

#menu .separator 
{
    text-align:center;
    margin:0px 40px; 
}

#menu .current_page_item a 
{
    border-bottom:dotted 1px #333399;
}


.pager
{
    overflow: hidden;
	width: 100%;
	font-weight:bold;
}

.pager .prev
{
    float:left;
    text-align:left;
    width:200px;
}

.pager .next
{
    float:right;
    text-align:right;
    width:200px;
}

/****************************/
/* SideList                  */
/****************************/

#sidelist 
{
    font-size:12px; 
}

#sidelist ul 
{
}

#sidelist li 
{
    list-style-type:square; 
    margin-top:4px;
}

#sidelist li a 
{
    font-weight:normal; 
    color:#92a2aB; 
}

#sidelist li a.highlightedListLink
{
    color:#ffffff;
}

  
/****************************/
/* Page Content             */
/****************************/ 

#sidebar
{
    float:left;
    width:275px;
    padding:0px 15px 20px 20px;
    text-align:left;

}

#content
{
    float:right;
    width:450px;
    padding:0px 20px 20px 15px;
    text-align:left;
}

.fullpage 
{
   padding:0px 20px 20px 15px;
   text-align:left; 
}

#panelBio,
#panelFeatured,
#panelInventory,
#panelHours,
#panelLocation,
#panelSpecialties,
#panelPolicies,
#panelGearDetails,
#panelGearPhotos
                    {
                        text-align:left;
                    }

#panelSpecialties
                    {
                        margin-top:20px;
                    }

h2.postHeader
{
   font-size: 1.2em;

   margin: 20px 0px 5px 0px;

   padding: 7px 0px 7px 0px;

   width: 100%;

   border-bottom: 1px dotted #555;
   
   line-height:1.5;
}

h4.postSubHeader
{
   font-size: 12px;

   margin: 10px 0px 5px 0px;

   padding: 7px 0px 7px 0px;

   width: 100%;
   
   line-height:1.5;
}

h2.subTitle
{
   font-size:12px;
   
   margin: 20px 0px 5px 0px;

   padding: 7px 0px 7px 0px;
    
   width: 100%;

   border-bottom: 1px dotted #888;
   
   line-height:1.5;
}


.postContent
{
    text-align:left;
    line-height:2;
}


.postSubContent
{
    margin-left:15px;
    text-align:left;
    line-height:2;
}

.postMustReadLine
{
    text-align:center;
    font-size:14px;
    font-style:italic;
    margin:5px 0px;
}

img.thumbnail 
{ 
    float:left; 
    margin:5px 10px 0px 0px;
    border:solid 3px #3e3e5e;
}

  
/****************************/
/* Search                   */
/****************************/ 

#searchformContainer
{
    text-align:left;
}

#searchformContainer input
{
    font-size:12px;
}

#searchformContainer #keyword
{
    width:360px;
    height:20px;
    background-color:#e6e6e6;
    border:solid 2px #333333;
}

#searchformContainer #searchbutton
{
    width:80px;
    height:26px;
    background-color:#981020;
    border: solid 2px #660033;
    color:#ffffff;
    vertical-align:bottom;
}

  
/****************************/
/* Contact                   */
/****************************/ 

#contactPageContainer
{
    text-align:center;
}

#contactFormContainer
{
    text-align:left;
    line-height:2;

    
}

#contactFormContainer input,
#contactFormContainer textarea {
                                    width:90%;
                               }
                               
#contactFormContainer textarea {
                                    height:250px;
                               }
    

#contactButtonContainer {
                            width:92%;
                            text-align:right;
                            padding-top:15px;
                        }
                        
#contactButtonContainer input {
                                    width:100px;
                              }    

#contactFormContainer .postMustReadLine
{
    margin-top:50px;
}

div.mustReadLink
{
    margin:20px 0px;
    text-align:center;
}

#challenge
{
    float:left;
    width:200px;
}

#challenge input
{
    width:170px;
}

#expected
{
    float:left;
    width:250px;
}

#expected table
{
    width:1px;
}

  
/****************************/
/* PoweredBy Content        */
/****************************/ 


#pageFrame
{
    margin-top:20px;
    width:700px;
    border:none;
}

.subTitle a
{
    color:#e6e6e6;
}

#inventoryContainer
{
    margin:15px 60px;
    text-align:left;
}

.annotation
{
    font-size:10px;
    color:#aaaaaa;
    font-style:italic;
}

img.annotation
{
    border:none;
    text-align:right;
}

.formerrors
{
    color:#ffaaaa;
}

#annotativetoolbar
{
    width:30px;
    height:30px;
    display:inline;
    padding:2px 4px;
    margin-left:10px;
}

#annotativetoolbar img
{
    border:none;
    vertical-align:middle;
    margin:0px 6px;
}

#errorContainerFrame
{
    text-align:center;
}

#errorContainer 
{
    width:580px;
    margin:0px auto;
}

#errorContainer .figure
{
    margin:20px auto;
}

#errorContainer H3
{
    margin:20px auto;
    font-weight:normal;
}

#footerComment
{
    margin:5px 0px 2px 0px;
    color:#676777;
}

#footerComment a
{
    color:#676777;
}

#footerComment a:hover
{
    color:#878797;
}

/***************************/
/*      Location Page      */
/***************************/

#panelMap
{
    margin:20px 10px;
    border:solid 2px #333333;
}

.isolated_image
{
    border:solid 4px #3e3e5e;
}

.shop_image
{
    width:360px;
}

#pageBanner
{
    border:solid 4px #3e3e5e;
}

#shop_image2
{
    margin-top:20px;
}

.pop
{
    color:#F46101;
}

/***************************/
/*       List Pager        */
/***************************/

.pagerBar
{
    width:100%;
    padding:4px 0px 4px 0px;
}

.pagerPreviousSection
{
    float:left;
    width:100px;
}

.pagerNextSection
{
    float:right;
    width:100px;
    text-align:right;
}

/* Revised Details Page */

#product_details
{
    margin:0px 10px;
    text-align:left;
    line-height:2;
}

#product_details #attributes
{
    float:right;
    padding:0px 20px 0px 10px;
    width:370px;
}

#product_details #images
{
    float:left;
    width:350px;
    padding-left:10px;
}

/* Photo Gallery */

div.gallery_wrapper
{
    background:#000;
    color:#555555;
    padding:10px;
}

.gallery_wrapper p
{
    padding-bottom:0px;
    margin-bottom:0px;
}

ul.gallery_upgrade 
{
    width:100%;
    margin:0px;
    padding:0px;
}

ul.gallery_upgrade li
{
    width:60px;
    height:60px;
}

ul.gallery_upgrade li img
{
    border:solid 2px #e6e6e6;
}

div.gallery_upgrade
{
    position:relative;margin-top:2em;
}

#main_image
{ 
    clear:both; 
    margin-top:10px;
    width:330px; 
    text-align:center;
    background:#000;
    font-size:.01em;
    line-height:0px;
}

#main_image img
{ 
    border:solid 1px #ffffff;
    width:318px;
}

#lightbox-infoContainer
{
    text-align:center;
}

#inquire
{
    margin:0px auto;
    height:40px;
    width:300px;
    background-image:url(../images/inquire.gif);
    background-repeat:no-repeat;
}

#shadowbox_toolbar
{
    height:40px;
}

/* Customer Testimonials */

#customers-wrapper
{
    text-align: center;
}
#testimonials
{
    width: 600px;
    margin: 30px auto 0px auto;
    font-family: "Lucida Grande" , "Trebuchet MS" , "Tahoma" , "Helvetica" , "Arial" ,sans-serif;
    font-size: 62.5%;
    font-size-adjust: none;
    font-variant: normal;
    line-height: 1.5;
    text-align: left;
    color: #3a3a3a;
}
#testimonials .post
{
    background-color:#efefef;
    padding:30px 20px 20px 20px;
    border:1px solid #a9a9a9;
    margin-bottom:30px;
    background-image:url(../images/cust_email.png);
    background-repeat:no-repeat;
    background-position: 95% 20%;
}

#testimonials blockquote
{
    display: block;
}
#testimonials blockquote p
{
    font-size: 1.8em;
    font-style: italic;
    word-spacing: 0.2em; 
    width:80%;  
}
#testimonials p
{
    margin-bottom: 1.2em;
    display: block;
    color: #3a3a3a;
}
#testimonials .credit
{
    margin:10px 20px 20px 0px;
    font-size: 1.4em;
    text-align: right;
    color: #1a1a3a;
}


#panelCommunity
{
    text-align:center;
}

#panelCommunity .editorial
{
    text-align:left;
}

#panelCommunity .editorial h2.postHeader
{
    margin-top:0px;
    color:#e63758;
}

p.readmore
{
    font-weight:bold;
}