/**
* CSS
* <%obj_name%>
<a href='<%baseurl%><plug:ndxz_rewriter url='/about-this-site/' />'>Om den här webbplatsen</a>* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	background: #fff;
	color: #000;
	position:absolute;
	line-height: 15px;
	height:100%;
	width: 100%;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: black; }
a:active { text-decoration: none; color: white; background-color:#000000; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: none; color: white; background-color:#000000; }

a img { border: none; }

#logo {
	margin-top:-4px;
	margin-bottom: 20px;	
}

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu .container { 
	padding: 31px 0 31px 31px; 
}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	
}

#menu ul.clients {
	margin-bottom: 10px;	
}

#menu ul.clients li { 
	margin: 0 0 0 10px;
}

#menu ul.clients .section-title { 
	margin: 0 0 0 0px;
}

#menu ul.otherwork li { 
	margin: 0 0 0 10px;
}

#menu ul.otherwork .section-title { 
	margin: 0 0 0 0px;
}

#menu ul.music li a { 
	margin-top: 10px;
}

#menu ul li.active a { text-decoration: none; color: #FFF; background-color:#000000; }

#MenuFootGrey { 
	color: #a7a7a7;
	font-size: 8px;
}

#MenuFootGrey a:link { text-decoration: none; color: #a7a7a7; }
#MenuFootGrey a:active { text-decoration: none; color: #a7a7a7; }
#MenuFootGrey a:visited { text-decoration: none; color: #a7a7a7; }
#MenuFootGrey a:hover { text-decoration: none; color: #a7a7a7; }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 30px 30px 30px 30px;
}

#content .container { 
	padding: 10px 400px 50px 40px; 
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

#post {
	margin-top:48px;
}

#headline {
	font-size: 14px;
	margin-top: 0px;
}

#date { 
	color: #a7a7a7;
	font-size: 10px;
	margin-top:-11px;
}

#pic {
	margin-top:-8px;	
}

#pictext {
	margin:0px;	
	width:600px;
}

#postedin { 
	color: #a7a7a7;
	font-size: 10px;
	margin-top:0px;
	margin-bottom:-2px;
}

#postedin a:link { text-decoration: none; color: #a7a7a7; }
#postedin a:active { text-decoration: none; color: #a7a7a7; }
#postedin a:visited { text-decoration: none; color: #a7a7a7; }
#postedin a:hover { text-decoration: none; color: #a7a7a7; background-color: white; }

#navprev {
	display:block;
	text-decoration:none;
	float:left;	
	margin-top:-5px;
}

#navprev a:link { text-decoration: none; color: #000000; }
#navprev a:active { text-decoration: none; color: #000000; }
#navprev a:visited { text-decoration: none; color: #000000; }
#navprev a:hover { text-decoration: none; color: #000000; background-color: white; }

#navnext {
	display:block;
	text-decoration:none;
	float:right;	
	margin-top:-5px;
}

#navnext a:link { text-decoration: none; color: #000000; }
#navnext a:active { text-decoration: none; color: #000000; }
#navnext a:visited { text-decoration: none; color: #000000; }
#navnext a:hover { text-decoration: none; color: #000000; background-color: white; }

#footer {
	margin-left:0px;
	margin-top:100px;
	margin-bottom:-10px;
	position: relative;
}

#footlinks {
	width:100%;
}

#footgreytext {
	color: #a7a7a7;
	font-size: 8px;
}

#footgreytext a:link { text-decoration: none; color: #a7a7a7; }
#footgreytext a:active { text-decoration: none; color: #a7a7a7; }
#footgreytext a:visited { text-decoration: none; color: #a7a7a7; }
#footgreytext a:hover { text-decoration: none; color: #a7a7a7; background-color: white; }

#backtotop a:link { text-decoration: none; color: white; background-color:black; }
#backtotop a:active { text-decoration: none; color: white; background-color:black; }
#backtotop a:visited { text-decoration: none; color: white; background-color:black; }
#backtotop a:hover { text-decoration: underline; color: black; background-color:white; }

#facebookme {
	width:600px;
	height: 600px;
}


#emailme {
	width:600px;
	height: 600px;
}
 
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
