@CHARSET "ISO-8859-1";

* {
	padding: 0;
	margin: 0;
}
/*
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,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 0;
	vertical-align: baseline;
}*/

body {
	margin: 0;
	padding: 0;
	font: normal .75em/ 1.6em Tahoma, Arial, Verdana, sans-serif;
	color: #878787;
	background: #000;
}

/* links */
a {
	color: #d86303;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #d86303;
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1 {
	color:#FFFFFF;
	font-family:Arial,Helvetica,"Nimbus Sans L",sans-serif;
	font-size:2.2em;
	font-style:italic;
	font-weight:bold;
	padding: 10px 20px 0;
}

h2 {
	font-size: 1.1em;
	color: #0570be;
	padding: 3px 20px 0;
}

h3 {
	font-size: 1.2em;
	padding: 3px 20px 0;
}

p {
	margin: 0;
	padding: 10px 20px;
}

ul,ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #FFF;
}

/* images */
img {
	border: none;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/ 1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
}

acronym {
	cursor: help;
	border-bottom: 1px solid #d86303;
}

blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	font: bold 1.3em/ 1.5em 'Trebuchet MS', Sans-serif;
}


#site {
	width: 900px;
	margin: 0 auto;
	background-color: #232323;
}

#header {
	border-bottom: 1px solid #3c3c3c;
	height: 105px;
	z-index : 10;
}

#header-logo {
	margin: 10px 30px;
	height: 73px;
	width: 181px;
	background: url(../images/logo.jpg) no-repeat left top;
	float: left;
	z-index : 100;
}

#header-navigation {
	float: right;
	left: 250px;
	top: 20px;
	position: relative;
	z-index : 100;
}

#leader-board {
	background-color:#333333;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	height:50px;
}
#overlay {
	background-image: none;
	min-height:100px;
}

#content {
	background-color: #232323;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	min-height: 400px;
	padding: 20px, 0px;
	overflow:auto;
}


#leftColumn {
	float : left;
	width : 445px;
	height:100%;
}

#rightColumn {
	float : right;
	width : 445px;
	height:100%;
}

#bottom {
	height: 80px;
	background: url(images/leaderBoard-1.jpg);
	background: url(images/leaderBoard-2.jpg);
	background: url(images/leaderBoard-3.jpg);
	background:none;
	background-color: #000;
}

.navigation {
	position: relative;
	float: right;
	height: 20px;
	width: 600px;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
}

.navigation li {
	float: left;
	list-style: none;
}

.navigation li.backLava {
	border-bottom: 2px solid #fff;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

.navigation li a {
	font: 1.4em Tahoma, Arial, Verdana;
	text-decoration: none;
	color: #818181;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}

.navigation li a:hover,.navigation li a:active,.navigation li a:visited
	{
	border: none;
}

.navigation li.selectedLava a {
	color: #d86200;
}

/* messages */
.message,.success,.warning,.error,.validation,.loading {
	border: 1px solid #3c3c3c;
	margin: 10px 10px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.loading {
	background-color: #878787;
	color: #232323;
	background-image: url(../images/loading.gif);
}

.message {
	color: #0570be;
	background-color: #BDE5F8;
	background-image: url(../images/message.png);
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url(../images/success.png);
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(../images/warning.png);
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../images/error.png);
}

.fg-button {
	outline: 0;
	margin: 0 4px 0 0;
	padding: .4em 1em;
	text-decoration: none !important;
	cursor: pointer;
	position: relative;
	text-align: center;
	zoom: 1;
}

.fg-buttonset {
	float: right;
}

.fg-buttonset .fg-button {
	float: left;
}

.fg-buttonset-single .fg-button,.fg-buttonset-multi .fg-button {
	margin-right: -1px;
}

/* form elements */
fieldset {
	border: solid 1px #878787;
	padding: 1em;
	margin: 1em;
	width:40em;
}

legend {
	font-size: 1.5em;
	color: #878787;
	padding: 3px;
}

label {
	color: #878787;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.7em 0;
	width:11em;
}

input.text, textarea.text {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #878787;
	color: #232323;
	display: block;
	float: left;
	font-size: 1.1em;
	clear: none;
	float: none;
	margin-bottom: 1em;
	margin-left: 12em;
	margin-top: -2em;
	
}

input.text {
	height: 1.2em;
	padding: 0.3em 0.5em;
	width: 16em;
}

textarea.text {
	width: 20em;
	margin-left:14.7em;
	height: 6em;
	padding: 0.3em 0.5em;
}
div.center {	text-align: center;}
/** LOGOS LINKS */#logo-list li { 	display : inline;	padding : 0 0.5em;	float:left;}#logo-list {	list-style-type : none;}
a.zendFrameworkLink {    display: block;	width: 254px;	height: 67px;	text-decoration: none;	background: url("../images/zendFramework-logo.png");	overflow:auto;}
a.zendFrameworkLink:hover {    background-position: 0 67px;	overflow:auto;} 
a.phpLink {    display: block;	width: 95px;	height: 51px;	text-decoration: none;	background: url("../images/php-logo.png");	overflow:auto;}a.phpLink:hover {    background-position: 0 51px;	overflow:auto;}
a.mySQLLink {    display: block;	width: 167px;	height: 93px;	text-decoration: none;	background: url("../images/mySQL-logo.png");	overflow:auto;}a.mySQLLink:hover {    background-position: 0 93px;	overflow:auto;}
a.facebook {
    display: block;
	width: 217px;
	height: 62px;
	text-decoration: none;
	background: url("../images/facebook-logo.png");
	overflow:auto;
}

a.facebook:hover {
    background-position: 0 62px;
	overflow:auto;
} 


a.linkedIn {
    display: block;
	width: 222px;
	height: 69px;
	text-decoration: none;
	background: url("../images/linkedIn-logo.png");
	overflow:auto;
}

a.linkedIn:hover {
    background-position: 0 69px;
	overflow:auto;
} 


.displace {
    position: absolute;
	left: -5000px; 
} 
