@charset "utf-8";
/* CSS Document */

/* =BASIC ------------------------------- */	

* {padding:0;  margin:0;}

body {
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

/*  =HACK 
Rutter's 62.5% font-size hack  
1.0 em is 10px
0.8 em is 8 px
1.4 em is 14 px
etc  */


/* =TEXT --------------------------------- */	

p {
	color:#777777;
	font-size: 1.4em;
	line-height: 1.8em;
	margin-bottom:6pt;
	}
h1 {
	color:#349087;
	font-size:2.3em;
	font-weight:bold;
	margin-bottom: 20px;
	}
h2 {
	color:#349087;
	font-size:1.6em;
	font-weight:normal;
	margin-bottom: 6px;
	margin-top: 18px;
	text-transform: uppercase;
	}
h3 {
	color:#349087;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom: 2px;
	padding: 0px;
	}
h4 {
	color:#777777;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	text-decoration:none;
	}
a:link {
	color: #349087;
	text-decoration: none;
	}
a:visited {
	color: #349087;
	text-decoration: none;
	}
a:hover {
	color:#777777;
	text-decoration: underline;
	}
a:active {
	color:#777777;
	text-decoration: underline;
	}
ul, li {
	font-size: 1.2em;
	line-height: 1.4em;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom:2pt;
	}
#page {
	width: 1160px;
	background-image: url(images/steve-jensen-art-band.png);
	background-repeat: no-repeat;
	background-position: center 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 45px;
	}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	}
#top-nav {
	color: #349087;
	font-size: 1.2em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	text-align: right;
	width: 970px;
	margin-left: 0px;
	}
#sidebar {
	float: right;
	margin-right: 0px;
	margin-top: 185px;
	width: 250px;
	padding: 0px;
	margin-bottom: 0px;
	clear: left;
	}
#content {
	margin-top: 207px;
	width: 700px;
	}
	
#gallery {
	margin-top: 207px;
	width: 970px;
	margin-bottom: 250px;
	}
#gallery-column-left {
	width: 300px;
	float: left;
	text-align: center;
	margin-right: 35px;
	}   
#gallery-column-center {
	width: 300px;
	float: left;
	text-align: center;
	margin-right: 35px;
	}   
#gallery-column-right {
	width: 300px;
	float: left;
	text-align: center;
	}
#resume {
	margin-top: 207px;
	width: 970px;
}
#resume-column-left {
	width: 345px;
	float: left;
	}   
#resume-column-center {
	width: 345px;
	float: left;
	}   
#resume-column-right {
	width: 280px;
	float: left;
	text-align: right;
	} 
#contact {
	margin-top: 30px;
	width: 970px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	letter-spacing: .1em;
	clear: both;
	font-size: 1.1em;
	color: #349087;
	}
#footer {
	color: #777777;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
	height: 20px;
	margin-top: 15px;
	padding-top: 10px;
	width: 1160px;
	clear: both;
	text-align: left;
	}	.footer-text {	margin-left:95px;}	
.contact-center {
	color: #349087;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	}
.contact-left {
	color: #349087;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	}

.byline {
	font-style: italic;
	text-align: right;
}
.floatleft {
	float: left;
	padding-right: 25px;
	}
.floatright {
	float: right;
	padding-left: 20px;
	}
.green-text {
	color: #349087;
	font-size: 1.2em;
	}
.resume {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 0.6em;
}
