/*
Theme Name: Kyle Fiedler
Theme URI: http://kylefiedler.com
Description: A wordpress theme for the privet portfolio blog site of Kyle Fiedler. Boo Ya
Version: 2 (WP2.6.2)
Author: Kyle Fiedler
Author URI: http://fiedlercreative.com
Tags: red, clean, grid, gill sans
*/

/* RESET */
/* ----------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Basic HTML */
/* ----------------------------------------- */
html {
	text-align: center;
}

body {
	font: 62.5% 'Gill Sans', 'Gill Sans Std', GillSans, Calibri, Trebuchet, sans-serif; 
	color: #696969; 
	background-color: #f3f3f3;
	/*background: #fff url(images/lineheight.gif);*/
	line-height: 2.4em;
	text-align: left;
}
#header{
	padding: 144px 0 12px;
	background: #009dad;
}
.wrapper{
	width: 950px;
	margin: 0 auto;
}

#wrapper2{
	width: 620px;
	float: left;
	margin: 24px 0 0 320px;
}

div,
p,
dl,
hr,
h1,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 12px;
	position:relative;
}

li p{
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h5, h6 { font-weight: normal; } 

h1 {
	font-size: 6.0em; 
	line-height: 1em; 
	font-weight: 300;
	bottom: 2px;
	letter-spacing: 1px;
	color: #fff;
	margin-left: 320px;
	
}
h1#kf_logo{
	width: 97px;
	height: 94px;
	text-indent: -9999px;
	display: block;
	background: transparent url(images/kf_logo.png) no-repeat 0 0;
	margin: 0 223px 35px 0;
	float: left;
}
h2{
	font-size: 2.4em;
	line-height: 1em;
	padding:3px 0 12px;
	margin: 0 0 24px 320px;
	font-weight: 300;
	color: #fff;
}

h3{
	font-size: 2em;
	bottom: 2px;
	font-weight: 300;
	color: #000;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

h4{
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
p, cite{
	font-size: 1.6em;
}
a{
	color: #222;
	text-decoration: none;
}
a:hover{
	color: #696969;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
	background: #fefefe;
}
blockquote{
	padding: 12px;
	margin-bottom: 23px;
	border-bottom: 1px solid #c4c4c4;	
}

blockquote p{
	font-size: 18px;
}
/* nav */
/* ----------------------------------------- */
#nav{
	width: 140px;
	margin: 24px 180px 0 0;
	float: left;
	position: fixed;
}
#nav li a {
	border-top: 1px solid #e5e5e5;
	padding: 12px 0 12px 10px;
	display: block;
	color: #666;
}
#nav li:first-child a{
	border-top: 0;
}
#nav li a:hover{
	color: #000;
}


/* Layout */
/* ----------------------------------------- */
#who{
	width: 300px;
	margin-right: 20px;
	float: left;
}
#why{
	width: 300px;
	float: left;
}
#resume{
	padding: 11px 0 11px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 12px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
}
#resume h4{
	margin-bottom: 0;
}
	#resume ul li, #resume h4{
	float: left;
		margin-right: 20px;
	}
	
#prof, #portfolio, #contact{
	padding-top: 48px;
	clear: both;
}
.pro{
	width: 300px;
	float: left;
	padding: 12px 0 0;
}
	.pro ul li{
		border-bottom: 1px solid #e5e5e5;
		padding: 0 0 5px 20px;
		margin-bottom: 6px;
		background: transparent url(images/arrow.gif) left 40% no-repeat;
	}
	
	.pro ul li span{
		font-size: 12px;
		color: #999;
		position: relative;
		bottom: 2px;
	}

.left{
	margin-right: 20px;
}

#gro{
	clear: both;
	padding-top: 11px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
#gro h4, #gro li{
	float: left;
	margin-right: 20px;
}
.fivestars{
	background: transparent url(images/fivestars.png) right 6px no-repeat;	
}
.fourstars{
	background: transparent url(images/fourstars.png) right 6px no-repeat;	
}
.threestars{
	background: transparent url(images/threestars.png) right 6px no-repeat;	
}
/* portfolio */
/* ----------------------------------------- */
#portfolio ul li{
	display: block;
	border-bottom: 1px solid #e5e5e5;	
	padding: 24px 0 23px;
	overflow: hidden;
}
#portfolio ul li div{
	width: 300px;
	margin-left: 20px;
	float: right;
}
#portfolio ul li p.portthum{
	float: left;
}
#portfolio ul li p {
	margin-bottom: 12px;
}
#portfolio strong{
	font-weight: 400;
	text-transform: uppercase;
	color: #999;
}
#portfolio .disclaimer{
	font-style: italic;
	color: #999;
	font-size: 12px;
}

#footer{
	font-size: 12px;
	border-top: 3px solid #e5e5e5;
	clear: both;
	padding-top: 12px;
}



.contact_info{
	float: left;
	width: 300px;
}
#contact-wrapper{
	width: 300px;
	margin-left: 320px;
}
#submit-button{
	width: auto;
	background: #222;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;	
}
	#submit-button:hover{
		color: #222;
		background: #c4c4c4;
	}
	
label{
	font-size: 1.6em;
}
input, textarea {
	border: 0;
	background: #e5e5e5;
	width: 300px;
	padding: 6px 0;
	margin-bottom: 12px;
	font:1.2em/24px 'Gill Sans', 'Gill Sans Std', GillSans, Calibri, Trebuchet, sans-serif;
}
label.error{
	margin-bottom: 12px;
	color: #d7182a;
	font-size: 12px;
	display: block;
}
/* CLEARFIX */
/* ----------------------------------------- */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac */
	.clearfix {display:block;}
/* End hide from IE Mac */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorbox{}
    #cboxContent{margin-top:32px;}
        #cboxLoadedContent{ padding:1px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxLoadingOverlay{}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) 0 0 no-repeat;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

