	#header {

	}

	#contents {
		margin-top:15px;
		margin-left:300px;
		display:table;
		z-index:0;
		font-size:19px;
		line-height:35px;
		letter-spacing:0.6px;
		color:#333;
 	}
	

	a {
		color:red;
		font-weight:normal;
		background-color:none;
		text-decoration:none;
		padding:0;
		margin:0;
    }

  	a:hover {
		color:#bfbfbf;
    	text-decoration:none;
    }

	body {
		color:white;
		background-color:#bfbfbf;
		width:90%;
		/*font-family: 'News Cycle', sans-serif;*/
		/*font-family: 'PT Sans Narrow', sans-serif;*/
		/*font-family: 'Contrail One', cursive;*/
		font-family: 'Oswald', sans-serif;
		/*font-family: 'Open Sans Condensed', sans-serif;*/
	}
	
    p {
		padding:0 20px 12px 60px;
		margin:0;
	}
    
	a.img {
		background-color:none;
	}

	.row {
		display:table-row;
	}
	
	.cell {
		display:table-cell;
		vertical-align:top;
		width:auto;
		margin:0;
		padding:0;
	}
	
	.blog-post-entry-content {
	}
	
	.blog-post-entry-content-text {
		width:550px;
	}
	
	.embed {
		width:auto;
	}
	
	.cell img {
		width:auto;
		height:700px;
 	}


	h3 {
	  	margin:0;
		padding:0;
    }
	
	#navi-container {
		z-index:100;
		height:100%;
		width:300px;
		background-color:#bfbfbf;
		position:fixed;
		left:0;
		top:0;
		margin:0;
	}

	#navi {
		position:fixed;
		top:13px;
		left:22px;
		z-index:200;
	}

    #navi h3 a{
		color:red;
		font-weight:normal;
		background-color:none;
		text-decoration:none;
		font-size:26px;
		line-height:44px;
		letter-spacing:0.7px;
		padding:0;
		margin:0;
    }
    #navi h3 a:hover{
		color:#bfbfbf;
        text-decoration:none;
    }
