/*
-----------------------------------------------
LetCamp.dk
http://www.letcamp.dk
Ver: 0.1

Author:   MVS
Date:     17-07-2013
----------------------------------------------- */

/* =Screen
Main Screen styles, ect. page size, background, wrap...
----------------------------------------------- */
body
{
	background: #eee url(../imgs/background.png) repeat;
}

/* The actual visual size of the page */
.wrapper{
	width:960px;
	padding:0 10px;
	margin:0 auto;
}

/* =Disable 
----------------------------------------------- */
.disable, .disable:link, .disable:visited{
	color:#999 !important;
}
.disable:hover{
	cursor:default;
}

/* =Header
----------------------------------------------- */
#header {
  padding:0;
  margin:0;
  height:110px;
}
#header .topbar{
	padding:0 10px;
	height:70px;
}
#header .corpmate{
	margin-top:5px;
	height:60px;
	width:280px;
	float:left;
}

#header .corpmate .logo{
	display:block;
	float:left;
	margin-left: -10px;

	width:160px;
	height:100%;
	text-indent: -9999em;
	background: transparent url("../imgs/csssprites.png") no-repeat 0 1px;  
}

#header .corpmate .slogan{
	display:block;
	float:left;
	width:180px;
	height:40px;
	line-height: 40px;
	vertical-align: middle;
	color:#2c3b55;
	font-weight: 600;
	padding-left:10px;
	margin-top:-40px;
	margin-left: 150px;
	border-left:1px solid #2c3b55;}

#header .functionbar{
	float:right;
	width:660px;
	text-align: right;
	position: relative;
	z-index: 9;
}
#header .functionbar .functions{
	float:right;
}

#header .functionbar .func-item{
	float:left;
	padding:27px 20px 0 20px;
	height:25px;
	border-left:1px solid #ccc;
	position: relative;
}

#header .func-btn, #header .func-btn:link, #header .func-btn:visited{
	padding-left:20px;
	color:#333;
	text-decoration: none;
}
#header .func-btn:hover{
	color:#69c;
}

/* account */
#header .functionbar .account{
	padding-top:32px;
}

#header .btn-account{
	background: transparent url("../imgs/csssprites.png") no-repeat 0 -100px;
}
/* lanuage */
#header .functionbar .lang{
	padding-top:32px;
}
#header .btn-lang{
	background: transparent url("../imgs/csssprites.png") no-repeat -200px -100px;
}
/* Language */
#language-switcher{
	display: none;
	background: #fff;
	position: absolute;
	top:55px;
	left:10px;
	width:90px;
	z-index: 9999;
	/* margin:10px 0 0 -10px; */
	padding:5px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #2c3b55;
	border:1px solid #69c;
}

#language-switcher .lang-list .current-lang a{
	color:#aaa;
}

#language-switcher .lang-list a, #language-switcher .lang-list a:link, #language-switcher .lang-list a:visited{
	font-size: 9pt;
	font-weight: 600;
	text-decoration: none;
	display: block;
	padding:2px 5px;
}
#language-switcher .lang-list a:hover{
	color:#fff;
	background: #2c3b55;
}
/* search */
#header .functionbar .search{
	border:0;
	position:relative;
}

#header .input-search{
	width:150px;
	padding-right:50px;  
}
#header .btn-search{
	display: block;
	position: absolute;
	top:32px;
	right:20px;
	width:20px;
	height:20px;
	z-index: 9;
	text-indent: -9999em;
	cursor: pointer;
	background: transparent url("../imgs/csssprites.png") no-repeat -400px -100px;
}

/* =Nav
----------------------------------------------- */
#main-nav {
	clear:both;
	padding:0;
	height:30px;
	background: #333;
}

#main-nav ul li{
	float:left;
	list-style: none;
}


/* nav buttons */
#main-nav ul li a, #main-nav ul li a:link, #main-nav ul li a:visited{
	display: block;
	padding:0 20px;
	font-size:10pt;
	font-weight: 600;
	color:#fff;
	line-height:30px;
	height:30px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0.1em 0.1em #222;
}
#main-nav ul li a:hover{
	text-decoration: none;
	background: #2c3b55;
	text-shadow:none;
}
#main-nav .current, #main-nav .current:link, #main-nav .current:visited{
	display: block;
	padding:0 20px;
	font-size:10pt;
	font-weight: 600;
	color:#aaa;
	line-height:30px;
	height:30px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
}
/* special buttons */
#main-nav ul li.sp{
	float:right;
	width:265px;
	list-style: none;
}
#main-nav ul li.sp a, #main-nav ul li.sp a:link, #main-nav ul li.sp a:visited{
	position: relative;
	text-align: center;
	background: #69c;
	text-shadow: 0.1em 0.1em #59c;
}

#main-nav ul li.sp a:hover{
	background: #2c3b55;
	text-shadow:none;
}
#main-nav .sp-jumpgate{
	padding-left:15px;
	background: transparent url("../imgs/csssprites.png") no-repeat 0 -445px;
}
/* subnav */
#subsidiary, #subsidiary-kv{
	height:30px;
	padding:13px 20px 17px 20px;
	margin-bottom: 20px;
	position: relative;
	background: #fff;
}
#subsidiary-kv{
	margin-bottom:0;
}
#subsidiary h2, #subsidiary-kv h2{
	float:left;
	height: 30px;
	line-height: 35px;
	padding-right:10px;
	color:#2c3b55;
	font-size: 16pt;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
}
#subsidiary h3, #subsidiary-kv h3{
	float:left;
	height: 25px;
	padding-left:10px;
	line-height: 34px;
	color:#2c3b55;
	font-size: 14pt;
	font-weight: 400;
	color:#69c;
	position: relative;
	border-left:1px dotted #69c;
}
#sub-nav{
	height:30px;
	float:right;
}
#sub-nav .current, #sub-nav a, #sub-nav a:link, #sub-nav a:visited{
	display: block;
	float:left;
	padding:10px;
	margin-left:10px;
	color:#2c3b55;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
#sub-nav .current{
	color:#999;
}
#sub-nav a:hover{
	color:#fff;
	background-color:#2c3b55;
}

#sub-nav a.rss{
	margin:8px 0 10px 20px;
	padding:0;
	width:20px;
	height:20px;
	text-indent: -9999em;
	background: #69c url("../imgs/csssprites.png") no-repeat -399px -898px;
}
#sub-nav .rss:hover{
	background-color: #2c3b55;
}
/* =Footer
----------------------------------------------- */
#footer {
	clear:both;
	padding-bottom:20px;
	color:#666;
}

#footer .footerbar{
	padding:20px;
	color:#69c;
	background: #2c3b55;
}
#footer .footerbar h4{
	color:#fff;
}
#footer .footerbar p{
	color:#457;
}
#footer fieldset p{
	margin-top:10px;
}
#footer .footerbar a{
	text-decoration: none;
}
#footer .footerbar a:hover{
	color:#fff;
}

#footer .footer-aside{
	float:left;
	width:150px;
	height:160px;
	padding-left:10px;
	border-right:1px solid #384861;
	border-left:1px solid #2c3b55;
}

#footer .footer-aside ul{
	margin-left:15px;
}
#footer .footer-aside ul li{
	color:#69c;
	line-height:25px;
	list-style: disc;
}

#footer .footer-aside legend{
	line-height:25px;
	padding-bottom:5px;
}


#footer .aside-about{
	width:150px;
	border-left:0;
}
#footer .aside-support{
	width:420px;
	padding:0 30px;
	
}
#footer .aside-support ul{
	width:170px;
	float:left;
}
#footer .aside-support .support-search{
	width:220px;
	float:right;
	position: relative;
}


#footer .aside-subscription{
	width:180px;
	padding:0 0 0 30px;
	border-right:0;
}
#footer .aside-subscription .subscription-join{
	width:220px;
	float:left;
	position: relative;
}
#footer .aside-subscription .subscription-join p{
	margin-bottom:10px;
}
#footer .aside-subscription .subscription-succeed{
	font-size:10pt;
	padding:20px 0;
}

#footer .input-support, #footer .input-subscription{
	width:160px;
	color:#2c3b55;
	background:#789;
}

#footer .input-support:focus, #footer .input-subscription:focus{
	background:#69c;
}
#footer .input-support::-webkit-input-placeholder, #footer .input-support::-moz-placeholder, #footer .input-support::-ms-input-placeholder, #footer .input-subscription::-webkit-input-placeholder, #footer .input-subscription::-moz-placeholder, #footer .input-subscription::-ms-input-placeholder{
  color:#2c3b55;
}


#footer .btn{
	display: block;
	position: absolute;
	top:35px;
	right:20px;
	width:20px;
	height:20px;
	z-index: 9;
	text-indent: -9999em;
	cursor: pointer;
	background: transparent url("../imgs/csssprites.png") no-repeat right bottom;
}
#footer .btn-support{
	background-position:  -600px -800px;
}
#footer .btn-join{
	background-position:  -400px -800px;
}

/* copyrgihts */
#copyrights{
	clear:both;
	height:40px;
	margin-top:10px;
	padding:0 10px 10px 60px;
	background: transparent url("../imgs/csssprites.png") no-repeat -390px 0;
}
#copyrights .cr-text{
	float:left;
	width:660px;
	color:#666;
	line-height:25px;
}

#copyrights .cr-link{
	color:#69c;
	margin-left: 10px;
	padding-left:10px;
	border-left:1px solid #69c;
}
#copyrights .cr-link:hover{
	color:#2c3b55;
}

#tinforce{
	float:right;
	width:150px;
	text-indent: -9999em;
	height:25px;
	background: transparent url("../imgs/tinforce.png") no-repeat right top;
}

/* =Breadcrumbs
----------------------------------------------- */
#breadcrumbs{
	height:40px;
}
#breadcrumbs span, #breadcrumbs a,#breadcrumbs a:link, #breadcrumbs a:visited{
	color:#666;
	font-style: italic;
	line-height: 40px;
	text-decoration: none;
	padding:5px 5px 5px 15px;
	background:transparent url("../imgs/csssprites.png") no-repeat -788px -491px;
}
#breadcrumbs span{
	color:#999;
}
#breadcrumbs a:hover{
	color:#2c3b55;
	text-decoration: underline;
}