@import url(http://fonts.googleapis.com/css?family=Cutive);
@import url(http://fonts.googleapis.com/css?family=Cousine:400,700,400italic,700italic);

@import url('fonts/0xMonochrome.css');
@import url('fonts/0xSquare.css');

body{
	font-family: 'Cousine', sans-serif !important;
	
}

h1{
	font-family: '0xMonochrome', 'Cutive', sans-serif !important;
	font-size:99px;
}

.sub-title {
	font-family: '0xSquare', 'Cousine', sans-serif !important;
	font-size: 29px;
}

.nav-menu{
	font-family: '0xSquare', 'Cousine', sans-serif !important;
	font-size: 15px;
}


.post{
	font-size:0.8em;
}




.post-wrapper{
background-color:#f6f6f6;

-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.post .caption {
margin: 10px 0 10px 0;
}

.post-footer ul {
margin: 0 0 0 0px;
}

.post-perma{
	text-align:right;
	font-size:3em;
	line-height:0.7em;
}

.post-perma a:link, a:visited, a:active{
	text-decoration:none;
	color: #333;
}

.post-perma a:hover{
	color: #000;
}

.photoset .post {
padding: 0px;
}

