/* 

	Hi Mate! Nice to see you in my CSS code... 
	Hand-made, so please forgive some mistakes ;)
	
*/


* { padding: 0;	margin: 0; }

body {
	border-top: 3px solid #E54100;
	background: #fff;
	font: 62.5%/1.5 Verdana, Calibri, Arial, sans-serif;
}

a {
	color: #E54100;
	text-decoration: none;
	padding: 0 0 1px;
	border-bottom : 1px dashed #E54100;
}

p.bye {
	margin: 100px auto;
	color: #E54100; 
	font-size: 10em;
	font-family: Georgia;
	text-align: center;
}

#mainContainer {
	min-width: 960px;
}

img#loader {
	position: absolute;
	right: 20px;
	top : 20px;
}

body.js #skillsNavigation {
	list-style: none;
	overflow: hidden;
	margin: 0 170px 0 50px;
	padding: 0 0 0 7px;
	display: block;
}

#skillsNavigation {
	display: none;
}

#skillsNavigation  li {
	float: left;
	width: 150px;
	text-align: center;
	padding: 5px 0;
	position: relative;
	border: 1px solid #E54100;
	margin: 0 5px 0 0;
	color: #E54100;
	z-index: 1000;
}

#skillsNavigation  li:hover {
	background: #FCDBCE;
	cursor: pointer;
}

#skillsNavigation  li.active {
	border-bottom: 1px solid #fff;
	font-weight: bold;
	position: relative;
}

#skillsNavigation  li.active:hover {
	background: #fff;
	cursor: default;
}

body.js .skills-set {
	display: none;
}

body.js  .skills-set.active {
	display: block;
}

.skillsList {
	border-top: 1px solid #E54100;
	margin: -1px 170px 0 50px;
	padding: 20px 0 0;
	list-style: none;
}

.skillsList  li {
	border-bottom: 1px solid #c9c9c9;
	padding: 10px 0 10px 10px;
	background: url('../images/stars.png') 100% -70px no-repeat;
}

.skillsList li.star-1 {
	background-position: 100% -0px;
}

.skillsList  li.star-2 {
	background-position: 100% -35px;
}


span.highlighted {
	background: #fcdbce;
	padding: 1px 2px;
}


.contentContainer {
	position: absolute;
	top: 100px;
	z-index: 10000;
	left: 100px;
	width: 500px;
	height: 200px;
	background: #E54100;
}

.contentContainer .content {
	position: absolute;
	top: 15px;
	left: 15px;
	background: #fff;
	width: 700px;
	height: auto;
	border: 1px solid #666;
	padding: 0 0 70px 0;
}

.contentContainer .content h1 {
	margin: 10px 0 0 50px;
	font-size: 3.2em;
	font-style: italic;
	color: #EAEAEA;
}

.contentContainer .content h2 {
	color: #E54100; 
	clear: both;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	margin: 50px 0 20px 50px;
}

.contentContainer .content h3 {
	margin: 0 0 0 50px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
}

.contentContainer .content h3 .all-	endations {
	display: none;
}

body.js .contentContainer .content h3 .all-recommendations  {
	display: inline;
}

body.js .contentContainer .content h3 .all-recommendations  a {
	color: #E54100;
	text-transform: none;
}

.contentContainer .content p {
	margin: 0 170px 20px 50px;
	text-align: justify;
	padding: 0;
	font-size: 1.1em;
	line-height: 2.3;
	word-spacing: 0.1em;
}

.contentContainer .content p.quote {
	background: url('../images/quote.png') 0 0 no-repeat;
	padding: 15px 0 0 0;
}

body.js .contentContainer .content p.not-default {
	display: none;
}

.contentContainer .content p.quote .author {
	display: block;
	margin: 10px 0 0 0;
}

.contentContainer .content p.quote .author em {
	color: #666;
}

.contentContainer .content p.quote:first-letter {
	padding-left: 50px;
}

body .contentContainer.contact {
	position: absolute;
	width: 360px;
	top: auto;
	bottom: 100px;
	background: none;
	left: auto;
	right: 80px;
}

.contentContainer.contact .content {
	background: none;
	width: 360px;
	border: none;
}

body.js .contentContainer .close {
	position: absolute;
	width: 50px;
	height: 50px;
	background: url('../images/close-button.png') 0 0 no-repeat;
	top: 20px;
	right: 20px;
	z-index: 10;
}

.contentContainer .close:hover {
	background-position: 0 100%;
	cursor: pointer;
}

#recommendations {
	display: none;
}

body.js #recommendations {
	margin: 5px 0 20px 50px;
	list-style: none;
	padding: 10px 0 0 0;
	overflow: hidden;
	display: block;
}

#recommendations li {
	border: 1px dashed #E54100;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	float: left;
}

#recommendations li.visited {
	background: #E54100;
}

#recommendations li.visited  span {
	color: #fff;
}

#recommendations li span {
	display: none;
	padding: 0;
	color: #E54100;
	margin: 0 5px;
}

#recommendations li:hover {
	cursor: pointer;
	border-style: solid;
	width: auto;
}

#recommendations li:hover span {
	display: block;
	padding: 5px;
}

.about h3 {
	padding: 10px 0 0;
}

#headerImage {
	position: absolute;
	top: 80px;
	z-index: 2000;
	left: 12%;
	display: none;
}

body.js div#header:hover #headerImage {display: none;}


.content {
	margin: 1px 0 0 0;
	background: url('../images/content-background.png') 0 0 repeat-x;
	height: 350px;
	padding: 70px 0 0 0;
}

div#messageRotator {
	margin: 0 auto;
	display: block;
	width: 900px;
	height: 300px;
	position: relative;
}

div#messageRotator img {
	position: absolute;
	top: 0;
	left: 0;
}

.hoverImage {
	position: absolute;
	top: 220px;
	right: 20px;
	height: 66px;
	width: 66px;
	background: url('../images/hover-image.png') 0 0 no-repeat;
}

.hoverImage.smallHeader {
	top: 140px;
}

div#header {
	background: #121212 url('../images/header-background.png') center 0 repeat-y;
	height: 200px;
}

div#header.smallHeader {
	background: #121212 url('../images/header-background.png') center 0 repeat-y;
	height: 120px;
}

div#header.smallHeader a#logo {
	padding: 20px 0 0 0;
}


div#header:hover {
	background: #121212 url('../images/header-background-hovered.png') center 0 repeat-y;
}

div#header:hover #headerImage { display: block; }
div#header:hover .hoverImage {
	background-position: 0 100%
}

a#logo {
	display: block;
	width: 492px;
	height: 79px;
	margin: 0 auto;
	padding: 55px 0 0;
	border: none;
}

a#logo img {
	border: none;
}

body.js #footer {
	position: fixed;
	bottom: -130px;
	left: auto;
	width: 100%;
	height: 180px;
	overflow: hidden;
}

#testimonials {
	position: fixed;
	bottom: 10px;
	font-size: 1em;
	color: #666;
	right: 0px;
	padding: 0 0 0 16px;
}

body.js #testimonials {
	left: 10px;
}

#testimonials strong {
	position: absolute;
	top: -5px;
	left: 0;
	color: #E54100;
	font-size: 2em;
}



body.js #navigationHandler {
	height: 50px;
	width: 327px;
	margin: 0 auto;
	text-indent: -9999px;
	background: #E54100 url('../images/navigation-background.png') 0 0 no-repeat;
	border: 1px solid #E54100;
}


#navigationHandler:hover {
	cursor: pointer;
}

#navigation {
	top: 0;
	left: 0;
}


body.js #navigation {
	list-style: none;
	width: 400px;
	margin: 0 auto;
	padding: 90px 1px 20px 1px;
	overflow: hidden;
	background: #fff url('../images/navigation-arrows.png') 50% 0 no-repeat;
}

body.js #navigation li {
	font-family: Verdana, sans-serif;
	width: 33%;
	background: #fff;
	line-height: 1;
	text-align: center;
	float: left;
	font-size: 1.2em;
}

body.js #navigation li a {
	color: #E54100;
	padding: 15px 5px;
	border: none;
	font-weight: bold;
	letter-spacing: -0.02em;
}

#navigation li a:hover {
	background: #eaeaea;
}

#navigation li a:visited {
	text-decoration: line-through;
}

body.js #navigation li:first-child {text-align: left;}
body.js #navigation li:last-child {text-align: right;}

#projects {
	list-style: none;
	margin: 0 150px 0 50px;
}


#projects li {
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
}

#projects li a:hover {
	background-position: 0 0;
}

#projects li .tooltip {
	position: absolute;
	top: -50px;
	left: -50px;
	width: 300px;
	display: none;
	background: #fff;
	border: 2px solid #E54100;
	padding: 10px;
	z-index: 1000;
	
}

#projects li a {
	text-indent: -99999px;
	display: block;
	border: none;
}

#projects li a {
	background-position: 0 -50px;
	background-repeat: no-repeat;
	height: 50px;
}

#projects li.mybuilder a {
	background-image: url('../images/mybuilder-logo.jpg');
	width: 175px;	
}

#projects li.netplaytv a {
	background-image: url('../images/netplaytv-logo.jpg');
	width: 224px;
}

#projects li.supercasino a {
	background-image: url('../images/supercasino-logo.jpg');
	width: 230px;
}

#projects li.bingos a {
	background-image: url('../images/bingos-logo.jpg');
	width: 100px;
}

#projects li.mrted a {
	background-image: url('../images/mrted-logo.jpg');
	width: 130px;
}

#projects li.mobiteam a {
	background-image: url('../images/mobiteam-logo.jpg');
	width: 138px;
}

