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

@font-face {
  font-family: Gotham;
  src: url(/files/fonts/GothamRnd-Book.otf) format("opentype");
}

@font-face {
  font-family: Gotham;
  src: url(/files/fonts/GothamRnd-Bold.otf) format("opentype");
  font-weight: bold;
}

body {
	text-align: center; 
	background: #fff;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	}

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

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

a img { border: none; }

#wrapper { width: 1165px; margin: 0 auto; text-align: left; background: #FFF; }
#header { height: 85px; }

#menu {
    width: 215px;
    float: left; 
	position: fixed; 
	
}

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

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

#content {
	list-style: none;
    margin: 00 0 0 250px;
	position: absolute; 
}

#content ul {
          list-style: none;
}

#twitter_div {
background-image:url('/files/__PUT IMAGE HERE__');
width: 800px;
font-size: 40px;
padding: 79px 0px 0px 0px;
text-indent:-0.5em;
}

#m1{ width: 0;
height:900px;
float:left;
}

#m2{ width: 0px;
float:right;
padding: 5px 0 0 0;
}

.tumblr_title{
padding: 10px 0 20px 0;
font-weight:bold;
}

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

#content p { width: 450px; margin-bottom: 9px; }
#content img {margin: 0 0 10px 0}
div#content div.container p img { margin: 10px 0 0 0; }
div#content div.container div#d-col1 p { width: 280px; }
div#content div.container div#d-col2 p { margin: 5px 0 5px 0; }

p {
    margin: 0 0 39px 0;
}

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

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

.clear-both { clear: both; }
#once { clear: left; }