/*
  ------------------------------------------------
	stylesheet for www.nodes.dk
	
	created 2010 by Jan Zikmund
	www.janzikmund.eu
  ------------------------------------------------
*/


/* importing Myriad Pro - CSS3 feature */

/* ALL BROWSERS EXCEPT IE */
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Regular.otf');
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-It.otf');
  font-style: italic;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Bold.otf');
  font-weight: bold;
}



/* default layout values */

* {
	font-family: Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}



div#body_wrap {
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */	
	position: relative;
	/* background: .. - defined bellow for homepage / subpage */
}

div#container {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	/* padding-bottom: 368px; - defined bellow for homepage / subpage */
}

a img {
	border: none;
}

div.cleaner {
	clear:both;
	height: 1px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 D I F F E R E N T    S T Y L E S    H O M E P A G E   -   S U B P A G E
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* main page background */   
body.homepage div#body_wrap { background: url('../images/bg_body_homepage.jpg') top center repeat-x; }

body.subpage div#body_wrap { background: url('../images/bg_body_subpage.jpg') top center repeat-x; }

/* footer height */
body.homepage div#footer { height: 234px; }
body.homepage div#footer_inside { height: 234px; }

body.subpage div#footer { height: 368px; }
body.subpage div#footer_inside { height: 368px; }

/* container bottom padding and height for HP */
body.homepage div#container { padding-bottom: 234px; height: 1084px; }
body.subpage div#container { padding-bottom: 368px; }

/* page title */
/*
body.homepage div#page_title { height: 168px; width: 680px; }
body.subpage div#page_title { height: 100px; }
*/

/*
body.homepage div#page_title h1,
body.homepage div#page_title h2 { margin-top: 35px; }
body.subpage div#page_title h1,
body.subpage div#page_title h2 { margin-top: 28px; }
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       H  E  A  D  E  R
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
 div#header {
 	height: 154px;
 	overflow: hidden;
 }
 
 /* logo */
 div#logo a {
 	width: 241px;
 	height: 132px;
 	float: left;
 	background: url('../images/header_logo.png') no-repeat top left;
 	position: absolute;
 	top: 16px;
 	left: 14px;
 	border: 0px;
 }
 
 
	div#logo a strong {
		display: none;
	}
 
   
 /* language flags */
 div#flags {
 	width: 60px;
 	height: 30px;
 	overflow: hidden;
 	background: url('../images/bg_header_flags.png') top left no-repeat;
 	position: absolute;
 	right: 20px;
 }
 
	 div#flags img {
	 	float: left;
	 	margin: 8px 0px 0px 11px;
	 }
 
 
 /* menu */
 div#menu {
 	float: right;
 	margin-right: 10px;
 	margin-top: 71px;
 }
 
	 div#menu a {
	 	font-size: 14px;
	 	color: white;
	 	text-transform: uppercase;
	 	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	 }
	 
	 div#menu a:link,
	 div#menu a:visited { text-decoration: none; }
	 div#menu a:hover { text-decoration: underline; }
	 
	 div#menu ul {
	 	list-style: none;
	 	margin: 0px;
	 }  
	 
	 div#menu ul li {
	 	float:left;
	 	display: block;
	 	margin-right: 25px;
	 }
	 
	 div#menu ul li.current_page_item {
	 	font-weight: bold;
	 }
 
 
 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       P  A  G  E       T  I  T  L  E
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
 div#page_title {
 	height: 100px;
 	overflow: hidden;
 	margin: 0px 20px;
 }
 
 	/* in blog section H1 and H2 are switched */
	 div#page_title h1,
	 div#page_title h2 {
	 	float: left;
	 	color: #333333;
	 	font-weight: normal;
	 	font-size: 34px;
	 	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	 	font-style: italic;
	 	margin-top: 28px;
	 	line-height: 45px;
	 }
	 
	 /* in blog the title are links */
	 div#page_title h1 a,
	 div#page_title h2 a {
	 	color: inherit;
	 	font-weight: inherit;
	 	font-size: inherit;
	 	font-family: inherit;
	 	font-style: inherit;
	 	text-decoration: inherit;
	 }
	 
	 /*
	 div#page_title div.right_text {
	 	float: right;
	 	margin-top: 22px; 
	 	color: #e1e1e1;
	 	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	 }
	 
		 div#page_title div.right_text span {
		 	display: block;
		 	text-align: right;
		 	font-weight: bold;
		 	line-height: 1em;
		 }
		 div#page_title div.right_text span.text { font-size: 24px; }
		 div#page_title div.right_text span.phone { font-size: 36px; }
	*/	 

	div#page_title div.right_text {
		display: none;
	}


 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       S  I  D  E  B  A  R
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* content div */   
div.page_with_sidebar {
	width: 650px;
	float: left;
}


/* sidebar */
#sidebar_blog {
	float:right;
	width: 320px;
}

#sidebar_blog_header {
	width: 320px;
	height: 60px;
	background: url('../images/bg_sidebar_header.png') top left repeat-y;
}

#sidebar_blog_footer {
	width: 320px;
	height: 100px;
	background: url('../images/bg_sidebar_footer.png') top left repeat-y;
}

#sidebar_blog_content {
	background: url('../images/bg_sidebar.png') top left repeat-y;
}

#sidebar_blog_content ul.sidebar {
	margin: 0px;
	list-style: none;
	margin-right: 20px;
}

/* widgets */
#sidebar_blog_content ul.sidebar li.widget {
	padding-bottom: 30px;
	font-size: 12px;
	color: black;
}

#sidebar_blog_content ul.sidebar li.widget h2 {
	margin: 0px;
	color: black;
	font-size: 20px;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal; 
	padding-bottom: 8px;
}

#sidebar_blog_content ul.sidebar li.widget span.spacer {
	display: block;
	width: 270px;
	height: 2px;
	background: url('../images/sidebar_spacer.png') no-repeat top left;
	position: relative;
	left: -20px;
	margin: 7px 0;
}



 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	       F  O  O  T  E  R
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */	
   	 
div#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../images/bg_footer.jpg') bottom repeat-x;	
	text-align: center;
	/* height: 368px; - defined above - different for homepage / subpage */
}

div#footer_inside {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	/* height: 368px; - defined above - different for homepage / subpage */
}


/* facebook connect box */
div#footer_facebook {
	position: absolute;
	width: 260px;
	height: 111px;
	background: url('../images/bg_footer_fb.png') no-repeat 0px 0px;
	bottom: 87px;
	left: 700px;
}

strong#footer_fb_title {
	position: absolute;
	width: 680px;
	height: 100px;
	display: block;
	background: url('../images/bg_footer_fb_text.png') top left no-repeat;
	overflow: hidden;
	bottom: 91px; 
}

strong#footer_fb_title span {
	display: none;
}

/* bottom footer text */
div#footer_bottom_text {
	position: absolute;
	bottom: 0px;
	height: 49px;
	width: 960px;
	overflow: hidden;
	color: white;
	font-size: 12px;	
}

	div#footer_bottom_text p.text {
		line-height: 48px;
		margin-top: 0px;
		float: left;
	}
	
	div#footer_bottom_text p.text a { color: white; }
	div#footer_bottom_text p.text a:link,
	div#footer_bottom_text p.text a:visited { text-decoration: none;}
	div#footer_bottom_text p.text a:hover { text-decoration: underline;}
	
	
/* footer icons*/

	div#footer_bottom_text p.icons {
		margin-top: 15px;
		float: right;
		text-align: right;
	}
	
	div#footer_bottom_text p.icons a {
		display: block;
		width: 20px;
		height: 20px;
		float: left;
		margin-left: 5px;
	}
	
	div#footer_bottom_text p.icons a:link,
	div#footer_bottom_text p.icons a:visited { background-position: 0 0; }
	div#footer_bottom_text p.icons a:hover { background-position: 0 20px; }

	div#footer_bottom_text p.icons a.ico1 { background-image: url('../images/footer_ico1.png'); }
	div#footer_bottom_text p.icons a.ico2 { background-image: url('../images/footer_ico2.png'); }
	div#footer_bottom_text p.icons a.ico3 { background-image: url('../images/footer_ico3.png'); }
	div#footer_bottom_text p.icons a.ico4 { background-image: url('../images/footer_ico4.png'); }
