/*  
Theme Name: Brian Kuzma v4
Theme URI: http://wordpress.org/
Description: Brian Kuzma's portfolio blog
Version: 4
Author: Brian Kuzma
Author URI: http://www.briankuzma.com

*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-repeat:repeat;
	background-color: #000;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	background-color: #000;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	width: 740px; 
} 

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.post .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

#footer {
	border-top: solid 1px #959596;
	padding: 7px;
	clear: both;
	background-color: #fff;
	width: 966px;
}

h1, h2, h3 {
	font-family: helvetica, arial, sans-serif;
	font-weight: 400;
}

#header {
	padding: 10px;
	margin: 0 0 30px 0px; 
	background-color: #cccccc;
	width: 960px;
}

h1 {
	font-size: 2.2em;
	padding:0px;
	margin:0px;
	display: inline;
	margin: 0;
	color: #000;
	font-style: italic;
	font-family: Times;
}

#bio h1 {
	display: block;
	padding: 0px;
	color: #BBEDE2;
	color : #000;
}

#bio p {
	color: #BBEDE2;
	color : #000;
}

#bio .projectImage {
	margin-top: 0;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.3em;
	color: #000;
	text-transform: uppercase;
	font-style: italic;
	font-family: Times, "Times New Roman";
}

h2.pagetitle {
	font-size: 1.6em;
	}

.entry p a:visited {
	color: 95979b;
	}

#sidebar {
	font: 1.1em Arial, Sans-Serif;
	}
	
.about {
	font-family: arial, sans-serif;
	font-size: 8pt;
	line-height:19px;
}

a {
	color: #000;
	text-decoration:none;
	border:none;
}

a:visited {
	color: #000;
}

h1 a:visited {
	color:#000;
}
	
a.goLink {
	position: absolute;
	bottom: 10px;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	margin: 20px 20px 20px 20px;
	padding: 0;
	max-width: 1100px;
	min-width: 780px;
	}

#bio {
	margin-top: 5px;
	background-color: #fff;	
	text-transform: uppercase;
}

#filters {
	margin-top: 50px;
}

#filter-flash, #filter-all, #filter-html, #filter-iphone {
	margin: 0 0 3px;
}

.post {
	float: left;
	margin: 0px 40px 40px 0;
	width: 300px;
	display:inline;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

#footer p {
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
a.photoCover {
	background: url('images/green_transparent.png');
	background-repeat: repeat;
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
}

a.photoCover:hover {
	background-repeat: repeat;
}

.projectImage {
	position: relative;
	height: 300px;
	margin: 5px 0 0 0;
}

.entry {
	position: relative;
	overflow: hidden;
}

#bio .entry {
	height: 260px;
	padding: 20px 15px;
	position: relative;
}

#bio a:hover {
	border-bottom: 1px dotted #000;
}

p.contactInfo {
	position: absolute;
	bottom: 0;
}

/* End Structure */

h2 {
	margin: 0px 0 0;
	padding:0pt;

	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	margin: 30px 0 0;
	}


.projectImage img {
	padding: 0;
	position: absolute;
	top:0px;
	left: 0px;
	border: none;
}

.center {
	text-align: center;
	}

hr {
	display: none;
	}
	
.about hr, #header hr {
	display: block;
	color: #959596; 
	background-color: #fff; 
	border: 1px solid #959596; 
	border-style: none none solid;
	margin: 0 0 10px 0;
	}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.projectInfo {
	background-color: #fff;
	padding: 10px;
	margin: 10px 0 0 0;
	height: 60px;
	position: absolute;
	top:30px;
	width: 280px;
	display: none;
}

.over {
	
	cursor: pointer;
}
/* End Various Tags & Classes*/

#testpage {
	background-color: #fff;
	width: 1000px;
}