/* ----- Document ----- */
*{
	margin: 0;
	padding: 0;
}
.wait *{
	cursor: wait;
}
html{
	height: 100%;
	background: url('../images/bg_repeat.gif') fixed;
}
body{
	width: 418px;
	height: 100%;
	margin: 0 auto;
	font-family: "trebuchet ms", sans-serif;
}
#wrapper{
	width: 418px;
	margin: 0 auto 0 auto;
	padding: 40px 0 30px 0;
	background: url('../images/content_repeat.png') top center repeat-y
}
a img{
	border: none;
}

/* ----- Header ----- */
#header{
	text-align: center;
	font-family: helvetica, sans-serif;
	font-size: 2.9em;
	font-weight: normal;
	letter-spacing: -.05em;
	word-spacing: -.18em;
	text-transform: uppercase;
}
#header a{
	text-decoration: none;
	color: #fff;
}
.logo_left{
	color: #ff9c3d;
}
.logo_punctuation{
	color: #fff;
}
.logo_right{
	color: #19b6ff;
}
.logo{
	font-family: helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -.05em;
	word-spacing: -.18em;
	text-transform: uppercase;
}
#quote{
	width: 340px;
	margin: 0 auto;
	padding: 0 0 20px 0 ;
	border-bottom: 1px solid #fff;
	font-size: .85em;
	text-align: center;
	color: #fff;
}
#quote a{
	text-decoration: none;
	color: #fff;
}

/* ----- Resume Title ----- */
#print_header{
	display: none;
}

/* ----- Nav ----- */
#nav{
	margin: 10px 0 0 0;
	text-align: center;
	font-size: .9em;
}
#nav li{
	display: inline;
	padding: 0 26px;
	border-right: 1px solid #fff;
}
#nav li.last{
	border: none;
}
#nav li a{
	text-decoration: none;
	color: #fff;
}
#nav li a:hover{
	text-decoration: underline;
}
#nav li a.active{
	color: #819a50;
}

/* ----- Content ----- */
#content{
	width: 340px;
	margin: 30px auto 0 auto;
	font-family: verdana, sans-serif;
	color: #fff;
}
#content h2{
	margin: 20px 0;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 1.2em;
	color: #ff9c3d;
	background: #222;
}
#content h2.first{
	margin-top: 0;
}
#content h3{
	margin: 20px 0 0 20px;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.3em;
	color: #819A50;
}
#content h3 a{
	text-decoration: none;
	color: #819A50;
}
#content h4{
	margin: 2px 0 0 20px;
	font-weight: normal;
	font-size: .65em;
	color: #4f5e31;
}
#content p{
	margin: 10px 0;
	color: #fcfcfc;
	letter-spacing: .02em;
	line-height: 1.6em;
	font-size: .75em;
}
#content ul{
	margin: 5px 0 0 0;
	padding: 0 0 20px 33px;
	border-bottom: 1px solid #222;
	font-size: .75em;
	letter-spacing: .02em;
	line-height: 1.5em;
}
#content ul li{
	margin: 6px 0 0 0;
	list-style: square;
}
#content ul.first_ul{
	padding: 0 0 20px 20px;
}
#content ul.first_ul, #content ul.last_ul{
	border-bottom: none;
}
#content a{
	text-decoration: underline;
	color: #6ad6fd;
}
#content a:hover{
	text-decoration: none;
}
#content form dl dt{
	margin: 8px 0 5px 0;
}
#content form dl dt, #content form dl dd{
	font-size: .75em;
}
#content .field{
	width: 332px;
	padding: 3px;
	background: #819a50;
	border: 1px solid #4f5e31;
	font-family: verdana, sans-serif;
	color: #000;
}
#content textarea.field{
	height: 100px;
	font-size: 1em;
}
#content input.field:focus, #content textarea:focus{
	background: #ff9c3d;
}
#content input.button{
	margin: 3px 5px 0 0;
	padding: 0 5px;
	background: #4f5e31;
	border: 1px solid #819a50;
	color: #fff;
}
#content input.button:active{
	background: #ff9c3d;
}

/* ----- Footer ----- */
#footer{
	text-align: center;
}
#footer li{
	display: inline;
}

/* ----- jTip ----- */
#JT_close_left, #JT_close_right{
	font-size: .9em;
	color: #fff;
}
#JT_copy p, #JT_copy ul{
	font-size: .8em;
}
#JT_copy strong{
	color: #000;
}
#JT_arrow_left{
	background-image: url('../images/arrow_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	left: -12px;
	height: 25px;
	width: 10px;
    top: -3px;
}
#JT_arrow_right{
	background-image: url('../images/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 101;
	height: 25px;
	width: 11px;
    top: -2px;
}
#JT{
	position: absolute;
	z-index: 100;
	border: 2px solid #4f5e31;
	background-color: #fff;
}
#JT_copy{
	padding: 10px 10px 10px 10px;
	color: #222;
}
.JT_loader{
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 32px;
}
#JT_close_left{
	background-color: #4f5e31;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}
#JT_close_right{
	background-color: #4f5e31;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight: bold;
}
#JT_copy p{
	margin: 3px 0;
}
#JT_copy img{
	padding: 1px;
	border: 1px solid #4f5e31;
}
.jTip{
	cursor: help;
}

/*----- TextDrive -----*/
#host{
	position: fixed;
	top: 14px;
	right: 14px;
}
#host a {
	text-decoration: none;
	color: #fff;
}
#host a:hover{
	text-decoration: underline;
}
#host a img{
	border: none;
}