/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, .header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties & theme color ======================================================== */
body { 
	background:#eee;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#777;
	min-width:1000px;
}
html, body { height:100%;}


p {padding-top:15px;}
h1 {font-size:20pt;	line-height:1.2em;}
h2 {font-size:16pt;	line-height:1.2em;}
h3 {font-size:14pt;	line-height:1.2em;}
h4 {font-size:13pt;	line-height:1.2em;}
h5 {font-size:12pt;	line-height:1.2em;}
h6 {font-size:10pt;	line-height:1.2em;}



.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

a, .project h3 a:hover,.pagenav a.active {
	text-decoration:none;
	color:#ff743e;
	outline:none;
}

h2 a:hover {
color: #ff743e !important;
}

.filter-target {
	margin-top:20px
}

.slider.slider-main li a:hover, .show-more a:hover{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/more-bt.png) #ff743e 50% 50% no-repeat;
}

.slider.slider-main li a.zoom:hover,.slider.slider-folio ul li a:hover, .show-more a.zoom:hover{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/zoom-bt.png) #ff743e 50% 50% no-repeat;
}

.tags a:hover, .sendbtn a:hover, a.profileLink:hover, .widget_tag_cloud a:hover, input#submit.comment-submit:hover, .tag-butt:hover {
	cursor:pointer;
	background:#ff743e;
	color:#ffffff;
}

.top-space {
	width: auto;
	padding: 35px
}

a:hover{
	text-decoration:underline;
	color: #ff743e !important;
}

/* Global Structure ============================================================= */

	/* Header */
	
	
	/* Content */
	section#content {
		
	}			
	/* Footer */
	footer{
		
	}
/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.align-right { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-indent1 { 
	margin:4px 20px 10px 0; 
	float:left;
}
.extra-wrap { 
	width:100%;
}

.mainpage-extra { 
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.mainpage-extra-last { 
	float: left;
	width: 300px;
}

.call-type {
text-transform: uppercase;
font-family: 'Oswald';
float:left;
clear: both;
display:block;
background: #e5e5e5;
padding: 2px;
font-size: 90%;
}

.extr{
	overflow:hidden;
}

.extr-single{
	overflow:visible;
}
.icon-indent{
	float:left;
	margin:4px 15px 0 15px;
}
*+html .icon-indent{
	margin:20px 15px 0 15px;
}
/*===== header =====*/
.header{
		position:relative;
		z-index:99;
	}
	.container_12{
		position:relative;
		font-size: 120% !important;
	}
.row-header{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/header-row-1.gif) 0 0 repeat-x #292929;
	padding:24px 0; 
	height:27px;
}


.logotype{
	display:block;
	height:164px;
	width:218px;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/logo-bg.png) 0 0 no-repeat;
	position:absolute;
	top:-23px;
	left:-10px;
	text-align:center;
	padding:38px 61px 0 61px;
	font-size:12px;
	line-height:30px;
	color:#888;
	font-family: 'Oswald';
	font-weight:normal;
	border-top:#545454 1px solid;
}

.logotype i{
	font-style:normal;
	display:block;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/logo-divider.gif) 0 top repeat-x;
	text-transform:uppercase;
	padding:13px 6px 0px 6px;
	text-align:center;
	line-height: 19px;
    width: 210px;
}
	.logotype a{ 
		display:inline-block;
		text-align:center;
	}
	.logotype a span{
		display:inline-block;
		padding-bottom:14px;
		margin-left: -10px;
	}
	
h1 {
	font-size:20px;
	color:#343434;
	text-transform:uppercase;
	font-family:'Oswald';
	font-weight:normal;
	margin-bottom:10px;
	position:relative;
}

h1 span {
	display:inline-block;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/title-marker.gif) right 5px no-repeat;
	padding-right:15px;
	
}

h2, .extr h2 a {
	line-height:1.2em;
	color:#343434;
	text-transform:uppercase;
	font-family:'Oswald';
	font-weight:normal;
	margin-top: 20px;
}
h2 span{
	display:inline-block;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/title-marker.gif) right 5px no-repeat;
	padding-right:15px;
}

.fs20{
	font-size:20px;
	font-weight:normal;
}
.fs20 span{
	background-position:right 7px;
}
h3{
	font-size:14pt;
	line-height:20px;
	color:#343434;
	margin-top: 15px;
	font-family:'Oswald';
}

.offers{
	color:#ff743e;
	font-family:'Oswald';
	font-size:20px;
	line-height:24px;
	text-decoration:none;
	display:block;
}

	
.nav{
	padding:0px 0px 16px 0px;
	border-top:#333 1px solid;
	border-bottom:#292929 2px solid;
	background:#2e2e2e;
	}
	.nav ul{
		float:right;
	}
	.nav>div>div>ul>li {
		float:left;
		font-size:12px;
		line-height:18px;
		text-transform:uppercase;
		font-family:'Oswald';
		margin-left:60px !important;
		
		
	}
	.nav ul>li>a, ul.sf-menu>li.backLava{		
		color:#bbb;
		display:inline-block;
		text-decoration:none;
		padding:13px 0 0 0;
		margin-top:-1px !important;
	}
	ul.sf-menu>li.backLava{
		color:#fff;
		border-top:#717171 1px dotted;
		padding:12px 0 0 0;
		margin-left:0px !important;
				}
	.nav ul a.first{margin-left:0px;}
	.nav li.current a, .nav li a:hover{
		color:#fff;
	}
.portfolio-menu{
	width:100%;
	text-align:center;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/spacer2.gif) repeat-x left center;
}

.portfolio-menu li{
	background:#fff;
	display:inline;
	text-transform:uppercase;
	font-style:italic;
	padding-right:30px;
	margin-left:-4px;
}
*+html .portfolio-menu li{
	padding-right:29px;
}
.portfolio-menu li:first-child{
	padding-left:32px;
}
.portfolio-menu li a{
	color:#949494;
	text-decoration:none;
}
.portfolio-menu li a:hover, .portfolio-menu li.current a{
	color:#ff743e;
}
	
.icon-list{float:right;padding:0 3px 0 22px;}
	.icon-list li{float:left;padding-left:9px;}
	
.full-width{
	margin:0 -10px;
}
	
/*===== content =====*/
.main{
	width:980px;
	margin:0 auto;
	font-size:12px;
	line-height:18px;
}

.footer{
	width:980px;
	margin:0 auto;
	font-size:12px;
	line-height:18px;
}
.container_12{
		font-size:12px;
		line-height:18px;
}
#content {
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/content-bg.png) center 0 no-repeat;
	padding:38px 0 67px 0;
	width:100%;
}

#content .row-1{
	text-align:right;
	position:relative;
	padding:0 48px 0 0;
	z-index:4;
	background:none;
}
.arrow{
	width:34px;
	height:74px;
	position:absolute;
	top:16px;
	right:9px;
	z-index:50;
}
.title{
	font-size:26px;
	line-height:1.2em;
	font-family:'Oswald';
	color:#343434;
	display:block;
	text-transform:uppercase;
	width: 590px;
	float: right;
}

.works{
	color:#808080;
	text-decoration:none;
	font-size:11px;
	line-height:24px;
}
	.works:hover{
		text-decoration:underline;
	}
	
.client{
	color:#cbcbcb;
	text-align:right;
	padding-top:5px;
	font-style:normal;
}

.spacer1{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/spacer1.gif) 0 0 no-repeat;
	width:7px;
	height:1px;
	margin:2px 3px;
	display:inline-block;
}

.spacer2{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/spacer2.gif) 0 bottom no-repeat;
	width:206px;
	height:5px;
	display:inline-block;
}

.spacer3{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/spacer3.gif) 0 center no-repeat;
	display:block;
	height:30px;
}

.comment-author{
	font-size:14px;
	line-height:24px;
}
.comment-date{
	font-size:11px;
	line-height:27px;
	color:#a2a2a2;
}
.comment-info{
	float:left;
	overflow:hidden;
	width:530px;
}
.arrow-top{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/arrow-top.gif) 0 0 no-repeat;
	display:inline-block;
	width:9px;
	height:5px;
}

.arrow-bottom{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/arrow-bottom.gif) 0 0 no-repeat;
	display:inline-block;
	width:9px;
	height:5px;
}
	
.list{}
	.list li, .marg-left20 .widget ul li{
		font-size:12px;
		line-height:18px;
		padding-bottom:6px;
	}
		.list li a, .marg-left20 .widget ul li a, h2 a, h3 a{color:#777;text-decoration:none;}
			.list li a:hover, .marg-left20 .widget ul li a:hover, h2 a:hover, h3 a:hover{color:#ff743e;}
			

.list-1{}
	.aside .container_12 .widget ul li, .list-1 li{
		font-size:12px;
		line-height:18px;
	}
		.aside .container_12 .widget ul li a, .list-1 li a{color:#a4a4a4;text-decoration:none;}
			.aside .container_12 .widget ul li a:hover, .list-1 li a:hover{color:#ff743e;}
			
			
.list-2{}
	.list-2 li, .aside .container_12 .blogroll li{
		font-size:12px;
		line-height:18px;
		background:url(http://peerproduction.net/wp-content/themes/lustrel/images/marker.gif) 0 8px no-repeat;
		padding-left:11px;
	}
		.list-2 li a{color:#a4a4a4;text-decoration:none;}
			.list-2 li a:hover{color:#ff743e;}
			
.list-3{}
	.list-3 li,.dot li {
		font-size:12px;
		line-height:18px;
		padding-bottom:2px;
		background:url(http://peerproduction.net/wp-content/themes/lustrel/images/marker.gif) 0 8px no-repeat;
		padding-left:11px;
	}
		.list-3 li a{color:#777;text-decoration:none;}
			.list-3 li a:hover{color:#ff743e;}
			
.list-4{}
	.list-4 li{
		font-size:12px;
		line-height:24px;
	}
		.list-4 li a{color:#777;text-decoration:none;}
			.list-4 li a:hover{color:#ff743e;}
			
.list-5{}
	.check li{
		list-style-type: none;
		font-size:12px;
		line-height:18px;
		padding-bottom:2px;
		background:url(http://peerproduction.net/wp-content/themes/lustrel/images/marker-1.png) 0 4px no-repeat;
		padding-left:20px;
	}
		.list-5 li a{color:#777;text-decoration:none;}
			.list-5 li a:hover{color:#ff743e;}
			
.contact-list{}
	.contact-list li{
		font-size:12px;
		line-height:18px;
		padding-bottom:2px;
		width:100%;
		overflow:hidden;
	}
		.contact-list li span{float:left;}
			.contact-list li span:first-child{width:70px;}
		.contact-list li a{color:#777;text-decoration:none;}
			.contact-list li a:hover{color:#ff743e;}			
			
			
.pager{
}

.marg-left20 .widget {
	padding-bottom: 30px;
	display: block;
	overflow: hidden;
}

.widget_popular_posts li .thumbnail img {
	float: left;
	margin-right: 10px;
}

.pager li{
	float:left;
	padding-right:12px;
}

.pager li a{
	display:inline-block;
	width:9px;
	height:9px;
}

.pager li.prev a{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/pager-prev.gif) 0 0 no-repeat;
}

.pager li.next a{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/pager-next.gif) 0 0 no-repeat;
}
			
.google-plus, .twitter-like, .facebook-like{
	float:left;
	overflow:hidden;
}
.google-plus{
	margin-top:-12px !important;
	overflow:visible;
}
.google-plus{
}

.breadcrumb{
	color:#7f7f7f;
	display:inline-block;
	font-size:12px;
	line-height:18px;
	width: 500px;
}
*+ html .breadcrumb{
	display:inline;
}
.breadcrumb li{
	color:#7f7f7f;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/marker.gif) 0 12px no-repeat;
	padding-left:8px;
	float:left;
	margin-left:6px;
}
.breadcrumb li.home-br{
	float:left;
	color:#7f7f7f;
	padding-left:8px;
	margin:0;
	background:none;
}
.breadcrumb li.where{
	margin-left:0;
	padding-left:0;
	background:none;
	
}
.breadcrumb a{
	color:#2e2e2e;
	text-decoration:none;
}
.breadcrumb a:hover{
	text-decoration:underline;
}
.background{
	background:#fff;
}
#content .background{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.band{
	width:78px;
	height:78px;
	position:absolute;
	top:-6px;
	right:-6px;
	z-index:20;
}

.link{
	display:inline-block;
	text-decoration:none;
	color:#a2a2a2;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/link-bg.gif) right 8px no-repeat;
	font-size:11px;
	line-height:18px;
	padding-right:18px;
}
	.link:hover{
		color:#ff743e;
	}
	
.link-1{
	text-decoration:none;
}
.link-1:hover{
	text-decoration:underline;
}

.reply-link, .comment-reply-link {
	text-decoration:none;
	color:#6d6d6d;
}
	.reply-link:hover, .comment-reply-link:hover{
		text-decoration:underline;
	}

.reply-container{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/reply-bg.gif) 8px 92px no-repeat;
}

.reply, .children{
	padding-left:20px;
}
.reply .comment-info, .children .comment-info{
	width:500px;
}

.children hr {
	display:none;
}

.tag-butt, input#submit.comment-submit {
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/tag-bg.gif) 0 0 repeat-x;
	text-decoration:none;
	color:#777;
	padding:4px 16px;
	display:inline-block;
	font-size:12px;
	line-height:1.2em;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:pointer;
}

input#submit.comment-submit {
	border:0;
	display:block;
	width:auto;
}

.tags a, .widget_tag_cloud a{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/tag-bg.gif) 0 0 repeat;
	text-decoration:none;
	color:#777;
	padding:4px 16px;
	display:inline-block;
	font-size:12px;
	line-height:1.2em;
	float:left;
	margin:0 10px 10px 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

.flickr a{
	display:inline-block;
	margin:0 20px 20px 0;
}

.blog-feed{
	width:630px;
	float:left;
	margin-left:10px;
}

.pagenav span, .pagenav a {
	color:#777;
	margin-right: 10px;
}

/* Circular Content Carousel Style */
.slider{
	background:#fff;
	padding:47px 20px 8px 20px;
	margin-top:21px;
	border-radius:2px 2px 0 0;
	position:relative;
}

.home .slider {
	height: 206px;
	overflow:hidden;
}

.slider-folio{
	padding:0;
	margin:0;
}
.show-more{
	position:relative;
}
.slider-main li{
	width:320px;
	float:left;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	text-align:center;
}

.slider-main ul {
	margin-left:-10px;
}

.slider-folio li{
	width:630px;
	margin-left:-10px;
	float:left;
	margin:0;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}

.slider li a, .show-more a{
	display:inline-block;
	position:relative;
	-moz-opacity:0;
	-webkit-opacity:0;
	opacity:0;
	filter: alpha(opacity=0);
	width:41px;
	height:39px;
	position:absolute;
	top:50%;
	left:50%;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/more-bt.png) #ffffff 50% 50% no-repeat;
	margin-top:-20px;
	z-index:10;
	border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
}

.slider li img, .show-more img{
	display:inline-block;
}
.slider li a.zoom, .show-more a.zoom{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/zoom-bt.png) #ffffff 50% 50% no-repeat;
	margin-left:-41px;
	border-radius:2px 0 0 2px;
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
}

.slider.slider-folio ul li a, .blog-feed .show-more a {
	margin-left:-20px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}

.slider li i, .show-more i{
	display:block;
	font-style:normal;
	position:absolute;
	width:100%;
	height:100%;
	z-index:9;
	top:0;
	left:0;
}

.slider.slider-main li:hover i, .show-more:hover i{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/slide-hover.png) 0 0 repeat;
}
.carousel-control{
	position:absolute;
	width:27px;
	height:54px;
	bottom:42px;
	font-size:0;
	line-height:0;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
}

.slider-folio .carousel-control{
	display:none;
}

.previous{
	left:-27px;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/prev.png) 0 0 no-repeat;
	
}
.next{
	right:-27px;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/next.png) 0 0 no-repeat;
}
.carousel-pagination p{
	text-align:center;
	padding-top:21px;
}
.carousel-pagination a{
	font-size:0;
	line-height:0;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/pag.gif) 0 0 no-repeat;
	height:5px;
	width:5px;
	cursor:pointer;
	display:inline-block;
	margin-left:10px;
}
.carousel-pagination a.active, .carousel-pagination a:hover{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/pag-hover.gif) 0 0 no-repeat;
}
#id
/*===================Tabs==========================*/
.home .ui-tabs-hide{
	display:none;
}
.home .ui-tabs-nav{
	width:980px;
	overflow:hidden;
	border-top:#393939 1px solid;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	position:relative;
}
.home .ui-tabs-nav li{
	float:left;
	border-top:#919191 1px solid;
	padding-bottom:16px;
}

.home .ui-tabs-nav li a{
height: 25px !important; 
}

.home .ui-tabs-nav h2{
	color: #EEEEEE;
    font-size: 22pt;
}

.home .ui-tabs-nav li a{
	color:#fff;
	text-decoration:none;
	padding:20px 10px 30px 52px;
	background:#393939;
	border-top:#2d2d2d 1px solid;
	border-bottom:#393939 1px solid;
	border-left:#494949 1px solid;
	border-right:#2b2b2b 1px solid;
	display:block;
	width:263px;
}
* html .home .ui-tabs-nav li a{
	padding:26px 25px 46px 36px;
	width: 263px;
}

.home .ui-tabs-nav li a span{
	display:block;
	overflow:hidden;
}
.home .ui-tabs-selected{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/ui-tabs-panel-bg.png) 158px bottom no-repeat;
}
.home .ui-tabs-nav .ui-tabs-selected a, .home .ui-tabs-nav .ui-state-active a, .home .ui-tabs-nav .ui-state-hover a{
	background:#434343;
}
.home .ui-tabs-nav li:nth-child(3n) a{
	border-right:none;
}
.home .tabs-bottom{
	padding:0 !important;
	border:none !important;
	float:none;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/tab-bottom-bg.gif) 0 bottom repeat-x;
	height:6px;
	position:absolute;
	bottom:28px;
	right:12px;
	left:12px;
}

.home .ui-tabs-panel{
	background:#fff;
}
.home .ui-tabs-panel .inner{
	background:#fff;
}
.marg-top-pl3{
	margin-top:3px;
}
.marg-top-pl6{
	margin-top:6px;
}
.marg-top20{
	margin-top:20px;
}
.top6{
	padding-top:6px;
}
.top10{
	padding-top:10px;
}
.top15{
	padding-top:15px;
}
.top20{
	padding-top:20px;
}
.top25{
	padding-top:25px;
}
.top30{
	padding-top:30px;
}

.dbottom40{
	margin-bottom:40px;
}

.top35{
	padding-top:35px;
}

.top40{
	padding-top:40px;
}

.top30bottom{
	padding-bottom:30px;
}

.marg-top5{
	margin-top:-5px;
}
.marg-left20{
	margin-left:20px;
}
.spacer{
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/spacer.gif) 0 0 no-repeat;
}

.right {
	float:right;
}

.bottom10{
	padding-bottom:10px;
	clear: both;
}
.bottom15{
	padding-bottom:15px;
}
.bottom25{
	padding-bottom:25px;
}
.bottom30{
	padding-bottom:30px;
}
.bottom35{
	margin-bottom:35px;
}

.bottom54{
	    margin-bottom: 30px;
    padding-bottom: 20px;
}

.divider, hr {
	height:5px;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/divider.gif) 0 bottom repeat-x;
}

hr {
	border:0;
	margin:30px 0 40px 0;
	clear:both;
}

.divider1{
	height:5px;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/divider-bg.png) 0 bottom repeat-x;
}
.italic{
	font-style:italic;
}
.data{
	width:40px;
	color:#bbb;
	font-size:14px;
	line-height:1.2em;
	font-family:'Oswald';
	text-align:center;
}
	.data .inner{
		width:40px;

		color:#fff;
		padding:2px;
		margin-bottom:8px;
		text-align:center;
		font-size:17px;
		line-height:1.2em;
		background: #FF743E;
		border-radius: 5px 5px 5px 5px;
		font-weight: bold;
	}
	
		.data .inner small{
		font-size: 11px;
		font-weight: normal;
		}
	
	.data .inner a {
		color:#fff;
		text-decoration:none;
	}
	
	.data .inner a:hover {
		color:#fff;
		text-decoration:underline;
	}
	
.data-indent{
	float:left;
	margin:4px 18px 0 0;
/*
	overflow:hidden;
*/
}
.relative{
	position:relative;
}
/*===== footer =====*/
footer {
	color:#717171;
	position:relative;
	padding-bottom:34px;
}

.aside{
	border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	padding:63px 0 45px 0;
	background:#393939;
	border-bottom:#424242 1px solid;
}
.row{
	border-top:#2c2c2c 1px solid;
	background:#343434;
	padding-top: 11px;
	padding-bottom:17px;
	padding-left:0px;
	padding-right:0px;
	font-size:11px;
	line-height:1.2em;
	color:#717171;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	margin-bottom:1px;
}
.row .fright{
	font-size:11px;
	line-height:1.2em;
}
.row a{
	color:#fff;
	text-decoration:none;
}
.row a:hover{
	text-decoration:underline;
}
.footer-menu{
	float:left;
}

.footer-menu li{
	font-size:11px;
	line-height:1.2em;
	float:left;
	padding-right:28px;
}

.footer-menu li a{
	color:#717171;
	text-decoration:none;
}
.footer-menu li a:hover, .footer-menu li.current a{
	color:#ff743e;
	text-decoration:none;
}

.aside h3{
	color:#fff;
}
.logo-small{
	float:left;
}
.logo-info{
	font-size:10px;
	color:#656565;
	text-shadow:0px 1px 1px #303030;
	display:inline-block;
	padding:25px 0 0 6px;
	float:left;
}
.color{
	color:#a4a4a4;
}
.color1{
	color:#ff743e;
}
/*----- forms -----*/
#form-subscribe{
	padding:2px;
	overflow:hidden;
	background:#373737;
	margin-top:15px;
}

#form-subscribe input {
	width:150px;
	height:13px;
	padding:5px 10px;
	background:#404040;
	border:#434343 1px solid;
	color:#616161;
	font-size:12px;
	line-height:1.2em;
	overflow:hidden;
	float:left;
	margin-right:11px;
	
}

	#form-subscribe a{
			text-decoration:none;
			background:#d8d8d8;
			color:#272727;
			padding:4px 14px;
			height:17px;
			border-radius:2px;
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			float:left;
		}
		#form-subscribe a:hover{
			background:#ff743e;
			color:#ffffff;
		}

#form-main{}

#form-main b {
	display:block;
	height:48px;
	font-weight:normal;
	}

#form-main input {
	width:200px;
	padding:5px 10px;
	border:1px #e5e5e5 solid;
	background:#fff;
	font-size:12px;
	line-height:1.2em;
	color:#373737;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	z-index:1;
}

#form-main textarea {
	height:112px;
	overflow:auto;
	width:335px;
	max-width:348px;
	padding:5px 10px;
	border:1px #e5e5e5 solid;
	background:#fff;
	font-size:12px;
	line-height:1.2em;
	color:#373737;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	}

.col-1{
	width:240px;
	margin-right:20px;
}
.col-2{
	width:360px;
}

#form-main a, #form-main input {
	padding:8px 17px;
	font-size:11px;
	line-height:1.2em;
}

.form-add-comment p span {
	font-size:11px;
	line-height:1.2em;
	padding: 0 17px 0 0;
}

.sent-result{
	padding:8px 0 8px 16px;
	color:#777;
	font-style:italic;
	font-size:11px;
	line-height:1.2em;
	display:none;
}
#searchform{
	width:191px;
	height:27px;
	background:#323232;
	float:right;
	position:relative;
	margin:0px 0 0 0;
	}
#searchform input {
	width:147px;
	padding:7px 10px 0px 10px;
	height:18px;
	overflow:hidden;
	background:#323232;
	border:none;
	color:#aaa;
	font-size:12px;
	line-height:1.2em;
	}
#searchform a, #searchform #searchsubmit {
	position:absolute;
	display:block;
	font-size:0;
	line-height:0;
	width:12px;
	height:12px;
	background:url(http://peerproduction.net/wp-content/themes/lustrel/images/search-bt.gif) 0 0 no-repeat;
	right:4px;
	top:7px;
	cursor: pointer;
}
	#searchform a:hover{background:url(http://peerproduction.net/wp-content/themes/lustrel/images/search-bt-hover.gif) 0 0 no-repeat;}
#searchform label {
	display:none;
}

.project h3 a, .other-proj a {
	color:#343434;
}

/*==========================================*/
    
/* Project specifics =========================================================== */
.flickr_badge_image {
	float: left;
	margin: 20px 20px 0 0;
}

.flickr_badge_image, .flickr_badge_image a, .flickr_badge_image img {
	display:block;
	height:90px;
	width:110px;
}

#wpadminbar {
	position:absolute;
	z-index:99999;
}
/* Paste some CSS below ========================================================= */

.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

.listed-box {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px;
margin: 10px 0 10px 0;
float: left;
width: 98%;
}



.box-toc {
width: 250px;
float: right;
padding: 10px;
margin: 0 0 20px 10px;
border: 1px solid #ccc;
font-size: 115%;
}

.box-toc h2 {
	color: #2e2e2e;
	margin-bottom: 4px;
}

.box-toc li{
color: black !important;
}

.box-toc .link {
color: #2e2e2e !important;
font-size: 11pt;
}


.issue-number {
font-size: 18pt;
}
.issue-title {
color: #ff743e;
font-size: 22pt;
}

.buttons h2 {
margin-bottom: 10px;
}

.button-pdf {
width: 32px;
height: 32px;
background: url('http://peerproduction.net/wp-content/themes/lustrel/images/btn-pdf.png') no-repeat;
float:left;
margin-right: 5px;
}

.button-epub {
width: 32px;
height: 32px;
background: url('http://peerproduction.net/wp-content/themes/lustrel/images/btn-epub.png') no-repeat;
float:left;

}

.button-pdf:hover, .button-epub:hover {
box-shadow: 0 0 3px 2px #A8A2A0;
}

.pr-box {
float: left;
width: 100%;
margin-bottom: 3em;
border: 2px solid #ccc;
}

.pr-box-header {
display: flex;
width: 100%;
}

.pr-box-articlepage {
float: left;
width: 100%;
margin-bottom: 3em;
}

.pr-box-rating {
display: 1;
float: left;
width: 180px;
background: #ccc;
padding: 10px;
min-height: 70px;
}

.pr-box-rating-articlepage {
float: left;
width: 520px;
background: #ccc;
padding: 10px;
min-height: 70px;
}

.pr-box-rating-number {
font-size: 26pt;
font-family: 'Oswald';
line-height: 40px;
color: #ff743e;

}

.pr-box-info {
display: 1;
float: left;
width: 340px;
padding: 10px;
background: #ddd;
min-height: 70px;
}

.pr-box-download {
display: 1;
float: left;
width: 360px;
padding: 10px;
background: #eee;
min-height: 70px;
}

.pr-box-abstract {
float: left;
padding: 10px;
background: white;
}

.pr-box-abstract-articlepage {
clear: left;
background: white;
padding-bottom: 1.5em;
margin-top: 1em;
border-bottom: 2px solid #ccc;
}

.pr-box-abstract-articlepage text {
font-style: italic;
}

.pr-box-abstract small{
font-size: 10pt;
}

.red {
color: #ff743e !important;
}
