/** 	
	K-Create Styleee
	Author: Kris Hedstrom
	k-create.com
*/


/* ------------- re-writes ------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1em;
}

body {
	color: #111;
	line-height: 1.3571; 
	background-color: #fff;
}

p {
	margin: 0 0 1.5em;
}
	p + p {
		margin-top: -0.75em;
	}
ul, ol {
	margin: 0 15px 15px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
blockquote {
	color: #eaeaea;
	font-style: normal;
	margin: 1em 1em 1em 0;
	padding-left: 1em; 
	border-left: 3px solid #eaeaea;
}

cite {
	font-weight: normal;
	font-style: normal;
	display: block;
	float: right;
}

strong, b, dfn {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

sup, sub {
	line-height: 0;
}

abbr {
	border: none;
}
	abbr.help {
		border-bottom: 1px dotted #555;
		cursor: help;
	}
acronym {
	border-bottom: 1px dotted #555;
}


address {
	font-style: italic;
	margin: 0 0 15px;
}

del {
	color: #fff;
	text-decoration: line-through;
}

pre, code {
	margin: 15px 0;
	white-space: pre;
}
pre, code, tt {
	font-family: 'andale mono', 'lucida console', monospace;
}

label {
	font-size: 1em;
}

fieldset {
	border: none;
}

input, textarea {
	font-family: inherit;
	font-size: 1em;
}

a {
	color: #fff;
  	text-decoration: none;
  	background-color: #111;
}
	a:hover {
		color: #111;
	  	background-color: #fff;
	}

a img, .noline, a.noline:link, a.noline:visited, a.noline:hover, a.thumb, a.icon, a.img:link, a.img:visited, a.img:hover {
  border-width: 0;
  background: none;
}

a.more-link {
	white-space: nowrap;
}

/* -------------  end re-writes ------------- */

/* ------------- headers ------------- */

h1 {
	font-size: 4em;
	line-height: 1;
	font-weight: normal;
	background-color: #111;
	color: #fff;
	margin: 0;
	font-style: italic;
	padding: 0.25em;
	float: left;
}

h2 {
	font-size: 1.5em;
	margin: 0.5em 0;
	font-style: italic;
}

h3 {
	font-size: 1.5em;
	margin: 0 0 0.5em;
}

h3 acronym {
	border: none;
}

/* ------------- end headers ------------- */


/* ------------- template structure ------------- */

div#nav-wrapper {
	background-color: #111;
	color: #eee;
	padding: 10px 0;
	font-size: 1.2em;
	min-width: 800px;
	width: 100%;
}
	div#nav-wrapper div#nav-wrapper-inner {
		width: 800px;
		margin: 0 auto;
		padding: 0 80px;
	}
		div#nav-wrapper div#nav-wrapper-inner a {
			background-color: #555;
			color: #fff;
			padding: 3px 7px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			text-shadow: 1px 1px 0 #333;
		}
			div#nav-wrapper div#nav-wrapper-inner a:hover {
				background-color: #444;
				color: #fff;
			}

ul#options {
	list-style: none;
	margin: 0;
	width: 800px;
}
	ul#options li {
		float: right;
		margin: 0 0 0 1em;
	}
	ul#options li#back {
		float: left;
		margin: 0 1em 0 0;
	}			
	ul#options li#pdf-resume a {
		background-color: #6B8E23;
	}
		ul#options li#pdf-resume a:hover {
			background-color: #556b2f;
		}
	ul#options li#linkedin a {
		background-color: #1E90FF;
	}
		ul#options li#linkedin a:hover {
			background-color: #4169E1;
		}
			
div#content {
	position: relative;
	margin: 30px auto;
	width: 960px;
	font-size: 1.4em;
}
	div#content h3 {
		margin: 0;
	}
	div#content span.org {
		font-style: italic;
	}
	div#content div.summary {
		margin: 1em 0 0;
	}
	div#content span.location {
		position: absolute;
		right: -10px;
		top: 0.5em;
	}			
div#wrapper {
	padding: 40px 80px;
}


div.title-wrapper {
	float: left;
	width: 600px;
}

div.adr {
	text-align: right;
}

div.summary-wrapper {
	font-style: italic;
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
	padding: 1em;
	margin: 2em 0;
}
	div.summary-wrapper p {
		margin: 0;
	}

div.header {
	float: left;
	width: 220px;
}
	div.header h2 {
		margin-top: 0;
	}
div.content {
	float: right;
	width: 580px;
}

div.education-wrapper,
div.skills-wrapper,
div.footer {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #ccc;
}


ul.skills {
	list-style: none;
	float: left;
	width: 32%;
	margin: 0;
}

.highlight {
	background-color: #f9f6ae;
}
a.highlight {
	color: #111;
	font-style: italic;
	border-bottom: 1px dotted #B8860B;
}
	a.highlight:hover {
		border-bottom: none;
	}

a.portfolio {
	color: #666;
	font-style: italic;
	background: transparent none;
}

.clear {
	clear: both;
	visibility: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ol.vcalendar {
	list-style: none;
	margin-left: 0;
}
	ol.vcalendar li {
		position: relative;
	}

/**
 * PRINT STYLES
 */
@media print {
	div#nav-wrapper {
		display: none;
	}
	
	div.title-wrapper {
		float: none;
		width: 100%;
	}
	div.adr {
		text-align: left;
	}
	div.qr {
		display: block;
	}
	h1 {
		padding-left: 0;
		color: #000;
	}

	body, a {
		color: #000;
	}
	a.highlight {
		border-bottom: none;
	}
	div.summary-wrapper {
		border-bottom: 1px solid #888888;
		border-top: 1px solid #888888;
	}

	acronym, abbr, abbr.help {
		border-bottom: none;
	}
	
	div.header,
	div.content {
		float: none;
		width: 100%;
	}
	.portfolio-lnk {
		display: none;
	}
	div#content span.location {
		position: static;
	}
	
}