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

body {
	font-size: 10px;
	font-family: verdana;
	background: #fff;
}

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

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

a img { border: none; }

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

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

#menu ul li.section-title {font-weight: bold; }

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

.container {
    padding: 5px 5px 35px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 13px; font-weight: 500; color: #000; margin-bottom: 9px; }
h6 { font-size: 10px; font-weight: 500; color: #000; width: 500px; margin-bottom: 9px; }
hn { font-size: 18px; font-weight: 200;}

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

#once { clear: left; }

}

/* for tumbler badge */

.tumblr {
        list-style: none;
        width: 500px;
	padding-top: 0px;
	padding-bottom: 0px;

}
.tumblr li {
        margin-bottom: 3em;
	padding-top: 0px;
	padding-bottom: 0px;
}
.tumblr p {
        font-size: 10px;
	color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
	
}
.tumblr img {
        display: block;
}
.tumblr em {
        display: block;
}
.tumblr .tumblr-post-date{
	font-style:italic; 
        display: block;
        font-size: 1em;
        margin-top: 0.2em;
}
