/* PY: 2010 PORTFOLIO */

/* WEBKIT SCROLL */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: #e0dfdf;
    height: 0px;
}
::-webkit-scrollbar-button:vertical:increment {
    background-color: #3b3a38;
}
::-webkit-scrollbar-track-piece {
    background-color: rgba(39,39,39,0.2);
    -webkit-box-shadow: 0 0 1px #292829 inset;
}
::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #43392a;
}
::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #b7b3ad;
}

/* END WEBKIT SCROLL */

/* CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
header, section, footer, aside, nav, article, figure { display: block; }

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* END CLEARFIX */

/* STYLING */

@font-face {
	font-family: "BEBAS";
 	src: url("/fonts/BEBAS.TTF");
}

::selection { 
	background-color: #636464;
	color: #4b412e; 
}

::-moz-selection { 
	background-color: #636464;
	color: #4b412e; 
}

/* END STYLING */


a:link, a:visited {
	color: #b9a276;
	text-decoration: none;
}

#content div.content_container div.content_box a {
	color: #b9a276;
}
a:hover {
	color: #;
	text-decoration: none;
	border-color: #e3e3e3;
}

html {
    overflow: auto
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 10px;
    left: 0;
    top: 0;
    bottom: 0;
	background-color: #333333;
	color: #fffeff;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#container {
	width: 960px;
	margin: 0px auto 0px auto;
}


#header {
	width: 960px;
	height:  100px;
}

#logo {
	width: 242px;
	height: 99px;
	display: block;
	background-image: url(../img/logo.png);
	float: left;
}

#nav {
	margin: 20px 0 0 0;
	float: right;
	font: 25px BEBAS;
	color: #d0d0d0;
	display: inline-block;

}

#nav li {
	float: left;
	padding: 5px;
	margin: 5px;
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	border-bottom: 1px solid #323232;

}
#nav a li {
	color: #d0d0d0;;	
}
#nav li:hover {
	float: left;
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	-webkit-box-shadow: 0 0 10px #222 inset;
	-moz-box-shadow: 0 0 10px #111 inset;
	color: #fff;
}

.nav_selected {
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	-webkit-box-shadow: 0 0 10px #222 inset;
	-moz-box-shadow: 0 0 10px #111 inset;
}

#featured {
	width: 960px;
	height: 190px;
	color: #ecedeb;
	border-left: 1px solid #414141;
	border-right: 1px solid #414141;
	border-bottom: 1px solid #414141;
	-webkit-box-shadow: 0 0 10px #111 inset;
	-moz-box-shadow: 0 0 10px #111 inset;
	background-color: #2d2d2d;
	text-align: center;
	padding-top: 10px;
}
#featured_disabled{
	width: 960px;
	height: 5px;
	color: #ecedeb;
	background-color: #2d2d2d;
	text-align: center;
	padding-top: 10px;
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	-webkit-box-shadow: 0 0 10px #111 inset;
	-moz-box-shadow: 0 0 10px #111 inset;

}
#slider-wrapper {
	height:  180px;
	width: 920px;
	background-color: #323232;
	margin:  0 auto 0 15px;
	
}

#ar-wrapper {
	height:  330px;
	width: 920px;
	margin: 3px auto 0 auto;
	display: none;
	background: url(../img/ar.png) no-repeat;
}

#ar-wrapper p {
	color: #7c7c7c;
	font: 10px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

p.right_comment {
	float: right;
}

#ar_window {
	overflow: hidden;
}
#toggle {
	width: 70px;
	height: 30px;
	display: block;
	position: absolute;
	margin: 0px 445px 0px 445px;
	z-index: 1000;
	
}

#toggle_disabled {
	width: 70px;
	height: 30px;
	display: block;
	position: absolute;
	margin: 0px 445px 0px 445px;
	background-image: url(../img/off.png);
}
.collapsed {
	background-image: url(../img/minus.png);

}
.expanded {
	background-image: url(../img/eye.gif);
	z-index: 1000;
}
#content_header{
	font-family: BEBAS;
	color: #eee;
}

.disabled {
	height: 5px;
}
#content {
    width: 960px;
	clear: both;
	margin: 20px auto 0 auto;

}
.content_container {
	display: inline-block;
	float: left;
}

.content_container_2col {
	width: 500px;
	float: left;
}

.content_box {
	width: 280px;
	height: 300px;
	float: left;
	margin-right: 15px;
	padding: 14px;
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	-webkit-box-shadow: 0 0 30px #111 inset;
	-moz-box-shadow: 0 0 10px #111 inset;
	color: #d0d0d0;
	font: 12px/14px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	background-color: #2f3030;
	
	
}

h2.more {
	text-align: right;
}

#latest img {
	opacity: 0.5;
}

#latest img:hover {
	opacity: 0.85;
}


#welcome p {
	font-size: 12px;
	line-height: 14px;
}

#welcome {
	background: url(../img/box1.png) no-repeat 30px 30px;
}
#latest {
	background: url(../img/box2.png) no-repeat;
}

#twitter_box {
	background: url(../img/box3.png) no-repeat;
}

#tweet_container{
	height: 300px;
	overflow-y: hidden;
	overflow-x: hidden;
}
.content_box_last {
	width: 280px;
	height: 300px;
	float: left;
	padding: 14px;
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	-webkit-box-shadow: 0 0 30px #111 inset;	
	-moz-box-shadow: 0 0 10px #111 inset;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #d0d0d0;
	
}

#content div.content_container h1 {
	text-align: left;
	margin: 0 20px 0 0 ;
	font-size: 40px;
	
	}

ul#requirements {
	list-style-type: circle;
	list-style-position: inside;
	margin: 0 0 0 40px;
}

#tweet {
	width: 270px;
}
.content_box_slim {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 26px;
	padding: 10px;
	-webkit-box-shadow: 0 0 10px #111 inset;
	-moz-box-shadow: 0 0 10px #111 inset;
	color: #d0d0d0;
	font: bold 14px/14px Arial, Helvetica, Geneva, sans-serif;
}

#social {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	margin: 6px 0px 0px 140px;
	z-index: 1000;
	background-image: url(../img/social.png);
}

#about_picture {
	width: 200px;
	height: 600px;
	color: #d0d0d0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(../img/infographic.png);
	margin: ;
	}
#about_graph {
	width: 640px;
	float: left;
	padding: 10px;
	margin: 0 0 20px 0;
	-webkit-box-shadow: 0 0 10px #111 inset;
	-moz-box-shadow: 0 0 10px #111 inset;
}

#services {
	width: 300px;
	height: 300px;
	float: left;
	padding: 10px;
	margin: 0 20px 20px 0;
	-webkit-box-shadow: 0 0 10px #111 inset;
	-moz-box-shadow: 0 0 10px #111 inset;
}

h1 {
	color: #d0d0d0;
	font: 25px BEBAS;
	padding: 0 0 8px 0;
}

h2 {
	color: #7f8080;
	font: 18px BEBAS;
}

#services p {
	margin: 0 0 20px 0;
}

#facebook {
	width: 80px;
	height: 80px;
	margin: 10px;
	background-image: url(../img/social/fb_01.png);
	float: left;
}

#twitter {
	width: 80px;
	height: 80px;
	margin: 10px;
	background-image: url(../img/social/twitter_01.png);
	float: left;
}

#tumblr {
	width: 80px;
	height: 80px;
	margin: 10px;
	background-image: url(../img/social/tumblr_01.png);
	float: left;
}

#vimeo {
	width: 80px;
	height: 80px;
	margin: 10px;
	background-image: url(../img/social/vim_01.png);
	float: left;
}

#l_in {
	width: 80px;
	height: 80px;
	margin: 10px;
	background-image: url(../img/social/linked_in_01.png);
	float: left;
}

#last_fm {
	width: 80px;
	height: 80px;
	margin: 10px;
	background-image: url(../img/social/last_fm_01.png);
	float: left;
}

#facebook:hover {
	width: 80px;
	height: 80px;
	margin: 10px;
	background-image: url(../img/social/fb_02.png);
	float: left;
}

#twitter:hover {
	width: 80px;
	height: 80px;
	margin: 10px;
	background-image: url(../img/social/twitter_02.png);
	float: left;
}

#tumblr:hover {
	width: 80px;
	height: 80px;
	margin: 10px;
	background-image: url(../img/social/tumblr_02.png);
	float: left;
}

#vimeo:hover {
	width: 80px;
	height: 80px;
	margin: 10px;
	background-image: url(../img/social/vim_02.png);
	float: left;
}

#l_in:hover {
	width: 80px;
	height: 80px;
	margin: 10px;
	background-image: url(../img/social/linked_in_02.png);
	float: left;
}

#last_fm:hover {
	width: 80px;
	height: 80px;
	margin: 10px;
	background-image: url(../img/social/last_fm_02.png);
	float: left;
}

hr {
	margin: 10px 0 10px 0px;
	-webkit-box-shadow: 0 1px 4px #222 inset;
	-moz-box-shadow: 0 0 1px #111 inset;
	border: 1px solid #272727;
}

#contact_info {
	width:350px;
	height: 275px;
	margin: 60px 0 0 0;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	padding:20px;
	-webkit-box-shadow: 0 0 10px #111 inset;
	-moz-box-shadow: 0 0 10px #111 inset;
	background-color: #2a2a2a;
	float: right;
}

p.left_comment {
	text-align: left;
	width: 200px;
	float:left;
}


#contact_info ul li h2 a {
	float: left;
	font: 20px BEBAS;
	margin: 10px 0 0 30px;
	color: #8e8e8e;
}

#contact_info ul li {
	width: 300px;
	float: left;
	margin: 0 0 20px 0;
}

#contact_info ul li img {
	float: left;
}

#contact_box {
	width:960px;
	height: 400px;
	background-image: url(../img/contact.png);
}

#contact-wrapper {
	width:470px;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	padding:20px;
	-webkit-box-shadow: 0 0 10px #111 inset;
	-moz-box-shadow: 0 0 10px #111 inset;
	background-color: #2a2a2a;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float: none;
	font: normal 18px/15px BEBAS, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: both;;
	padding: 0 0 3px 3px;
	text-decoration: none;
}

p.error {
	background-color: #650801;
}
form#contactform input {
 	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	-webkit-box-shadow: 0 0 10px #111 inset;
	-moz-box-shadow: 0 0 10px #111 inset;
	padding:5px;
	font-size:16px;
	color: #d0d0d0;
	background-color: #252525;
	border-top-width: 0;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	-webkit-box-shadow: 0 0 10px #111 inset;
	-moz-box-shadow: 0 0 10px #111 inset;
	background-color: #252525;
	width: 440px;
	color: #fff;
	border-top-width: 0;
}

#contactform div label.error {
	font: 10px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #650600;
	-webkit-box-shadow: 0 0 6px #111 inset;
	-moz-box-shadow: 0 0 8px #111 inset;
	width: 100px;
	margin: 2px 0 0 2px;
	padding: 3px;
}

form#contactform input.submit {
	background-color: #242424;
	font: normal 18px/15px BEBAS, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 0 332px;
}

form#contactform input.submit:hover {
	background-color: #717171;
}

