/*
GS 2010
*/

* {
	margin:0;
	padding:0;
	border:0;
	outline:none;
	vertical-align:baseline;
	text-decoration:none;
}
html, body {
	background-color: #FBF9E0;
	text-align:center;
	margin:0 auto;
}
body {
	padding-top:120px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#CFCDB5;
}
#wrapper {
	width:990px;
	text-align:center;
	margin:0 auto;
}
#blocks {
	background:url(images/shadow.png) bottom no-repeat scroll;
	padding-bottom:45px;
}
	img.name { margin-bottom:70px; }
	#blocks .top { clear:both; }
	.boxes {
		height:150px;
		padding-left:2px;
		overflow:hidden;
	}
	
a {
	color:#AFAD99;
	text-decoration:none;
}
a:hover {color:#666;}
a:active, a:focus { color:#999; }

/**/

#about {
	width:560px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	overflow:auto;
	padding:20px;
}

#about h1 {	margin-bottom:30px; }

#about h2 {
	color:#BFBDA7;
	line-height:1.5em;
	margin-bottom:15px;
	font-weight:normal;
	font-size:18px;
}

/**/

ul#gs {
	width: 960px; margin: 0 auto;
	list-style: none;
}

ul#gs li { display: inline; }
	
ul#gs li a {
	display: block; float: left; height: 150px;
	background-image:url(images/buttons.png); text-indent: -9999px;
}

	ul#gs li a.twoonethree { width: 120px; background-position: 0 0; }
	ul#gs li a.blog { width: 120px; background-position: -120px 0;}
	ul#gs li a.ds { width: 120px; background-position: -240px 0;}
	ul#gs li a.scoff { width: 120px; background-position: -360px 0;}
	ul#gs li a.twitter { width: 120px; background-position: -480px 0;}
	ul#gs li a.flickr { width: 120px; background-position: -600px 0;}
	ul#gs li a.vimeo { width: 120px; background-position: -720px 0;}
	ul#gs li a.email { width: 120px; background-position: -840px 0;}
	
	ul#gs li a.twoonethree:hover, ul#gs li a.twoonethree:focus {background-position:0 150px;}
	ul#gs li a.blog:hover, ul#gs li a.blog:focus {background-position:-120px 150px;}
	ul#gs li a.ds:hover, ul#gs li a.ds:focus {background-position:-240px 150px;}
	ul#gs li a.scoff:hover, ul#gs li a.scoff:focus {background-position:-360px 150px;}
	ul#gs li a.twitter:hover, ul#gs li a.twitter:focus {background-position:-480px 150px;}
	ul#gs li a.flickr:hover, ul#gs li a.flickr:focus {background-position:-600px 150px;}
	ul#gs li a.vimeo:hover, ul#gs li a.vimeo:focus {background-position:-720px 150px;}
	ul#gs li a.email:hover, ul#gs li a.email:focus {background-position:-840px 150px;}
	
#footer {
	text-align:center;
	padding:40px 0;
}
	
/*
Enhancement
*/

ul#gs li a {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	text-transform:uppercase;
	color: #FBF9E0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-shadow: 0 0 2px #000;
	padding: 5px 9px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.25);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.25);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.25);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.25);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}