﻿/*
Theme Name: Northern Lights
Description: Hotscot Theme for Northern Lights
Author: Dagan Lev
Author URI: http://hotscot.net
Version: 1.0.0
*/
*{margin:0px;padding:0px;}
img{border:0px none;outline:none;}
textarea, input, a{outline:none;}
body{
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    color:#444444;
    background-image: url('images/body_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #E9F0F5;
}
#wrapper{
    width:100%;
    background-image: url('images/wrapper_bg.png');
    background-position: center top;
    background-repeat: repeat-y;
}

/************************** HEADER ****************************************/
#header{width:960px; height: 381px; margin: 0px auto; position: relative;}
#header .logo{
    position: absolute;
    display: block;
    width: 186px;
    height: 153px;
    top:0px;
    left: 14px;
    background-image: url('images/logo.png');
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -500px;
    overflow: hidden;
}
#header .header_top{
    position: absolute;
    z-index: 10;
    top:0px;
    background-image: url('images/header.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 960px;
    height: 244px;
}
#header .header_top .left{
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 216px;
}
#header .header_top .right{
    position: absolute;
    top: 9px;
    left: 690px;
	width: 108px;
	font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
}
#header .header_top .left a{color: #96C9FC; text-decoration: none;}
#header .header_top .left a:hover{text-decoration: underline;}

#header .header_top .right a{
    text-decoration: none;
    text-shadow: 1px 1px #000000;
    font-family: Verdana;
    font-size: 13px;
    color: #ffffff;
}
#header .header_top .right a:hover{text-decoration: underline;}

#header .header_top .french{
    position: absolute;
    top: 7px;
    left: 915px;
    width: 34px;
}
#header .header_top .french a{
    display: block;
    width: 34px;
    height: 21px;
    background-image: url('images/french.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -500px;
    overflow: hidden;
}

#header .post_2{background-image: url('images/header_home.png');}
#header .header_photo{position: absolute; top: 36px; z-index: 1; width: 960px; height: 345px;}

#header .about_photo_box{
    position: absolute;
    bottom:50px;
    right:20px;
    background-image: url('images/trans_white.png');
    background-position: left top;
    background-repeat: repeat;
    padding:15px 15px 20px 15px;
    z-index: 11;
    border:1px solid #ffffff;
    color: #000;
    font-size: 12px;
    display: none;
    width:300px;
}
#header .about_photo_box h6{font-size: 18px; margin-bottom: 5px; color: #0C3D6C; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal;}
#header a.about_photo_link{
    position: absolute;
    bottom:25px;
    font-size: 13px;
    right:20px;
    z-index: 11;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    text-decoration: none;
}
#header a.about_photo_link:hover{text-decoration: underline;}
#header #windowtocloseiconthing{
    display: block;
    float: right;
    background-image: url('images/closebtn.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -500px;
    overflow: hidden;
}
/************************** HEADER ****************************************/

/************************** NAV ****************************************/
#nav{
    width: 960px;
    height: 54px;
    background-image: url('images/nav_bg.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    position: relative;
    z-index: 1000;
}
#nav > ul > li{
    display: block;
    position: relative;
    z-index: 1000;
    list-style: none;
    height: 45px;
    margin-top:3px;
    float: left;
    border-right:1px solid #266893;
    border-left:1px solid #0C3461;
}
#nav > ul > li > a{
    display: block;
    padding:12px 15px 15px 15px;
    font-family: Verdana;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px #0E3A6B;
    text-align: center;
}
#nav > ul > li > a:hover,
#nav > ul > li:hover > a,
#nav > ul > li.current_page_item > a,
#nav > ul > li.current_page_ancestor > a{
    background-image: url('images/nav_item_bg.jpg');
    background-position: left top;
    background-repeat: repeat-x;
}
#nav > ul > li > ul{display: none;}
#nav > ul > li:hover > ul{
    display: block;
    position: absolute;
    z-index: 1000;
    top:45px;
    left:0px;
    background-color: #003C60;
    border-bottom: 8px solid #025286;
    width: 195px;
    padding: 20px 20px 10px 20px;
    line-height: 2.35;
}
#nav ul ul li{list-style: none;}
#nav ul ul li a{
    color: #D3E7F8;
    font-family: 'Open Sans', Arial;
    font-size: 13px;
    text-decoration: none;
    background-image: url('images/subnav_bullet.gif');
    background-position: left 6px;
    background-repeat: no-repeat;
    padding-left: 15px;
	display: block;
	line-height: 18px;
	width: 165px !important;
	margin: 0px 0px 6px 6px;
}
#nav ul ul li a:hover{color: #a5cff1;}
/************************** NAV ****************************************/

/************************** CONTENT ****************************************/
#content{
    min-height:1300px;
    width:960px;
    margin: 0px auto;
    background-image: url('images/subpage_right_bg.jpg');
    background-position: right top;
    background-repeat: repeat-y;
}

/************************** CONTENT LEFT ****************************************/
#content .content .left{
    width:665px;
    float: left;
    margin-right: 1px;
    background-image: url('images/subpage_left_bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0px 20px 0px 10px;
}

/************************** BREAD CRUMBS ****************************************/
#content #breadcrumbs{
    font-family: Verdana;
    font-size: 11px;
    color: #999999;
    padding: 14px 0px 14px 0px;
}
#content #breadcrumbs p{padding: 2px 0px 2px 0px; line-height: 1;}
#content #breadcrumbs p a{
    font-family: Verdana;
    font-size: 11px;
    color: #0099CC;
    text-decoration: none;
}
#content #breadcrumbs p a:hover{text-decoration: underline;}
#content #breadcrumbs p a.home{
    background-image: url('images/home.gif');
    background-position: left top;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    margin-top:-3px;
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -500px;
}
#content #breadcrumbs p span.sep{
    background-image: url('images/bcrumbs_sep.gif');
    background-position: center 3px;
    background-repeat: no-repeat;
    width: 20px;
    display: inline-block;
}
/************************** BREAD CRUMBS ****************************************/

/************************** CONTENT TEXT ****************************************/
#content .left h1, #content .left h2, #content .left h3, #content .left h4, #content .left h5, #content .left h6,
#content .left p, #content .left ul, #content .left ol, #content .left table, #content .left iframe,
#content .left object, #content .left form, #content .left blockquote{margin-bottom: 20px;}

#content .left h1{font-family: Georgia; font-size: 28px; font-weight: normal; color: #003F5E;}
#content .left h2{font-family: Georgia; font-size: 21px; font-weight: normal; color: #0099CC;}
#content .left h3{font-family: Georgia; font-size: 18px; font-weight: normal; color: #044E81;}
#content .left h4{font-family: Georgia; font-size: 16px; color: #444444;}
#content .left h5{font-family: Georgia; font-size: 16px; font-weight: normal; color: #044E81;}
#content .left h6{font-family: Georgia; font-size: 14px; color: #044E81;}
#content .left p{line-height: 1.7;}
#content .left ol, #content .left ul{margin-left:25px; line-height: 2;}
#content .left ol ol, #content .left ul ul{margin: 0px 0px 0px 20px;}
#content .left a{color: #0099CC; text-decoration: none;}
#content .left a:hover{text-decoration: underline;}
#content .left blockquote{
    background-color: #DCD6D1;
    border-left:4px solid #66584d;
    padding: 15px 15px 15px 15px;
    line-height: 1.7;
    font-style: italic;
}
#content .left table{
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
    color:#ffffff;
}
#content .left table th{
    margin: 0px 0px 0px 0px;
    padding: 10px 18px 10px 18px;
    text-align:left;
    background-color: #003F5E;
    color:#ffffff;
    border:1px solid #ffffff;
}
#content .left td{
    margin: 0px 0px 0px 0px;
    padding: 10px 18px 10px 18px;
    text-align:left;
    color:#000000;
    background-color:#e1e1e1;
    border:1px solid #ffffff;
    font-weight:normal;
}
#content .left input, #content .left textarea, #content .left select{color:#444444;padding:5px;border:1px solid #444444;}
.alignnone{margin: 5px 0px 5px 0px;}
.aligncenter, div.aligncenter{display:block; margin: 5px auto 20px auto;}
.alignright{float:right; margin: 5px 0px 20px 20px;}
.alignleft{float:left; margin: 5px 20px 20px 0px;}
.wp-caption{
    background: #ffffff;
    padding: 5px 5px 5px 5px;
    text-align: center;
    border:1px solid #D2D2D2;
    width:auto !important;
}
#content .left img{
    background: #ffffff;
    padding: 5px;
    border:1px solid #D2D2D2;
}
#content .left .wp-caption img{
    border:none;
    margin:0px;
    padding:0px;
}
#content .left .wp-caption p.wp-caption-text{
    font-size:11px;
    margin:0px;
    padding:5px 5px 0px 5px;
}
/************************** CONTENT TEXT ****************************************/

/************************** QUOTES ****************************************/
#northern_quote{
    background-color: #DCD6D1;
    background-image: url('images/quotes_top.jpg');
    background-position: 20px 60px;
    background-repeat: no-repeat;
    padding: 20px 15px 10px 70px;
    font-size: 14px;
    min-height: 128px;
}
#content #northern_quote h6{
    font-family: Georgia;
    font-size: 23px;
    font-weight: normal;
    color: #494038;
    margin-left: -50px;
}
#content #northern_quote p{width: 400px; line-height: 1.5; margin-bottom: 0px;}
#content #northern_quote img{float: right; padding: 0px; border: 0px none; background: none; margin: 0px;}
#northern_quote_bottom{
    background-color: #DCD6D1;
    background-image: url('images/quotes_bottom.jpg');
    background-position: 440px top;
    background-repeat: no-repeat;
    padding: 0px 20px 30px 70px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}
/************************** QUOTES ****************************************/

/****************** Latest News *********************/
#latestnews{
    margin-bottom: 15px;
}
#latestnews .news_item{ font-size: 12px; color: #666666; line-height: 1.4; border-top: 1px solid #E1E1E1; margin-bottom: 15px; padding-top:15px;}
#latestnews .firstnews{border: 0px none; padding-top: 0px;}
#latestnews .news_item img{float: left; width: 90px; height: 90px; border: 1px solid #E2E2E2; background-color: #ffffff; padding: 2px; margin: 0px 10px 10px 0px;}
#latestnews .news_item h4{margin-bottom: 5px;}
#latestnews .news_item h4 a{font-family: Georgia; font-weight: normal; font-size: 18px; color: #595959; text-decoration: none;}
#latestnews .news_item h4 a:hover{text-decoration: underline;}

#content #latestnews a.readmore{
    background-image: url('../images/home_news_readmore.gif');
    background-position: left 6px;
    background-repeat: no-repeat;
    padding-left:10px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #595959;
}
#content #latestnews a.readmore:hover{text-decoration: underline;}
/****************** Latest News *********************/

/************************** CONTENT LEFT ****************************************/

/************************** CONTENT RIGHT ****************************************/
#content .content .right{
    width:264px;
    float: left;
}

/************************** SUBNAV ****************************************/
#subnav h4{
    display: block;
    width: 204px;
    height: 35px;
    border-bottom: 1px solid #ffffff;
    background-image: url('images/subnav_h4.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Georgia;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    text-shadow: 1px 1px #175E8E;
    padding:10px 30px 0px 30px;
}
#subnav ul{padding: 25px 30px 10px 30px;}
#subnav ul li{list-style: none; margin-bottom: 12px;}
#subnav ul li a{
    font-size: 14px;
	font-weight: 600;
    text-decoration: none;
    color: #214563;
    display: block;
    background-image: url('images/subpage_subnav_bullet.gif');
    background-position: left 7px;
    background-repeat: no-repeat;
    padding-left: 15px;
}
#subnav ul li a:hover{color: #152d40; text-decoration: underline;}
#subnav ul li.current_page_item a{color: #306692;}
#subnav ul ul{display: none; margin: 0px; padding:10px 0px 0px 10px;}
#subnav ul li.current_page_item ul,
#subnav ul li.current_page_ancestor ul{display: block;}
#subnav ul li.current_page_ancestor ul li a,
#subnav ul li.current_page_item ul li a{
    font-size: 13px;
    background-image: url('images/subpage_subnav_line.gif');
    background-position: left 5px;
    color: #214563;
}
#subnav ul li.current_page_ancestor ul li.current_page_item a,
#subnav ul li.current_page_ancestor li a:hover,
#subnav ul li.current_page_item li a:hover{
    color: #0b1620;
}
/************************** SUBNAV ****************************************/

/************************** FACT ****************************************/
#fact{
    background-color: #CEE3F5;
    border: 1px solid #EDF3F8;
    padding: 20px;
    margin: 20px 20px 20px 30px;
}
#fact h4{font-family: Georgia; font-size: 16px; color: #044E81; font-weight: normal; margin-bottom: 10px;}
#fact p{color: #33638C; line-height: 1.6;}
/************************** FACT ****************************************/

/************************** CONTENT RIGHT ****************************************/

/************************** CONTENT ****************************************/

/************************** FOOTER ****************************************/
#wrapper_footer{
    width:100%;
    background-image: url('images/wrapper_footer_bg.png');
    background-position: center top;
    background-repeat: no-repeat;
}
#footer{
    width:940px;
    margin: 0px auto;
    padding:30px 0px 0px 0px;
}
#footer a{color: #1FA5D2;}
#footer .left a:hover{text-decoration: none;}
#footer .left{float: left; width: 500px;}
#google_translate_element{float: right;}
#footer .copyright{font-size: 12px; color: #666666;}
#footer address, #footer p{line-height: 1.5; margin-bottom: 20px; font-style: normal;}

#footer .right{float: right;}
#footer .right p{font-size: 12px; text-align: right;}
#footer .right p a{text-decoration: none;}
#footer .right img{margin:10px 0px 0px 0px; display: block;}
#footer .right p a:hover{text-decoration: underline;}
#footer .right p.hotscot{font-size: 12px; color: #666666;}
#footer .right p.hotscot a{text-decoration: underline;}
#footer .right p.hotscot a:hover{text-decoration: none;}
/************************** FOOTER ****************************************/

/************* NEXTGEN GALLERY **************/

.ngg-album, .ngg-gallery-thumbnail-box {
	border: none !important;
	width: 221px;
	float: left;
	text-align: center !important;
	margin: 0 auto !important;
	}
.ngg-description {
	display: none !important;
}
.ngg-albumtitle {
	text-align: center !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 18px !important;
	font-weight: normal !important;
	}
.ngg-thumbnail, .ngg-gallery-thumbnail {
	text-align: center;
	margin-right: 0 !important;
	margin: 0 auto !important;
	background-image: url(images/frame.png);
	padding: 22px 10px 27px 4px;
	}
.ngg-thumbnail img, .ngg-gallery-thumbnail img {
	border: none !important;
	padding: 0px !important;
	}
.ngg-gallery-thumbnail-box {
	width: 221px;
	margin-bottom: 15px !important;
	}
.slideshowlink {
	margin-bottom: 15px !important;
	}
.ngg-galleryoverview {
	margin-bottom: 25px !important;
	}