/* 	
	file attributes
	file: styles.css
	site: blake-walters.com
	author: blake walters
	date: november 3, 2009
*/

/* @group 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group global */

/* @group base styles */

body {
	font-family: "grad-1","grad-2", Georgia, serif;
	font-size: 62.5%;
	color: rgb(64,25,36);
	background: url(images/bkg.header.gif)  center top repeat-x rgb(247,247,242);
}

p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
}

a {
	color: rgb(192,78,55);
	text-decoration: none;
}

a:hover {
	color: rgb(11,159,193);
	border-bottom: 1px dotted rgb(11,159,193);
}

em {
	font-style: italic;
	font-size: 0.9em;
}

/* @end */

/* @group layout */

/* @group header */

#header {
	width: 80%;
	max-width: 740px;
	min-width: 520px;
	height: 68px;
	overflow: hidden;
	margin: 0 auto 1em;
	position: relative;
}

h1 {
	top: -10px;
	position: relative;
	z-index: 2;
	margin-top: 10px;
	margin-left: 1%;
}

h1 a {
	width: 727px;
	height: 69px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/bkg.h1.gif) left top no-repeat;
	color: rgb(255,255,255);
	text-decoration: none;
}

h1 a:hover {
	border-bottom: none;
	color: rgb(255,255,255)
}

#header ul {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#header ul li {
	float: left;
	font-size: 1.2em;
	line-height: 2.75em;
}

#header ul li a {
	color:  rgb(255,255,255);
	display: block;
	padding: 0px 15px;
	margin-right: 1px;
	background-color: rgb(110,42,40);
	background-color: rgba(110,42,40,0.95);
	-webkit-transition: color 0.15s linear;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	text-shadow: 1px 0px 0px rgba(0,0,0,0.6);
	position: relative;
	box-shadow: -1px -1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.2);

}

#header ul li a.active {
	background-color: rgb(165,64,50);
	background-color: rgba(165,64,50,0.95);
}

#header ul li a:hover {
	color: #fff;
	border-bottom: none;

}


/* @end */

/* @group content */

#content {
	width: 78%;
	max-width: 740px;
	min-width: 520px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-size: 1.4em;
	overflow: hidden;
}

#content h2 {
	font-weight: normal;
	text-transform: lowercase;
	font-size: 1.7em;
	position: relative;
	top: 10px;
	color: #51463d;
	margin-left: 1%;
	margin-top: 2em;
	margin-bottom: 1.4em;
	border-bottom: 1px solid rgb(222,227,228);
	padding-bottom: 4px;
}

#content h3, #content h4 {
	font-size: 1.2em;
}

#content h4 {
	color: rgb(64,25,36);
	color: rgba(64,25,36,0.4);
}

#content p {
	line-height: 1.4em;
}

#content div.intro p {
	width: 98% !important;
	margin: 0 auto 1em !important;
	font-size: 1.15em;
	line-height: 1.4em;
	padding-left: 0;
}

#content span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
}

#content span.drop {
	display: inline;
	float: left;
	font-size: 3.4em;
	line-height: 0.4em;
	margin: 0px;
	padding: 0.25em 0.08em 0px 0px;
	text-transform: capitalize;
}

/* @end */

/* @group footer */

#footer {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin: 8em auto 0;
	background: rgba(211,211,211,0.5);
	padding: 20px 0;
}

#footer p {
	width: 80%;
	max-width: 740px;
	min-width: 520px;
	font-size: 1em;
	text-align: right;
	line-height: 1.5em;
	margin: 0 auto;
}

#footer h2 {
	width: 80%;
	max-width: 740px;
	min-width: 520px;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 auto;
}

/* @end */

/* @end */



/* @end */

/* @group pages */

/* @group about */

#about #content h3, #about #content h4, #about #content p {
	width: 74%;
	margin-left: 26%;
}

#about #content h4 {
	margin-top: -0.8em;
}

#about #content p + h3 {
	margin-top: 1.6em;
}

/* @end */

/* @group portfolio */

#portfolio h2:first-child {
	margin-top: 0;
}

#portfolio #content p,  #portfolio #content h3, #portfolio #content h4 {
	width: 73%;
	margin-left: 24%;
}

#portfolio #content div.intro p {
	width: 100%;
	margin-left: 0;
}

#portfolio #content h3 {
	padding-bottom: 10px;
}

#portfolio #content p.quick_link a {
	text-align: center;
	margin-bottom: 1.4em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	padding: 6px 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: 1px 0px 0px rgba(0,0,0,0.6);
	position: relative;
	font-size: 0.75em;
	clear: both;
	background-color: rgb(222,227,228);
	color: rgb(64,25,36);
}

#portfolio #content p.quick_link a:hover {
	background-color: rgb(159,62,48);
	color:  rgb(255,255,255);
	border-bottom: none;
}

#portfolio #content p.screen_shot {
	border: 10px solid rgb(222,227,228);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	line-height: 1;
}

#portfolio #content p.screen_shot img {
	max-width: 100%;
	margin-bottom: -2px;
}

#portfolio #content p + h3 {
	margin-top: 2.6em;
}

/* @end */



/* @end */

/* </mß> */