body {
	background: #141414 url(/images/generalBodyBg.png) repeat-x;
	font-family: "DroidSerifRegular","Georgia", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999;
	line-height: 1.5em;
}

header, footer, nav, section, article, aside, details {
	display: block;
}

@font-face {
	font-family: 'DroidSerifRegular';
	src: url('/fonts/DroidSerif-Regular-webfont.eot');
	src: local('?'), url('/fonts/DroidSerif-Regular-webfont.woff') format('woff'), url('/fonts/DroidSerif-Regular-webfont.ttf') format('truetype'), url('/fonts/DroidSerif-Regular-webfont.svg#webfontOAAhrq6s') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSerifItalic';
	src: url('/fonts/DroidSerif-Italic-webfont.eot');
	src: local('?'), url('/fonts/DroidSerif-Italic-webfont.woff') format('woff'), url('/fonts/DroidSerif-Italic-webfont.ttf') format('truetype'), url('/fonts/DroidSerif-Italic-webfont.svg#webfontKHo48rSK') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSerifBold';
	src: url('/fonts/DroidSerif-Bold-webfont.eot');
	src: local('?'), url('/fonts/DroidSerif-Bold-webfont.woff') format('woff'), url('/fonts/DroidSerif-Bold-webfont.ttf') format('truetype'), url('/fonts/DroidSerif-Bold-webfont.svg#webfontcY5tFAO2') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSerifBoldItalic';
	src: url('/fonts/DroidSerif-BoldItalic-webfont.eot');
	src: local('?'), url('/fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'), url('/fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'), url('/fonts/DroidSerif-BoldItalic-webfont.svg#webfont7Z4rXpYC') format('svg');
	font-weight: normal;
	font-style: normal;
}


a {
	color: #FFCC22;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

/*------------------------------------*\
  TYPE
\*------------------------------------*/
/*--- HEADINGS ---*/

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
  font-weight: normal;
}

/*--- PARAGRAPHS ---*/

p {
  margin-bottom: 24px;
}

h1 {
  font-size: 1.5em; /* 24px --> 24 ÷ 16 = 1.5 */
  line-height: 1em; /* 24px --> 24 ÷ 24 = 1 */
}

h2 {
  font-size: 1.375em; /* 22px --> 22 ÷ 16 = 1.375 */
  line-height: 1.0909em; /* 24px --> 24 ÷ 22 = 1.090909(09) */
}

h3 {
  font-size: 1.25em; /* 20px --> 20 ÷ 16 = 1.25 */
  line-height: 1.2em; /* 24px --> 24 ÷ 20 = 1.2 */
}

h4 {
  font-size: 1.125em; /* 18px --> 18 ÷ 16 = 1.125 */
  line-height: 1.333em; /* 24px --> 24 ÷ 18 = 1.3333333(3) */
}

h5, h6 {
  font-size: 1em; /* 16px --> 16 ÷ 16 = 1 */
  line-height: 1.5em; /* 24px --> 24 ÷ 16 = 1.5 */
}

input, select, textarea {
	font: 14px/22px "DroidSerifRegular","Georgia", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #666;
	background: #000;
	border: 0;
	padding: 10px;
	margin: 0;
}



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}

a.tw-blue{
	color: #3ecfff;
}
a.tw-blue:hover{
	color: #fff;
}

/* Hides from IE-mac \*/
.clearfix {
	display: block;
}

.hiddenSubmit {
	position: absolute !important;
	left: -99999px !important;
	width: 0 !important;
}



.oyh {
	overflow-y: hidden;
}

.rotating {
	text-indent: -99999px;
	*text-indent: 0px;
	background-position: bottom left
	!important;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
}

.rotating span {
	position: absolute;
	display: block;
	background-position: top left !important;
	background-repeat: no-repeat;
}

#ribbon {
	display: block;
	width: 69px;
	height: 115px;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0 0 0 -69px;
	background: url(/images/sotd.png) no-repeat;
	z-index: 2;
	text-indent: -999999px;
	display: none;
}

#getSite {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 45px;
	left: 0;
	overflow: auto;
	z-index: 998;
	background: #000;
	display: none;
}

#back {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	background: #000;
	-moz-box-shadow: 0 2px 2px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

#back a {
	display: block;
	float: left;
	margin: 10px;
	padding: 5px 20px;
	background: #ffcc00;
	color: #000;
	font-size: 13px;
}

#back a:hover {
	color: #fff;
}

#content {
	background: url(/images/generalHtmlBg.png);
	margin-top: 5px;
}

#light {
	background: url(/images/generalLight.png) no-repeat center top;
}

#contentWrapper {
	overflow: hidden;
}

#contentWrapper h1 span {
	display: block;
	height: 130px;
	text-indent: -99999px;
	background: url(../images/titleBg.png) no-repeat;
}

#contentHeader {
	height: 154px;
}

#logo {
	margin-top: 65px;
	height: 22px;
	background-image: url(/images/generalLogo.png);
}

#menu {
	margin-top: 70px;
}

#menu ul {
}

#menu ul li {
	float: left;
	padding: 0 15px;
}

#menu ul li:first-child {
	margin-left: 42px!important;
}

#menu ul li p {
	float: left;
	width: 16px;
	height: 11px;
	overflow: hidden;
	cursor: default;
}

#menu ul li p.p1 {
	background: url(/images/menuArr1.png) no-repeat;
	background-position: 16px 0px;
}

#menu ul li p.p2 {
	background: url(/images/menuArr2.png) no-repeat;
	background-position: -16px 0px;
}

#menu ul li a {
	float: left;
	height: 11px;
	padding-top: 2px;
}

#menu ul li a#menuWorks {
	width: 36px;
	background: url(/images/menuWorks.png);
}

#menu ul li a#menuCodeSamples {
	width: 87px;
	background: url(/images/menuCodeSamples.png);
}

#menu ul li a#menuInfo {
	width: 28px;
	background: url(/images/menuInfo.png);
}

#menu ul li a#menuBlog {
	width: 31px;
	background: url(/images/menuBlog.png);
}

#menu ul li a#menuContact {
	width: 56px;
	background: url(/images/menuContact.png);
}

#menu ul li.current {
	margin: 0 7px;
}

#menu ul li.current .p1 {
	background-position: 4px 0px !important;
}

#menu ul li.current .p2 {
	background-position: 0px 0px !important;
}

#menu ul li.current a span {
	display: none;
}

#networks {
	margin-top: 70px;
}

#networks a {
	float: right;
	display: block;
	width: 14px;
	height: 11px;
	margin-left: 7px;
}

#networks a#n1 {
	background: url(/images/networksLinkedin.png);
}

#networks a#n2 {
	background: url(/images/networksFacebook.png);
}

#networks a#n3 {
	background: url(/images/networksTwitter.png);
	margin-left: 0;
}

/*FRONT PAGE*/
#home h1 {
	background: url(/images/pageTitleHello.png) no-repeat;
}

#home #shortInfo {
	margin-top: 35px;
	line-height: 30px;
	line-height: 38px;
	font-size: 30px;
}

#home #shortInfo .text1 {
	color: #E1E1E1;
}

#home #shortInfo .text2 {
	color: #666;
	margin-bottom: 30px;
}

#home #shortInfo .text2 article {
	color: #666;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 30px;
	text-indent: 80px;
}

#home #shortInfo .text2 article #q1 {
	width: 62px;
	height: 55px;
	background: url(/images/quotes1.png) no-repeat;
	position: absolute;
	margin: -20px 0 0 0;
	display: block;
}

#home #shortInfo .text2 article #q2 {
	width: 45px;
	height: 40px;
	background: url(/images/quotes2.png) no-repeat;
	position: absolute;
	margin: 17px 0 0 12px;
}

#home #shortInfo .text3 {
	font-size: 20px;
	color: #fff;
}

#home #shortInfo .thanks {
	margin-top: 20px;
}

#home #latest-work {
	margin-top: 30px;
}

#latest-work h4 {
	font-size: 30px;
	color: #fff;
}

#latest-work .container {
	margin-top: 10px;
}

#latest-work .container figure {
	position: relative;
	float: left;
	width: 714px;
	height: 300px;
	border: 1px solid #000;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	margin: 0px;
}

#latest-work .container figure p {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 694px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.90);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    z-index: 99;
    margin-bottom: 0;
}

#latest-work .container figure p span {
    color: #fff;
    display: block;
    float: left;
}

#latest-work .container figure p a {
    font-size: 19px;
    float: left;
    clear: both;
    margin-top: -10px;
}

#latest-work .container #latest-work-details {
    float: left;
    width: 200px;
    color: #666;
    font-size: 14px;
    line-height: 120%;
    margin-left: 20px;
}

#latest-work-details .title {
    color: #fff;
    margin-bottom: 2px;
    font-size: 14px;
}

#latest-work-details p {
    font-size: 13px;
}

#latest-work .container details .tags{
    color:#fff;
}

#latest-work .container details .tags a {
    text-transform: uppercase;
    font-size: 11px;
}

#home #twitterAndBlog {
    margin: 35px 0;
    overflow: hidden;
}

#home #twitterAndBlog #twitterPost {
    height: 60px;
    background: url(/images/iconTwitter.png) no-repeat 5px 0px;
    font-style: italic;
    line-height: 18px;
}

#home #twitterAndBlog #twitterPost article{
    font-size: 12px;
}

#home #twitterAndBlog #twitterPost p {
    width: 100%;
    float: left;
    clear: both;
}

#home #twitterAndBlog #twitterPost h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

#home #twitterAndBlog #twitterPost h3 span {
    color: #6eb0cb;
}

#home #twitterAndBlog #twitterPost a {
    color: #6eb0cb;
}

#home #twitterAndBlog #twitterPost a:hover {
    color: #fff;
}

#home #twitterAndBlog #blogPosts {
    background: url(/images/iconBalloon.png) no-repeat 30px 0px;
    font-size: 11px;
    color: #666;
    line-height: 18px;
}

#home #twitterAndBlog #blogPosts a {
    color: #999;
}

#home #twitterAndBlog #blogPosts a:hover {
    color: #fff;
}

#home #twitterAndBlog #blogPosts h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

#home #twitterAndBlog #blogPosts h3 span {
    color: #229dc5;
}

#home #twitterAndBlog #blogPosts dl {
    margin-top: 5px;
}

/*WORKS*/
#works h1 {
    background: url(/images/pageTitleWorks.png) no-repeat;
}

#works #workList {
    padding: 0 0 60px 0;
    overflow: hidden;
}

#works #workList > article {
    margin-top: 20px;
}

#works #workList >:nth-child(4n+1){
	margin-left:0;
}

#works #workList>:nth-child(4n){
	margin-right:0;
}

#works #workList > article .mask {
	position: relative;
	height: 282px;
	background: url(/images/workBg.png);
	border: 1px solid #000000;
	overflow: hidden;
}

#works #workList > article .mask .year {
	position: absolute;
	width: 105px;
	margin: 245px 0 0 158px;
	font-size: 50px;
	color: #0d0d0d;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
}

#works #workList > article .mask .ss {
	float: left;
	width: 218px;
	height: 135px;
	background-repeat: no-repeat !important;
	text-indent: -99999px;
	margin-bottom: 0;
}

#works #workList > article .mask .innerMask {
	position: relative;
	float: left;
	width: 188px;
	height: 23px;
	margin: 10px 0 0 15px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	z-index: 1;
}

#works #workList > article .mask .innerMask h2 {
	font-size: 18px;
	color: #ffcc00;
	margin-bottom: 2px;
	text-transform: uppercase;
	line-height: 21px;
}

#works #workList > article .mask .innerMask p {
	font-size: 10px;
}

#works #workList > article .mask .innerMask p b {
	font-size: 10px;
}

#works #workList > article .mask .innerMask p.short {
	font-style: italic;
	font-size: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 16px;
}

#works #workList > article .mask .innerMask p.long {
	color: #fff;
	margin-bottom: 20px;
	line-height: 13px;
}

#works #workList > article .mask .innerMask .launch {
	position: absolute;
	margin-top: 240px;
	font-size: 14px;
	text-decoration: none;
	background: url(/images/workArrow.png) no-repeat 60px 7px;
	width: 100px;
	color: #ffcc00;
}

#works #workList > article .mask .tags {
	position: relative;
	float: left;
	width: 188px;
	margin: 13px 0 0 15px;
	z-index: 1;
}

#works #workList > article .mask .tags h4 {
	font-size: 9px;
	color: #666;
	font-weight: normal;
	margin-bottom: 5px;
}

#works #workList > article .mask .tags ul {
}

#works #workList > article .mask .tags ul li {
	float: left;
}

#works #workList > article .mask .tags ul li a {
	display: block;
	padding: 2px 5px;
	background: #252525;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 2px 2px 0 0;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 1.2em;
}

#works #workList > article .mask .tags ul li a:hover {
	background: #000;
	color: #fecb00;
}

#works #workList > article .mask .innerMask .tags {
	margin: 0;
}

/*CODE-SAMPLES*/
#code-samples h1 {
	background: url(/images/pageTitleCodeSamples.png) no-repeat;
}

#code-samples ul{
	width: 100%;
	margin-top: 40px;
	min-height: 400px;
}
#code-samples ul li{
	width: 290px;
	overflow: hidden;
	float: left;
	margin: 0 0 35px 35px;
	background: #fff;
	-moz-transition: background 1s ease;
	-webkit-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: all 0.3s ease;
}
#code-samples ul li:hover{
	background: #f4f0f0;
}
#code-samples ul li:nth-child(3n-2){
	margin-left: 0;
}
#code-samples details{
	padding: 5px 10px;
	float: left;
}
#code-samples h2{
	font-size:12px;
	color: #000;
	font-style: italic;
	margin-bottom: 5px;
}
#code-samples h3{
	font-size:10px;
	color: #333;
	font-style: italic;
	line-height: 12px;
	margin-bottom: 5px;
}
#code-samples a{
	font-size:11px;
	color: #fff;
	font-style: italic;
	padding: 1px 5px;
	margin-top: 5px;
	float: left;
	background: #666;
	-moz-transition: background 1s ease;
	-webkit-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: all 0.3s ease;
	line-height: 20px;
}
#code-samples a:hover{
	background: #000;
}
#code-samples a.launch{
	margin-right: 10px;
}

/*INFO*/
#info h1 {
	background: url(/images/pageTitleInfo.png) no-repeat;
}

#info .hi {
	margin-top: 40px;
}

#info .im {
	margin-top: 10px;
	font-size: 30px;
	color: #fff;
}

#info .long {
	color: #fff;
	font-size: 14px;
}

#info .long p {
	line-height: 25px;
}

#info .also {
	font-size: 31px;
}

#info .also a {
	position: relative;
	z-index: 1;
}

#info .also a:hover {
	color: #fff;
}

#info .also .lin {
	color: #0099cc;
}

#info .also .fac {
	color: #3366cc;
}

#info .also .twi {
	color: #33cccc;
}

#info .also .beh {
	color: #0066ff;
}

#info .also .last {
	color: #d61102;
}

#info .also .rss {
	color: #ffcc00;
}

#info .also .arr {
	position: absolute;
	display: inline !important;
	width: 483px;
	height: 0px;
	margin: -20px 0 0 -60px;
	background: url(/images/infoArr.png) no-repeat;
	text-indent: -99999px;
	z-index: 0;
}

#info .cv {
	width: 113px;
	height: 60px;
	margin: 40px 0;
	background: url(/images/infoCv.png);
}

/*BLOG*/
#blog h1 {
	height: 130px;
	background: url(/images/pageTitleBlog.png) no-repeat;
	text-indent: -99999px;
}

/*CONTACT*/
#contact h1 {
	background: url(/images/pageTitleContact.png) no-repeat;
}

#contact h2 {
	font-size: 30px;
}

#contact h3 {
	font-size: 28px;
}

#contact input, textarea {
	width: 600px;
	height: 20px;
}

#contact .ways {
	margin-top: 30px;
	font-size: 16px;
	color: #fff;
}

#contact .ways span {
	color: #999;
}

#contact .ways #chat {
	width: 98px;
	height: 27px;
	position: absolute;
	margin: -2px 0 0 5px;
	background: url(/images/contactSkypeChat.png) no-repeat;
	text-indent: -99999px;
	display: inline;
}

#contact .more {
	margin: 30px 0 60px 0;
	float: left;
}

#contact .more .form {
	z-index: 1;
}

#contact .more .form form {
	float: left;
	*min-height: 100px;
}

#contact .more .form form textarea {
	height: 110px;
	overflow: auto;
}

#contact .more .form form p {
	position: relative;
	margin-bottom: 10px;
}

#contact .more .form form p#sent {
	background: #000;
	width: 620px;
	height: 60px;
	line-height: 60px;
	text-indent: 20px;
	font-size: 24px;
	color: #fff;
	float: left;
}

#contact .more .form form p sub {
	font-size: 11px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 185px;
	height: 42px;
	background: url(/images/contactBalloon.png) no-repeat;
	color: #fff;
	text-indent: 10px;
	line-height: 30px;
	z-index: 2;
	margin: -20px 0 0 590px;
	display: none;
}

#contact .more .form form .msgRow {
	margin-bottom: 0;
}

#contact .more .form form .sendRow {
	width: 620px;
	float: left;
	background: #000;
	padding: 10px 0;
	margin-top: -4px;
	*margin-bottom: 60px;
}

#contact .more .form form .sendRow #loader {
	width: 16px;
	height: 16px;
	background: url(/images/contactLoader.gif) no-repeat;
	text-indent: -99999px;
	float: right;
	margin: 3px 5px 0 0;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#contact .more .form form .submit {
	width: 59px;
	height: 19px;
	background: url(/images/contactSubmit.png);
	display: block;
	float: right;
	margin: 0px 10px 0 0;
}

#contact .more .vcard {
	overflow: hidden;
}

#contact .more .vcard .add {
	margin-left: 20px;
}

#contact .more .vcard a {
	width: 131px;
	height: 48px;
	margin-left: 20px;
	background: url(/images/contactVcard.png) no-repeat;
	margin-top: 20px;
}

#footer {
	height: 100px;
	border-top: 1px solid #000;
}

#footer #footerWrapper {
	padding-top: 10px;
}

#footer #footerWrapper section {
	font-size: 9px;
	color: #666;
}

#footer #footerWrapper section p {
	color: #333;
	margin-top: 5px;
}

#footer #footerWrapper aside a {
	display: block;
	width: 94px;
	height: 12px;
	background: url(/images/iconRss.png) no-repeat right;
	float: right;
	font-size: 9px;
	color: #666;
}

#footer #footerWrapper aside a:hover {
	color: #fecb00;
}




