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

body {
	font-size: 0.75em;
	line-height: 1.3em;
	font-family: Helvetica, sans-serif;
	background: transparent;

}

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

 a { color:#000;}
 a:link { text-decoration:none; }
 a:hover {
 	background-color:#000000;
 	color:#ffffff; 
 	text-decoration:none;
 	}
 
 a:visited {text-decoration:none; color:#000;}

a img { border: none; background-color:#ffffff;}



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

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

#menu ul li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#fff none repeat scroll 0 0;
	border-bottom:1px solid #fff;
	color:#000000;
	margin:0px;
}


#menu ul li.section-title { }

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

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

.container p{
	max-width: 400px;
}


.container a{
    padding: 0px 0px 0px 0px;
}

.container ol{
	list-style: none;
}

.tumblr_post{
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
		 -moz-box-shadow: 0px 0px 4px #f0f0f0; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #f0f0f0; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 4px #f0f0f0; /* Opera 10.5, IE 9.0 */

  background-color: #fff;
  background-color: rgba(15, 15, 35, NaN);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff',EndColorStr='#f1f1f1'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff',EndColorStr='#f1f1f1')"; /* IE8 */

	display: compact;
	float: left;
	list-style: none;
	padding: 10px;
	margin: 10px 30px 15px 0px;
	height: 476px;
	overflow: hidden;
	max-width: 220px;
	z-index: 5; 
}

.tumblr_photo,
.tumblr_description,
.tumblr_link,
.tumblr_video,
.tumblr_caption {
	max-width: 220px;
}

.tumblr_photo a,
.tumblr_description a,
.tumblr_link a,
.tumblr_video a,
.tumblr_caption a{
	text-decoration: underline;
}

.tumblr_quote {
	font-family: "Georgia";
	line-height: 1.25em;
	font-size: 2em;
	padding-bottom: 1em;
	}

.tumblr_photo,
.audio_player {
	padding-bottom: 1em;
}

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }

