/* @override 
	http://jessedodds.com/css/style.css
	http://jessedodds:8888/css/style.css
*/
	
html, body {
	background-color: #0f0f0f;
	-webkit-font-smoothing: antialiased;
	font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
	
body {
	background: #0f0f0f;
	color: #dfdfdf;
	padding: 20px 0 40px 0;
	}

@-webkit-keyframes 'fade'
	{		
		0% {
			opacity: 0;
		}
		100% {
			opacity: 100;
		}
	}


.container_12 {
	-webkit-animation-name: 'fade';
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in;
	}

#te, #le, #re, #be {
	position: fixed;
	z-index: 10;
	background: #2d2d2d;
	display: block;
}
#te {
	height: 10px;
	left: 0;
	right: 0;
	top: 0;
}

#be {
	height: 10px;
	left: 0;
	right: 0;
	bottom: 0;
}

#le {
	width: 10px;
	left: 0;
	bottom: 0;
	top: 0;
}

#re {
	width: 10px;
	top: 0;
	right: 0;
	bottom: 0;
}

p {
	overflow: hidden;
	padding: 10px 0;
	line-height: 1.6em;
	text-shadow: #0f0f0f 0 1px 3px;
	}
	
.copy p {
	text-shadow: #0f0f0f 0 1px 3px;
	}
	
.copy p a, .item p a, .footer a {
	background-color: #333333;
	line-height: 1.4;
	color: #dfdfdf;
	text-decoration: none;
	padding: 0px 8px;
	display: inline-block;
	text-shadow: 0 -1px 0 #0f0f0f;
	-webkit-transition-duration: .7s;
	-webkit-border-radius: 10px;
	}

.copy p a:hover, .item p a:hover, .footer a:hover {
	background-color: #f8d777;
	color: #54432f;
	text-shadow: #f7e9bc 0 1px 0;
	}
	
.item p {
	padding-top: 0;
	}
	
a {
	color: #dfdfdf;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #f8d777;
	}
	
h1 {
	font-family: 'Flama Semicondensed', Georgia, serif;
	font-weight: normal;
	font-size: 4.4em;
	line-height: 1.2em;
	margin-bottom: 40px;
	}
	
h2 {
	font-family: 'Flama Condensed', Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 28px;
	}
	
h3 {
	margin: 0;
	font-family: 'Flama Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	font-size: 1.5em;
	border-top: 1px dotted #272727;
	border-bottom: 1px dotted #272727;
	line-height: 2.4;
	color: #fff;
	}
	
h4 {
	font-family: 'Flama Condensed', Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 1.8em;
	margin-bottom: 0;
	color: #79b9df;
	}
	
.item h4 {
	margin-top: 2px;
	color: #f8d777;
	}
	
.item h4.cyan {
	color: #79b9df;
	font-size: 2.7em;
	}
	
.post h4 {
	color: #f8d777;
	}
	
.white {
	color: #dfdfdf;
	}
	
.cyan {
	color: #79b9df;
	}
	
.magenta {
	color: #e16495;
	}
	
.yellow {
	color: #f8d777;
	}
	
.recent img {
	border: 3px solid #dfdfdf;
	margin-top: 9px;
	}
	
.item img {
	border: 3px solid #dfdfdf;
	}
	
.header {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #272727;
	border-bottom: 1px dotted #272727;
	}
	
.subheading {
	margin-bottom: 20px;
	}
	
.downloads {
	border-bottom: 1px dotted #272727;
	padding-bottom: 28px;
	}
	
a.logo {
	background: url(/images/logo.png) no-repeat;
	display: block;
	width: 300px;
	height: 35px;
	padding: 0;
	margin: 0 0 0 0;
	}
	
.navigation ul {
	list-style: none;
	margin: 0;
	margin-top: 8px;
	float: right;
	}
	
.navigation ul li {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 10px;
	}

.navigation ul li:first-child {
	margin: 0;
	}
	
.navigation ul li a {
	font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .9em;
	
	color: #dfdfdf;
	
	padding: 0px 10px;
	padding-top: 1px;
	line-height: 1.4;
	display: inline-block;
	text-shadow: 0 -1px 0 #0f0f0f;
	-webkit-transition-duration: .7s;
	-webkit-border-radius: 10px;
	}
	
.navigation ul li a:hover {
	background-color: #f8d777;
	color: #54432f;
	text-shadow: #f7e9bc 0 1px 0;
	}
	
.navigation ul li:active {
	margin-top: 1px;
	}
	
.navigation ul li.selected a {
	background-color: #454545;
	text-shadow: none;
	}
		
.navigation ul li.selected a:hover {
	color: #dfdfdf;
	}
	
.footer {
	border-top: dotted 1px #272727;
	border-bottom: dotted 1px #272727;
	text-align: right;
	}
		
.footer p {
	padding: 0;
	margin: 10px 0;
	font-size: .9em;
	}
	
.thumb-container {
	display: block;
	height: 144px;
	width: 294px;
	cursor: pointer;
	margin-bottom: 7px;
	background-color: #000;
	border: 3px solid #dfdfdf;
	text-align: center;
	}
	
.thumb-type {
	margin-top: 20px;
	padding: 10px;
	position: absolute;
	z-index: 50;
	width: 274px;
	}
	
.thumb-type p {
	color: #fff;
	font-size: 0.9em;
	}
	
.thumb-bg {
	display: block;
	height: 144px;
	width: 294px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	}
	
/* @group Social 32px */
	
ul.social {
	margin-top: 39px;
	list-style-type: none;
	}
		
ul.social li {
	margin: 5px 10px;
	}
	
ul.social li a {
	padding-left: 45px;
	display: block;
	line-height: 3.1;
	font-weight: bold;
	background-color: transparent;
	-webkit-transition-duration: .5s;
	-webkit-border-radius: 10px;
	}
	
ul.social li a:hover {
	margin-left: 10px;
	color: #dfdfdf;
	background-color: #fff;
	}	
	
ul.social li a.twitter {
	background: transparent url(/images/twitter_32.png) no-repeat 0 2px;
	}
	
ul.social li a.lastfm {
	background: transparent url(/images/lastfm_32.png) no-repeat 0 2px;
	}

ul.social li a.dribbble {
  background: transparent url(/images/dribbble_32.png) no-repeat 0 2px;
  }

ul.social li a.gowalla {
  background: transparent url(/images/gowalla_32.png) no-repeat 0 2px;
  }

ul.social li a.foursquare {
  background: transparent url(/images/foursquare_32.png) no-repeat 0 2px;
  }
	
ul.social li a.flickr {
	background: transparent url(/images/flickr_32.png) no-repeat 0 2px;
	}
	
ul.social li a.facebook {
	background: transparent url(/images/facebook_32.png) no-repeat 0 2px;
	}

ul.social li a.aim {
	background: transparent url(/images/aim_32.png) no-repeat 0 2px;
	}
	
ul.social li a.skype {
	background: transparent url(/images/skype_32.png) no-repeat 0 2px;
	}

ul.social li a.linkedin {
	background: transparent url(/images/linkedin_32.png) no-repeat 0 2px;
	}

ul.social li a.email {
	background: transparent url(/images/email_32.png) no-repeat 0 2px;
	}
	
/* @end */

p#loadBar, p#emailSuccess {
	margin-left: 20px;
	width: 400px;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 5px 10px;
	
	color: #6d7b53;
	text-align: center;
	text-shadow: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.5;
	opacity: 100%;
	
	background: #c7df97;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

	-webkit-animation-name: 'fadeIn';
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in;
	}
	
	@-webkit-keyframes 'fadeIn'
		{		
			0% {
				opacity: 0;
			}
			100% {
				opacity: 100;
			}
		}


p#loadBar {
	color: #aa875e;
	background: #fefcac;
	}
		
fieldset {
	border: 0;
	padding: 0;
	width: 220px;
	margin: 20px;
	margin-top: 15px;
	}
	
label.contactlabel {
	display: inline-block;
	font-weight: bold;
	font-size: 9pt;
	}
	
input.text,textarea {
	width: 200px;
	color: #333;
	padding: 5px;
	line-height: 1.3;
	margin: 1px 0;
	border: none;
	margin-bottom: 5px;
	background-color: #e4e4e4;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E4E4E4), to(#fefefe));
	background: -moz-linear-gradient(0% 100% 90deg,#E4E4E4, #FEFEFE);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
	
#posText {
	width: 410px;
	}

textarea {
	line-height: 1.5;
	padding: 5px;
	background-color: #e4e4e4;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E4E4E4), to(#fefefe));
	background: -moz-linear-gradient(0% 100% 90deg,#E4E4E4, #FEFEFE);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
	
.ui-tabs .ui-tabs-hide {
	display: none;
	}
	
input.submit {
	margin-top: 2px;
	border: none;
	padding: 5px 20px;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	cursor: pointer;
	background-color: #e4e4e4;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#a4a4a4));
	background: -moz-linear-gradient(0% 100% 90deg,#fefefe, #a4a4a4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	}

input.submit:hover {
	background-color: #ffb1c7;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#c4c4c4));
	background: -moz-linear-gradient(0% 100% 90deg,#fefefe, #c4c4c4);
  }

input.submit:active {
	background-color: #ffb1c7;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c4c4c4), to(#fefefe));
	background: -moz-linear-gradient(0% 100% 90deg,#c4c4c4, #fefefe);
  }