#ribbon{
	background-image: url("http://lable.org/press/img/ribbon.png");
	width: 219px;
	height: 219px;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: -20px;
}

#ribbon a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}


#ribbon a span{
	display: none;
}

body {
	color:#333;
	text-align:left;
	margin:0 0 0;
	height: 100%;
	position: relative;
}

#container{
	width: 1050px;
	margin: 0 auto;
}

#header{
	text-align: center;
	height: 170px;
	width: 958px;
	margin: 20px 0 30px 26px;
}

.logo{
	margin: 20px;
	margin-bottom: 10px
}

.project{
	width:468px;
	height:541px;
	background: #fff url('img/bg_project.png');
	float: left;
	clear: none;
	margin: 0 20px 20px 20px;
}

#footer {
	text-align: center;
	height: 50px;
	width: 958px;
	border-top:1px solid #eee;
	margin: 20px 0 30px 26px;
	position:relative;
	text-decoration:none;
	clear: both;
	float: none;
}

p, span, div.project-contributors, input, textarea, div#profile-container{
	font-size: 12.5px;
	line-height: 19px;
	font-family: Georgia, "Times New Roman", Times, "serif";
	color: #777;
}

p, div.project-contributors {
	margin: 10px 30px 5px 30px;
}

/*

USER PROFILE

*/


#profile-container{
	position: absolute;
	display: none;
	z-index: 1000;	
	width: 406px;
	height: 250px;
/* 	border: 1px solid #F00; */
	padding: 10px;
	margin: 0px;
	margin-top: 60px;
	margin-left: 20px;
	background-color: #FFF;
	background-image: url('img/bg-bubble.gif');
}

#profile-container h2{
	margin-left: 0;
}

#profile-container.upper{
/*	
	profile displayed above link
	
*/
	/* border: 1px solid #F00; */
}

#profile-container.lower{
/*	
	profile displayed below link
	
*/
	/* border: 1px solid #0F0; */
}

#profile-container h2{
	margin: 0px;
}


.user-description{
	clear: both;
	height: 120px;
}


.socialnetworks{
	height: 16px;
	position: absolute;
	top: 240px;	
}

.socialnetworks span a span{
	display: none;
}

.close{
	position: absolute;
	float: left;
	top: 240px;
	left: 360px;
}

.socialnetworks span a{
	display: block;
	clear: none;
	float: left;
	background-image: url('img/socnet-badges.gif');
	height: 100%;
	margin-right: 5px;
/* 	border: 1px solid #F00; */
	background-repeat: no-repeat;	
}

.socialnetworks span.linkedin a{
	width: 48px;
}
.socialnetworks span.twitter a{
	width: 56px;
	background-position: 0px -17px;
}
.socialnetworks span.flickr a{
	width: 41px;
	background-position: 0px -34px;
}
.socialnetworks span.delicious a{
	width: 86px;
	background-position: 0px -51px;
}
.socialnetworks span.lastfm a{
	width: 47px;
	background-position: 0px -68px;
}


.slider-container{
	width: 412px;
	height: 259px;	
	padding: 0px;
	overflow: hidden;
	border:1px solid #ddd;
	margin: 22px 30px 5px 25px;
}

.slider-content {
	width: 10000px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.slider-section{
	position: relative;
	display: block; 
	width: 402px;
	height: 249px;
	float:left;	
	margin: 0;
	padding: 5px;
	}



img.project-image{
	border: 0;
}


.slider-section a .more{
	display: none;
}

.slider-section a:hover .more{
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -1px;
	right: -1px;
	width: 39px;
	margin: -1px;
	height: 39px;
	background: url(img/more_03.png) no-repeat;
}

ul.project-meta-list{
	text-align: left;
}

li.project-meta-item{
	list-style: none;
	/* weird negative margin required */
	margin: 0 -10px;
}

span.project-meta-name{
	font-weight: bold;
}

h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, "serif";
	display: none;
}

h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, "serif";
	color: #d8df21;
	font-style: italic;
	margin: 20px 30px;
}

h3 {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, "serif";
	color: #ccc;
	font-weight: 100;
	margin: 10px 70px;
}

form {
	position: relative;
	margin: 0;
}

/*
.name, .mail, .subject {
	clear: none;
	margin: 10px 145px;
	width: 400px;
}
*/

/*

*/

.contact{
	display: block;
	clear: right;
	float: left;
	height: 80px;
	width: 250px;
}

.contact span{
	position: relative;
	clear: both;
	float: left;
}


.wpcf7-response-output.wpcf7-validation-errors {
	text-align: center;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, "serif";
	color: #777;
	margin: 15px 0 0 30px;
}


.message textarea{
	border: 1px solid #bbb;
	height: 118px;
}

input, textarea{
	border: 1px solid #bbb;
}

input:focus, textarea:focus{
	border-color: #999;
}

#contact {
	text-align: left;
	width: 958px;
	border-top:1px solid #eee;
	margin: 20px 0 30px 26px;
	position:relative;
	text-decoration:none;
	clear: both;
	float: none;
}

.your-name input, .your-email input, .your-subject input, .captcha-959 input{
	height: 17px;
	font-size: 14px;
	padding: 4px;
}

.wpcf7-captcha-captcha-959{
	clear: none;
	margin-left: 25px;
}

.captcha-959 input{
	width: 100px;
}

textarea{
	padding: 4px;
}

#contact p{
	position: relative;
	display: block;
	width: 408px;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	float: right;
	clear: right;	
}

#contact p input{
	position: relative;
	clear: right;
	float: right;
	margin-bottom: 18px;		
}

.send input{
	height: 25px;
	line-height: 15px;
}

#contact span.name,#contact span.mail,#contact span.subject,#contact span.message{
	position: relative;
	clear: none;
	float: left;
}

#contact p.contact-2 {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 408px;
	clear: none;
	float: left;
}

p.contact-2 span.message{
	display: none;
}

p.contact-2 span.your-message{
	position: relative;
	float: left;
	width: 100%;
}

p.contact-2 textarea{
	position: relative;
	height: 147px;
	width: 100%;
}

.wpcf7-response-output{
	height: 40px;
	display: block;
	float: none;
	clear: both;
	vertical-align: middle;
}

.wpcf7-validation-errors{
	border: 2px solid #D00;
}

/* /contact  */

a {
color: #23a820;
text-decoration:none;
}

a:hover {
text-decoration:underline;
color:#23a820;
}

.user-avatar img{
	float: left;
	clear: none;
	margin: 0;
	border: 1px solid #CCC;
	padding: 2px;
	margin-right: 10px;
	width: 96px;
	height: 96px;
}

#partner {
	Position: relative;
	float: right;
	border: 0;
	right: 60px;
	top: -60px;
}

