/*  Sweet! v1.0 CSS Document
	Copyright © 2007 Sucro.se
	by Daniel Leigh Patterson
	www.sucro.se        */

/* Table of Contents:
	
	 a. Global Styles
	 b. Wrappers
	 c. Navigation
	 d. Content
	                    */


/* a. Global Styles
--------------------------------------------------------------------------------------- */	
.contentNav {background:none}

* {
	margin:0; 
	padding:0
	} /* Clears the browser defaults */
html, body {
	height:100%;
	font-family:Helvetica, Arial, sans-serif; 
	color:#19171c; 
	font-size:12px;
	background:#19171c url(../images/body-bg.jpg) top left repeat-x;
	background-size: 100% 100%;
	}
a {
	color:#1a1c1c;
	outline:none;
	text-decoration:none;
	}
a:hover {
	text-decoration:none;
	outline:none;
	color:#ccc;
	}
	
/* b. Wrappers
--------------------------------------------------------------------------------------- */
	
#cnt-wrp {
	clear:both;
	height:90%;
	background:none;
	}
		
/* c. Navigation 
--------------------------------------------------------------------------------------- */

#nav  { /* all lists */
	float:left;
	width:100%;
	height:60px; 
	background:transparent url(../images/nav-bg.png) top left repeat-x;
	}
#nav ul  { /* all lists */
	float:left;
	width:auto;
	height:60px; 
	list-style-type:none;
 	}
#nav a {
	display: block;
	width: 10em;
	}
#nav li { /* all list items */
	float:left; 
	display:inline;
	text-indent:-999px;
	font-size:15px;
	background:none;
	height:30px;
	width: 167px; /* width needed or else Opera goes nuts */
	}
#nav li.start-btn {
	width:144px;
	height:60px;
	}
#nav li.start-btn a {
	background: url(../images/start-btn.png) 0 0; 
	display: block; 
	width: 100%; 
	height: 60px; 
	}
#nav li.start-btn a:hover { 
	background-position: 0px 50px;
	height: 60px;
	}
/* 2nd Level Dropdown */

#nav li ul { /* second-level lists */
	position: absolute;
	width: 182px;
	height: 120px;
	left: -999em;
	z-index:999; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
#nav li:hover ul li a {
	background:none;
	padding:4px 0 4px 0;
	height:18px;
	text-indent:15px;
	text-decoration:none;
	color:#48494b; 
	font-size:16px; /* width needed or else Opera goes nuts */
	position: static; 
	}
#nav li:hover ul li a:hover {
    font-size:16px; 
	height:18px;
	background:grey;
	color:#fff;
	position: static; 
	}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	position:absolute;
	background: transparent url(../images/sub-nav-bg.png) top left; 
	padding-top:60px;
	left: auto;
	top:0px;
	float:left; 
	display:inline;
	width: 182px;
	height: 120px; /* width needed or else Opera goes nuts */
	}
#nav-rgt {
	float:right;
	background: url(../images/nav-rgt.jpg) top right no-repeat; 
	width:170px;
	height:32px;
	padding:8px 15px 0 0;
	z-index:0;
	}
#nav-rgt p { 
	float:right;
	display:block;
	width:100%;
	height:20px;
}
#nav-rgt i {
	float:right;
	width:22px;
	height:23px;
	}
#nav-rgt a {
	float:right;
	width:22px;
	height:23px;
	}
#grn-thm a {
	background:transparent url(../images/grn-thm.png) top left no-repeat;	
	}
#dflt-thm a {
	background:transparent url(../images/dflt-thm.png) top left no-repeat;
	}
#blue-thm a {
	background:transparent url(../images/blue-thm.png) top left no-repeat;
	}
#container #nav #mp3player {
	margin:5px auto;
	width:364px;
	height:30px;
	}
/* d. Content
--------------------------------------------------------------------------------------- */ 	
#hdr-pnl { /* Title Panel (left) */
	float:left;
	width:141px;
	background: transparent bottom url(../images/web-hdr.png) no-repeat;
	height:100%;
	padding-bottom:5px;
	}
#hdr-print-pnl {
	float:left;
	width:141px;
	background: transparent bottom url(../images/print-hdr.png) no-repeat;
	height:100%;
	padding-bottom:5px;
	}
#hdr-concept-pnl {
	float:left;
	width:141px;
	background: transparent bottom url(../images/concept-hdr.png) no-repeat;
	height:100%;
	padding-bottom:5px;
	}	
#hdr-pnl h1, #hdr-print-pnl h1, #hdr-concept-pnl h1 {
	text-indent:-9999px;
	}
#hdr-pnl h3, #hdr-print-pnl h3, #hdr-concept-pnl h3 {
	text-indent:-9999px;	
	}
#hdr-pnl p, #hdr-print-pnl p, #hdr-concept-pnl p {
	clear:both;
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-stretch:condensed;
	font-size:9px;
	float:right;
	color:#aaa;
	text-align:center;
	}
#hdr-pnl p u, #hdr-print-pnl p u, #hdr-concept-pnl p u {
	float:left;
	height:10px;
	text-decoration:none;
	padding:6px 10px 0 0;
	}
#hdr-pnl p img, #hdr-print-pnl p img, #hdr-concept-pnl p img {
	padding:0 0 0 -5px;
	text-align:center;
	}
#hdr-pnl #key h1, #hdr-pnl #key h3, #hdr-print-pnl #key h1, #hdr-print-pnl #key h3, #hdr-concept-pnl #key h1, #hdr-concept-pnl #key h3  {			   
	height:0px;
   }
#hdr-pnl #key, #hdr-print-pnl #key, #hdr-concept-pnl #key { /*Showcase Panel (center) */
	margin-right:6px;
	width:135px;
	position:absolute;
	top:33%;
	}
#hdr-pnl #key a, #hdr-print-pnl #key a, #hdr-concept-pnl #key a  {
	outline:none;
	border:none;
	}
#shwcse {
	position:absolute;
	z-index:1;
	float:left;
	width:60%;
	top:26%;
	left:200px;
	}
#shwcse_minds {
background:transparent url(../images/profile-bg.png) no-repeat scroll left top;
float:left;
height:436px;
width:265px;
margin:0 20px 0 0;
}	
#shwcse p.welcome {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#d4d7d7;
	}
#shwcse p.welcome span.hello {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:100;
	color:#d4d7d7;
	}
#shwcse p.welcome span.myname {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:100;
	color:#d4d7d7;
	margin:7px 0 5px 0;
	
	}
/* Minds Page */  

#shwcse div.profile {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#fff;
	background:transparent url(../images/black-bg.pn) repeat-x top left;
	padding:10px 15px 15px 15px;
	height:100%
	}
#shwcse div.profile span.hello a {
	clear:both;
color:#FFFFFF;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:18px;  
width:240px; 
margin:0 0 0 7px;
	}
#shwcse div.profile span.myname {
	color:#C8E5EF;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
margin:4px 0 0 7px;
	}
#shwcse div.profile img {
	float:left;
margin:8px 17px 13px 8px; 
	}
#shwcse div.profile img.mail {
	border:none; 
float:left;
margin:9px 5px 8px 0;  
	}
#shwcse div.profile a.mail_link {
	float:left;
height:45px;
width:46px; 
color:#e9f0e8;
font-family:Helvetica, Arial, sans-serif;
	}		
#shwcse div.profile a.email_linky {
	color:#D0F1D1;
float:left;
font-size:10px;
width:106px;
	}	  
#shwcse div.profile span.email_label {
	color:#E9F0E8;
float:left;
font-family:Helvetica,Arial,sans-serif;
font-size:15px;
margin:21px 0 0;
	}	
#shwcse div.profile a {
	border:none;
	outline:none;
	}
#shwcse div.profile a {
	color:#ccc4b3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	float:left;
	}	
#shwcse div.profile p.bio {
	color:#F8FCFF;
float:left;
font-size:9px;
line-height:15px;
margin:10px 5px 0 7px;
	}		
#shwcse div.profile a.resume {
	color:#CCC4B3;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:9px;
letter-spacing:.5px;
margin:10px 0 0 7px;
text-decoration:underline;
		
}	
#shwcse #key.dfh-bg {
	background:transparent url(../images/dfh-thm-bg.png) top left no-repeat;
	}
#shwcse-cntnr {
	float:left;
	width:172px;
	height:174px;
	margin:0 5px 10px 0;
	}
#shwcse-cntnr a img {
	z-index:1;
	outline:none;
	border:none;
	}
#shwcse-cntnr p {
	position:relative;
	top:-11px;
	left:0px;
	z-index:2;	
	}
#shwcse-cntnr i {
	position:relative;
	top:-8px;
	left:0px;
	z-index:2;
	font-style:normal;
	float:left;
	margin:0 0 0 5px;	
	font-size:9px;
	}
#shwcse-cntnr p img {
	float:right;
	margin:0 7px 0 0;
	font-size:9px;
	color:#262929;
	}
#dsktp-lnks { /* Desktop Links (right) */
	z-index:2;
	margin:15px 20px 0 0;
	float:right;
	width:78px;
	height:315px;
	}
#dsktp-lnks div {
	text-indent:-9999px;
	list-style-type:none;
	}
#dsktp-lnks div.web {
	width:67px;
	height:80px;
	margin-bottom:30px;
	}
#dsktp-lnks div.web a {
	display:block;
	background:transparent url(../images/web-icn.png) 0 0;
	width:67px;
	height:80px;
	}
#dsktp-lnks div.web a:hover {
	background-position: 0px 80px;
	width:67px;
	height:80px;
	}
#dsktp-lnks div.print {
	width:65px;
	height:88px;
	margin-bottom:30px;
	}
#dsktp-lnks div.print a {
	display:block;
	background:transparent url(../images/print-icn.png) 0 0;
	width:65px;
	height:88px;
	}
#dsktp-lnks div.print a:hover {
	background-position: 0px 88px;
	width:65px;
	height:88px;
	}
#dsktp-lnks div.concept {
	width:65px;
	height:88px;
	margin-bottom:25px;
	}
#dsktp-lnks div.concept a {
	display:block;
	background:transparent url(../images/concept-icn.png) 0 0;
	width:65px;
	height:88px;
	}
#dsktp-lnks div.concept a:hover {
	background-position: 0px 88px;
	width:65px;
	height:88px;
	}
#dsktp-lnks div.minds {
	width:65px;
	height:88px;
	margin-bottom:30px;
	}
#dsktp-lnks div.minds a {
	display:block;
	background:transparent url(../images/minds-icn.png) 0 0;
	width:65px;
	height:88px;
	}
#dsktp-lnks div.minds a:hover {
	background-position: 0px 88px;
	width:65px;
	height:88px;
	}
#contact-info {
	text-align:right;
	position:absolute;
	bottom:20px;
	right:25px;
	color:#aaa;
	}
#date {
	position:absolute;
	bottom:20px;
	left:20px;
	color:#3e4247;
	font-size:36px;
	font-family:Verdana, Helvetica,  Arial, sans-serif;
	font-weight:lighter;
	letter-spacing: -.13em;
	}
.alarm, #date:hover {
	color:#939fac;
	}
#contact-info a.resume {
	font-size:26px;
	line-height:16px;
	}
#contact-info a.resume:hover {
	font-size:26px;
	color:#939fac;
	}
#contact-info a {
	color:#aaa;
	}
*:first-child+html #nav li:hover ul li a, * html #nav li:hover ul li a {  /* IE7 Inline Hacks per Theme Switcher */
	position:static;
	background:none;
	padding:4px 0 4px 0;
	height:18px;
	text-indent:15px;
	text-decoration:none;
	color:#48494b; 
	font-size:16px; /* width needed or else Opera goes nuts */
	}
*:first-child+html #nav li:hover ul li a:hover, * html #nav li:hover ul li a:hover {
    font-size:16px; 
	height:18px;
	background:grey;
	color:#fff;
	position: relative; 
	}
*:first-child+html #nav li:hover ul, #nav li.sfhover ul, * html #nav li:hover ul, #nav li.sfhover ul, { /* lists nested under hovered list items */
	position:relative;
	background: transparent url(../images/sub-nav-bg.png) top left; 
	padding-top:60px;
	float:left;
	top:-60px;
	display:inline;
	width: 182px;
	height: 120px; /* width needed or else Opera goes nuts */
	}
*:first-child+html #hdr-pnl p, #hdr-print-pnl p, #hdr-concept-pnl p, * html #hdr-pnl p, #hdr-print-pnl p, #hdr-concept-pnl p, { /*Showcase Panel (center) */
	width:129px;
	clear:both;
	position:relative;
	float:right;
	text-align:right;
	margin-left:8px;
	}
	/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

h1.sIFR-replaced {
	visibility: visible !important;
	color:#FFF;
	font-size:36px;
}

h2.sIFR-replaced {
	visibility: visible !important;
	color:#FFF;
	font-size:18px;
	
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	letter-spacing: 14px;
	font-size: 76px;
}

.sIFR-hasFlash h2 {
	letter-spacing: 9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	letter-spacing: 6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	letter-spacing: 0px;
	font-size: 18px;
	color:#444;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: 4px;
	visibility: hidden;
	font-size: 24px;
}
