/*
Theme Name: Nick Hass Guitar.com
Theme URI: http://www.k5-design.com
Description: A custom theme for Nick Haas, jazz and classical guitarist in Minneapolis, MN.
Version: 1.0
Author: Kris Stokes
Author URI: http://www.k5-design.com
Tags: one-page site, business card site, music site, band site, events calendar, .MP3 player
*/

* { margin:0; padding:0; /*border:thin red solid;*/}

body { font-size:66.5%; font-family:Arial, Helvetica, sans-serif; color:#f5f5f5; background:#071c1f; }
a, a:visited { color:#f5f5f5; }
a:hover, a:visited:hover { text-decoration:none; }
h3 { font-size:3em; text-transform:uppercase; margin-bottom:20px; letter-spacing:-1px; color:#57969c; font-weight:normal; }

#top-line { width:100%; height:43px; background:#57180f; position:absolute; z-index:-2; }

#wrapper { width:1000px; margin: 0 auto 30px; position:relative; }

#nick-pic { width:339px; height:540px; background:url(images/nick3.jpg) no-repeat; position:absolute; top:0; right:0; bottom:0; left:0; z-index:-1; }

#contact { position:absolute; left:550px; top:1px; right:0px; bottom:0px; background:url(images/starburst.jpg) no-repeat; height:110px; font-size:1.25em; text-shadow:1px 1px 1px #0d1113; }
#contact p { padding-top:10px; }

#content { float:left; width:400px; line-height:2em; padding:120px 0 0 265px; font-size:1.5em; }
h2 { display:inline; letter-spacing:-1px; font-size:2.25em; font-weight:normal; }
h1 { letter-spacing:-2px; text-transform:uppercase; font-size:4.5em; font-weight:normal; padding-top:20px; margin-bottom:50px; }
#content h3 { font-size:2.25em; margin-top:50px; }
span.haas { font-weight:bold; color:#57969c; }
#content p { margin-bottom:20px; } 
#content a { color:#bb3933; }

#sidebar { padding:230px 20px 0 700px; font-size:1em; line-height:2.7em; }

#footer { clear:both; padding-left:265px; font-size:1em; padding-top:50px; }
#footer p { border-top:1px dotted #f5f5f5; padding-top:20px; text-align:center; }

/* * JQuery Tooltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #071c1f;
	padding: 0;
	opacity: 1;
	border: 1px solid #f2f2f2;
	word-wrap: break-word;
}

#tooltip h3, #tooltip div {
	margin: 0;
	padding: 5px;
	font-size: 1.1em;
	font-weight: normal;
	text-transform:none;
}

#tooltip ul {
	padding: 5px;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.3em;
	font-family: 'Museo Sans', Tahoma, Verdana, sans-serif;
	background-color: #0e0504;
	color: #f2f2f2;
}

#tooltip li {
	margin: 0px;
	padding: 2px;
	font-size: 1.1em;
	line-height: 1.3em;
	background-color: #f2f2f2;
	color: #0e0504;
	width: auto;
}