/*

zolk.com

Media:		Screen
Author:		Kevin Zolkiewicz
Website:	http://zolk.com

SCREEN.CSS 

*/

@import url(reset.css);
@import url(type.css);

/*---------------------------------------------------------------------------- 
	BODY
  ----------------------------------------------------------------------------*/

html {
	margin-top: 64px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background: transparent url(../img/vertical_lines.png) 50% 0 repeat-y;
}

body {
	background: rgb(255,255,255);
	color: rgb(30,30,30);
	font-family: franklin-gothic-urw, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 929px;
	margin: -64px auto 0 auto;
}

/*---------------------------------------------------------------------------- 
	TYPOGRAPHY
  ----------------------------------------------------------------------------*/

a, a:visited { 
	color: #444;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover { color: #f07d0d; }

/*---------------------------------------------------------------------------- 
	FORMS
  ----------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------- 
	HEADER
  ----------------------------------------------------------------------------*/

header {
	overflow: hidden;
	padding: 0 15px 3px 15px;
	border-bottom: 1px solid #dadada;
	position: relative;
}

header h1 a {
	float: left;
	display: block;
	width: 180px;
	height: 0;
	margin: 15px 0 15px 1px;
	padding-top: 30px;
	text-indent: -10000px;
	background: url(../img/logo.png) no-repeat;
}

	.ie7 header { padding-bottom: 18px; }

header #contact {
	position: absolute;
	top: 1px;
	right: 17px;
	list-style: none;
}

header #contact li { 
	float: left;
	margin-left: 15px;
}

header #contact a {
	display: block;
	width: 29px;
	height: 0;
	padding-top: 29px;
	overflow: hidden;
	text-indent: -10000px;
	text-decoration: none;
}

header #contact #g a { background: url(../img/github-alt.png) no-repeat; }
header #contact #e a { background: url(../img/email.png) no-repeat; }
header #contact #t a { background: url(../img/twitter.png) no-repeat; }
header #contact a:hover { background-position: 0 -29px !important; }

/*---------------------------------------------------------------------------- 
	CONTENT
  ----------------------------------------------------------------------------*/

#body { 
	width: 620px;
	float: left;
	padding: 20px 20px;
}

	.ie7 #body { width: 618px; }

#body h2 {
	font-family: ff-meta-serif-web-pro, Georgia, serif;
	font-size: 3em;
	color: #2B2B2B;
}

#body .more {
	color: #444;
	font-size: 1.5em;
	line-height: 1.7;
	font-weight: 300;
	padding-right: 15px;
}

#flickr { 
	margin-top: 25px;
	border-top: 1px solid #dadada;
	width: 640px;
	position: relative;
	left: -20px;
	top: 5px;
	padding-top: 22px;
	padding-left: 6px;
}
	
	.ie7 #flickr { padding-right: 13px; }

#flickr .flickr_badge_image { 
	float: left;
	margin: 10px 16px 10px 16px;
}

.flickr_badge_image img {
	border: 1px solid #2b2b2b;
	width: 71px;
	height: 71px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.flickr_badge_image img:hover {
}

#nav {
	width: 250px;
	padding-top: 10px;
	margin-left: 645px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-left: 1px solid #dadada;
	height: 285px;
}

	.ie7 #nav { padding-left: 18px; min-height: 255px; }

#nav h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #999;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 4px;
	font-weight: 300;
}

#nav ul {
	margin: 0 0 2px 0;
	padding: 0;
	position: relative;
	left: -2px;
}

#nav li { 
	list-style: none;
	margin-bottom: 15px;
	background-color: #F1F1F1;
	width: 241px;
	padding: 5px 0 0 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;


	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
}

	.ie7 #nav li { width: 230px; }

#nav li a { 
	color: #000;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
	font-weight: 400;
	
}

#nav li a:hover { color: #f07d0d; }

#nav li a .meta {
	color: #7f7f7f !important;
	font-weight: normal;
	font-size: 1em;
	display: block;
}

/*---------------------------------------------------------------------------- 
	IE6 WARNING
  ----------------------------------------------------------------------------*/

#ie6 { position: absolute; top: 0; left: 0; display: block; background-color: yellow; font-weight: bold; width: 140%; height: 25px; padding: 5px; font-size: 1.5em; }
#ie6 a { color: #000; }
