/***

 __  __  ____    __       __       _____      
/\ \/\ \/\  _`\ /\ \     /\ \     /\  __`\    
\ \ \_\ \ \ \L\_\ \ \    \ \ \    \ \ \/\ \   
 \ \  _  \ \  _\L\ \ \  __\ \ \  __\ \ \ \ \  
  \ \ \ \ \ \ \L\ \ \ \L\ \\ \ \L\ \\ \ \_\ \ 
   \ \_\ \_\ \____/\ \____/ \ \____/ \ \_____\
    \/_/\/_/\/___/  \/___/   \/___/   \/_____/
	

Please don't judge my markup standards based on this website. This website was thrown together over a couple of nights, there wasn't even a design to begin with other than a sketch. Also, what are you doing snooping around? ;)


***/



@charset "utf-8";
/** 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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** End Reset **/

body, html {
	height:100%;
	-webkit-font-smoothing: antialiased;
}
body {
	margin:0;
	font-family: 'Nobile', arial, serif;
	font-weight:normal;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	bottom: 0;
	left: 0;
}
 @media screen and (max-width: 1024px) {
 img.bg {
 left: 50%;
 margin-left: -512px;
}
}
#container {
	position: relative;
	height:100%;
}
/** THE CODES **/

/* Photo Bubbles */
#here, #here2, #here3, #here4, #here5 {
	text-indent:-1000em;
	overflow:hidden;
}

#here {
	background:url(images/here.png);
	width:158px;
	height:115px;
	position:fixed;
	right:38%;
	bottom:30%;

}
#here2 {
	background:url(images/here2.png);
	width:80px;
	height:37px;
	position:fixed;
	right:9%;
	bottom:12%;
}
#here3 {
	background:url(images/here3.png);
	width:84px;
	height:26px;
	position:fixed;
	right:-1.5%;
	bottom:25%;
	opacity:0.7;
}
#here4 {
	background:url(images/here4.png);
	width:133px;
	height:53px;
	position:fixed;
	right:57%;
	bottom:6%;
}
#here5 {
	background:url(images/here5.png);
	width:41px;
	height:27px;
	position:fixed;
	right:50%;
	bottom:25%;
	opacity:0.6;
}

/* Sidebar */

#sidebar {
	width:195px;
	background-color:#352832;
	float:left;
	height:100%;
	position:fixed;
	border-left:5px solid #D6C82A;
}
#sidebar #nav {
	clear:both;
	text-align:right;
	display:block;
	margin:0;
	width:155px;
	position:absolute;
	right:20px;
	top:110px;
	border-top: 1px solid #534851;
	padding: 50px 0px 0px;
}
#sidebar #nav li {
	font-size:12px;
}
#sidebar #nav li a {
	text-decoration:none;
	font-size:12px;
	line-height:24px;
	color:#9C959B;
 -webkit-transition: color .25s ease-in;
 -o-transition: color .25s ease-in;
 transition: color .25s ease-in;
}
#sidebar #nav li a:hover {
	color:white;
}
#sidebar #nav li a.download {
	margin-top:15px;
	display:block;
	color:#D6C82A;
}
#sidebar #nav li a.download:hover {
	color:#fff;
}
#sidebar h1 a {
	display:block;
	background: url(images/logo2.gif);
	height: 80px;
	width: 80px;
	text-indent: -1000em;
	overflow: hidden;
	position:absolute;
	right:5px;
	top:25px;
}
/* Selected States */

#home #sidebar #nav li.home a, #about #sidebar #nav li.about a, #work #sidebar #nav li.work a, #help #sidebar #nav li.help a, #contact #sidebar #nav li.contact a {
	color:#fff;
}
/* Content */

a.circle {
	background-color: #D6C82A;
	height: 65px;
	-moz-border-radius:50px;
	-webkit-border-radius: 50px;
	border-radius:50px;
	width: 100px;
	color:#FFF;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-top:35px;
	-webkit-transform:rotate(15deg);
	position:absolute;
	right:-70px;
	top:60px;
 -webkit-transition: -webkit-box-shadow .25s ease-out; /*safari and chrome */
 -webkit-transition: -webkit-transform .25s ease-out; /*safari and chrome */
}
a.circle:hover {
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-transform:rotate(0deg) scale(1.05);
}
#content {
	float:left;
	position:absolute;
	left:200px;
	padding-left:25px;
	padding-right:25px;
	background:white;
	background:rgba(255, 255, 255, 0.9);
	width:400px;/* height:100%; */
}
#content p, #content ul {
	color:#666;
	font-size:10px;
	line-height:16px;
	display:block;
	padding-bottom:15px;
}
#content p {
	clear:both;
}
#content p a, #thebox p a, #thebox h3 a {
	color:#F17335;
	text-decoration:none;
 -webkit-transition: background .25s ease-out; /*safari and chrome */
 -webkit-transition: color .25s ease-out; /*safari and chrome */
}
#content p a:hover, #thebox p a:hover, #thebox h3 a:hover {
	background:#F17335;
	color:#FFF;
}
#content h2 {
	margin-top:23px;
	margin-bottom:5px;
	font-size:18px;
	color:#F17335;
	font-weight:normal;
}
#content h3, #thebox h3 {
	font-size:15px;
	font-weight:normal;
	color:#666;
	line-height:18px;
	margin-bottom:30px;
}
#content h4 {
	font-size:11px;
	font-weight:bold;
	color:#666;
	margin-bottom:8px;
	display:block;
	clear:both;
}
#content img {
	display:block;
	margin-left:-25px;
}
.credit {
	font-size:9px;
	color:#4E424B;
	text-align:right;
	position:absolute;
	right:20px;
	bottom:53px;
	left:0;
	line-height:15px;
}
.chopeh {
	display:block;
	background: url(images/chopeh-footer.gif);
	text-indent: -1000em;
	height: 24px;
	width: 66px;
	overflow: hidden;
	position:absolute;
	bottom:20px;
	right:20px;
	opacity:0.3;
 -webkit-transition: opacity .60s ease-out
}
.chopeh:hover {
	opacity:1.0
}
/** About Page **/

#content ul#leftList, #content ul#rightList {
	margin-bottom:15px;
	line-height:25px;
	display:block;
}
#leftList {
	float:left;
	padding:0;
	margin: 0px 40px 0px 0px;
}
#rightList {
	float:left;
	margin:0;
	padding:0;
}
#content ul li.bar {
	padding-left:60px;
	background: url(images/3-bar.gif) no-repeat left center;
}
#content ul li.bar2 {
	background: url(images/2-bar.gif) no-repeat left center;
}
#content ul li.bar3 {
	background: url(images/3-bar.gif) no-repeat left center;
}
#content ul li.bar4 {
	background: url(images/4-bar.gif) no-repeat left center;
}
#content ul li.bar5 {
	background: url(images/5-bar.gif) no-repeat left center;
}
#content #links a {
	display:block;
	width:57px;
	height:57px;
	float:left;
	text-indent:-1000em;
	opacity: 0.7;
 -webkit-transition: opacity .25s ease-out;
}
#content #links a {
	margin-left:28px;
}
#content #links {
	margin-left:-28px;
	height:80px;
}
#content #links a:hover {
	opacity: 1;
}
#content #links a.twitter {
	background: url(images/icon-twitter.png);
}
#content #links a.dribbble {
	background: url(images/icon-dribble.png);
}
#content #links a.behance {
	background: url(images/icon-behance.png);
}
#content #links a.flickr {
	background: url(images/icon-flickr.png);
}
#content #links a.last {
	background: url(images/icon-lastfm.png);
}
#content #view {
	position:absolute;
	bottom:-40px;
	right:0;
	padding-left:15px;
	padding-right:15px;
	width:auto;
	height:40px;
	line-height:40px;
	background:#F17335;
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
	margin-bottom:15px;
}
/** Help Page **/

#copyarea {
	display:block;
	width:390px;
	height:60px;
	background:#FFF;
	border:1px solid #CCC;
	padding:5px;
	margin-bottom:15px;
 -webkit-transition: border .50s ease-in;
}
#copyarea:hover {
	border:1px solid #D6C82A;
}
#sidebar ul li a:visited {
	color:#fff;
}
/** Contact **/

label {
	float:left;
	font-size:10px;
	margin-bottom:7px;
	margin-top:7px;
}
.field {
	display:block;
	clear:both;
	width:380px;
	padding:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #CCC;
 -webkit-transition: border .30s ease-in;
}
.field:hover, .field:focus {
	border:1px solid #D6C82A;
}
#contact textarea {
	height:100px;
}
#submit, .tweetButton {
	background:#F17335;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:30px;
	line-height:30px;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	margin-top:15px;
	margin-bottom:25px;
 -webkit-transition:all .25s ease-out;
}
#submit:hover, .tweetButton:hover {
	cursor:pointer;
	background:#D6C82A;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.tweet {
	font-size: 14px;
	line-height:18px;
	color: #666;
	background:#E9E9E9;
	padding:5px;
	display:block;
	margin-bottom:15px;
}
.tweetButton {
	margin-bottom:25px;
	display:block;
	width:60px;
	text-align:center;
	text-decoration:none;
}

/** CSS Awards **/

#thecssawards{
position:absolute;
top:20px;
right:0px;
z-index:555;
}
#thecssawards a{
width:69px;
height:105px;
text-indent:-8000px;
display:block;
background:url(/images/award_day_white.png) no-repeat;
}

/** Overlay **/

#overlay {
	position:absolute;
	background-color: rgba(0,0,0,0.8);
	z-index:9999;
	width:100%;
	height:100%;
}
#overlay #thebox {
	margin-left:auto;
	margin-right:auto;
	margin-top:10%;
	width:350px;
	border-radius:5px;
	-webkit-box-shadow:4px 4px 4px rgba(0,0,0,0.5);
	background-color:white;
	padding:25px;
	position:relative;
}
#thebox h6 {
	font-size:18px;
	color:#F17335;
	padding-bottom:6px;
}
#thebox p {
		margin-top:-15px;
		color:#666;
		font-size:10px;
		line-height:16px;
}
#thebox .close {
	display:block;
	background: url(images/close.png);
	height: 22px;
	width: 22px;
	position:absolute;
	top:10px;
	right:10px;
}