* {
	padding: 0;
	margin: 0;
}

@font-face {
	src: url('font/ExoT.otf');
	font-family: CF;
}

@font-face {
	src: url('font/ExoL.otf');
	font-family: CFL;
}

@font-face {
	src: url('font/CabinR.otf');
	/*src: url('font/ExoL.otf');*/
	font-family: TF;
}

a {
	color: #4FC3F7 !important;
}

a:visited {
	color: #4FC3F7 !important;
}

a:hover {
	color: #03A9F4 !important;
}

html {
	font-family: TF;
	background: #f0f0f0;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 120;
	background: #fff;
	color: #555;
	display: block;
}

#header {
	background: url('../i/header.png') repeat-x;
	position: absolute;
	z-index: 150;
	height: 75px;
	width: 100%;
}

#logo {
	font-family: CF;
	padding-left: 45px;
	position: relative;
	/*top: 5px;*/
	font-size: 380%;
	color: #fff;
	text-shadow: 0 0 9px #6e6e6e;
}

#mainWrapper {
	width: 100%;
	height: 100%;
}

#sidePanelCat {
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 100;
	height: 100%;
	width: 0;
	opacity: 0;
	background: #efefef;
	display: block;
	border-right: 3px solid #dcdcdc;
}

#sidePanelBack {
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 101;
	height: 100%;
	width: 0;
	background: #efefef;
	display: block;
	border-right: 3px solid #dcdcdc;
}

#sidePanelWrapper {
	width: 300px;
	float: left;
}

#lightBox {
	position: relative;
	top: 75px;
	color: #383838;
	margin-left: 300px;
	padding-right: 5%;
	opacity: 0;
	display: none;
	font-family: TF;
}

#goBack {
	cursor: pointer;
}

#photographyPortfolio p {
	font-size: 11pt;
}