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;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0}:focus{outline:0}body{line-height:1;color:#000;background:#FFF}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:400}blockquote:before,blockquote:after,q:before,q:after{content:""}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
 
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

html {font-size: 62.5%;}

@font-face {font-family: Droid;src: url('DroidSans.ttf');}
@font-face {font-family: Droid;src: url('DroidSans-Bold.ttf');font-weight: bold;}

a {
	text-decoration: none;
	color: #8abd3f;
}

a:hover {
	color: #6b9828;
	text-shadow: 1px 1px 0 #eee;
}

a.formActive {
	color: #666;
	font-weight: 400;
	cursor:  text;
}

body {
	background: #e3e3e3;
	font: normal 1.15em/1.3 "Droid", Arial, sans-serif;
	color: #666;
	text-shadow: 1px 1px 0 #ededed;
	}
	
.none {display: none !important;}
strong {font-weight: 700;}

/* GRADIENT
******************************************************/
body * {
	position: relative; 
	z-index: 2; /* text-selection over the gradient */
	}
body div.gradientBox {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	}
.gradient {
	position: fixed;
	z-index: 1 !important;
	}
.axisX {width: 100%;height: 150px;}
.axisY {width: 150px;height: 100%;}
.left {background: url(../images/gradient_left.png) repeat-y;}
.top {background: url(../images/gradient_top.png) repeat-x;}
.right {background: url(../images/gradient_right.png) right repeat-y;right: 0;}
.bottom {background: url(../images/gradient_bottom.png) bottom repeat-x;bottom: 0;}


/* CONTENT
******************************************************/
h1 {display: none;}
h3 {
	font-weight: bold;
	margin-bottom: .7em;
	}

#wrap {
	width: 400px;
	padding: 100px 0 0 210px;
	min-height: 217px;
	margin: 0 auto 50px auto;
	background: url(../images/cake.png) left 60px no-repeat;
	}

.line {
	margin-bottom: .9em;
	border-bottom: 1px solid #f1f1f1;
	}
	
/* social Box */
#socialBox a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background-repeat: no-repeat;
	margin-right: 3px; 
	color: #bbb;
	text-shadow: none;
	}
	
#socialBox strong {
	display: block;
	float: left;
	margin-right: 6px;
	}
	
#socialBox a span {
	position: absolute;
	visibility: hidden;
	}
	
#socialBox a:hover span {
	visibility: visible;
	}

#socialBox .facebook {background: url(../images/facebook.png);}
#socialBox .facebook span {margin-left: 80px;}

#socialBox .myspace {background: url(../images/myspace.png);}
#socialBox .myspace span {margin-left: 61px;}

#socialBox .lastfm {background: url(../images/lastfm.png);}
#socialBox .lastfm span {margin-left: 42px;}

#socialBox .twitter {background: url(../images/twitter.png);}
#socialBox .twitter span {margin-left: 23px;}

#FormField {
	padding-bottom: .9em;
	border-bottom: 1px solid #ccc;
	}

/* CONTACT
******************************************************/
form {
	margin-top: 10px;
	}

input, textarea {
	font: 1em/1.4 "Droid", Arial, sans-serif;
	text-shadow: 1px 1px 0 #fff;
	}
	
label {
	font-weight: 700;
	}
	
textarea {
	height: 80px;
	}

input[type=text], textarea {
	width: 70%;
	border: 1px solid #c9c9c9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 4px 6px;
	background: #f9f9f9;
	margin-top: 10px;
	color: #888;
	margin-right: 3px;
	
	box-shadow:inset 0 5px 5px #e5e5e5; 
	-moz-box-shadow:inset 3px 3px 5px #e5e5e5; 
	-webkit-box-shadow:inset 0 0 5px #e5e5e5;
	}
	
input[type=text]:hover, textarea:hover {
	border-color: #bbb;
	color: #666;
	}

input[type=text]:focus, textarea:focus {
	color: #525252;
	border-color: #adadad;
	background: #fcfcfc;
	box-shadow:inset 0 5px 5px #eee; 
	-moz-box-shadow:inset 3px 3px 5px #eee; 
	-webkit-box-shadow:inset 0 0 5px #eee;
	}

.stateLoading {
	width: 24px;
	height: 24px;
	background: url(../images/ajaxLoader.gif) no-repeat;
	display: none;

	}
.stateLoading.in {
	margin: 30px auto;
	display: block;
	}
	
input.fail, textarea.fail {
	border-color: #dd8f70 !important;
	color: #dd8f70 !important;
	}

input.success, textarea.success {
	border-color: #a9c98d !important;
	}

input[type=submit]{
	margin-top: 1em;
	font-size: .9em;
	border: none;
	background: #222 url(../images/overlay.png) repeat-x;
	display: inline-block;
	padding: 3px 7px 4px;
	color: #eee;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #000;
	position: relative;
	cursor: pointer;
	float: left;
	}

.message {
	background: #f5f4e5;
	border: 1px solid #cccaac;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 6px 10px;
	margin-top: 1em;
	}

#fail {
	float: left;
	display: block;
	margin: 1.2em 0 0 .7em;	
}

