@import url(reset.css);

/* @group Universal Styles */

html, body{
	font-size: 100%;
	height: 100%;
}

html { 
	overflow-y: scroll; /* force scrollbars */
}

body{
	font-family:"Gill Sans","Gill Sans MT","Lucida Grande",Tahoma,Verdana,sans-serif;
	background: #89E4F7 url("../images/bg_clouds.jpg") 0 0 repeat-x;
	color: #999;
	line-height: 1.4;
	font-size: 0.9em;
	text-shadow:rgba(0,0,0,0.1) 0 0 0;
}

h1,h2,h3,strong{
	color: white;
}
h1,h2,h3{
	margin: 0 0 0.75em 0;
}
h1 span{
	display:none;
}
h1 #logo{
	background-image: url("../images/logo.png");
	height: 31px;
	width: 168px;
	display: block;
}
h1{
	font-size: 1.4em;	
}
h2{
	font-size: 1.1em;
}
h3{
	font-size: 1em;
}
small{
	font-size: 0.95em;
}
a:link{
	color: #feb925;
	text-decoration: none;
}
a:visited{
	color: #feb925;
	text-decoration: none;
}
p{
	margin: 1em 0;
}

/* @end */

/* @group Site */

#site{
	height: 100%;
}

/* @end */

/* @group Common Classes */

span.amp {
	font-family:Baskerville,"Goudy Old Style","Book Antiqua","Palatino Linotype","Times New Roman",serif;
	font-size:1.2em;
	font-style:italic;
	font-weight:normal;
	position: relative;
	bottom: -.1em;
}

#aboutbg{
	background-color: #ffffff;
}
#hire{
	background-color: #c0262e;
}
#aboutbg,
#hire{
	color:#222222;
}
.section{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #1a1a1a;
	border-bottom: 0;
	padding-bottom: 2px;
	margin-bottom: 10px;
	background: rgba(0,0,0,0.2) url("../images/section_bottom.png") 0 bottom no-repeat;
}
.section p:first-child{
	margin-top: 0;
}
.section p:last-child{
	margin-bottom: 0;
}
.sect{
	font-style: normal;
}
/* @end */

/* @group Card Holder */

#card_holder{
	background: url("../images/shadow.png") center 0 no-repeat;
	border: 1px solid transparent;
	position: relative;
	z-index: 2;
	min-height: 100%;
}

/* @end */

/* @group Card */

#card{
	width: 302px;
	margin: 0 auto;
	padding: 1em 0 3em 0;
	position: relative;
	z-index: 2;
}

/* @group Header */

#header{
	background: url("../images/header_bg.png") 0 0 no-repeat;
	padding-top: 19px;
}
#header .content{
	border:1px solid #212121;
	border-top-color: #2E2828;
	background: #202020 url("../images/header_content_bg.png") 0 0 repeat-x;
	padding: 10px 90px 10px 10px;
	position: relative;
	min-height: 80px;
	border-bottom: 0;
}
#header h1{
	text-shadow:0 -1px 1px black;
	margin: 0;
}
#header .avatar_well{
	width: 80px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	background: #1D1D1D url("../images/header_avatar_well_bg.png") 0 0 repeat-x;
}
#header .avatar_well div{
	position: relative;
}
#header .avatar_well img{
	width: 60px;
	height: 60px;
	z-index: 1;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 20px;
	left: 10px;	
	background: url("../images/avatar_60.png") center center no-repeat;
}
#header .avatar_well em{
	position: absolute;
	z-index: 0;
	width: 60px;
	height: 60px;
	top: 20px;
	left: 10px;
	opacity: 0;	
	-moz-opacity:0;
	display: block;
	background: url("../images/avatar_colour_60.png") center center no-repeat;
}
#header .title{
	font-size: 14px;
	margin-top: 0.25em;
	text-shadow:0 -1px 1px black;
}

/* @end */

/* @group Main */

#main{
	background: url("../images/main_bg.png") 0 0 repeat-y;
	border:1px solid #191919;	
	border-top: 0;
}

#main_content{
	border-top:1px solid #333;	
	border-bottom:1px solid #292929;	
	padding: 10px 10px 0 10px;	
}

/* @group About */

#about{
	width: 280px; /* fix for jQuery height */
}
#about .section{
	 padding: 10px;
	 text-shadow:0 1px 2px #999999;	
}

/* @end */

/* @group My Sites */

div#mysites{
	background: #fff url("../images/grass.png") 0 0 repeat-x;
	margin: -10px;
	width: 278px;
	padding-top: 30px;
	padding-bottom: 14px;
}
h3#mysites{
	margin-left: 10px;
	text-shadow:0 -1px 1px black;
}
ul.mysites{
	width: 258px; /* fix for jQuery height */
	margin-left: 10px;
}
ul.mysites li{
	border-top: 1px solid #262626;
}
ul.mysites a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 7px;
	text-shadow:0 1px 4px #222222;
	border-bottom: 1px solid #212119;
	background-color: #302D24;
}
ul.mysites a strong{
	font-size: 0.85em;
}
ul.mysites a small{
	color: #000;
	display: block;
	text-transform: lowercase;
	text-shadow:0 0px 1px #000;
}
ul.mysites li:last-child a,
ul.mysites li:first-child{
	border: 0;
}
ul.mysites li:first-child a{
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-radius-topleft:4px;
	border-radius-topright:4px;		
}
ul.mysites li:last-child a{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-radius-bottomleft:4px;
	border-radius-bottomright:4px;
}
ul.mysites a:hover{
	background-color: #FFA31D;
}
ul.mysites a:hover strong:after{
	content: " " "→" " " attr(href);
	color: #666 !important;
	font-size: 13px;
}
ul.mysites a:hover small{
	color: #fff;
	text-shadow:0 0px 1px #fff;
}
ul.mysites a:active{
	padding-top: 8px;
	padding-bottom: 6px;
}

/* @end */

/* @group Contact */

#contact{
	width: 280px; /* fix for jQuery height */		
}
#contact .section{
	 text-shadow:0 -1px 1px #0a0a0a;	
}
#contact h3{
	 padding: 10px 10px;
	 margin: 0;
	 font-size: 0.9em;
	 text-transform: uppercase;
	 border-bottom: 1px solid #1a1a1a;
	 background: #222;
}
#contact li{
	border-top: 1px solid #262626;
}
#contact li div{
	padding: 3px 10px;	
 	border-bottom: 1px solid #1a1a1a;
 	position: relative;
}
#contact li div div{
	padding: 0;
	border: 0;
}
#contact li div a{
	display: block;
}
#contact li div strong{
	display: block;
	width: 20px;
	text-indent: -9000px;
	float: left;
	margin-top: 2px;
	margin-right: 7px;
	height: 20px;
	opacity: 0.3;
	-moz-opacity:0.3;
	overflow: hidden;
}
#contact li.address .fn, 
#contact li.address .org{
	color: white;
	font-weight: bold;	
}
#contact li.address .fn strong, 
#contact li.address .org strong{
	background: url("../images/company.png") 0 0 no-repeat;
	position: relative;
	top: 2px;
}
#contact li.address .fn strong{
	background: url("../images/contact_person_icon.png") 0 0 no-repeat;
	top: 0;
}
#contact li.address .adr{
	padding-left: 27px;
}
#contact li.tel div strong{
	background: url("../images/phone.png") 0 0 no-repeat;
}
#contact li.url div strong{
	background: url("../images/web.png") 0 0 no-repeat;
}
#contact li.blog div strong{
	background: url("../images/contact_icons/rss_16.png") 0 0 no-repeat;
}
#contact li.email div strong{
	background: url("../images/contact_icons/email_16.png") 0 0 no-repeat;
}
#contact li.resume div strong{
	background: url("../images/doc_pdf.png") 0 0 no-repeat;
}
#contact li.aim div strong{
	background: url("../images/contact_icons/aim_16.png") 0 0 no-repeat;
}
#contact li.icq div strong{
	background: url("../images/contact_icons/icq_16.png") 0 0 no-repeat;
}
#contact li.yim div strong{
	background: url("../images/contact_yim_icon.png") 0 0 no-repeat;
}
#contact li.gtalk div strong{
	background: url("../images/contact_icons/googletalk_16.png") 0 0 no-repeat;
}
#contact li.skype div strong{
	background: url("../images/contact_icons/skype_16.png") 0 0 no-repeat;
}

/* @group network icons */

#contact li.amazon div strong{
	background: url("../images/contact_icons/amazon_16.png") 0 0 no-repeat;
}
#contact li.anobii div strong{
	background: url("../images/contact_icons/anobii_16.png") 0 0 no-repeat;
}
#contact li.blellow div strong{
	background: url("../images/contact_icons/blellow_16.png") 0 0 no-repeat;
}
#contact li.blippy div strong{
	background: url("../images/contact_icons/blippy_16.png") 0 0 no-repeat;
}
#contact li.carbonmade div strong{
	background: url("../images/contact_icons/carbonmade_16.png") 0 0 no-repeat;
}
#contact li.delicious div strong{
	background: url("../images/contact_icons/delicious_16.png") 0 0 no-repeat;
}
#contact li.deviantart div strong{
	background: url("../images/contact_icons/deviantart_16.png") 0 0 no-repeat;
}
#contact li.dannychoo div strong{
	background: url("../images/contact_icons/dannychoo_16.png") 0 0 no-repeat;
}
#contact li.daportfolio div strong{
	background: url("../images/contact_icons/daportfolio_16.png") 0 0 no-repeat;
}
#contact li.digg div strong{
	background: url("../images/contact_icons/digg_16.png") 0 0 no-repeat;
}
#contact li.fbook div strong{
	background: url("../images/contact_icons/facebook_16.png") 0 0 no-repeat;
}
#contact li.formspring div strong{
	background: url("../images/contact_icons/formspring_16.png") 0 0 no-repeat;
}
#contact li.flickr div strong{
	background: url("../images/contact_icons/flickr_16.png") 0 0 no-repeat;
}
#contact li.google div strong{
	background: url("../images/contact_icons/google_16.png") 0 0 no-repeat;
}
#contact li.jpgmag div strong{
	background: url("../images/contact_icons/jpg_16.gif") 0 0 no-repeat;
}
#contact li.lastfm div strong{
	background: url("../images/contact_icons/lastfm_16.png") 0 0 no-repeat;
}
#contact li.linkedin div strong{
	background: url("../images/contact_icons/linkedin_16.png") 0 0 no-repeat;
}
#contact li.livejournal div strong{
	background: url("../images/contact_icons/livejournal_16.png") 0 0 no-repeat;
}
#contact li.myanimelist div strong{
	background: url("../images/contact_icons/myanimelist_16.png") 0 0 no-repeat;
}
#contact li.myspace div strong{
	background: url("../images/contact_icons/myspace_16.png") 0 0 no-repeat;
}
#contact li.polldaddy div strong{
	background: url("../images/contact_icons/polldaddy_16.png") 0 0 no-repeat;
}
#contact li.posterous div strong{
	background: url("../images/contact_icons/posterous_16.png") 0 0 no-repeat;
}
#contact li.stumbleupon div strong{
	background: url("../images/contact_icons/stumbleupon_16.png") 0 0 no-repeat;
}
#contact li.themeforest div strong{
	background: url("../images/contact_icons/themeforest_16.png") 0 0 no-repeat;
}
#contact li.threadless div strong{
	background: url("../images/contact_icons/threadless_16.png") 0 0 no-repeat;
}
#contact li.tumblr div strong{
	background: url("../images/contact_icons/tumblr_16.png") 0 0 no-repeat;
}
#contact li.twitter div strong{
	background: url("../images/contact_icons/twitter_16.png") 0 0 no-repeat;
}
#contact li.ustream div strong{
	background: url("../images/contact_icons/ustream_16.png") 0 0 no-repeat;
}
#contact li.vimeo div strong{
	background: url("../images/contact_icons/vimeo_16.png") 0 0 no-repeat;
}
#contact li.visualizeus div strong{
	background: url("../images/contact_icons/vi.sualize.us_16.png") 0 0 no-repeat;
}
#contact li.youtube div strong{
	background: url("../images/contact_icons/youtube_16.png") 0 0 no-repeat;
}
#contact li.wakoopa div strong{
	background: url("../images/contact_icons/wakoopa_16.png") 0 0 no-repeat;
}
#contact li.wordpress div strong{
	background: url("../images/contact_icons/wordpress_16.png") 0 0 no-repeat;
}

/* @end */

#contact li div:hover strong{
	opacity: 1;
	-moz-opacity:1;
}

/* @end */

/* @group Networks */

#networks{
	width: 280px; /* fix for jQuery height */
}
ul.networks li{
	border-top: 1px solid #262626;
}
ul.networks a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 7px;
	text-shadow:0 1px 4px #222222;	
	border-bottom: 1px solid #6cd0ea;
	background: #6cd0ea url("../images/networks_item_bg.png") 0 0 repeat-x;
}
ul.networks a strong{
	font-size: 0.85em;	
}
ul.networks a small{
	color: #000;
	display: block;
	text-transform: lowercase;
	text-shadow:0 0px 1px #000;	
}
ul.networks li:last-child a,
ul.networks li:first-child{
	border: 0;
}
ul.networks li:first-child a{
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-radius-topleft:4px;
	border-radius-topright:4px;		
}
ul.networks li:last-child a{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-radius-bottomleft:4px;
	border-radius-bottomright:4px;		
}
ul.networks a:hover{
	background: #202020 url("../images/networks_item_bg.png") 0 -100px repeat-x;
}
ul.networks a:hover strong:after{
	content: " " "→" " " attr(href);
	color: #666 !important;
	font-size: 13px;
}
ul.networks a:hover small{
	color: #fff;
}
ul.networks a:active{
	padding-top: 8px;
	padding-bottom: 6px;
}

/* @end */

/* @group Bookmarks */

#bookmarks,
#tweets{
	width: 280px; /* fix for jQuery height */
}
#twitter_update_list ul li a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 7px;
	text-shadow:0 1px 4px #222222;	
	border-bottom: 1px solid #6cd0ea;
}
ul.tweets li{
	border-top: 1px solid #262626;
}
ul.tweets a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 7px;
	text-shadow:0 1px 4px #222222;	
	border-bottom: 1px solid #6cd0ea;
	background: #6cd0ea url("../images/networks_item_bg.png") 0 0 repeat-x;
}
ul.tweets a strong{
	font-size: 0.85em;	
}
ul.tweets a small{
	color: #000;
	display: block;
	text-transform: lowercase;
	text-shadow:0 0px 1px #000;	
}
il.tweets li:last-child a,
ul.tweets li:first-child{
	border: 0;
}
ul.tweets li:first-child a{
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	border-radius-topleft:4px;
	border-radius-topright:4px;		
}
ul.tweets li:last-child a{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-radius-bottomleft:4px;
	border-radius-bottomright:4px;		
}
ul.tweets a:hover{
	background: #202020 url("../images/networks_item_bg.png") 0 -100px repeat-x;
}
ul.tweets a:hover strong:after{
	color: #666 !important;
	font-size: 13px;
}
ul.tweets a:hover small{
	color: #fff;
}
ul.tweets a:active{
	padding-top: 8px;
	padding-bottom: 6px;
}

/* @end */

/* @end */

/* @group Nav */

#nav{
	background: url("../images/nav_bg.png") 0 0 no-repeat;
	height: 40px;	
	border-bottom:1px solid #202020;
	padding: 0 10px;
	white-space: nowrap;
}
#nav a{
	color: white;
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	float: left;
	font-weight: bold;
	font-size: 12px;
	padding:0;
	padding-right: 10px;
	text-shadow:0 1px 2px black;
}
#nav li{
	display: block;
	float: left;
	height: 40px;
	padding-left: 10px;
	margin-right: 6px;
}
#nav li.current{
	background: url("../images/nav_selected_left_cap.png") 0 0 no-repeat !important;
}
#nav li.current a{
	background: url("../images/nav_selected_right.png") right 0 no-repeat !important;
}
#nav li a span{
	padding-left: 18px;
	margin-left: -2px;
	float: left;
	display: block;
}
#nav li.about{
	margin-left: 4px;
	margin-right: 24px;
}
#nav li.about a span{
	background: url("../images/nav_about_icon.png") 0 center no-repeat;
}
#nav li.contact{
	margin-left: -4px;
	margin-right: 10px;
}
#nav li.contact a span{
	background: url("../images/nav_contact_icon.png") 0 center no-repeat;
	padding-left: 20px;
}
#nav li.networks{
	margin-left: 4px;
	margin-right: -6px;
}
#nav li.networks a span{
	background: url("../images/nav_networks_icon.png") 0 center no-repeat;
}
#nav li.tweets{
	margin-left: 10px;
	margin-right: -6px;
}
#nav li.tweets a span{
	background: url("../images/nav_twitter_icon.png") 0 center no-repeat;
}
#nav li a:active span{
	position: relative;
	top: 1px;
}
#nav li:hover{
	background: url("../images/nav_selected_left_cap.png") 0 -40px no-repeat;
}
#nav li:hover a{
	background: url("../images/nav_selected_right.png") right -40px no-repeat;
}

/* @end */

/* @group Footer */

#footer{
	background: url("../images/footer_bg.png") 0 0 no-repeat;
	height: 28px;	
	padding: 0 10px;
	color: #ffffff;
	text-shadow:0 1px 1px black;
	text-decoration: none;	
	font-size: 0.85em;
	line-height: 26px;
	text-align: center;
}


/* @end */


/* @end */

/* @group vCard */

.vcard .country-name{
	display: block;
}
.vcard .org{
	font-weight: bold;
	color: white;
}
.vcard a.url:visited:after{
	content:" ↪ visited";
	font-size: 12px;	
	color: #555;
}

/* @end */

/* @group Inspiration */

#inspiration{
	width: 100%;
	color: #333;
	text-align: center;
	font-style: italic;
	font-size: 13px;
	padding: 1em 0;
	z-index: 3;
	position: relative;
	margin-top: -40px;
}
#inspiration:hover a{
	color: #666;
}
#inspiration a{
	color: #333;	
	padding: 1em 0.25em;
}
#inspiration a:hover{
	color: #32EAEA;	
}

/* @end */

/* @group Script enabled styles */

body.script #about,
body.script #contact,
body.script #networks{
	display: none;
}

/* @end */

/* @group Bookmark */

#bookmark{
	width: 23px;
	height: 175px;
	position: absolute;
	top: -30px;
	right: 20px;
	z-index: 1;
}
#bookmark .delicious{
	width: 23px;
	height: 175px;
	display: block;
	background: url("../images/bookmark.png") 0 0 no-repeat;
	text-indent: -9000px;
	overflow: hidden;
}
/* @end */

/* @group Sunshine */

#sun{
	width: 260px;
	height: 298px;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 1;
}
#sun .sunshine{
	width: 260px;
	height: 298px;
	display: block;
	background: url("../images/sunshine.png") 0 0 no-repeat;
	text-indent: -9000px;
	overflow: hidden;
}
/* @end */