/*  
Theme Name: Visit Tingbjerg
Theme URI: http://www.visittingbjerg.dk
Description: Theme for Visit Tingbjerg
Author: Jonas Markussen
Author URI: http://www.jonasmarkussen.dk

*/


@font-face {
    font-family: 'VT-webfont';
    src: url('fonts/vt-webfont.eot');
    src: url('fonts/vt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vt-webfont.woff') format('woff'),
         url('fonts/vt-webfont.ttf') format('truetype');

}



/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #000; color: #bed62f; text-shadow: none; }
::selection { background: #000; color: #bed62f; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #000; color: #bed62f; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* HTML5 Boilerplate /END */









body {
	color: white;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #003b3c;

}


a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #003b3c;
}

a:visited {
	text-decoration: none;
	color: #003b3c;
}

a:hover { 
	color: #006e71; 
	}


p {

	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;	
}


em {font-style: italic;}

strong {font-weight: bold;}


h1 {
	text-indent: -9999px;
	height: 0px;
}


h1 a, h1 a:visited{
	text-indent: -9999px; 
}



h2 {
	font-style: normal;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-weight: normal;
	color: #000;
	font-family: VT-webfont, Helvetica, Arial, sans-serif;
	font-size: 1,5em;
	letter-spacing: 1pt;
	text-decoration: none;
}

h2 a, h2 a:visited {
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

h2 a:hover {
	color: #000;
	text-decoration: none;
}


h3 {
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-family: VT-webfont, Helvetica, Arial, sans-serif;
	font-size: 1,2em;
	letter-spacing: 1pt;
	text-decoration: none;
}


h3 a, h3 a:visited {
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

h3 a:hover {
	color: #000;
	text-decoration: none;
}







/* HEADER */



.logo a, logo a:visited{
	background-repeat: no-repeat;
	width: 356px; height: 127px;
	float:left;
	position:relative;
}


.logo img{
	width: 356px; height: 127px;
	margin-bottom: 20px;
}




/* Full Page Background */

.bg {
	/* Set rules to fill background */
	min-width: 100%;

	/* Set up proportionate scaling */
	height: 100%;
	width: auto;

	/* Set up positioning */
	position: fixed;
	z-index: -1; 
	top: 0;
	left: 0;
	
}


.bg img{
	position: relative;
	margin: 0px auto;
	
	}



#page {
	padding-right: 60px;
	padding-left: 60px;
	width: 960px;
	margin: 0 auto;
}



#header {
width: 840px;
overflow: hidden;
padding-right: 60px;
padding-left: 60px;

}


#dato {
	text-transform: uppercase;
	font-style: normal;
	margin: 0;
	font-weight: normal;
	color: #7bcdcd;
	font-family: VT-webfont, Helvetica, Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 1pt;
	text-decoration: none;
	height: 70px;
	display:block;
	position:relative;

}


#nav {
	text-align: right;
	float:right;
	margin-right: 10px;
	height: 127px;
	width: 450px;

}

#nav a, #nav a:visited{
	text-transform: uppercase;
	font-style: normal;
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
	color: #bed62f;
	font-family: VT-webfont, Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 1pt;
	text-decoration: none;
	position: relative;

}

#lang ul{
	float:right;
	text-align: left;
	
}

#lang ul li a, a:visited{
	text-transform: capitalize;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: bold;
	letter-spacing: 0pt;
	
}




/* CONTENT */


#wrapper {

padding-bottom: 50px;
width: 700px;
	
}

#wrapper_t {

width: 840px;
display:block;
position: relative;
padding-left: 60px;
padding-right: 60px;
	
}

#wrapper_v {
width: 830px;
display:block;
position: relative;
padding-left: 60px;
padding-right: 60px;
padding-bottom: 50px;
margin: 5px;
padding-top: 50px;
	
}

#intro_t {

padding-right: 60px;

padding-left: 60px;

padding-bottom: 50px;
width: 840px;
height: 450px;
display:block;
position: relative;
	
}


.intro {
	background-color: #bed62f;
	width: 650px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 20px;

}


.vaerk {
	width: 320px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #bed62f;
	
}

.vaerk h2, .vaerk h2 a {
	font-size: 18px
	margin-bottom: 5px;
}

.vaerk img {
	height: 100px;
	width: 100px;
	margin-right: 10px;
	float: left;
}


.vaerk_t {
	width: 110px;
	height: 190px;
	float: left;
	margin: 5px;
	
}

.vaerk_t p, .vaerk_t p a {
	color: white;
	font-size: 10px
	
	
}

.vaerk_t img {
	height: 110px;
	width: 110px;
}

.vaerkthumb {
	background-repeat: repeat;
	background-image: url(images/contentbg.png);
	width: 110px;
	height: 110px;	
}




#content {
	background-color: #bed62f;
	padding: 40px;
}


#content_l {
	float:left;
	width: 350px;
	margin: 5px;
	position: relative;
	overflow:hidden;
}

#content_l img{
	max-width: 100%;
	width: auto;
	height:auto;
}

#content_l .gallery{
	width: 360px;
	overflow: hidden;


}

#content_l .gallery-item{
	height: 110px;
	width: 110px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;


}

#content_l .gallery-icon{

}

#content_l .gallery img{

}

#content_r {
	float:right;
	width: 470px;
	margin: 5px;
	position: relative;
}

#content_r img{
	max-width: 100%;
	height:auto;
}


#content_r p{
	padding: 5px 20px;

}

#content_r h2{
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: 20px;

}

#content_r h3{
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

#content_r .gallery{
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}


#content_r_t {
	float:right;
	width: 470px;
	margin: 5px;
	position: relative;
}



#content img{
	max-width: 100%;
	height:auto;
}


.contain{
	width: 100%;
	float: left;
	position: relative;
}


#entry {
	background-image: url(images/contentbg.png);
	background-repeat: repeat;
	width: 470px;
	height:100%;
	position: relative;
	overflow: hidden;
	margin: 0;
}

#entry_top {
	background-image: url(images/contentbgtop.png);
	background-repeat: no-repeat;
	width: 470px;
	min-height:70px;
	position: relative;
	overflow: hidden;
}

#entry_bot {
	background-image: url(images/contentbgbot.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 75px;
	float: right;
	position: absolute;
	display: block;
}



#color {
	background-color: none;
}


@media screen and (max-width: 850px) { /* Specific to this particular image */
	.contain {
		
		width: 100%;
		
	}
}





/* FOOTER */


#footer {clear: both;}















/* PLAKAT */

#plakat h1 {
	text-indent: -9999px;
}

#plakat h1 a, #plakat h1 a:visited{
	text-indent: -9999px; 
}

#plakat h2 {
	line-height: 1.3em;
	font-style: normal;
	margin-left: 0;
	margin-bottom: 1.5em;
	margin-right: 0;
	margin-top: 0;
	font-weight: normal;
	color: #FFF;
	font-family: VT-webfont, Helvetica, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1pt;
	text-decoration: none;
}

#plakat h2 a, #plakat h2 a:visited {
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#plakat h2 a:hover {
	color: #FFF;
	text-decoration: none;
}

#plakat #page {
	width:90%;
	max-width: 450px;
	margin: 2% auto;
	background-image: none;
}

#plakat .logo a, #plakat logo a:visited{
	background-repeat: no-repeat;
	width: 100%; height: 100%;
}

#plakat .logo img{
	height: auto;
	width: 80%;
}

#plakat .dato {

	font-size: 2em;
	color: #7bcdcd;
	margin-left: 0;
	margin-bottom: 0.7em;
	margin-right: 0;
	margin-top: 0.7em;
}

#plakat .facebook a, #plakat .facebook a:visited, #plakat .facebook a:hover{

	font-size: 1.5em;
	color: #daff00;;
	margin-left: 0;
	margin-bottom: 5em;
	margin-right: 0;
	margin-top: 1em;
}




