/*CSS3 stylesheet for BrianSeitz.Photography*/
/*WebFonts to use on this site: */
@font-face {
	font-family: "Raleway Light";
	src: url('fonts/Raleway-Light.ttf');
}

@font-face {
	font-family: "Raleway Reg";
	src: url('fonts/Raleway-Regular.ttf');
}

@font-face {
	font-family: "Raleway Thin";
	src: url('fonts/Raleway-Thin.ttf');
}

@font-face {
	font-family: "Raleway X-Light";
	src: url('fonts/Raleway-ExtraLight.ttf');
}

/*Generic elements & Resetting Defaults: */
html {
	padding: 0;
	width: 100%;
	min-width: 50em;
	font-family: "Raleway Thin", "Helvetica Neue Light", Helvetica, Arial;
	/*overflow: hidden;*/
}

body {
	font-size: 14px;
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, li, ul{
	padding: 0;
	margin: 0;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	font-family: "Raleway Reg";
}

a:active {
	color: #00a;
}

fieldset {
	border: none;
}

/*Header Elements: */
h1 {
	font-family: "Raleway Light", Arial;
	font-size: 2.5em;
	padding: 1em 0 .25em .5em;
	height: 1em;
	display: block;
	border-bottom: 1px #555 solid;
}

h2 {
	font-family: "Raleway Reg", Arial;
	font-size: 1.75em;
}

/*Navigation Elements: */

#navLogo, #navLink {
	display: none;
}

nav {
	font-family: "Raleway X-Light";
	font-size: 1.5em;
	display: block;
	padding: 0;
	margin: 1em 0 0 1em;
	width: 20%;
	float: left;
	clear: left;
	border-radius: 6px;
	box-shadow: 4px 4px 6px #ccc;
}

nav a {
	text-decoration: none;
	display: block;
	padding: 1em .5em;
	border-radius: 4px;
}

nav a:hover {
	background-color: #ccc;
	opacity: .75;
}

nav ul {	
	list-style-type: none;
}

#mobile_nav_collapse {
	display: none;
}

/*BodyCopy*/

section#bodyCopy {
	display: block;
	width: 70%;
	margin-left: 25%;
	padding: 1em 1em 0 1em;
	font-size: 1.1em;
}

p.clear {
	width: 100%;
	clear: both;
}

/*Page Specific Elements*/
/*Home*/
#home_image {
	position: relative;
	z-index: 50;
	display: block;
	width: 90%;
	box-shadow: 0 0 8px 4px #ccc;
}

/*About Me*/
#about_copy {
	display: block;
	width: 70%;
	float: left;
}

#about_selfie {
	width: 50%;
	float: left;
	margin: 1em 1em 0 0;
	box-shadow: 0 0 6px 3px #ddd;
}

/*Portfolio*/
#folio_filters ul {
	list-style-type: none;
	font-family: "Raleway Reg", Arial;
	margin: 1em 0;
}

#folio_filters ul li {
	display: inline-block;
	margin: .25em;
	padding: 0;
}

#folio_filters ul li a {
	display: inline-block;
	text-decoration: none;
	width: 6em;
	padding: .25em;
	border: 1px #000000 solid;
	border-radius: 2px; 
	text-align: center;
}

.selected_filter {
	background-color: #ddd;
}

#portfolio_display {
	display: block;
	width: 90%;
	margin: 1em auto 1em 0;
}

.portfolio_thumb {
	width: 30%;
	margin: auto;
	display: inline-block;
}

#portfolio_thumbs {
	height: 25em;
	overflow: scroll;
}

/*Client Access*/

#client_login {
	line-height: 200%;
}

#client_login label {
	display: inline-block;
	width: 7em;
}

#client_login input {
	display: inline-block;
	border-radius: 3px;
}

/*Special Events*/

#events_copy {
	line-height: 150%;
}

#events_copy ul {
	list-style-type: none;
}

#events_copy ul li {
	margin-left: 1em;
}

/*Footer Elements*/
footer {
	clear: both;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	border-top: 1px black solid;
	margin-top: 1em;
}

footer a {
	display: inline;
}