/* FONT-EMBEDDING */

/*
@font-face {
font-family: 'Embedded1';
src: url(fonts/EngraversLTStd-BoldFace.eot) format('embedded-opentype');
src: url(fonts/EngraversLTStd-BoldFace.otf) format('opentype');
}
*/

/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-weight: normal;
vertical-align: baseline;
background: transparent;
}

body{
line-height: 1;
}

ol, ul, li{
list-style: none;
}

blockquote, q{
quotes: none;
}

/* remember to define focus styles! */
:focus{
outline: 0;
}

/* remember to highlight inserts somehow! */
ins{
text-decoration: none;
}

del{
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table{
border-collapse: collapse;
border-spacing: 0;
}

/* END RESET */

/*
.engravers{
font-family: "Embedded1", Times, serif;
}
*/

.sansserif{
font-family: Verdana, sans-serif;
}

html{
}

body{
background: url(images/bg_tile_new_darker.jpg);
font-family: Georgia, Times, serif;
}
	
	a:link, a:visited{
	color: #d45300;
	text-decoration: none;
	}

	a:hover, a:active{
	color: #d45300;
	text-decoration: underline;
	}

#main{
}

	#main #top{
	height: 512px;
	width: 100%;
	position: relative;
	}
		
		#main #top #titlebar{
		width: 950px;
		height: 80px;
		margin: auto;
		z-index: 1001;
		position: relative;
		}
		
			#main #top #titlebar a{
			}
			
				#main #top #titlebar a img{
				margin: 23px 0px 0px 20px;
				}
				
		#main #top #albumwrapper{
		width: 950px;
		margin: auto;
		position: relative;
		padding-top: 80px;
		margin-top: -80px;
		z-index: 999;
		}
		
	    	#main #top #albumwrapper #album{
	    	width: 273px;
	    	background: url(http://dev.cphcreatives.dk/stormenkommer/images/album.png) bottom center no-repeat;
	    	position: absolute;
	    	right: 0px;
	    	top: 0px;
	    	padding-bottom: 20px;
	    	z-index: 1000;
	    	margin-right: 50px;
	    	}
	    	
	    		#main #top #albumwrapper #album #cover{
	    		width: 230px;
	    		margin: 15px 20px 10px 20px;
	    		height: 230px;
	    		background: url(http://dev.cphcreatives.dk/stormenkommer/images/cover.png) center center no-repeat;
	    		}
	    		
	    		#main #top #albumwrapper #album #buy{
	    		width: 186px;
	    		margin: 0px auto 0px auto;
	    		}
	    		
	    			#main #top #albumwrapper #album #buy p{
	    			height: 25px;
	    			line-height: 25px;
	    			text-align: center;
	    			font-family: sans-serif;
	    			font-size: 11px;
	    			font-weight: bold;
	    			color: #FFF;
	    			text-transform: uppercase;
	    			margin-top: -7px;
	    			}
	    		
	    			#main #top #albumwrapper #album #buy #itunes{
	    			height: 26px;
	    			width: 86px;
	    			float: left;
	    			}
	    			
	    			#main #top #albumwrapper #album #buy #target{
	    			height: 26px;
	    			width: 90px;
	    			float: right;
					clear: right;
	    			}
	    			
	    			#main #top #albumwrapper #album #buy #tdc{
	    			height: 26px;
	    			width: 90px;
	    			float: right;
					clear: right;
	    			}
    			
    	#main #top #photo{
		height: 432px;
		width: 100%;
		position: relative;
		background: url(http://dev.cphcreatives.dk/stormenkommer/images/photo.jpg) bottom center no-repeat #010202;
		z-index: 10;
		}
		
	#main #content{
	margin-top: -100px;
	z-index: 100;
	position: relative;
	}
	
		#main #content #contenttop{
		width: 960px;
		height: 109px;
		background: url(http://dev.cphcreatives.dk/stormenkommer/images/new_paper_bg_double_top.png) center bottom no-repeat;
		margin: 0px auto 0px auto;
		}
				
		#main #content #contentbottom{
		margin: auto;
		width: 960px;
		position: relative;
		background: url(http://dev.cphcreatives.dk/stormenkommer/images/new_paper_bg_double.png) repeat-y center top;
		padding-bottom: 40px;
		}
		
			#main #content #contentbottom #left{
			width: 500px;
			float: left;
			position: relative;
			height: 100%;
			margin-top: -80px;
			margin-left: 60px;
			margin-right: 40px;
			}
			
				#main #content #contentbottom #left #header{
				width: 613px;
				margin-top: -80px;
				height: 80px;
				position: relative;
				}
				
				#main #content #contentbottom #left #postlist{
				margin-top: 20px;
				}
				
					#main #content #contentbottom #left #postlist ul{
					}
				
						#main #content #contentbottom #left #postlist ul li{
						margin-bottom: 50px;
						}
						
							#main #content #contentbottom #left #postlist ul li .notes{
							margin-top: 40px;
							float: right;
							clear: left;
							}
							
								#main #content #contentbottom #left #postlist ul li .notes .note{
								display: inline;
								font-size: 12px;
								font-family: Verdana, sans-serif;
								}
								
									#main #content #contentbottom #left #postlist ul li .notes a{
									}
									
										#main #content #contentbottom #left #postlist ul li .notes a img{
										display: none;
										}
								
									#main #content #contentbottom #left #postlist ul li .notes .note .action{
									}
									
										#main #content #contentbottom #left #postlist ul li .notes .note .action a{
										}
							
							#main #content #contentbottom #left #postlist ul li .comments{
							position: relative;
							}
							
								#main #content #contentbottom #left #postlist ul li .comments a:link,
								#main #content #contentbottom #left #postlist ul li .comments a:visited,
								#main #content #contentbottom #left #postlist ul li .comments a:hover,
								#main #content #contentbottom #left #postlist ul li .comments a:active{
								position: absolute;
								right: 0px;
								top: 10px;
								}
							
							#main #content #contentbottom #left #postlist ul li .header{
							position: relative;
							height: 50px;
							padding-bottom: 10px;
							margin-bottom: 15px;
							width: 100%;
							border-bottom: 1px solid #adaaa1;
							}
								
								#main #content #contentbottom #left #postlist ul li .header .icon{
								position: absolute;
								width: 50px;
								height: 50px;
								}
								
								#main #content #contentbottom #left #postlist ul li .header .timestamp{
								height: 50px;
								line-height: 50px;
								font-size: 13px;
								margin-left: 60px;
								}
									
									#main #content #contentbottom #left #postlist ul li .header .timestamp .date{
									}
									
									#main #content #contentbottom #left #postlist ul li .header .timestamp .time{
									}
									
										#main #content #contentbottom #left #postlist ul li .header .timestamp .date a:link,
										#main #content #contentbottom #left #postlist ul li .header .timestamp .date a:visited,
										#main #content #contentbottom #left #postlist ul li .header .timestamp .date a:hover,
										#main #content #contentbottom #left #postlist ul li .header .timestamp .date a:active,
										#main #content #contentbottom #left #postlist ul li .header .timestamp .time a:link,
										#main #content #contentbottom #left #postlist ul li .header .timestamp .time a:visited,
										#main #content #contentbottom #left #postlist ul li .header .timestamp .time a:hover,
										#main #content #contentbottom #left #postlist ul li .header .timestamp .time a:active{
										text-decoration: none;
										color: #000;
										}
										
								#main #content #contentbottom #left #postlist ul li .header .author{
								font-size: 0.8em;
								font-style: italic;
								}
							
							#main #content #contentbottom #left #postlist ul .title{ /* Text, Chat */
							font-size: 21px;
							margin-bottom: 0.5em;
							font-weight: bold;
							}
							
								#main #content #contentbottom #left #postlist ul .title a:link,
								#main #content #contentbottom #left #postlist ul .title a:visited{ /* Text, Chat */
								color: #000;
								text-decoration: none;
								}
								
							#main #content #contentbottom #left #postlist ul li{
							}
							
								#main #content #contentbottom #left #postlist ul li p{
								padding-bottom: 5px;
								}
							
							#main #content #contentbottom #left #postlist ul .body{ /* Text */
							line-height: 1.3em;
							}
							
							#main #content #contentbottom #left #postlist ul .caption{ /* Photo, Video, Audio */
							line-height: 1.3em;
							padding-top: 10px;
							}
							
							#main #content #contentbottom #left #postlist ul .source{ /* Quote */
							line-height: 1.3em;
							}
							
							#main #content #contentbottom #left #postlist ul .description{ /* Link */
							line-height: 1.3em;
							}
							
								#main #content #contentbottom #left #postlist ul .post ul{ /* Chat */
								line-height: 1.3em;
								}
								
									#main #content #contentbottom #left #postlist ul .post ul li{ /* Chat */
									padding: 0px;
									margin: 0px;
									}
									
										#main #content #contentbottom #left #postlist ul .post ul li .label{ /* Chat */
										/* background: #693; */
										}
									
							#main #content #contentbottom #left #postlist ul .text{
							/* background: #369; */
							}
							
							#main #content #contentbottom #left #postlist ul .photo{
							/* background: #693; */
							}
														
							#main #content #contentbottom #left #postlist ul .quote{
							/* background: #936; */
							}
							
							#main #content #contentbottom #left #postlist ul .link{
							/* background: #ACE; */
							}
							
							#main #content #contentbottom #left #postlist ul .chat{
							/* background: #EAC; */
							}
							
							#main #content #contentbottom #left #postlist ul .video{
							/* background: #CEA; */
							}
							
									#main #content #contentbottom #left #postlist ul li .postcomments a:link,
									#main #content #contentbottom #left #postlist ul li .postcomments a:visited{
									color: #000;
									text-decoration: none;
									}
									
									#main #content #contentbottom #left #postlist ul li .postcomments a:hover,
									#main #content #contentbottom #left #postlist ul li .postcomments a:active{
									}
					
				#main #content #contentbottom #left #pagination{
				margin-top: 20px;
				font-size: 12px;
				text-transform: uppercase;
				}
				
					#main #content #contentbottom #left #pagination a:link,
					#main #content #contentbottom #left #pagination a:visited,
					#main #content #contentbottom #left #pagination a:hover,
					#main #content #contentbottom #left #pagination a:active{
					color: #000;
					text-decoration: none;
					}
				
					#main #content #contentbottom #left #pagination .previous{
					float: left;
					line-height: 23px;
					height: 23px;
					padding-left: 20px;
					padding-right: 10px;
					margin-left: -10px;
					background: url(http://dev.cphcreatives.dk/stormenkommer/images/arrow_left.png) #c8c5ba left center no-repeat;
					}
					
					#main #content #contentbottom #left #pagination .next{
					float: right;
					line-height: 23px;
					height: 23px;
					padding-right: 20px;
					padding-left: 10px;
					margin-right: -10px;
					background: url(http://dev.cphcreatives.dk/stormenkommer/images/arrow_right.png) #c8c5ba right center no-repeat;
					}
			
			#main #content #contentbottom #right{
			width: 280px;
			float: left;
			position: relative;
			margin-top: 0px;
			margin-top: -10px;
			margin-right: 35px;
			margin-left: 30px;
			}
			
				#main #content #contentbottom #right .sidebaritemheader{
				height: 50px;
				position: relative;
				padding-bottom: 10px;
				margin-bottom: 15px;
				border-bottom: 1px solid #7e7c74;
				}
				
					#main #content #contentbottom #right .sidebaritemheader img{
					height: 50px;
					width: 50px;
					position: absolute;
					left: 0px;
					top: 0px;
					}
					
					#main #content #contentbottom #right .sidebaritemheader p{
					font-size: 21px;
					font-weight: bold;
					line-height: 50px;
					height: 50px;
					margin-left: 55px;
					}
				
				#main #content #contentbottom #right #description{
				padding-bottom: 30px;
				font-size: 14px;
				line-height: 1.2em;
				}
				
					#main #content #contentbottom #right #description p{
					}
					
				#main #content #contentbottom #right #services{
				width: 280px;
				padding-bottom: 30px;
				}
				
					#main #content #contentbottom #right #services ul{
					width: 280px;
					float: left;
					list-style: none;
					}
					
						#main #content #contentbottom #right #services ul li{
						width: 140px;
						float: left;
						margin: 0px 0px 10px 0px;
						}
						
						    #main #content #contentbottom #right #services ul li a:link,
						    #main #content #contentbottom #right #services ul li a:visited,
						    #main #content #contentbottom #right #services ul li a:hover,
						    #main #content #contentbottom #right #services ul li a:active{
						    text-decoration: none;
						    color: #000;
						    position: relative;
						    }
						    
						    	#main #content #contentbottom #right #services ul li a .name{
						    	left: 37px;
						    	top: -10px;
						    	position: absolute;
								font-size: 14px;
								height: 22px;
								line-height: 22px;
								}
								
				#main #content #contentbottom #right #news{
				width: 280px;
				padding-bottom: 30px;
				position: relative;
				}
				
					#main #content #contentbottom #right #news #newsletter{
					display: inline;
					float: left;
					width: 180px;
					}
					
						#main #content #contentbottom #right #news #newsletter a{
						display: block;
						font-size: 14px;
						margin-bottom: 5px;
						}
					
						#main #content #contentbottom #right #news #newsletter form{
						width: 180px;
						}
						
							#main #content #contentbottom #right #news #newsletter form input{
							}
							
							#main #content #contentbottom #right #news #newsletter form .field{
							width: 175px;
							}
							
							#main #content #contentbottom #right #news #newsletter form .submit{
							}
							
					#main #content #contentbottom #right #news #rss{
					width:90px;
					float: left;
					clear: right;
					margin-left: 10px;
					}
						
						#main #content #contentbottom #right #news #rss a{
						display: block;
						font-size: 14px;
						margin-bottom: 5px;
						}
						
						#main #content #contentbottom #right #news #rss img{
						display: block;
						}
						
						#main #content #contentbottom #right #news #rss small a{
						font-size: 14px;
						}
						
							#main #content #contentbottom #right #news #rss small a:link,
							#main #content #contentbottom #right #news #rss small a:visited,
							#main #content #contentbottom #right #news #rss small a:hover,
							#main #content #contentbottom #right #news #rss small a:active{
							color: #000;
							text-decoration: none;
							}
							
		#main #content #contentbottom #right #targetshop{
		margin-left: 5px;
		margin-top: 0px;
		margin-bottom: 20px;
		}
		
			#main #content #contentbottom #right #targetshop a{
			}
		
				#main #content #contentbottom #right #targetshop a img{
				}		
			
		#main #content .clearer{
		height: 0px;
		clear: both;
		}
		
	#footer{
	margin-top: -20px;
	position: absolute;
	width: 100%;
	background: url(http://dev.cphcreatives.dk/stormenkommer/images/footer.png) repeat-x top center;
	height: 100px;
	z-index: 10000;
	}
		
		#footer #footerlogos{
		height: 70px;
		/* width: 418px; */
		width: 582px;
		margin: 20px auto 0px auto;
		position: relative;
		opacity: 0.9;
		}
		
			#footer #footerlogos div{
			display: inline;
			}
			
				#footer #footerlogos div a{
				}
				
					#footer #footerlogos div a img{
					padding: 0px 20px;
					}

	#tumblr_controls{
	/*
background-color: #369 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
*/
	}















