/*   
Theme Name: Ellis Custom
Theme URI: http://www.nicolaellis.com
Description: A custom minimal portfolio.
Author: Stuart Harris
Author URI: http://stuartharr.is
Version: 1.0
*/


/* css reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: block;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of css reset */

		html, body {
			font-family: 'arial', sans-serif;
			color: #000;
			font-size: 12px;
			position: relative;
			width: 100%;
			height: 100%;
		}
		p {
			margin: 0;
		}
		a, a:visited {
			color: #000;
			text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
		}
		.active {
			text-decoration: underline;
		}
		.centralizer {
			width: 800px;
			margin: 0 auto;
			position: relative;
		}
		.topNav {
			height: 50px;
			margin-top: 20px;
			margin-bottom: 50px;
		}
		.spacer {
			width: 100%;
			height: 50px;
		}
		.sideMenu {
			width: 170px;
			float: left;
			padding-right: 30px;
		}
		.sideMenu .menuItem {
			display: block;
			margin-bottom: 6px;
			cursor: pointer;
		}
		.menuItem:hover {
			text-decoration: underline;
		}
		.backSpacer {
			display: block;
			margin-bottom: 40px;
		}
		.menuItemNav {
			font-weight: bold;
		}
		.mainDiv {
			width: 600px;
			float: right;
		}
		.mainDiv .image, .mainDiv img {
			width: 100%;
			height: auto;
		}
		.mainDiv a {
			display: inline;
		}
		.mainDiv a img {
			cursor: zoom-in;
			border-radius: 4px;
		}
		.siteTitle {
			font-size: 24px;
			float: left;
			line-height: 50px;
			height: 50px;
		}
		.topLinks {
			font-weight: bold;
			float: right;
			line-height: 50px;
			height: 50px;
		}
		.sideMenuTitle {
			font-weight: bold;
			text-transform: underline;
			line-height: 50px;
			height: 50px;
		}
		.imageHeader {
			line-height: 50px;
			height: 50px;
		}
		.imageTitle {
			float: left;
			font-weight: bold;
		}
		.imageControls {
			float: right;
			height: 50px;
			line-height: 50px;
		}
		.controlButton {
			width: 16px;
			height: 50px;
			display: inline-block;
			float: right;
			cursor: pointer;
			text-align: center;
			line-height: 50px;
			font-size: 20px;
		}
		.prevImage, .nextImage {
			display: none;
		}
		.imageCount {
			display: inline-block;
			margin: 0 10px;
			height: 50px;
			line-height: 50px;
			float: right;
			letter-spacing: 3px;
		}
		.imageCaption {
			width: 100%;
			display: block;
			margin-top: 20px;
			margin-bottom: 80px;
		}
		.captionTitle {
			font-style: italic;
		}
		.copyright {
		    text-align: right;
		    box-sizing: border-box;
		    padding-bottom: 20px;
		    padding-right: 20px;
		    float: right;
		    width: 100%;
		    display: block;
		}
