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

html {
	margin-left: 0px;
	margin-top: 15px;
	padding: 0;
	
	background-repeat: repeat;
	background-attachment: fixed;
}

body {
	font-size: 10px;
	font-family: Helvetica, "Arial", sans-serif;
	color:#888888;
	line-height:16px;
}

p {
	padding:0px;
	font-size: 10px;
	font-family: Helvetica, "Arial", sans-serif;
	
}

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

a:link { text-decoration: none; color: #000; font-style: none;}
a:active { text-decoration: none; color: #000;font-style: none;}
a:visited { text-decoration: none; color: #000; font-style: none;}
a:hover { text-decoration: none; color: #ccc;font-style: none;}

.friends a:link { text-decoration: none; color: #fff; font-style: none;}
.friends a:active { text-decoration: none; color: #fff;font-style: none;}
.friends a:visited { text-decoration: none; color: #fff; font-style: none;}
.friends a:hover { text-decoration: none; color: #000;font-style: none;}
.title1 {font:bold 12px helvetica, sans-serif;color:#000;}

.title {font-weight:none;font:10px helvetica, sans-serif;color:#000;}

a img { border: none; }

#menu img {
	margin-left:-7px;
}

#menu {
	z-index:1;
	text-align:left;
    width: 100px;
margin-left:35px;
    position: fixed;
background-color: transparent;
	padding:10px;
	padding-right:5px;	
	padding-left:15px;
	padding-top:15px;
	padding-bottom:0px;
	left:0px;
	color:#000;
	height:520px;
}

#info {
position:fixed;
left:160px;
top:36px;
color:black;
width:300px;
padding:10px;
text-align: left;
font-size:10px;
}

#menuitems{
	z-index:-10;
    width: 90px;
text-align:right;
		float:right;
		padding:5px;
font: 10px helvetica, sans-serif;color:#000;
}

#menu img {
	padding-right:10px;
}

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

#menu ul li.section-title { }

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

.container {
	height:500px;
    padding: 5px 5px 25px 5px;
}
#menu .container {
	height:500px;
    padding-top: 0px;
}


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




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

.caption {color:#000;}



#img-container	{ margin: 0; padding: 0; padding-top:30px;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container .picture {padding-top:0px;}
#img-container .picture_holder { float: left; }


#once { clear: left; }


            
            .tumblr_post {
                position:         relative;
                margin-bottom:    15px;
          padding:0px;

            }

            .tumblr_post div.labels {
    position:         absolute;
    right:            420px;
    text-align:       right;
    width:            150px;
                background-color: #000;
                height:           18px;

                padding:          2px 0px 0px 10px;   
                margin:           0px 0px 0px 0px;
            }




            .tumblr_post div.date {
                background-color: #000;
                white-space:      nowrap;
                font:             Normal 14px Georgia, sans-serif;
                letter-spacing:   -1px;
                color:            #000;
                display:          inline;
                line-height:      18px;
text-transform: uppercase;
font-style: normal;
                padding:          0px 5px 0px 5px;      }

            .tumblr_post div.date a {
                color:            #000;
font-style: normal;
                text-decoration:  none;
            }

            .tumblr_post h2 {
                font-size:        18px;
                font-weight:      Bold;
                color:            #000;
                letter-spacing:   -0.5px;
                margin:           0px 0px 10px 0px;
            }

            .tumblr_post h2 a {
                color:            #000;
                text-decoration:  none;
            }
            
            /* Regular Post */
            .tumblr_post .regular {
                font-size:        12px;
                color:            #000;
                line-height:      12px;
            }

            .tumblr_post .regular blockquote {
                font-style: none;
            }
            
            /* Photo Post */
            .tumblr_post .photo img {
                border:           solid 0px #000;
            }
            .tumblr_post .tumblr_photo_post .tumblr_caption {
                font-size:        11px;
padding-bottom:10px;

padding-top:2px;
text-transform: lowercase;
                color:            #000;
            }

			.tumblr_caption a:link {text-transform: lowercase;font-size: 10px;	font-family: Helvetica, "Arial", sans-serif; text-decoration: none; color: #414141;  font-style: none;}
			.tumblr_caption a:active {text-transform: lowercase;font-size: 10px;	font-family: Helvetica, "Arial", sans-serif; text-decoration: none; color: #414141;  font-style: none;}
				.tumblr_caption a:visited {text-transform: lowercase;font-size: 10px;	font-family: Helvetica, "Arial", sans-serif; text-decoration: none; color: #414141; font-style: none; }
			.tumblr_caption a:hover {text-transform: lowercase;font-size: 10px;	font-family: Helvetica, "Arial", sans-serif; text-decoration: none; color: #000; font-style: none;}
            
            .tumblr_post .tumblr_photo_post .tumblr_caption {
                color:            #000;

				text-transform: lowercase;
            }
            
            /* Quote Post */
            .tumblr_post .quote span.quote {
                font:             Bold 20px Georgia, serif; 
                letter-spacing:   -1px;
                color:            #000;
            }

            .tumblr_post .quote span.quote a {
                color:            #000;
            }

            .tumblr_post .quote span.quote big.quote {
                font:             Bold 48px Georgia, serif;
                line-height:      8px;
                vertical-align:   -20px;
            }
            
            .tumblr_post .quote span.source {
                font-size:        16px;
                font-weight:      Bold;
                color:            #000;
                letter-spacing:   -1px;
            }

            .tumblr_post .quote span.source a {
                color:            #000;
            }
            
            /* Link Post */
            .tumblr_post .link a.link {
                font:             Bold 16px Georgia, sans-serif;
                letter-spacing:   -1px;
                color:            #000;
padding:0px;
            }
            
            .tumblr_post .link span.description {
                font-size:        11px;
                letter-spacing: -0.5px;
padding-left:5px;
            }

            /* Conversation Post */
            .tumblr_post .conversation ul {
                background-color: #000;
                list-style-type:  none;
                margin:           0px;
                padding:          0px;
                border-left:      solid 5px #000;
            }
            
            .tumblr_post .conversation ul li {
                border-bottom:    solid 1px #000;
                font-size:        12px;
                padding:     #000     4px 0px 4px 8px;
                color:            #000;
            }
            
            .tumblr_post .conversation ul li span.label {
                font-weight:      bold;
                color:            #000;
            }
            
            /* Audio Post */ 
            .tumblr_post .tumblr_audio_post {
                width:        100%;
background-color: #000;
text-align:center;
display:none;
            }     

			 .tumblr_audio_player {
	                width:        100%;
	background-color: #000;
	text-align:center;
	display:none;
	            }
					 .tumblr_audio_player .tumblr_caption {
			                width:        100%;
			background-color: #000;
			text-align:center;
			display:none;
			            }
			
			.tumblr_audio_post .tumblr_caption {display:none;}
			
            .tumblr_post .audio div.caption {
                font-size:        11px;
                color:            #000;
                margin-top:       9px;
padding-bottom:5px;

display:none;
            }


            
            .tumblr_post .audio div.caption a {
                color:            #000;

				display:none;
            }
            
            /* Video Post */
            .tumblr_post .video {
                width:            400px;
            }

            .tumblr_post .video div.caption {
                font-size:        11px;
                color:            #000;
                margin-top:       9px;
padding-bottom:5px;
            }
            
            .tumblr_post div.video div.caption a {
                color:            #000;
            }
li {list-style-type:none;}

ol {padding:0px;margin:0px;}
