/* CSS RESET
--------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
/* ------------------------------------------------------------------ */

body {
	background: #f1f1f1;
	font: 12px/1.4em 'Helvetica Neue', Arial, Helvetica;
	color: #666;
}
.container {
	margin: 30px auto;
	width: 940px;
	padding: 0;
	position: relative;
}
.clear {
	clear: both;
}
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
a {
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}
a:hover {
	color: #666;
}

#dribbble-info {
	border-bottom: 2px solid #999;
	padding-bottom: 20px;
}
#dribbble-info .pull-right {
	text-align: right;
	padding: 15px 0 0;
}
.hire-me {
	margin-top: 12px;
}
.hire-me a {
	/*background: #8ABA56;*/
	padding: 4px 9px;
	background: #ddd;
	/*font-size: 13px;*/
	color: #fff;
	border: 1px solid #729C46;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.2);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.2);
		background: rgb(158,206,107);
		background: -moz-linear-gradient(top,  rgba(158,206,107,1) 0%, rgba(138,186,86,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,206,107,1)), color-stop(100%,rgba(138,186,86,1)));
		background: -webkit-linear-gradient(top,  rgba(158,206,107,1) 0%,rgba(138,186,86,1) 100%);
		background: -o-linear-gradient(top,  rgba(158,206,107,1) 0%,rgba(138,186,86,1) 100%);
		background: -ms-linear-gradient(top,  rgba(158,206,107,1) 0%,rgba(138,186,86,1) 100%);
		background: linear-gradient(to bottom,  rgba(158,206,107,1) 0%,rgba(138,186,86,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ece6b', endColorstr='#8aba56',GradientType=0 );
}
.hire-me a:hover {
	color: #58802D;
	text-shadow: 0 1px 0 #CEF2A7;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 1px rgba(0,0,0,0.25);
		background: rgb(177,221,141);
		background: -moz-linear-gradient(top,  rgba(177,221,141,1) 0%, rgba(158,207,105,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,221,141,1)), color-stop(100%,rgba(158,207,105,1)));
		background: -webkit-linear-gradient(top,  rgba(177,221,141,1) 0%,rgba(158,207,105,1) 100%);
		background: -o-linear-gradient(top,  rgba(177,221,141,1) 0%,rgba(158,207,105,1) 100%);
		background: -ms-linear-gradient(top,  rgba(177,221,141,1) 0%,rgba(158,207,105,1) 100%);
		background: linear-gradient(to bottom,  rgba(177,221,141,1) 0%,rgba(158,207,105,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1dd8d', endColorstr='#9ecf69',GradientType=0 );
}
.dribbble-avatar {
	float: left;
}
.dribbble-avatar .avatar {
}
.dribbble-avatar .avatar img {
	width: 64px;
	height: 64px;
	display: block;
	background: #fff;
	padding: 3px;
	border: 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
		box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.dribbble-desc {
	margin-left: 85px;
}
.dribbble-desc .name {
	font-size: 28px;
	padding: 15px 0;
}
.dribbble-desc li.contact li {
	display: inline;
	float: left;
	margin-right: 17px;
}
.contact .maps a, .contact .tumblr a, .contact .twitter a {
	background-image: url('../images/contact.png');
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
	line-height: 18px;
	height: 16px;
}
.maps a {
	background-position: 0 0;
}
.tumblr a {
	background-position: 0 -16px;
}
.twitter a {
	background-position: 0 -32px;
}

#dribbble {
	list-style-type: none;
	margin: 30px auto 50px;
}
#dribbble .dribbble-item {
	float: left;
	display: inline;
	position: relative;
	width: 220px;
	margin: 0 20px 30px 0;
	background: #fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
		box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
#dribbble li:nth-child(4n) {
	margin-right: 0;
}
#dribbble .dribbble-shot {
	padding: 10px;
}
#dribbble .dribbble-img {
	width: 200px;
	height: 150px;
}

.footer {
	font-size: 11px;
	border-top: 1px solid #bbb;
	padding: 10px 0;
}
.footer a {
	color: #666;
}
.footer a:hover {
	color: #EA4C89;
}
.footer .pull-right a {
	margin-left: 15px;
}