/* Globals
----------------------------------------------*/


/* - - - - - - - - - - - - - - - - - - - - -

Author : Shannon
URL : http://webdesign.webnonsense.org

- - - - - - - - - - - - - - - - - - - - - */


/* This is a blend of Eric Meyer reset and Yahoo 2.5.1
----------------------------------------------*/

html {
	color: #959595;
	background: #FFF;
}
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}



/* Yahoo font.css. IE specific rules are in ie.css
----------------------------------------------*/

body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
}
table {
	font-size: inherit;
	font: 100%; /* This doesn't validate, find out what it is for */
}
/**
* Bump up IE to get to 13px equivalent
*/
pre,code,kbd,samp,tt {
	font-family: monospace;
	line-height: 100%;
}

/*----------- Sizing Chart


Desired pixel size - Percentage equivilent
10...................77
11...................85
12...................93
13...................100
14...................108
15...................116
16...................123.1
17...................131
18...................138.5
19...................146.5
20...................153.9
21...................161.6
22...................167
23...................174
24...................182
25...................189
26...................197

----------------------------------------------*/




/* Global Tags
----------------------------------------------*/



p {
	line-height: 1.3em;
}
p, ul {
	margin: 0 0 1.5em 0;
}
li {
	margin-bottom: .25em;
}
/*----------- Headings */


h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
}
h1 {
	font-size: 108%;
	font-weight: bold;
}
h2 {
	font-size: 108%;
	font-weight: bold;
}
h3 {
	font-size: 108%;
}
h4 {
	font-size: 108%;
}


/*----------- Links */

a:link {
	color: #c66a5b;
	text-decoration: none;
}
a:visited {
	color: #c66a5b;
	text-decoration: none;
}
a:hover {
	color: #c66a5b;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



/* Misc
----------------------------------------------*/


.clearfix:after {	/* make sure IE gets its style in ltie7.css */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
.hide {
	display: none;
}
.highlight {
	color: #eb7100;
}
.left {
	float: left;
}
.right {
	float: right;
}



/* layout
----------------------------------------------*/



#wrapper {
	width: 820px;
	min-height: 600px;
	margin: 0 auto;
	position: relative;
}
#nav {
	margin: 0 0 0 22px;
	padding-top: 17px;
	font-size: 93%;
}
#nav ul li {
	display: inline;
	margin: 0 16px 0 0;
}
#header {
	background: url(../images/header-bg.jpg) no-repeat left top;
}




/* Nav
----------------------------------------------*/



ul li a:link {
	color: #959595;
	text-decoration: none;
}
ul li a:visited {
	color: #959595;
	text-decoration: none;
}
ul li a:hover {
	color: #c66a5b;
	text-decoration: none;
}
ul li a:active {
	text-decoration: none;
}

#home-page a#home-link,
#resume-page a#resume-link,
.portfolio-page a#portfolio-link,
#contact-page a#contact-link,
#things-page a#things-link,
/*Portfolio links*/
#print-page #print-link,
#identity-page #identity-link,
#websites-page #websites-link {
	color: #c66a5b;
	text-decoration: none;
}



/* Pages
----------------------------------------------*/


body#home-page {
	background: url(../images/andrew-coslow.jpg) no-repeat right top;
	min-width: 820px;
}
#home-page #wrapper {
	background: url(../images/home-bg.png) no-repeat left bottom; 
}
#home-page #content {
	width: 293px;
	margin: 96px 0 0 22px;
	padding: 124px 0 20px 9px;
	background: url(../images/new-things.jpg) no-repeat left top;
}
#home-page #juggler {
	position: absolute;
	top: 445px;
	left: 490px;
}


#resume-page #wrapper {
	background: url(../images/resume-bg.jpg) no-repeat left 85px; 
}
#resume-page #content {
	margin: 205px 25px 0 404px;
	padding: 0 0 0 57px;
	background: url(../images/andrew.jpg) no-repeat left top;
}
#resume-page #resume-links {
	width: 377px;
	height: 167px;
	margin: 0 25px 0 0;
	float: right;
	background: url(../images/resume-box-bg.jpg) no-repeat left top;
	position: relative;
}
#resume-page #resume-links a#portfolio-link {
	position: absolute;
	top: 46px;
	left: 46px;
	width: 92px;
	height: 73px;
	display: block;
	background: url(../images/portfolio-link.jpg) no-repeat left top;
}
#resume-page #resume-links a:hover#portfolio-link {
	background: url(../images/portfolio-link.jpg) no-repeat -92px 0;
}
#resume-page #resume-links a#resume-link {
	display: block;
	position: absolute;
	width: 83px;
	height: 73px;
	top: 46px;
	left: 140px;
	background: url(../images/resume-link.jpg) no-repeat left top;
}
#resume-page #resume-links a:hover#resume-link {
	background: url(../images/resume-link.jpg) no-repeat -83px 0;
}



.portfolio-page #wrapper {
	background: url(../images/portfolio-bg.jpg) no-repeat 587px 21px; 
}
.portfolio-page #content {
	background: url(../images/portfolio-bottom.jpg) no-repeat right bottom;
	padding-bottom: 78px;
}
.portfolio-page #portfolio-nav {
	width: 188px;
	float: right;
	font-size: 138.5%;
	line-height: 2em;
	margin: 190px 0 0 15px;
}
.portfolio-page #thumbs {
	width: 114px;
	float: right;
	margin: 190px 0 0 0;
}
.portfolio-page #image {
	padding: 20px 0 0 0;
}




#things-page #wrapper {
	background: url(../images/things-bg.jpg) no-repeat left 85px; 
}
#things-page #content {
	margin: 272px 0 0 573px;
	font-size: 138.5%;
	line-height: 2em;
}




#contact-page #wrapper {
	background: url(../images/contact-bg.jpg) no-repeat left 85px; 
}
#contact-page #content a {
	position: relative;
	top: 198px;
	left: 232px;
}
#contact-page .trebuchet {
	position: relative;
	top: 340px;
	left: 86px;
}





