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

body {
	font-size: 11px;
	font-family: Times New Roman, Times, serif;  color: black; 
	font-style: none;
	background: white;
	background-image:url(http://www.genusoxalis.com/files/background.jpg);
	background-attachment: fixed;
}

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

a img { border: none; }

#menu {
    width: 127px;
    overflow: auto;
    top: 15px;
   	bottom: 15px;
	left: 0;
	position: fixed;
	margin-left: 15px;
	background: white;
}

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

#menu ul {
	list-style: none;
	text-align: right;
	margin: 15px 15px 0px 0px;
}

#menu ul li.section-title { }


#content {
	height: 100%;
	margin: 34px 0 0 157px;
	top: 0;
	font-family: Times, serif;  color: white; 
}

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

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

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

p {
    margin: 0 0 5px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
bb { font-size: 11px; color: white; }


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

#once { clear: left; }

/* Tumblr - Elements */

    ol.tumblr_posts {list-style:none; width: 400px;}
   li.tumblr_post 
.tumblr_quote { font-family: Times New Roman, Times, serif; font-style: none; font-size: 11px; color: white; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid white; }
.tumblr_link { font-family: Times New Roman, Times, serif; font-style: none; font-size: 11px; color: white; text-decoration: none; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid #ccc; }
.tumblr_text { font-family: Times New Roman, Times, serif; font-style: none; font-size: 11px; color: white; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid white; }
.tumblr_photo { font-family: Times New Roman, Times, serif; font-style: none; font-size: 11px; color: white; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid white; }
.tumblr_video { font-family: Times New Roman, Times, serif; font-style: none; font-size: 11px; color: white; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid white; }
.tumblr_audio { font-family: Times New Roman, Times, serif; font-style: none; font-size: 11px; color: white; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid white; }
.tumblr_conversation { font-family: Times New Roman, Times, serif; font-style: none; font-size: 11px; color: white; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid white; }
.tumblr_title { font-family: Times New Roman, Times, serif; font-style: none; font-size: 11px; color: white; padding-top: 5px; padding-bottom: 5px; border-top: 1px solid white; }
.tumblr_source { font-family: Times New Roman, Times, Sans-Serif; font-size: 11px; color: white; margin-top: 0; margin-right: 0; margin-left: 0; padding-top: 5px; padding-bottom: 5px; }