body {
    margin: 0;
	padding: 0;
}

a, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: ease-out .5s;
}

a:hover, a:focus {
	-webkit-transition: ease-in .5s;
}

.wrap {
	width: 960px;
	display: block;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

#header {
	width: 100%;
	max-width: 100%;
	min-height: 170px;
}

	#header h3 {
		font-weight: normal;
		letter-spacing: 3px;
		text-transform: uppercase;
		margin: 0 0 10px 0;
	}
	
	#header ul#nav {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#header ul#nav li a {
		display: block;
		margin-bottom: 7px;
		padding: 2px 0 2px 0;
		text-align: center;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 2px;
	}
	
	#header ul#nav li a:hover {
	
	}
	
	#header ul#categories {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#header ul#categories li a {
		letter-spacing: 2px;
		margin-bottom: 11px;
		display: block;
		font-weight: normal;
	}
	
	#header ul#categories li a:hover {
		padding-left: 10px;
	}

#content {
	width: 100%;
	min-height: 600px;
	font-size: 14px;
}

	/** BASIC **/

	#content img {
		box-shadow: 0 0 5px #999;
	}
	
	#content blockquote {
		padding: 8px 8px 8px 12px;
		font-size: 12px;
	}
	
	/** POST DETAILS **/

	#content #details {
		margin-top: 10px;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
	}
	
		#content #details #date {
			font-size: 11px;
			color: #999;
		}
		
		/** PHOTO POST **/
        
        #content #post_photo {
            min-width: 940px;   
        }
        
        #content #post_photo img {
            max-width: 100%;
            margin-top: 10px;
            margin-bottom: -25px;
        }
        
        #content #post_photo #holder {
            display: block;    
        }
        
        #content #post_photo #holder #caption {
            background-color: black;
            position: relative;
            height: 15px;
            bottom: 2px;
            padding: 6px 5px 3px 10px;
            opacity: 0;
            color: #FFF;
            font-size: 11px;
            -webkit-transition: ease 0.5s;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        
        #content #post_photo #holder:hover #caption {
            opacity: 0.8;
            -webkit-transition: ease 0.5s;
        }
        
        /** AUDIO POST **/
        
        #content #albumart img {
            max-width: 100%;
        }
        
        #content #audioplayer {
            padding: 5px 0 5px 0;
            min-width: 100%;
        }
        
        #content #albuminfo {
            padding: 10px;
            margin: 10px 0 0 0;
        }
        
        #content #albuminfo p {
            margin: 10px 0 10px 0;
        }

        /** QUOTE POST **/

        #content #quote {
            padding: 10px;
            margin: 10px 0 10px 0;
        }
        
        /** ASK POST **/
        
        #content #question {
            padding: 10px;
            margin: 10px 0 10px 0;
        }
        
        /** CHAT POST **/
        
        #content ul.chat {
        margin: 10px 0 0 0;
        padding: 0;
	    list-style-type: none;
        }

        #content ul.chat li {
	        padding: 4px;
            margin-bottom: -15px;
            width: 50%;
        }

        #content ul.chat li:last-child {
    	    margin-bottom: 10px;
        }

        #content ul.chat li.odd {
        
        }
    
        #content ul.chat li.even {
        
            position: relative;
            left: 49%;
            text-align: right;
        }
        
        #content ul.chat li.even .label {
            text-align: right !important;
        }
        
        .label {
            font-size: 12px;
            display: block;
        }
        
        /** LINK POST **/
        
        #content #link {
            padding: 10px;
            margin-top: 10px;
        }
        
    /** TAGS LIST **/

    #content ul#tags {
        margin: 0 0 10px 0;
        padding: 0;
        list-style-type: none;
    }
    
    /** POST PERMALINK PAGE **/
	
	#content #post_footer {
		font-size: 11px;
	}
	
	#content #post_footer #comments {
		border-left: 1px solid #999;
	}

    #content ol.notes {
        margin: 9px 0 0 0;
        padding: 0;
        list-style-type: none;
    }
    
    #content ol.notes li {
        padding: 2px;
        margin: 2px 0 2px 0;
        font-size: 9px;
        letter-spacing: 1px;
    }
    
    #content ol.notes li:hover {   
    }
    
    #content ol.notes li img {
        vertical-align: middle;
    }
    


#footer {
	width: 100%;
	min-height: 50px;
}

	#footer #socialmedia {
		text-align: center;
	}

#prev {
	position: fixed;
	left: 0px;
	top: 40%;
	height: 15%;
	width: 50px;
	background: #000 url(http://static.tumblr.com/62y6t1q/nfym06q3y/prev.png) center center no-repeat;
	opacity: 0.2;
	-webkit-transition: ease-out .5s;
}

#prev:hover {
	opacity: 0.7;
	-webkit-transition: ease-in .5s;
}

#next {
	position: fixed;
	right: 0px;
	top: 40%;
	height: 15%;
	width: 50px;
	background: #000 url(http://static.tumblr.com/62y6t1q/jEGm06q4a/next.png) center center no-repeat;
	opacity: 0.2;
	-webkit-transition: ease-out .5s;
}

#next:hover {
	opacity: 0.7;
	-webkit-transition: ease-in .5s;
}

input.search_value {
    border: 0px;
    padding: 3px;
    text-transform: lowercase;
    width: 150px;
}

input.search_button {
    text-transform: lowercase;
    letter-spacing: 1px;
}

.col {
	display: table-cell;
	padding: 0 10px 0 10px;
	vertical-align: top;
}

.col_1 {width: 60px;}
.col_2 {width: 140px;}
.col_3 {width: 220px;}
.col_4 {width: 300px;}
.col_5 {width: 380px;}
.col_6 {width: 460px;}
.col_7 {width: 540px;}
.col_8 {width: 620px;}
.col_9 {width: 700px;}
.col_10 {width: 780px;}
.col_11 {width: 860px;}
.col_12 {width: 940px;}
.alpha {margin-left: 0px !important;}
.omega {margin-right:  0px !important;}