/*
E6E6C0
*/

* {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	outline: none;
}

body {
	background: #0b080b url('../elements/chaz_bg.jpg') no-repeat fixed left top;
/*	background: #0b080b url('../elements/background-small.jpg') repeat fixed center top;*/
/*	color: #E6E6C0;*/
	color: #FFF;
	padding: 25px 50px;
}

a {
	color: #FFF;
	font-weight: bold;
}

a:visited {
	color: #FFF;
}

a:active, a:hover {
	color: #E6E6C0!important;
}

@font-face {
	font-family: "Machiarge";
	src: url("machiarge.ttf");
}

h1 {
	border-color: #E6E6C0;
	border-style: solid;
	border-width: 0 0 1px;
/*	font-family: 'Georgia';*/
	font-size: 3.5em;
	margin: 0;
	padding: 0;/* 0 5px;*/
	text-shadow: 2px 1px #222;
}

h1 a {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h1 a:hover {
	text-shadow: 2px 1px #000;
}

h1 a,
.content-box {
	background: transparent url('../elements/pixel.png');
}

h1 span {
	font-family: "Machiarge", 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 0;
	padding: 0 10px;
	position: relative;
	top: 8px;
	word-spacing: -0.3em;
}

h1 small {
	font-size: 0.25em;
	margin: 0 10px 0 20px;
	word-spacing: normal;
}

h2 {
	clear: both;
	font-size: 1em;
	margin: 0;
	padding: 20px 15px 0;
	text-shadow: 2px 1px #000;
}

h3 {
	border-color: #E6E6C0;
	border-style: solid;
	border-width: 0 0 1px;
	clear: left;
	margin: 0 0 10px;
	padding: 0 0 2px;
}

img {
	border: 0;
}

big, .big-tag {
	color: #C4CDEC;/*B4BDCC;*/
	font-size: 1.2em;
	font-style: normal;
}

footer div {
	border-color: #E6E6C0;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	font-size: 0.8em;
	padding: 10px 10px 0;
}

#container {
	margin: 0 auto;
	/*max-width: 900px;*/
	position: relative;
	width: 900px;
}

#main-content {
	color: #FFF;
}

.content-box {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	font-size: 0.95em;
	line-height: 1.6em;
	margin: 25px 0;
	padding: 15px 15px 5px;
	position: relative;
}

.content-box p {
	margin: 0 0 15px;
	padding: 0;
}

.about h3,
.about p {
	margin: 0 165px 15px 0;
}

.about .profile {
	border-color: #E6E6C0;
	border-style: solid;
	border-width: 1px 1px 5px;
	float: right;
}

.about:hover .profile {
	border-color: #FFF;
}

.profile img {
	display: block;
}

.tweet {
	font-size: 0.7em;
	padding: 5px;
	position: absolute;
	right: 0;
	top: -40px;
	width: 420px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
}

.tweet p {
/*	background: url('../elements/twitter_bird.png') no-repeat left center;*/
	margin: 0;
	padding: 0;/*0 0 0 40px;*/
}

.tweet p a {
	font-weight: normal;
	text-decoration: none;
}

.tweet p img {
	float: left;
	margin: 0 5px 0 0;
}

.extCntrls {
	position: absolute;
	right: 15px;
	top: 5px;
}

.extCntrls li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
}

.extCntrls li a {
	background-color: #888;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	height: 10px;
	position: relative;
	text-decoration: none;
	width: 10px;
}

.extCntrls li a.selected {
	background-color: #FFF;
}

.extCntrls li a:hover.selected span {
	background-color: #FFF;
}

.extCntrls li a span,
.extCntrls li a img {
	display: none;
	position: absolute;
}

.extCntrls li a:hover span {
	background-color: #AAA;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #000;
	display: block;
	left: -175px;
	padding: 5px;
	text-align: center;
	top: -45px;
	width: 215px;
	z-index: 10;
}

.extCntrls li a:hover img {
	display: inline;
	top: -13px;
	right: -2px;
}

#projects {
	border-color: #FFF;
	border-style: solid;
	border-width: 0 0 1px;
	margin: 25px auto 10px;
	overflow: hidden!important;
	width: 750px;
}

#projects ul {
	float: left;
	height: 295px;
	margin: 0;
	padding: 0;
	width: 750px;
}

#projects ul li {
	height: 300px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 750px;
}

#projects ul li h4 {
	background-image: url('../elements/pixel_dark.png');
	border-color: #FFF;
	border-style: solid;
	border-width: 0 0 1px;
	font-size: 1.4em;
	margin: 0;
	position: absolute;
	width: 750px;
}

#projects ul li h4 a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

#projects ul li p {
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

#projects em.visit:before {
	content: "visit ";
}

#prevBtn, #nextBtn {
	position: absolute;
	top: 140px;
	width: 2em;
	z-index: 5;
}

#prevBtn a, #nextBtn a {
	background-color: #FFF;
	color: #000;
	height: 2em;/*200px;*/
	display: block;
	outline: none;
	text-decoration: none;
	width: 2em;
}

#prevBtn a:hover, #nextBtn a:hover {
	background-color: #E6E6C0;
	color: #555!important;
}

#prevBtn a span, #nextBtn a span {
	/*display: none;*/
	position: relative;
	top: 4px;
}

#prevBtn a span {
	right: 0;
}

#nextBtn a span {
	left: 0;
}

#prevBtn a:hover span {
	right: 3px;
}

#nextBtn a:hover span {
	left: 3px;
}

#prevBtn {
	left: 75px;
}

#nextBtn {
	right: 75px;
}

#prevBtn a {
/*	background: url('../elements/prev-arrow-faded.png') no-repeat 10px 80px;*/
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	margin: 0 0 0 -2em;
	text-align: right;
}

#nextBtn a {
/*	background: url('../elements/next-arrow-faded.png') no-repeat 33px 80px;*/
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	margin: 0 0 0 2em;
	text-align: left;
}

#prevBtn a:hover {
/*	background: url('../elements/prev-arrow.png') no-repeat 10px 80px;*/
}

#nextBtn a:hover {
/*	background: url('../elements/next-arrow.png') no-repeat 33px 80px;*/
}

/*#prevBtn a:hover {
	background: url('../elements/prev-grad.png') repeat-y left top;
}

#nextBtn a:hover {
	background: url('../elements/next-grad.png') repeat-y left top;
}*/

.description {
	font-size: 0.8em;
}

.clients ul,
.skills ul {
	float: left;
	margin: 25px 50px;
	padding: 0;
	width: 750px;
}

.clients ul li,
.skills ul li {
	border-color: #E6E6C0;
	border-style: solid;
	border-width: 0 1px 0 0;
	color: #B4BDCC;
	float: left;
	font-size: 0.9em;
	height: 23px;
	list-style-type: none;
	margin: 0 1.5%;
	padding: 0;
	vertical-align: bottom;
	width: 30%;
}

.skills ul li {
	padding: 5px 0 10px;
}

li.third {
	border: 0!important;
}

li.fifth {
	border: 0!important;
}

.skills span, #submit span {
	color: #FFF;
	cursor: default;
	padding: 5px;
	text-shadow: 0 -1px -1px #555;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 2px #000;
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
}

span.code, #submit span {
	background-color: #558;
}

span.personal {
	background-color: #558;/*#855;*/
}

span.web {
	background-color: #855;/*#858;*/
}

span.computers {
	background-color: #858;/*#885;*/
}

.clients ul li a,
.skills ul li a {
	color: #B4BDCC;
}

.clients p,
.skills p {
	clear: both;
}

.key {
	float: right;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

.key span {
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#toys-tools ul li {
	height: 90px;
	text-align: center;
}

#languages ul li {
	height: 15px;
	width: 16.5%
}

#languages ul li small {
	opacity: 0.5;
}


#ie6Warning {
	background: transparent url('../elements/pixel_dark.png');
}

#ie6Warning h2 {
	border-color: #B22;
	border-style: solid;
	border-width: 0 0 1px;
	color: #B22;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

fieldset {
	border: 0;
	margin: 0 0 15px;
	padding: 0;
}

fieldset legend {
	display: none;
}

fieldset ul {
	background: transparent url('../elements/pixel.png');
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	list-style-type: none;
	margin: 25px 25px 0 130px;
	padding: 15px;
	width: 560px;
}

fieldset li {
	clear: both;
	margin: 0 0 10px;
	padding: 0;
}

fieldset li label {
	display: block;
	float: left;
	margin: 5px 0;
	text-align: right;
	width: 200px;
}

fieldset li input,
fieldset li textarea {
	background: #FFF url('../elements/form-grad.png') repeat-x left top;
	margin: 0 0 0 10px;
	padding: 5px;
	width: 250px;
}

input[type="submit"] {
	background: none;
}

fieldset li p {
	font-size: 0.7em;
	left: 210px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px;
	width: 250px;
}

fieldset li textarea {
	height: 100px;
}

.required {
	color: #F00;
	position: relative;
}

.required-note {
	font-size: 0.8em;
	margin: 20px 0 0 10px;
}

#submit span {
	background: #FFF url('../elements/form-grad.png') repeat-x left top;
	color: #000;
	cursor: pointer;
	margin: 0 0 0 10px;
	text-shadow: none;
}

#submit span:active {
	background: #C0C0C0 none;
}

#success-message,
#failed-message {
	border-style: solid;
	border-width: 3px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 50px 25px;
	padding: 10px 10px 10px 30px;
}

#success-message {
	background: #8F8 url('../elements/tick.png') no-repeat 10px center;
	border-color: #585;
	color: #050;
}

#failed-message {
	background: #F88;
	border-color: #F55;
	color: #000;
}

.clear {
	clear: both;
}

.big {
	height: 50px;
}