/*
Theme Name: Lizzie Harris
Theme URI: http://bobcooper.org.uk
Description: Lizzie Harris WordPress theme.
Version: 1
Author: Bob Cooper
Author URI: http://bobcooper.org.uk
Tags: simple, minimalist, fixed width, two columns, left sidebar, widget ready, valid CSS, valid XHTML, gray, white

*/


html {
	height: 100%;
	width: 100%;
	overflow: hidden;
	
}

* {
	margin: 0;
	padding: 0;
	
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	height: 100%;
}


	#wrapper {
		display: block;
    	width: 100%;
        height: 100%;
	}
	
	#main {
		position: relative;
		margin:0 auto;
    	width:100%;
    	height:100%;
    	
    	background-color: #333333;
	}

	#header {
		position: relative;
		width: 100%;
		height: 80px;
    	background-color: #333333;
    	font-family: 'Special Elite', cursive;
    	
    	overflow-y: scroll;
	}
	
	.header-div {
		display: block;
		position: relative;
		float: left;
		width: 66.666666%;
		height: 100%;
   	height: -webkit-calc(100% - 10px);
		height: -moz-calc(100% - 10px);
		height: calc(100% - 10px);
	}
	
	.header-div:first-child {
		border-left-style: none;
	}
	
	.header-right-div {
		display: block;
		position: relative;
		float: right;
		width: 16.666666%;
		height: 100%;
   		height: -webkit-calc(100% - 10px);
		height: -moz-calc(100% - 10px);
		height: calc(100% - 10px);
	}
	
	#mobile-btn {
		display: none;
		position: absolute;
		z-index: 5;
		right: 10px;
		top: 15px;
	}
	
	#mobile-btn img {
		height: 35px;
		width: auto;
	}
	
	.menu-div {
		position: absolute;
		bottom: 5px;
		list-style: none;
		
		text-transform: uppercase;
	}
	
	.menu-div ul {
		list-style: none;
	}
	
	.menu-div li {
		line-height: 20px;
	}
	
	.title-div {
		position: absolute;
		bottom: 5px;
		list-style: none;
		color: #cccccc;
		margin: 0 0 0 10px;
	}
	
	.scrollmask {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		height: 150px;
		width: 30px;
		background-color: #333333;
	}

	#content {
		position: absolute;
		left: 0;
   		width: 100%;
   		height: 100%;
   		height: -webkit-calc(100% - 120px);
		height: -moz-calc(100% - 120px);
		height: calc(100% - 120px);
   		
    	background-color: #444444;
    	
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0;
	}
	
	#content-text {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		padding: 70px 10px;
		
		color: #cccccc;
		font-size: 14px;
	}
	
	#content-text p {
		margin: 0 0 20px 0;
		
	}

	#content-text ul {
		list-style: none;
		margin: 0 0 20px 0;
	}

	#content-text li {
		text-transform: uppercase;
	}

	#content-image {
		display: none;
		position: absolute;
		top: 70px;
		left: 0;
   		width: 100%;
   		height: 100%;
   		height: -webkit-calc(100% - 110px);
		height: -moz-calc(100% - 110px);
		height: calc(100% - 110px);
   		
    	background-color: #333333;
		z-index: 10;
	}

	#image-bg {
		display: none;
		position: absolute;
		top: 70px;
		left: 0;
   		width: 100%;
   		height: 100%;
   		height: -webkit-calc(100% - 110px);
		height: -moz-calc(100% - 110px);
		height: calc(100% - 110px);
   		
    	background-color: #333333;
		z-index: 9;
	}
	
	.post-thumb {
		position: relative;
		display:inline-block;
		height: auto;
		font-size: 0;
		vertical-align: middle;
	}
	
	.post-thumb a {
		cursor: url('images/zoom-in.png'), auto;
	}
	
	.landscape {
		width: 33.333333%;
	}
	
	.portrait {
		width: 16.666666%;
	}
	
	.post-thumb img {
		position: relative;
		z-index: 1;
		width: 100%;
		height: auto;
	}
	
	.image-footer {
		position: absolute;
		display: block;
		z-index: 2;
		bottom: 0;
		padding: 10px;
	
		background-color: #333333;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
		
		width: 100%;
		height: 40px;
	}
	
	#footer {
		position: absolute;
		display: block;
		z-index: 2;
		bottom: 0;
	
		background-color: #333333;
		width: 100%;
		height: 40px;
	}
	
	#image-holder {
		height: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	#image-holder p {
		height: 100%;
		width: 100%;
	}
	
	#image-holder img {
		height: 100%;
		width: auto;
	}
	
	#prev-button {
		position: absolute;
		display: none;
		top: 0;
		left: 0;
		width: 100px;
		height: 100%;
		background-color: #444444;
		text-align: right;
	}
	
	#prev-button img,
	#next-button img
	 {
		height: 100%;
		width: auto;
	}
	
	#next-button {
		position: absolute;
		display: none;
		top: 0;
		right: 0;
		width: 100px;
		height: 100%;
		background-color: #444444;
	}
	
	h1 {
		font-size: 26pt;
	}
	
	#mobile-menu {
		display: none;
		position: absolute;
		z-index: 5;
		left: 0;
   		width: 100%;
   		height: 100%;
   		height: -webkit-calc(100% - 60px);
		height: -moz-calc(100% - 60px);
		height: calc(100% - 60px);
   		
    	background-color: #444444;
    	
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	#mobile-menu ul {
		list-style: none;
		width: 100%;
	}
	
	#mobile-menu li {
		width: 100%;
    	font-family: 'Special Elite', cursive;
    	font-size: 16pt;
    	text-transform: lowercase;
    	border-top-style: solid;
    	border-bottom-style: solid;
    	border-width: 1px;
    	border-color: #333333;
    	line-height: 60px;
    	height: 60px;
	}
	
	@media only screen and (max-width: 900px)  {
		#mobile-btn,
		#mobile-menu {
			display: none;
		}
		
		.post-thumb {
			width: 50%;
		}
		
		.header-right-div {
			width: 25%;
		}
		
		.header-div {
			width: 50%;
		}
	}
	
	@media only screen and (max-width: 600px)  {
		h1 {
			font-size: 20pt;
		}
		
		h2 {
			display: none;
		}
		
		#mobile-btn {
			display: block;
		}
		
		.post-thumb {
			width: 100%;
		}
		
		.header-right-div {
			display: none;
		}
		
		.header-div {
			width: 80%;
			height: 100%;
		}
		
		#header {
			height: 60px;
		}
		
		#content {
			
   			height: 100%;
   			height: -webkit-calc(100% - 60px);
			height: -moz-calc(100% - 60px);
			height: calc(100% - 60px);
		}
	
		#content-text {
			width: 100%;
   		width: -webkit-calc(100% - 20px);
			width: -moz-calc(100% - 20px);
			width: calc(100% - 20px);
			margin: 20px 10px;
			border-style: none;
			padding: 0;
		}
		
		#footer {
			display: none;
			
		}
		
		.post-thumb a {
			pointer-events: none;
   cursor: default;
		}
	}
	
	
h2 {
	font-size: 22px;
	text-transform: lowercase;
}

h3 {
	font-size: 20px;
	margin: 0 0 20px 0;
	
	
    font-family: 'Special Elite', cursive;
    font-weight: normal;
	color: #00ccff;
}

h4 {
	width: 100%;
	line-height: 20px;
    font-size: 16px;
	padding: 10px;
	
	
	
    font-family: 'Special Elite', cursive;
    font-weight: normal;
    text-transform: uppercase;
	color: #cccccc;
	
	
}

h5 {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 20px;
    font-size: 10px;
    text-transform: lowercase;
	padding: 10px;
	
	
	
    font-family: 'Special Elite', cursive;
    font-weight: normal;
	color: #666666;
}

hr {
	border: 0;
	height: 10px;
}


.menu-div a {
	text-decoration: none;
	color: #cccccc;
}

.menu-div a:hover {
	color: #00ccff;
}

h1 a {
	text-decoration: none;
	color: #00ccff;
}

h1 a:hover {
	color: #cccccc;
}

#content-text a {
	color: #00ccff;
}

#content-text a:hover {
	color: #cccccc;
}

#footer a {
	text-decoration: none;
	color: #cccccc;
}

#footer a:hover {
	color: #00ccff;
}

#footer h5 a {
	
	text-decoration: none;
	color: #666666;
}

#footer h5 a:hover {
	color: #999999;
}

#mobile-menu a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #cccccc;
	background-color: #444444;
	padding: 10px;
}

#mobile-menu a:hover {
	background-color: #00ccff;
}