/* @override 
	http://bounteous.glados.local/assets/site.css
	http://bounteous.glados.local/assets/site.css?2010-03-30
*/


@font-face {
	font-family: "OFL Sorts Mill Goudy";
	src: url("fonts/OFL-Sorts-Mill-Goudy/OFL-Sorts-Mill-Goudy.eot");
	src: local("OFL Sorts Mill Goudy"), local("Sorts Mill Goudy"), url("fonts/OFL-Sorts-Mill-Goudy/OFL-Sorts-Mill-Goudy.woff") format("woff"), url("fonts/OFL-Sorts-Mill-Goudy/OFL-Sorts-Mill-Goudy.ttf") format("truetype"), url("fonts/OFL-Sorts-Mill-Goudy/OFL-Sorts-Mill-Goudy.svg#OFLGoudyStM") format("svg");
}

html {
	padding: 0;
	margin: 0;

	background-color: #e6e6e6;
	font: 2ex/1.3 Georgia, "Times New Roman", Times, serif;
	color: #33332f;
}

body {
	width: 600px;
	padding: 0 40px 0 40px;
	margin: 0 auto;

	background-color: #e3e3e3;
	background-image: url(body-bg.png);
}

/* @group Header */

#header {
	position: relative;

	margin: 0;
	padding: 0 0 30px 0;
}

/* @group Navigation */

#nav {
	display: block;

	position: relative;
	top: 0;
	left: -40px;

	width: 100%;

	padding: 0 40px;
	margin: 0 0 80px 0;

	list-style: none;
	background: #a7b0c2 url(nav-bg.png) repeat-x left bottom;

	white-space: none;
}

#nav li {
	display: inline-block;
}

#nav a {
	color: #fff;

	display: block;
	padding: 10px;

	font-size: 2ex;
	line-height: 1.2;
}

#nav li.current a {
	text-decoration: none;
	color: #5E5651;
	cursor: default;
	background: #fffceb url(nav-bg.png) repeat-x left bottom;
}


/* @end */

/* @group hCard */

.vcard {
	position: relative;

	padding: 0 0 0 130px;
	margin: 0;

	min-height: 96px;

	font-size: 1.5ex;
}

.vcard img {
	position: absolute;
	top: 0;
	left: 0;
}

.vcard img.qr,.vcard:hover img.photo {
	visibility: hidden;
}

.vcard:hover img.qr {
	visibility: visible;
}

.vcard .fn {
	font: 8ex/1.2 "OFL Sorts Mill Goudy", Prociono, "Hoefler Text", "Prociono Regular", sans-serif;
	letter-spacing: 1px;
	margin: 0;
}

.vcard .url {
	display: none;
}

/* @end */

/* @end */


#footer {
	background-color: rgba(0,0,0,0.1);
	margin: 15ex -40px 0 -40px;
	padding: 3ex 5ex;
}


/* @group Section Headers */

h1 {
	display: none;
}

h2 {
	margin: 6ex -1ex 0 -1ex;
	padding: 0;

	font: 3ex "OFL Sorts Mill Goudy", Verdana, Helvetica;

	border-bottom-width: 4px;
	-webkit-border-image: url(hr-border.png) 0 4 4 4 repeat repeat;
	-moz-border-image: url(hr-border.png) 0 4 4 4 repeat repeat;
	border-image: url(hr-border.png) 0 4 4 4 repeat repeat;
}

h3 {
	font: italic 2.3ex Verdana, Helvetica, sans-serif;
	margin: 4ex 0 1ex 0;
	line-height: 1;
}

/* @end */

/* @group Links */

a {
	color: inherit;
}

a img {
	border-style: none;
}

a:hover {
	background-color: rgba(0,0,0,0.1);
}

/* @end */

/* @group Screenshot Thumbs */

.screenshots {
	display: block;
	list-style: none;
}

.screenshots li {
	display: inline-block;
}

.screenshots li+li {
	/* subsequent screenshots are offset */
	margin-left: 10px;
}

.screenshots a {
	display: block;

	border: 1px solid rgba(0, 0, 0, 0.1);
}

.screenshots a:hover {
	border-color: rgba(0, 0, 0, 0.2);
}

.screenshots img {
	top: 0;
	left: 0;

	display: block;

	width: 75px;
	height: 75px;

	background: rgba(255,255,255,0.5) url(picture.png) no-repeat center center;
}

/* @end */

/* @group Lists */

dl {
	margin: 0;
	padding: 1ex 0;
}

dt {
	margin: 0;

	font-size: 2ex;
	font-weight: bold;
}

dd+dt {
	margin-top: 2ex;
}


dd {
	margin: 0 0 0 4ex;
}

ul,ol,li,dt {
	margin: 0;
	padding: 0;
}

/* @end */

.project, .job, .post {
	margin: 0;
	padding: 2ex 0;
}

/* @group Lightbox */

body.lightbox-visible {
	overflow: hidden;
}

#lightbox {
	width: 100%;
	height: 100%;

	overflow: auto;

	position: absolute;
	top: -100%;
	left: 0;

	z-index: 1;

	background-color: #333;
	background: rgba(0,0,0,0.75) url(loading.gif) no-repeat center center;
}

#lightbox img {
	margin: auto;
	display: block;
}

/* @end */

/* @group Tools */

ul.tools {
	display: block;
	list-style: none;
}

ul.tools li {
	display: inline-block;
}

ul.tools li a {
	display: block;

	overflow: hidden;
	text-indent: -1000px;

	height: 20px;

	background: url(logos.png) no-repeat;
}

ul.tools li+li {
	margin-left: 1ex;
}

ul.tools li:hover {
	opacity: 1;
}

ul.tools li.php a {
	width: 38px;
}

ul.tools li.python a {
	width: 76px;
	background-position: -38px 0;
}

ul.tools li.perl a {
	width: 20px;
	background-position: -114px 0
}

ul.tools li.mysql a {
	width: 39px;
	background-position: -134px 0;
}

ul.tools li.oracle a {
	width: 123px;
	background-position: -173px 0;
}

ul.tools li.postgresql a {
	width: 19px;
	background-position: -296px 0;
}

ul.tools li.smarty a {
	width: 80px;
	background-position: -315px 0;
}

ul.tools li.jquery a {
	width: 83px;
	background-position: -395px 0;
}

ul.tools li.cufon a {
	width: 20px;
	background-position: -478px 0;
}

ul.tools li.memcached a {
	width: 27px;
	background-position: -498px 0;
}

ul.tools li.facebook a {
	width: 17px;
	background-position: -525px 0;
}

/* @end */
