@import url(reset.css); 
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Six+Caps);
@import url(https://fonts.googleapis.com/css?family=Tulpen+One);

/*
TEMPLATE COLORS
Light Teal: #2b4850;
Teal: #00232C;
Grey: #686868
Dark Grey: #303030
*/

/*STICKY FOOTER */
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -250px; /* negative value of the footer's height */
    /*        padding-bottom:25px;*/
}
.inner_wrapper{
    padding-bottom:25px;
}
.footer, .push {
    height: 275px; /* .push must be the same height as .footer */
}

/* GENERAL CSS */

body {
    background: #FFF;
    font-weight:300;
}

body, input, textarea, table {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #2f4248;
}
p{
    line-height:1.4em;
    font-size:14px;
    margin-bottom:12px;
}
strong{
    font-weight:400;
    font-size:1.2em;
}
a,a:visited,a:active{
    color:#00232C;
}
a:hover{
    color:#2b4850;
}
em {font-style: italic;}
.content ol li {
    list-style-type: decimal;
    padding-bottom: 0.85em;
}
.content ul{
    margin-left:15px;
}
.content ul li {
    list-style-type: disc;
    margin-left: 5px;
    padding-left: 0;
    margin-bottom:4px;
}
.content hr{
    color: #686868;
    background-color: #686868;
    height: 1px;
}

optgroup[label]{
margin:20px 0;
}

/* HEADER */
#header{
    width:960px;
    margin:0 auto;
    text-align:right;
    padding-top:15px;
    font-size:12px;
    position:relative;
    height:90px;
}
#logo{
    position:absolute;
    top:5px;
    left:0px;
    width:100px;
    text-align:left;
}
#site_search_ct{
    margin-bottom:10px;
}
#q{
    font-size:12px;
    background:#f6f6f6;
    padding:0 5px;
    width:200px;
    border:none;
    height:25px;
    line-height:25px;
    vertical-align:top;
    display:inline-block;
}
#site_search_btn{
    background:#91a885;
    color:#FFF;
    height:25px;
    border:none;
    padding:0 5px;
    vertical-align:top;
    display:inline-block;
    font-size:12px;
}
#site_search_btn:hover{
    cursor:pointer;
}
#google_translate_element{
    display:none;
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
    /*    display:inline-block;*/
}
.goog-te-menu-value{
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
}
div.goog-te-gadget-simple{
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
    padding:0;
}
.goog-te-gadget-icon{
    width:15px;
    height:15px;
    display:none;
}

/* NAVIGATION BAR */
#grey_ct{
/*    background:#686868;*/
}
#navigation_ct{
    background:#00232C;
/*    margin-left:50%;*/
}
#navigation{
    background:#00232C;
    color:#FFF;
    margin:5px auto;
    width:960px;
    position: relative;
    height:50px;
    font-size:15px;
    color:#FFF;
    text-transform:uppercase;
    font-weight:300;
}

#navigation ul {
    list-style-type: none;
}

#navigation ul li {
    float:left;
    position: relative;
}
#navigation ul li a:first-child {
    border-left:1px solid #2b4850;
}
#navigation ul li a {
    text-align: center;
    border-right:1px solid #2b4850;
    padding:0 30px;
    display:block;
    line-height:50px;
    text-decoration:none;
    color:#FFF;
}
#navigation ul li a:hover{
    border-top:5px solid #cc0000;
    /*    background-color:#FFF;*/
    /*    margin-top:5px;*/
    height:45px;
    line-height:40px;
    background:#2b4850;
    cursor:pointer;
}

#navigation ul li ul {
    display: none;
    z-index:3000;
}

#navigation ul li ul.show,
#navigation ul li:hover ul {
    display: block;
    position: absolute;
}
#navigation ul li ul.show li,
#navigation ul li:hover ul li {
    min-width:300px;
}
#navigation ul li ul.show li img,
#navigation ul li:hover ul li img{
    margin-right:10px;
    vertical-align:middle;
}
#navigation ul li ul.show li a,
#navigation ul li:hover ul li a {
    display:block;
    background:#336699;
    color:#ffffff;
    width: auto;
    border-bottom: 1px solid #f2f2f2;
    border-right: none;
    height:40px;
    line-height:35px;
    text-align:left;
    padding:0 25px 0 0;
}
#navigation ul li ul.show li a:hover,
#navigation ul li:hover ul li a:hover {
/*    background:#6dc7ec;*/
    background:#5983AC;
    color:#fff;
    border-top:0px;
}
#footer{
    height:275px;
    background: url(../images/footer-bk.png) repeat-x #454645;
    color:#9a9a9a;
}
#footer a, #footer a:visited, #footer a:active{
    color:#79a4b8;
}
#footer_top,#footer_bottom{
    margin: 0 auto;
    width:960px;
    font-size:12px;
    position:relative;
}
#footer_top{
    padding-top:40px;
}
#footer_logo{
    position:absolute;
    top:15px;
    right:0;
}
#facebook{
    margin-top:5px;
    display:block;
}
#footer_bottom{
    margin-top:25px;
    border-top:1px solid #707070;
    padding-top:5px;
}
#footer h3{
    font-size:16px;
    text-transform:uppercase;
    font-weight:600;
    color:#FFF;
}
.footer_column{
    display:inline-block;
    vertical-align:top;
    width:190px;
}
#footer_links,#copyright{
    display:inline-block;
    vertical-align:top;
}
#footer_links{
    width:660px;
}
#copyright{
    margin-top:10px;
    width:300px;
    font-size:11px;
}


/* SUBPAGES */
.content, .product_main{
    margin:0 auto;
    width:960px;
}
.content a, .product_main a{
    text-decoration:underline;
}
.content h1{
    font-size:35px;
    line-height:40px;
    margin-bottom:5px;
    color:#00232C;
    font-weight:300;
}
.product_main a{
    color:#00232C;
}
.product_photos a{
    margin-bottom:5px;
}
h1.page_title{
    margin-bottom:15px;
}
.content h2, .product_main h2{
    font-size:26px;
    line-height:30px;
    color:#303030;
    font-weight:300;
}
.content h3, .product_main h3{
    font-size:24px;
    line-height:24px;
    color:#303030;
    font-weight:300;
}
.dashed_split_under{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #686868;
    display:block;
}
.margin_top_35{
    margin-top:35px;
}
.content h3 span, .product_main h3 span{
    margin-bottom:10px;
    display:inline-block;
    vertical-align:top;
}
.breadcrumbs{
    width:960px;
    margin:0 auto;
    color:#686868;
    font-size:14px;
    margin-bottom:15px;
}
.breadcrumbs a,
.breadcrumbs a:visited,
.breadcrumbs a:active{
    color:#686868;
}

/* HOME PAGE */
#home_panels{
    margin:20px auto;
    width:960px;
}
.home_panel{
    display:inline-block;
    vertical-align:top;
    width:285px;
}
.home_panel h1{
    font-family: 'Crimson Text', serif;
    font-size:30px;
    font-weight:600;
    color:#01232c;
}
.home_panel p{
    margin:0;
    padding:0;
    font-size:15px;
    line-height:18px;
}
.latest_post{
    width:290px;
    margin:0 50px;
}
p.latest_post_date{
    font-weight:600;
    margin-bottom:10px;
}
.home_panel a, .home_panel p a,
.home_panel a:visited, .home_panel p a:visited{
    text-decoration: none;
    color:#2F4248;
}
.latest_post_img{
    border:1px solid #CCC;
    float:left;
    margin-right:10px;
}
p.latest_post_read{
    margin-top:10px;
    font-weight:500;
}
p.latest_post_read a, p.latest_post_read a:visited{
    color:#01232c;
}
.upcoming_events h1{
    margin-bottom:10px;
}
.ue{
    padding-top:20px;
    border-top:1px solid #686868;
    width:285px;
}
.ue:first-child{
    margin:0;
    padding:0;
    border:0;
}
.ue div{
    display:inline-block;
    vertical-align:top;
}
.ue_month{
    width:19px;
    margin-right:10px;
}
.ue_date{
    font-size:55px;
    font-family: 'Six Caps', sans-serif;
    width:35px;
    line-height:45px;
}
.ue_title{
    width:170px;
    font-size:16px;
    line-height:19px;
    margin-right:15px;
}
.ue_raquo{
    font-size:130px;
    line-height:65px;
    font-family: 'Tulpen One', cursive;
    width:28px;
}
.ue_title a, .ue_raquo a,
.ue_title a:visited, .ue_raquo a:visited{
    text-decoration:none;
    color:#01232c;
}
.news_special{
    padding-top:15px;
    margin-top:15px;
    border-top:1px solid #686868;
    width:285px;
}
.news_special:first-child{
    margin:0;
    padding:0;
    border:0;
}
.news_special_img, .news_special_dets{
    display:inline-block;
    vertical-align: top;
}
.news_special_img{
    width:60px;
}
.news_special_img img{
    border:1px solid #CCC;
}
.news_special_dets{
    width:215px;
}
.news_special_date{
    font-weight:600;
}

/* NEWS */
.news_item{
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px dashed #686868;
}
.news_item h2 a,
.news_item h3 a{
    text-decoration: none;
}
.news_item_date{
    margin-bottom:10px;
    font-style:italic;
}
.news_item .read_more{
    text-align:right;
    margin-top:5px;
    font-size:18px;
}

/* PRODUCT CATEGORY */
.product_category{
    border-top:1px solid #686868;
    padding-top:20px;
    margin-top:20px;
}
.pc_img{
    width:85px;
    margin-right:15px;
    display:inline-block;
    vertical-align:top;
}
.pc_details{
    width:860px;
    display:inline-block;
    vertical-align:top;
}
.pc_details h3{
    font-size:17px;
    line-height:18px;
    margin-bottom:5px;
}

/* DOCUMENTATION */
.inset{
    padding:20px;
    border:1px solid #686868;
    background:#F6F6F6;
    margin-bottom:20px;
}

/* BLOG */
.blog_teaser{
    padding-left:20px;
    margin-top:20px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dashed #686868;
}
.blog_teaser h3{
    margin-bottom:5px;
}
.blog_teaser .blog_date{
    margin-bottom:10px;
    font-style:italic;
}
.blog_teaser .read_more{
    text-align:right;
    margin-top:5px;
}
.right {
    float: right;
    margin: 0 0 10px 10px;
    clear:right;
}

.left {
    float: left;
    margin: 0 10px 10px 0;
    clear:left;
}
div.caption {
    margin: 0 10px 10px 10px;
    border: 1px solid #ccc;
    padding: 5px;
}
div.caption p {
    margin: 0;
    padding: 0;
    font-size:1em;
}
#prev_next_blog_posts{
    text-align:center;
    margin:15px 0;
    font-size:16px;
}
.social_share{
    text-align:center;
    margin-top:15px;
    padding-top:15px;
    border-top:1px dashed #686868;
}

/* DEALERS */
.dealer{
    margin-top:20px;
    padding-left:30px;
    padding-bottom:10px;
    border-bottom:1px dashed #686868;
}
.dealer p{
    font-size:13px;
}
.dealer p strong{
    font-size:13px;
}
.dealer .dealer_details{
    display:inline-block;
    vertical-align:top;
    width:765px;
}
.dealer .dealer_logo{
    display:inline-block;
    vertical-align:top;
    width:160px;
}
.dealer_list{
    margin-bottom:30px;
}
.column_record p,
.column_record p strong{
    font-size:13px;
}

/* PRODUCT */
.product_content{
    margin-bottom:25px;
    padding-bottom:25px;
    border-bottom:1px solid #686868;
    text-align:justify;
}
.suppress_divider{
    border-bottom:none;
    padding-bottom:0;
}
.product_title{
    margin-bottom:25px;
}
.product_title h1{
    font-size:32px;
    line-height:32px;
    margin-bottom:5px;
    color:#00232C;
    font-weight:300;
}
.product_title h2{
    font-size:26px;
    line-height:24px;
    color:#303030;
    font-weight:300;
}
.product_photo{
    display:inline-block;
    vertical-align:top;
    width:340px;
    margin-right:40px;
}
.product_thumb_link{
    display:inline-block;
    vertical-align:top;
    margin-left:10px;
}
.product_photos{
    margin-top:10px;
}
.product_thumb_link{
    margin-left:5px;
}
.product_thumb_link:first-child{
    margin-left:0px;
}
.product_description{
    width:580px;
    display:inline-block;
    vertical-align:top;
}
.caption{
    margin-top:5px;
    font-size:11px;
    color: #303030;
}
.product_content h3{
    font-size:26px;
    color:#00232C;
    font-weight:300;
    margin-bottom:10px;
}
.product_content img{
    border:1px solid #303030;
}

/* PRODUCT CONTENT: Video */
p.product_video{
    margin-top:15px;
}

/* PRODUCT CONTENT: Photo Gallery */
.pg_row{
    margin-top:20px;
}
.photo_gallery .pg_row div.mosaic-block,
.photo_gallery .pg_row a{
    margin-left:20px;
    display:inline-block;
    vertical-align:top;
}
.photo_gallery_caption .pg_row div.mosaic-block,
.photo_gallery_caption .pg_row a{
    margin-left:0px;
    text-decoration:none;
}
.photo_gallery .pg_row div.mosaic-block:first-child,
.photo_gallery .pg_row a:first-child{
    margin-left:0px;
    margin-top:0px;
}
.photo_gallery img{
    border:none;
    display:block;
}
.mosaic-block a{
    color:#FFF;
    text-decoration:none;
}
.mosaic-block a div.details{
    padding:5px;
}
/* CAMERA COMPARISON */
#select_error{
    display:none;
    margin-bottom:10px;
    text-align:center;
}

.error_msg{
    margin-bottom:15px;
    color:#a30000;
    font-size:15px;
    border:#a30000 solid 1px;
    background:#f2dedf;
    padding:5px;

}

.camera_table{
    font-size:14px;
    margin:25px 0;
    width:100%;
}
.camera_table td{
    padding:3px 12px;
    border-bottom:1px dashed #686868;
}
.camera_table th{
    text-align:center;
    border-bottom:1px dashed #686868;
    font-size:16px;
}


.comparison_table{
    font-size:12px;
    margin:25px 0;
}
.comparison_table th.camera_spec, .comparison_table td{
    border:1px solid #CCC;
}
.comparison_table td{
    padding:3px 6px;
}
.comparison_table th{
    text-align:center;
}
.comparison_table th img{
    display:block;
    text-align:center;
}
.comparison_table th a{
    color:#FFF;
}
.camera_spec{
    text-align:center;
}
#do_compare_CT{
    margin-top:15px;
    text-align:right;
}
#do_compare{
    padding:10px 20px;
    background-color:#445e64;
    border:1px solid #1c1f22;
    color:#FFF;
}
#do_compare:hover{
    background-color:#00232C;
    color:#FFF;
    cursor:pointer;
}


/* PRODUCT CONTENT: Specs */
dl.specs { width: 750px;display:inline-block; }
dl.specs dt { float: left; width: 250px; overflow: hidden; white-space: nowrap }
dl.specs dd { float: left; width: 500px; overflow: hidden }

dl.specs dt span:after{
    content: "..................................................................................";
}


/* PRODUCT CONTENT: Accessories */
.product_accessory{
    display:inline-block;
    vertical-align:top;
    width:310px;
    margin-left:15px;
    text-align:left;
}
.product_accessory:first-child{
    margin-left:0px;
}
.product_accessory img{
    display:inline-block;
    vertical-align:top;
    width:70px;
    margin-right:10px;
}
.product_accessory img{
    border:none;
}
.accessory_details{
    display:inline-block;
    vertical-align:top;
    width:230px;
}

/*PRODUCT PURCHASE */
.purchase_option{
    margin-top:10px;
    border-top:1px dashed #686868;
    padding-top:10px;
    font-size:16px;
}
.purchase_option_title,
.purchase_price,
.purchase_quantity,
.purchase_button{
    display:inline-block;
    vertical-align:middle;
}
.purchase_option_title{
    width:450px;
}
.purchase_price{
    width:200px;
    text-align:center;
}
.purchase_quantity{
    width:165px;
}
.quantity_select{
    padding:3px 1px 3px 5px;
    margin-left:8px;
}
.purchase_button{
    width:140px;
}
.package_products{
    font-size:12px;
}

/* SEARCH PAGE */
.search_result{
    margin-top:10px;
    padding-top:10px;
    border-top:1px dashed #686868;
}
.search_result:first-child{
    margin-top:0px;
}
.search_img{
    display:inline-block;
    vertical-align:top;
    width:90px;
}
.search_details{
    display:inline-block;
    vertical-align:top;
    width:870px;
}
.search_title{
    margin-bottom:0px;
}
.tinytext{
    font-size:13px;
    font-style:italic;
    color:#686868;
    margin-bottom:5px;
}

/* DISCOVERIES */
.discovery{
    margin-top:10px;
    padding-top:15px;
    border-top:1px dashed #686868;
}
.discovery_images{
    float:left;
    margin-right:15px;
}
.discovery_text{
    overflow: hidden;
}
.discovery_text h2{
    margin-bottom:5px;
    margin-top:-5px;
}

/**
 * Alignment styles that are used by the InputfieldTinyMCE for 
 * positioning images in bodycopy. If you are using this field type, 
 * you may want to include these or similar styles in your site.
 *
*/
.align_left {
    float: left;
    margin: 0 1em 0.25em 0;
}

.align_right {
    float: right;
    margin: 0 0 0.25em 1em;
}

.align_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/**
 * Optional CSS classes specific to the FieldtypeComments module
 * when used in this site design template. 
 *
*/

#content .CommentList {
    margin: 1em 0 0 0;
}

#content .CommentListItem {
    list-style: none;
    margin: 0;
    border-left: 5px solid #ddd;
    border-top: 1px dotted #ccc;
    padding: 1em 0 1px 1em;
    background: #fff;

}
#content .CommentListItem p {
    margin-top: 0;
}
#content .CommentHeader,
#CommentForm label {
    margin: 0;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3786bc;
}
#content .CommentText {
    color: #666;
}

#CommentForm { }

#CommentForm h3 {
    margin: 0;
    border: none;
}

#CommentForm label {
    display: block;
    color: #f00076;
    color: #999;
}

#CommentForm p {
    margin: 0.5em 0;
}

.CommentForm_cite,
.CommentForm_email {
    float: left;
}
.CommentForm_cite input,
.CommentForm_email input {
    width: 200px;
    margin-right: 1em;
}

.CommentForm_text {
    clear: left;
}
.CommentForm_text textarea {
    padding: 2px;
    width: 75%;
    height: 100px;
}

#CommentForm .error {
    background: #a30000;
    color: #fff;
    padding: 0.25em 0.5em;
}
#CommentForm .success {
    font-weight: bold;
}


/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
*/
.WireFatalError {
    background: #a30000;
    color: #fff;
    padding: 1em;
    position: relative;
    z-index: 9999;
}


/* IMAGE TOOLTIPS */
.tip {
    color: #fff;
    background:#1d1d1d;
    display:none; /*--Hides by default--*/
    padding:10px;
    position:absolute;	z-index:4000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tip_container {width: 960px; margin: 0 auto; overflow: hidden;}

.clear{
    clear:both;
}