heck@charset "UTF-8";

/*
Theme Name: pixelkated 2010
Theme URI: http://pixelkated.com/
Description: Style elements for pixelkated.com, professional website for interaction designer Katie Koch.
Version: 2.0
Author: Katie Koch
Author URI: http://pixelkated.com/
*/

* {margin:0;padding:0;}

body {
	background: #FFF;
	padding:0;
	font: 14px/1.45 "adelle-1","adelle-2", Georgia, "Times New Roman", sans-serif;
	color: #554d3f; /* gray brown */
	margin: 0 auto;
	font-weight: 400;
	border-top: 8px solid #908375;
}

.more, .more #header { }
.culture, .culture #header {  }
.portfolio { }

#main {
	/*position: relative;
	min-height: 100%;
	margin: 0 auto;
	width: 935px;*/
}

html, body, #main {
	height: 100%;
}

body > #main {height: auto; min-height: 100%;}

#pageContent {
	padding: 0 0 240px 0;
	margin: 0 auto;
	width: 935px;
}

#container { 
	width: 935px;
	margin: 40px auto 0 auto;
	padding-bottom: 80px;
	float: left;
	background: #FFF;
}


.col {
	width: 95px;
	margin-right: 25px;
	float: left;
	display: inline;
	}
	
.two { width: 215px; }
.three { width: 335px; }
.four { width: 455px; }
.five { width: 575px; }
.six { width: 695px; }
.seven { width: 815px; }
.eight { width: 935px; }
.end, .right { margin-right: 0; }
.half { width: 475px; }


a {
color: #554d3f;
text-decoration: underline;
outline:none;
}

a:hover {
color:#FF4F21;
text-decoration: underline;
}

.featured-link {
	margin:8px 0 30px 0;
	padding:0;
	font-size:1.25em;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

h1, h2, h3, h4, h5, p {
	margin: 0 0 .5em 0;
	}

h1, h2, h3, #footer-content a.more, #nav, .hello  { font-family: "adelle-1","adelle-2", Georgia, "Times New Roman", sans-serif; }

h1 {
	font-size: 36px;
	padding:0;
	font-weight: 600;
	line-height:1.25em;
	color: #222;
	margin-bottom: .25em;
}

.hello { font-size: 36px; color: #222; }

h1 a, h3 a { color: #222; text-decoration: none; }
h1 a:hover, h3 a:hover { color: #FF4F21; text-decoration: none; }
h1.pixelkated { display: block; }

h2 {
	color: #222; /*color:#c354a4;*/
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}

h2.blog {
	margin-bottom: 10px;
	}

h2 a { color:#222; text-decoration: none; }
h2 a:hover { color:#c354a4; text-decoration: none; }

h2#intro, #intro h2 { color:#c354a4; margin-bottom: .75em; margin-top: 0em;}

h2.title {
	margin-bottom: 1em;
	}
	
h3 {
	color:#FF4F21;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 4px;
}

.portfolio-content h3 {
	margin-top: 1.5em;
	}

h3.tight {
	margin-bottom: 0;
}

.featured {
	background: url(images/two_dot.gif) 0 7px repeat-x;
	}
	
.featured h3 {
	background: #FFF;
	/*padding: 0 6px;*/
	display: inline-block;
	margin-bottom: 25px;
	}

h3#process-blog-title, h3#portfolio-title {
	height: 13px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	margin-bottom: 25px;
	}

h3#process-blog-title {
	width: 143px;
	}
h3#portfolio-title {
	width: 108px;
	}

h3#portfolio-title a, h3#process-blog-title a {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	margin-bottom: 25px;
}

h3#portfolio-title a {
	background: url(images/portfolio.gif) 0 0 no-repeat;
}

h3#process-blog-title a {
	background: url(images/blog.gif) 0 0 no-repeat;
}

h4 {
	font-size: 21px;
	font-weight: normal;
	margin-top: 1em;
	color: #000;
	}

.blog-list h4 {
	margin-bottom: 0;
	}

h4.related {
	font-size: 14px;
	margin-bottom: 2em;
	}

h5 {
	font-weight: normal;
	font-size: 18px;
	}

p {
	/*font-family: "adelle-1","adelle-2", Georgia, "Times New Roman", sans-serif;
	font-size: 15px;
	line-height: 1.35;*/
	font-weight: 300;
	padding: 0;
	margin: 0 0 1.5em 0;
}

.italic { font-style: italic; }
.caps { text-transform: uppercase; letter-spacing: .1em; }
h3.caps { font-weight: 400; }

p.meta {
	font-size: 13px; font-style: italic; color: #999;
	}

blockquote p {
font-size: 16px;
line-height: 21px;
font-style: italic;
color: #222;
border-left: 3px solid #FF4F21;
padding-left: 15px;
}

blockquote.large p {
	font-size: 24px;
	line-height: 1.35em;
	margin-left: 20px;
	margin-bottom: 0;
	}

ul.bulleted, ol { margin-bottom: 1.5em; }

ul.bulleted li {
	list-style: disc;
	margin-left: 15px;
	padding-left: 0;
	margin-bottom: 6px;
	}

ol {
	list-style-type: decimal;
	}

ol li {
	margin-left: 18px;
	padding-left: 0;
	margin-bottom: 6px;
	}


/****************/


.portfolio-content ul {
	list-style: disc;
	margin: 0 0 1.5em 6px;
	padding: 0 10px;
	font-size: 15px;
	}

.more-link {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	}

.date {
	font-size: 13px;
	color: #999;
	}

.blog-date, .commentmetadata {
	font-size: 13px;
	letter-spacing: .05em;
	font-weight: 400;
	color: #999;
	font-family: "adelle-1","adelle-2", Georgia, "Times New Roman", serif;
	margin-bottom: 4px;
	}

#going .blog-date {
	margin-bottom: 0;
	}

#going { margin-top: 35px; }

.going li { 
	margin-bottom: 20px;
	}

img {
	/*border: 1px solid #CCC;
	padding: 8px;*/
	}

.wp-caption-text {
	font-style: italic;
	color: #999;
	}

/****** NAVIGATION ******/

#header-bg { 
	padding: 32px 0 10px 0;
	height: 28px;
	background: url(images/two_dot.gif) 0 42px repeat-x;
}


#header { 
	width: 935px;
	margin: 0 auto;
}

#header a { text-decoration: none; }

#header-border {
	background: url(images/dot.gif) 0 0;
	height: 4px;
	}
	
#nav {
	list-style: none;
	float: right;
	color: #CCC;
	font-size: 17px;
	line-height: 21px;
	margin: 4px 0 0 0;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: #FFF;
	padding-left: 8px;
	}
	
h1.pixelkated { display: inline; }
h1.pixelkated a { 
	width: 250px;
	height: 28px;
	margin-right: 30px;
	margin-top: -4px;
	background: #FFF url(images/pixelkated.png) 8px 0 no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	padding-right: 8px; 
	}

#nav li {
display: inline;
/*margin-right: 20px;*/
margin: 0 5px;
}

#nav li a {
font-weight: 300;
color: #908375;
text-decoration: none;
}

#nav li a:hover {
color: #FF4F21;
text-decoration: none;
}

.all #nav li.all, .portfolio #nav li.portfolio, .blog #nav li.blog, .about #nav li.about, .contact #nav li.contact {
border-bottom: 3px solid #FF4F21;
}

.all #nav li.all a, .portfolio #nav li.portfolio a, .blog #nav li.blog a, .about #nav li.about a, .contact #nav li.contact a  {
padding-bottom: 4px;
color: #FF4F21;
}


/****** MAIN CONTENT ******/

#home-portfolio {
	background: url(images/dot.gif) top right repeat-y;
	width: 625px;
	padding-right: 100px;
	}
#home-portfolio img { width: 600px; }

.home-intro {
	margin-bottom: 10px; 
	float: left; 
	width: 675px; 
	height: 300px; 
	overflow: hidden; 
	}
	
.who-i-am {
	margin: 0 0 0 0;
	float: left;
	}

.who-i-am h2 {
	color: #333; /*#908375*/
	padding: 8px 0;
	background: rgba(255, 255, 255, .7);
	font-size: 34px; 
	line-height: 1.35em;
	font-weight: 300;
	letter-spacing: .02em;
	margin-bottom: 40px;
	}

.about .who-i-am h2 { margin-bottom: 10px; }

.who-i-am h2 a.more {
	font-size: 18px;
	line-height: 1.25em;
	}

#places-image {
	width: 935px; 
	height: 340px; 
	overflow: hidden; 
	margin-bottom: 60px;
	}

.home-intro img#flickr {
	width: 675px;
	margin-top: -150px;
	position: relative;
	z-index: 1;
	}

.home-intro .timestamp, .where-i-link {
	font-size: 15px;
	font-style: italic;
	float: left;
	color: #FFF;
	padding: 10px;
	position: relative;
	z-index: 2;
	}

.where-i-link, .where-i-link a {
	font-size: 15px;
	float: right;
	color: #999;
	padding: 0;
	margin: 0;
	}
.where-i-link a:hover { color: #ff4211; }

#writing-image {
	background: url(images/writing.gif) 0 0 no-repeat;
	height: 60px; 
	width: 130px;
	clear: both;
	position: relative; z-index: 3;
	}

.home-post {
	border-top: 1px solid #CCC;
	padding: 25px 4px 15px 0px;
	margin-bottom: 30px;
	clear: both;
	margin-top: -45px;
	}

.home-post h3 {
	font-size: 24px;
	margin: 12px 0;
	line-height: 1.35em;
}

#home-blog-feed {
	width: 936px;
	overflow: hidden;
}

#home-blog-feed li {
	width: 241px;
	float: left;
	border-right: 1px solid #ccc;
	padding: 0 35px;
	text-align: center;
}

#home-blog-feed li:last-child {
	border-right: none;
}

#image-nav {
	margin-top: 30px;
	}

#image-nav img {  
	width: 100px;
	float: left;
	margin-right: 25px;
	height: 65px;
	background-color: #fafafa;
	border: 1px solid #CCC;
	}

#description {
	margin:0 0 30px 0;
}

.line-length {
	padding:0 190px 0 0;
}

ul.post-tags {
	border-left: 1px solid #CCC;
	padding-left: 25px;
	text-transform: lowercase;
	}

ul.post-tags.plain {
	border-left: 0;
	padding-left: 0;
	}

.post-tags li {
	background: url(images/cross_bullet.gif) 0 8px no-repeat;
	line-height: 19px;
	padding-left: 10px;
	margin-bottom: 6px;
	}

.post-tags li a {
	color: #908375; /* brown */
	}

.post-tags li a:hover {
	text-decoration: underline;
	color: #FF4F21;
	}
#tag-list-container { padding-top: 20px; padding-left: 20px; width: 315px; }
#tag-list { width: 335px; }
#tag-list li {
	width: 130px;
	float: left;
	margin-right: 15px;
	text-transform: lowercase;
	}
/*#tag-list li a { color: #908375; }
#tag-list li a:hover { color: #FF4F21 ; }*/

#intro {
	margin-top: .75em;
	margin-bottom: .75em;
	float: left;
	}

.blog-list img.alignnone {
	width: 575px;
	margin: 10px 0;
	}

.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
	}

.alignright {
	float: right;
	margin: 10px 0 10px 20px;
	}

.border {
	border: 1px solid #CCC;
	}

a:hover .border { border: 1px solid #554D3F; }

.blog-list h1, .blog-list h2, .blog-list h3, .blog-list h4 {
	clear: both;
	}

li.blog-feed p {
	margin-bottom: 0;
	}

li.blog-list {
	border-bottom: 1px solid #CCC;
	margin: 10px 0;
	padding: 10px 0;
	}

li.blog-feed {
	margin-bottom: 30px;
	}

.img-border {
	border:0;
	text-decoration:none;
}

.entry img {
	margin-bottom: 30px;
	}

ul.elsewhere li {
	margin: 4px 0;
	}

.contact-me {
height: 25px; 
border-top: 1px solid #CCC; 
border-bottom: 1px solid #CCC; 
margin:0 0 2em 0; 
padding: 15px 0; 
clear: both; 
text-align: center;
}

.contact-me h2 {
	display: inline;
}

.about .container {
float: left; 
width: 935px; 
margin-bottom: 2em;
}



/******* FORM ******/

.wpcf7-form label {
	font-weight: normal;
	color: #908375;
	/*margin-bottom: 1em;*/
	}

.wpcf7-form input { margin-bottom: 1em;}

.wpcf7-form textarea, .wpcf7-form .wpcf7-validates-as-required {
	background: #fff;
	border: 1px solid #CCC;
	font-family: "adelle-1","adelle-2", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 7px 3px 1px;
}

.wpcf7-form .wpcf7-validates-as-required {
	height: 19px;
	line-height: 14px;
	}

.wpcf7-form textarea { line-height: 20px; padding: 3px 3px; }


.wpcf7-form textarea {
	width: 100%;
}

.wpcf7-form input:focus, .wpcf7-form textarea:focus {
	border-color: #222;
	} 

.wpcf7-form h3 { margin-bottom: 5px; }
.wpcf7-form h3 { font-size: 15px; }

input.btn {
	background-color: #c354a4;
	font-family: "adelle-1","adelle-2", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border: 0; 
	padding: 5px 10px 3px 10px;
	cursor: pointer;
	}

input.short {
	width: 100%;
	}

.wpcf7-form .wpcf7-response-output {
	color: #9fac35;
	}

.wpcf7-not-valid-tip-no-ajax {
	padding: 4px;
	background: #ebf1b8;
	border: 1px solid #b2c03c;
	margin-left: 6px;
	}



/****** FOOTER ******/
#footer {
	position: relative;
	height: 240px;
	margin: -240px 0 0 0;
	color:#FFF;
	clear: both;
	background: #554d3f url(images/footer_bg.gif) bottom repeat-x;
}

#footer-content {
	width: 935px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	}

#footer-content h3 { margin-top: 0; margin-bottom: .5em; }
#footer-content h3 a {
	color: #cebcaa;
	}
#footer-content h3 a:hover {
	color: #FFF;
	}

#footer-content p.callout {
	font-size: 18px;
	margin-bottom: 8px;
	color: #FFF;
	}

#footer-content p {
	font-size: 14px;
	color: #554d3f;
	}

#footer-content p a {
	color: #d9d2cb;
}

#footer-content p a:hover {
	color: #FF4F21;
}


#footer-content p.p2 {
	font-size: 14px;
	text-align: right;
	color: #554d3f;
	margin: 10px 0 0 0;
	clear: both;
	/*background: url(images/heart.png) right no-repeat;
	padding-right: 34px;*/
	padding-top: 18px;
	height: 26px;
	}

.love {
	/*background: url(images/heart.png) 0 0 no-repeat;
	width: 30px;
	height: 26px;
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;*/
	color: #bc2313;
	}

#footer .avatar {
	float: left;
	margin: 3px 15px 0 0;
	}

ul.social-media {
	height: 24px;
	}

#going ul.social-media {
	padding-top: 20px;
	border-top: 1px solid #CCC;
	}

ul.social-media li {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 24px;
	height: 24px;
	}

ul.social-media li.find-me {
	width: 60px;
	font-style: italic;
	line-height: 1em;
	}
	
#footer-content ul.social-media li.find-me {
	color: #cebcaa;
}	
	
ul.social-media li a {
	height: 24px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	}

ul.social-media li.twitter a { background-image: url(images/twitter.png) }
ul.social-media li.foursquare a { background-image: url(images/foursquare.png) }
ul.social-media li.facebook a { background-image: url(images/facebook.png) }
ul.social-media li.linkedin a { background-image: url(images/linkedin.png) }

/******* OTHER ******/
.dotted-horz { 
	height: 1px;
	background: url(images/dot.gif) top left repeat-x;
	}

.dotted-vert { 
	width: 1px;
	background: url(images/dot.gif) top left repeat-y;
	}

.line {
	background: #CCC;
	margin: 25px 0;
	height: 1px;
	clear: both;
	}
	
.floatright {
	float: right;
	margin-left: 8px;
}

.floatleft {
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/******* RESUME *******/

#resume-text h1.section {
	color: #222; /*color:#c354a4;*/
	font-weight: 400;
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 6px;
	}

#resume-text p.callout {
	font-size: 16px;
	line-height: 21px;
	}
	
#resume-text p {
	/*font-size: 14px;
	line-height: 1.5;
	font-family: "adelle-1","adelle-2", Helvetica, Arial, sans-serif;
	*/
	color: #554d3f; /* gray brown */
	margin: 0 0 10px 0;
	}
	
#resume-text h2, #resume-text h2 a {
	font-size: 16px;
	line-height: 18px;
	font-family: "adelle-1","adelle-2", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #222;
	margin: 0;
}

#resume-text a {
	color: #222;
	text-decoration: underline;
}

#resume-text a:hover {
	color: #FF4F21;
	}
	
#resume-text .date {
	font-style: italic;
	font-size: 11px;
	margin-bottom: 0;
	}

#resume-text .company {
	font-weight: 700;
	}
	
#resume-text .location {
	color: #666;
	font-weight: normal;
	}
	
#resume-text ul.skills {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #554d3f; /* gray brown */
	}

#resume-text ul.skills li {
	background: url(http://www.pixelkated.com/wp-content/themes/pixelkated_2010/images/cross_bullet.gif) 0 8px no-repeat;
	line-height: 19px;
	padding-left: 10px;
	margin-bottom: 2px;
	}

#resume-text ul.skills li a {
	color: #908375; /* brown */
	}

#resume-text ul.skills li a:hover {
	text-decoration: underline;
	color: #FF4F21;
	}

#resume-text div {
	margin-bottom: 24px;
	}
	
#resume-box {
	background-color: #e4e1df; padding: 20px; width: 185px; margin-left: 125px;
	}


/* COMMENTS */
.comment-body {
	/*background: #eaeaea;*/
	border-top: 1px solid #CCC;
	padding: 20px 0;
	clear: left;
	}

.comment-body p {
	color: #000;
	}
	
.comment-author {
	width: 95px;
	float: left;
	margin-right: 25px;
	}

.commentmetadata a {
	text-decoration: none;
	color: #999;
	}
.commentmetadata a:hover {
	text-decoration: underline;
	}

.avatar {
	
	}
cite {
	display: block;
	margin-bottom: 0;
	}

.comment-edit-link { display: none; }

#respond {
	clear: left;
	}




