@charset "utf-8";

/*  
Theme Name: Northern Lights
Description: Html theme with 1-2-3 column layout, dropdown categories menu, multiple widget-ready placement and email form integrated, easy to customize. Enjoy!
Author: Phi - Andreas Wilthil
Version: 1.0
*/


/*--- Global styles ---*/

* { margin:0px; text-align:left; }

html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:url(../images/interface/default/bg-page.gif) repeat-x;
	background-color:#dedede;
	font-family:Arial, Helvetica, sans-serif;
	color:#C7169B;
	font-size:12px;
}

h1, h2, h3, h4, li.blog-header, .post-header, .slides p { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

/*--- Structure ---*/
#wrapper { text-align:center; min-height: 100%; height: auto !important; height: 100%; width:100%; background:url(../images/interface/default/bg-header.jpg) no-repeat top center; margin: 0 auto -140px; }

#inner-wrapper { width:940px; margin:0 auto; }

#header { margin:0 auto; width:960px; height:107px; }

#nav {
	margin:0 auto;
	width:940px;
	height:40px;
	border-bottom:1px solid #111;
	background-color: #CF10A5;
}

#nav-menu { float:left; width:790px; height:auto; }

#nav-search { position:relative; float:left; width:150px; height:auto; padding:4px 0px; }

#feature { margin:0 auto 20px; width:940px; height:420px;/* background:url(../images/interface/common/under-glow.jpg) no-repeat bottom center;*/ }




#content { margin:0 auto; width:940px; height:auto; padding-top:0px; }

#content.page { height:auto; min-height:400px; display:block; padding-top:30px; background:url(../images/interface/default/bg-content-page.jpg) repeat-x; }

.content-3-3 {display:inline; float:left; width:900px; margin:0px 20px 0px 20px; }

.content-2-3 { display:inline; float:left; height:auto; width:585px; margin:0px 10px 20px 20px; }

.content-1-3 { display:inline; float:left; height:auto; width:280px; margin:0px 10px 20px 20px; }

.content-1-3 img { margin-bottom:0px; clear:both; margin-bottom:10px; }

#footer-wrapper {
	bottom:0px;
	width:100%;
	background:url(../images/interface/default/bg-footer.gif) repeat-x;
	background-color:#fff;
	height:150px;
	overflow:hidden;
}

#footer-inner { background:url(../images/interface/default/bg-footer-inner.gif) no-repeat top center; height:140px; text-align:center; }

#footer-content {
	width:900px;
	padding-top:24px;
	height: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*--- Lists ---*/
#nav-menu ul { margin:0px; padding:2px 0px 0px 10px; list-style:none; position:relative; }

#nav-menu li { width:auto; float:left; margin-right:20px; font-size:90%; display:inline; }

#nav-menu li a {
	margin-top:6px;
	padding:4px 0px 7px 10px;
	display:inline;
	float:left;
	color:#FFF;
}

#nav-menu li a.active {
	padding:0px;
	display:inline-block;
	background:url(../images/interface/common/btn-left.png) no-repeat top left;
	width:auto;
	color:#900;
	margin-top:5px;
}

#nav-menu li a.active span { display:inline-block; margin-left:10px; background:url(../images/interface/common/btn-right.png) no-repeat top right; padding:5px 30px 7px 4px; }

#nav-menu li a:hover {
	text-decoration:none;
	color:#CCC;
}

#nav-menu li a.active:hover {
	text-decoration:none;
	color:#FFF;
}

#nav-menu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:160px;
	z-index:1000;
	top:41px;
	background-color: #FED8FC;
}

#nav-menu li ul li { float: none; display: inline; font-size:100%; }

#nav-menu li ul li a {
	width: 160px;
	color: #FFF;
	padding:10px;
	margin:0;
	background-color: #F5A9E2;
}

#nav-menu li ul li a:hover {
	background-color: #F47BD7;
}

#footer-content ul { margin:0px 0px 50px 0px; padding:0px; list-style:none; clear:both; }

#footer-content li { width:auto; float:left; margin-right:20px; font-size:90%; display:inline; }

#footer-content li a { margin-top:0px; padding:0px; display:inline; float:left; }

#footer-content li a:hover { text-decoration:none; color:#999; }

ul.submenu { margin:0px 0px 30px 0px; line-height:24px; }

ul.submenu li { list-style-type:none; width:auto; border-bottom:1px solid #bbb; padding:0px 0px 0px 0px; }

ul.submenu li a { }

ul.submenu li a:hover { color:#999; }

/*--- Typography ---*/

a { text-decoration:none; color:#741c1c; }

a:hover { text-decoration:underline; }

p {
	line-height:18px;
	margin-bottom:14px;
	font-size:100%;
	font-weight: bold;
}

ul { list-style-type:square; margin:10px 10px 10px 30px; line-height:14px; }

ol { list-style-type:decimal; margin:10px 10px 10px 30px; line-height:14px; }

h1 { font-weight:normal; font-size:300%; line-height:30px; margin-bottom:10px; color:#741c1c; border-bottom:1px solid #bbb; padding-bottom:10px; }

h2 { font-weight:normal; font-size:170%; line-height:30px; }

h3 { font-size:200%; font-weight:normal; line-height:34px; padding-left:54px; padding-top:12px; height:44px; margin-left:-5px; background:url(../images/interface/default/bg-h1-marker.png) no-repeat; }

h4 { font-weight:normal; font-size:130%; line-height:24px; }

h5 { font-size:120%; font-weight:normal; line-height:18px; }

h6 { font-size:100%; font-weight:normal; line-height:14px; font-weight:bold; }

blockquote { border-left:2px solid #000; color:#666; margin:20px 0px 20px 40px; width:auto; line-height:14px; font-size:90%; padding-left:20px; }

/*--- Forms ---*/
form { margin:0px; }

input.search { position:absolute; top:8px; border:none; background:url(../images/interface/common/bg-search.png) no-repeat top left; height:20px; padding:5px 0px 0px 10px; width:116px; font-size:80%; color:#999; }

input.search-button { border:none; position:absolute; top:8px; left:116px; }

#name{width:300px;}
#email{width:300px;}
#message{width:585px; height:300px;}
#post-comment{width:585px; height:200px;}


/*--- Classes ---*/

.push { height:160px; width:100%; clear:both; }

.content-divider { height:50px; background:url(../images/interface/default/bg-content-divider.jpg) no-repeat top center; height:76px; clear:both; }

.clear { width:auto; clear:both; height:20px; }

.zoom{background:url(../images/interface/common/zoom.jpg) no-repeat; width:280px; height:auto; display:inline; float:left; margin-bottom:20px;}


/*--- Misc ---*/

a.btn { display:inline-block; background:url(../images/interface/common/btn-left.png) no-repeat top left; width:auto; color:#741c1c; margin-right:10px; }

a.btn span { display:inline-block; margin-left:10px; background:url(../images/interface/common/btn-right.png) no-repeat top right; padding:4px 30px 5px 4px; }

a.btn:hover { background:url(../images/interface/common/btn-left-hover.png) no-repeat top left; text-decoration:none; cursor:pointer; }

a.btn:hover span { background:url(../images/interface/common/btn-right-hover.png) no-repeat top right; }

/*--- Blog styles ---*/

.post-wrapper { margin-bottom:40px; }

.post-header {
	clear:both;
	font-size:160%;
	margin:0px 0px 10px 0px;
	padding-bottom:10px;
	border-bottom:1px solid #bbb;
	line-height:34px;
}

.post-meta { float:left; width:100%; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #bbb; }

.post-date { float:right; clear:right; }

.post-image { clear:both; margin:0px 0px 20px 0px; }

.post-entry { }
.post-comment img{float:left; margin:4px 10px 0px 0px;}

/*--- Portfolio styles ---*/

.portfolio-list { display:inline; float:left; height:auto; width:280px; margin:0px 10px 10px 20px; background:url(../images/interface/common/zoom.jpg) no-repeat; }

.portfolio-list img {clear:both; margin-bottom:10px; }



/*--- Slideshow styles --*/

.carousel { width:940px; position: relative; height:420px; }

.carousel .slides { width: 940px; overflow: hidden; height: 420px; margin-top:0px; position: absolute; top:0; }

.carousel ul a img { border: 0px; }

.carousel .slides ul { width: 9999px; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0; position: absolute; top: 0; height:420px; }

.carousel ul li { display:block; float:left; padding: 0px; height: auto; width: 940px; text-align:center; }

.carousel ul li a img { display:block; }

.slides p {
	color:#CF10A5;
	font-size:24px;
	text-align:center;
	margin-top:40px;
}
.slides h6 { color:#282828; font-size:14px; text-align:center; margin-top:0px; font-weight:normal; }

.forward { background:url(../images/interface/common/btn-next.png) no-repeat; width:50px; height:50px; position: absolute; top: 330px; cursor: pointer; right: 15px; }

.back { position: absolute; top: 330px; cursor: pointer; left: 15px; background:url(../images/interface/common/btn-prev.png) no-repeat; width:50px; height:50px; }


/*--- Lightbox styles ---*/
#jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }

#jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }

#lightbox-container-image { padding: 10px; }

#lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }

#lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none; }

#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; display: block; }

#lightbox-nav-btnPrev { left: 0; float: left; }

#lightbox-nav-btnNext { right: 0; float: right; }

#lightbox-container-image-data-box { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }

#lightbox-container-image-data { padding: 0 10px; color: #666; }

#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em; }

#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; }
