@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
	/*border: 1px solid #000;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*page styles*/
html, body {
	height: 100%;	
}

body {
	background: url(images/texturetastic_gray.jpg);
	font-size: 100%;
}

#wrap {
	min-height: 100%;	
}

#center {
	margin: auto;
	width: 90%;
	overflow: auto;
	padding-bottom: 50px;	
}

#logo {
	width: 10%;
	margin: 0 4%;
	float: left;
	min-width: 70px;
	padding-top: 4%;
	
}

img {
	max-width: 100%;	
}

.keith, .shelley, .design {
font-family: "orator-std", "Courier New", Courier, monospace;
font-style: normal;
font-weight: 400; 
	text-transform: lowercase;
	color: #00689c;	
}

.keith, .shelley {
	font-size: 4.5em;
	text-shadow: -1px 1px 1px rgba(102,102,102,0.3);
	display: inline-block;	
}

.keith {
	margin-right: 4%;
	padding-top: 3.75%;
}

.design {
	font-size: 1.5em;
	margin-left: 2em;		
}

#main-nav {
	display: block;
	text-align: right;
	width: 10%;
	margin: 0 4%;
	padding-top: 4%;
	clear: both;
	float: left;	
}

#main-nav a:hover,
#main-nav a:focus,
#content a:hover,
#content a:focus {
	color: 	#4F2B00;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition:	color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.nav {
	font-family:'futura-pt', Century Gothic, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9C5500;	
	
	font-weight: 500;
	font-style: normal;
	font-size: 1.125em;
	text-shadow: -1px 1px 1px rgba(102,102,102,0.25);		
}

#main-nav li{
	padding-bottom: 1em;	
}

#content {
	float: left;
	width: 68%;
	padding: 4% 0;
}

h1.title {
	font-family: "futura-pt", Century Gothic, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .4em;
	text-shadow: -1px 1px 1px rgba(102,102,102,0.3);
	color: #17A6E8;
	margin-bottom: 5.88235294117647%;	
}

.pic {
	width: 14.70588235294118%;
	float: left;
	padding: 0 5.88235294117647% 2.5% 0;
	min-width: 70px;
}

.pic img, img.thumbs {
	padding: 5px;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: -2px 4px 4px -2px rgba(0,0,0,0.4);
	-webkit-box-shadow: -2px 4px 4px -2px rgba(0,0,0,0.4);
	box-shadow: -2px 4px 4px -2px rgba(0,0,0,0.4);	
}

#content p {
	color: #00364F;
	font-family: "futura-pt", Century Gothic, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 77.64705882352941%;
	font-size: 1.2em;
	line-height: 1.75em;
	text-align: left;
	padding-bottom: 1em;
}

.blurb h2 {
	font-family: "orator-std", "Courier New", Courier, monospace;
font-style: normal;
font-weight: 400;
	text-transform: lowercase;
	color: #00689c;
	text-align: left;
	font-size: 1.5em;
	text-shadow: -1px 1px 1px rgba(102,102,102,0.3);
	}
	
.blurb a {
	font-family: "futura-pt", Century Gothic, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9C5500;	
	text-shadow: -1px 1px 1px rgba(102,102,102,0.25);
}

.footer {
	margin-top: -50px;
	height: 50px;
	clear: both;
	background: rgba(102,102,102,0.2);
	background: rgba(102,102,102,0.2);
}

.footer p, address {
	margin-left: 21%;
	padding-top: 1em;
	font-family: "orator-std", "Courier New", Courier, monospace;
font-style: normal;
font-weight: 400;
	text-transform: lowercase;
	color: #00689c;
	text-shadow: -1px 1px 1px rgba(102,102,102,0.3);
	float: left;
}

.footer small {
	font-size: .8em;	
}

address {
	margin-left: 1.5em;		
}

address a {
	color: #17A6E8;	
}

.portfolio {
	padding-bottom: 8%;	
}

.portfolio li {
	display: inline;
	padding: 4%;	
}

@media screen and (max-width: 768px) {
	#page-top {
		font-size: 0.8em;	
	}
	
	.keith {
		padding-top: 2.5%;	
	}
	
	#main-nav, #content {
		padding-top: 8%;	
	}
	
	#content p {
		width: 100%;	
	}
}

@media screen and (max-width: 655px) {
	#center {
		width: 100%;	
	}

	.head-wrap {
		width: 90%;
		margin: auto;
		border-bottom: 1px dashed #CCC;
		height: 110px;
	}
	
	#page-top {
		font-size: 0.65em;
		margin: 0 auto;
	}	
	
	#main-nav {
		float: none;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		padding-top: 4%;	
	}
	
	#main-nav li {
		display: inline-block;
		margin-right: 8%;		
	}
	
	#main-nav li:last-child {
		margin-right: 0;	
	}
	
	#content {
		float: none;
		width: 90%;
		margin: 0 auto;	
		padding-top: 4%;
		border-top: 1px dashed #CCC;
	}
	
	h1.title {
		text-align: center;	
	}
}

@media screen and (max-width: 520px) {
	
	#page-top {
		font-size: 1em;	
		display: block;
	}
	
	#logo {
		margin: 0;	
	}
	
	.keith {
		font-size: 3em;
		display: block;
		float: right;
		margin: 0;	
	}
	
	.shelley {
		font-size: 2.076em;
		display: block;
		clear: right;	
		float: right;
		margin-top: -0.3em;
	}
	
	.design {
		font-size: 0.6em;
		clear: right;
		float: right;
		margin: 0 0.5em 0 0;	
	}
	
	h1.title {
		font-size: 1.2em;	
	}
	
	#blog {
		width: 100%;
		margin: 0;	
	}
	
	.datebg {
		padding: 0.4em;
		font-size: 0.9em;
	}

#blog h2  {
	font-size: 1.2em;
}

.post-cat-three, .post {
	padding-bottom: 3em;	
}


	
	.footer p {
		margin: 0;
		text-align: center;	
	}
	
	
}

@media screen and (max-width: 360px) {
	
	h1.title, {
		font-size: 1em;	
	}
	
	.datebg {
		font-size: 0.6em;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	}
	
	#blog h2  {
	font-size: 1em;
}

	#content p, {
		font-size: 0.8em;	
	}
	
	#main-nav {
		width: 60%;
		margin: auto;
		display: block;
	}
	
	#main-nav li {
		margin: 0;	
	}
	
	.blog, .about {
		clear: left;
		float: left;
	}
	
	.portfolio-nav, .resume {
		clear: right;
		float: right;
	}
	
	#content {
		clear: both;	
	}
	
	.footer small {
		font-size: 0.6em;
	}
	
	address {
		float: right;
		font-size: 0.8em;	
	}
		
}




/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}