/*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%;
	/*overflow: hidden;*/
}

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

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

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

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	background-color: #ccc;
	opacity: .75;
	font-family: "Raleway Reg";
}

a:active {
	color: #00a;
}

/*Header Elements: */
h1 {
	font-family: "Averia Sans Libre", "Raleway Reg", Arial;
	font-size: 1.75em;
	padding: .25em 0;
	margin: 0;
	text-align: center;
	height: 1em;
	display: block;
	width: 100%;
	border-bottom: 1px #555 solid;
	color: #000;
}

/*Navigation Elements: */
#navLogo {
	width: 12.5%;
	position: absolute;
	top: 3.5em;
	left: 1em;
	z-index: 1;
}

#navLink {
	margin: 0;
	padding: 0;
}

nav {
	display: none;
	font-family: "Raleway Light";
	font-size: 1.5em;
	padding: .25em;
	border-radius: 5px;
	background-color: #fff;
}

nav:target {
	display: block;
	position: absolute;
	z-index: 150;
	top: 4em;
	left: 1.5em;
	width: 12.5em;
}

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

nav a {
	text-decoration: none;
}

/*BodyCopy*/

section#bodyCopy {
	display: block;
	width: 80%;
	margin: auto;
	padding: 1em;
}

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

/*Page Specific Elements*/
/*Home*/
#home_image {
	position: relative;
	z-index: 50;
	display: block;
	width: 90%;
}

/*About Me*/
#about_copy {
	display: block;
	width: 50%;
	float: left;
	border: 1px black solid;
}

#about_selfie {
	width: 35%;
	float: left;
	margin: 1 em;
}



/*Footer Elements*/
footer {
	clear: both;
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}

footer a {
	display: inline;
}
