/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: ff-dagny-web-pro,sans-serif;
	line-height: 17px;
	background: #fff;
}

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

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

a img { border: none; }

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

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

#menu ul li.section-title { 
	color: #000000; 
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	font-family: kulturista-web,serif; }

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

.container {
    padding: 0px 5px 25px 5px; /* was 5, 5, 25, 5 */
	margin-left: 10px; 
}

#menu img {margin-left: 0px;} /* added so header image is flush left with the browser border */

#content p { width: 450px; margin-bottom: 6px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 48px;
	width: 450px;
	font-weight: 400;
	font:family: kulturista-web,serif;
	}
h2 { font-size: 24px;
	width: 450px;
	font-weight: 300;
	font:family: kulturista-web,serif;
	}
h3 { font-size: 16px; }
h4 { font-size: 14px;
	width: 450px;
	font-weight: 600;
	font-family: kulturista-web,serif; }
.kultlight {
	font-family: kulturista-web,serif;
	font-weight: 300;
	line-height: 30px;
	font-size: 20px;}
.smalltext {
	font-size: 9px;
	}

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

#once { clear: left; }


/* Example tumblrBadge CSS */
.tumblr {
list-style: none;
width: 150px;
margin-bottom: 1em;
padding: 0;
}
.tumblr li {
margin-bottom: 1em;
}
.tumblr p {
margin: 0;
}
.tumblr img {
display: block;
}
.tumblr em {
display: block;
margin-top: 0.2em;
}
.tumblr .tumblr-post-date{
display: block;
font-size: 0.9em;
margin-top: 0.5em;
}

