/* all css rules which appear on all/most public pages */

body {		
	background: #262626;
	text-shadow: #fff 0px 1px 0px;
}

a {
	color: #7ca935;
}

h1 a {
	color: #363636;
}

.headline {
	position: relative;
	color: #7ca935;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 18px;
	text-transform: uppercase;
}

hr {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #fff;
	background: none;
	border-left: none;
	border-right: none;
	height: 0px;
}

.center {
	position: relative;
	width: 700px;
	margin: 0px auto;
}

.user img,
.item table,
.items.grid img,
.ad img {
	background: #fff;
	padding: 1px;
	border: 1px solid #9e9e9e;
	-webkit-box-shadow: #d4d4d4 0px 0px 5px;
	-moz-box-shadow: #d4d4d4 0px 0px 5px;
	box-shadow: #d4d4d4 0px 0px 5px;
}


/* stuff for the lager layout */
body.large #content {
	overflow: hidden;
}
body.large div.center {
	width: 900px;
	position: relative;
}
body.large .main {
	width: 950px;
	overflow: hidden;
	background: url(/images/home/separator.png) repeat-y 561px 0px;
}
.ie6.large .main {
	margin-left: 50px; 
	overflow: hidden;
}
body.large #cage {
	float: left;
	padding: 0px;
	width: 561px;
	overflow: hidden;
}
body.large #side {
	float: left;
	width: 300px;
	padding-top: 20px;
	margin-left: 20px;
}
body.large #side h2 {
	margin-bottom: 19px;
}
body.large #side .box {
	margin-bottom: 40px;
}
body.large #cage .filter {
	padding-top: 19px;
}
body.large #pager .arrows {
	left: 460px;
}
/* end stuff for the lager layout */


/* no result box */
.nothing p {
	margin: 0px auto;
	padding: 20px;
	text-align: center;
	border: 1px solid #d7d7d7;
	background: #f2f2f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #fff 0px 1px 0px;
	-moz-box-shadow: #fff 0px 1px 0px;
	box-shadow: #fff 0px 1px 0px;
	color: #363636;
	text-shadow: #fff 0px 1px 0px;
}
/* end no result box */


#top {
	background: url(/images/grass.png) repeat-x bottom;		
}


/* title */
#title {
	position: relative;
	background: #f9f9f9 url(/images/back.top.white.png) repeat-x top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e3e3e3;
}
#title h1 {
	font-size: 30px;
	margin: 20px 0px 5px 0px; 
}
#title h1 a {
	color: #363636;
}
#title.small {
	height: 32px;
	background: #f9f9f9;
}
#title.small h1 {
	font-size: 14px;
	margin: 0px;
	padding: 7px 0px 5px 0px; 
}
#title.small #search {
	top: 7px;
}
#title li {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-top: 7px;
	width: auto;
}
/* end title */		


/* searchform */
#searchform {
	width: 300px;
	position: absolute;
	right: 0px;
	bottom: 6px;
	height: 19px;
}
#searchform-input {
	background: url(/images/search.png) no-repeat left top;
	height: 13px;
	width: 261px;
	padding: 3px 10px;
	overflow: hidden;
	border: none;
	text-shadow: none;
	font-size: 11px;
	line-height: 0px;
}
#searchform-label {
	position: absolute;
	display: block;
	color: #aaa;
	top: 0px;
	left: 0px;
	right: 0px;
	cursor: text;
	line-height: 13px;
	font-size: 11px;
	width: 270px;
	height: 16px;
	padding: 3px 0px 0px 10px;
}
#searchform-value {
	background: none;
	border: none;
	outline: none;
	line-height: 11px;
	width: 261px;
	font-size: 11px;
}
.opera #searchform-value {
	padding-top: 2px;
}
#searchform-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	background: url(/images/search.png) no-repeat right top;
	border: none;
	text-indent: -6000px;
	padding-top: 10px;
	font-size: 0;
	text-align: right;
	width: 18px;
	height: 19px;
	color: #f9f9f9;
	cursor: pointer;
}
#searchform-reset {
	position: absolute;
	right: 22px;
	top: 0px;
	display: block;
	background: url(/images/reset.png) no-repeat center 3px;
	border: 0px;
	text-indent: -6000px;
	line-height: 0px;
	width: 18px;
	height: 19px;
	cursor: pointer;
	outline: 0px;
}
/* end searchform */


#content {
	background: #f9f9f9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e3e3e3;
}


/* tips */
#tips {
	margin: 10px 0px;
	font-size: 11px;
	line-height: 12px;
	height: 39px;
}
#tips h2 {
	font-size: 12px;
	margin: 4px 40px 4px 5px;
	line-height: 12px;
	color: #363636;
	font-weight: normal;
	text-shadow: none;
}
#tips p {
	margin: 0px 40px 0px 5px;
	color: #888;
	text-shadow: none;
}
/* end tips */


/* filter */
.filter {
	margin: -2px 0px 11px;
	overflow: hidden;
}
.filter li {
	float: left;
	width: auto;
}
.filter a {
	display: inline-block; 
	display: -moz-inline-block;
	text-shadow: none;
	color: #363636;
	background: #dedede;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	padding: 3px 10px 0px 10px;
	height: 16px;
	margin-right: 1px;
}
.filter a:hover {
	background: #363636;
	color: #fff;
}
.filter a.active {
	background: #7ca935;
	color: #fff;
}
.filter li:first-child a {
	-webkit-border-top-left-radius: 4px !important;
	-webkit-border-bottom-left-radius: 4px !important;
	-moz-border-radius-topleft: 4px !important;
	-moz-border-radius-bottomleft: 4px !important;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.filter li:last-child a {
	-webkit-border-top-right-radius: 4px !important;
	-webkit-border-bottom-right-radius: 4px !important;
	-moz-border-radius-topright: 4px !important;
	-moz-border-radius-bottomright: 4px !important;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* end filter */


#cage {
	position: relative;
	float: left;
	width: 380px;
	margin-right: 20px;
	padding-top: 10px;
}				


/* items grid */
.items.grid {
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.items.grid li {
	position: relative;
	float: left;
	width: 150px;
	height: 205px;
	margin: 0px 35px 10px 0px;
}
.items.grid .preview {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	z-index: 10;
}
.items.grid .preview .thumb {
	width: 150px;
	height: 150px;
}
.items.grid li.active .thumb {
	border: 2px solid #7ca935;
	padding: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.items.grid .caption {
	position: absolute;
	left: 0px;
	top: 163px;
	width: 130px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 11px;
	color: #363636;
	font-weight: normal;
	padding: 0 0 0 20px;
	text-overflow: ellipsis;
	background: url(/images/type.icons.png) no-repeat; 
}
.items.grid .image .caption {
	padding-left: 19px;
	background-position: 0px 2px;
}
.items.grid .video .caption {
	background-position: 0px -18px;
}
.items.grid .document .caption {
	background-position: 0px -38px;
}
.items.grid .page .caption {
	padding-left: 17px;
	background-position: 0px -57px;
}
.items.grid .overlay {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 150px;
	height: 150px;
	opacity: 0;
	filter: Alpha(opacity=0);
	background: #000;
	background: rgba(0,0,0,.87);
	z-index: 20;
	-webkit-transition: all .2s;
}
.items.grid li:hover .overlay {
	opacity: 1;
	filter: Alpha(opacity=100);
}
.items.grid .avatar {
	position: absolute;
	bottom: 9px;
	left: 9px;
	z-index: 1;
	line-height: 0px;
}
.items.grid .avatar img {
	padding: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
.items.grid .title {
	position: absolute;
	left: 9px;
	right: 9px;
	top: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: none;
	font-weight: bold;
	line-height: 18px;
	z-index: 1;
	white-space: nowrap;
}
.items.grid .title a:hover {
	color: #fff !important;
}
.items.grid .meta {
	position: absolute;
	left: 40px;
	right: 7px;
	bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 1;
}
.items.grid .meta a {
	display: block;
	color: #fff;
	text-shadow: #000 0px 1px 0px;
	padding-top: 6px;
	font-size: 11px;
	font-weight: bold;
}
.items.grid .date {
	color: #888;
	text-shadow: #000 0px 1px 0px;
	font-size: 10px;
	padding-top: 2px;
}
.items.grid .permalink {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-indent: -6000px;
}
.items.grid .stats {
	position: absolute;
	top: 27px;
	left: 10px;
	right: 10px;
}
.items.grid .stats a {
	color: #888;
	text-shadow: #000 0px 1px 0px;
	font-size: 10px;
	background: url(/images/home/stats.png) no-repeat left 2px;
	padding-left: 15px;
	margin-right: 10px;	
	display: block;
	font-weight: bold;
	float: left;
}
.items.grid a.comments {
	background-position: left -28px;
	padding-left: 16px;
}
.items.grid a.views {
	background-position: -93px 2px;
}
.items.grid .menu {
	position: absolute;
	width: 154px;
	left: 0px;
	top: 100px;
	background: #f9f9f9 url(/images/home/menu.png) no-repeat left top;
	width: 154px;
	height: 29px;
	z-index: 5;
	-webkit-transition: all .1s;
}
.items.grid li:hover .menu {
	top: 158px;
}
.items.grid .menu a {
	position: absolute;
	width: auto;
	top: 6px;
	height: 22px;
	line-height: 20px;
	color: #363636;
	font-size: 11px;	
	text-align: center;
	text-indent: -6000px;
	background: url(/images/home/menu-icons.png) no-repeat center 4px;
}
.items.grid .menu .left {
	width: 48px;
	left: 0px;
}
.items.grid .menu .center {
	width: 57px;
	left: 49px;
	right: 49px;
}
.items.grid .menu .right {
	width: 47px;
	right: 0px;
}
.items.grid .menu .remove {
	background-position: center -20px;
}
.items.grid .menu .share {
	background-position: center -46px;
}
.items.grid .menu .edit {
	background-position: center -100px;
}
.items.grid .menu .flag {
	background-position: center -73px;
}
.items.grid .menu .moderate {
	background-position: center -128px;
}
/* end items grid */



/* side */								
#side {
	position: relative;
	float: left;				
	width: 300px;				
	overflow: hidden;
	padding-top: 10px;
} 
#side .box {
	margin-bottom: 20px;
}
#side .headline a.right {
	position: absolute;
	right: 0px;
	bottom: 4px;
	text-transform: lowercase !important;
	font-size: 11px;
	color: #555;
	padding-right: 10px;
	line-height: 11px;
	background: url(/images/people/arrow.png) no-repeat right 4px;
}

/* user board (featured) */
.users.board {
	width: 320px;
	overflow: hidden;
}		
.users.board .nickname {
	display: none;
}
.users.board li {
	line-height: 0px;
	float: left;
	margin: 0px 4px 4px 0px;
	height: 34px;
	overflow: hidden;
}				
/* end user board */


/* side items (recent) */
#side .items {
	width: 320px;
	overflow: hidden;
	height: 200px;
}
#side .items li {
	position: relative;
	float: left;
	line-height: 0px;
	margin: 0px 12px 12px 0px;
}
#side .items img {
	background: #fff;
	padding: 1px;
	border: 1px solid #9e9e9e;
	-webkit-box-shadow: #d4d4d4 0px 0px 5px;
	-moz-box-shadow: #d4d4d4 0px 0px 5px;				
	box-shadow: #d4d4d4 0px 0px 5px;				
}
#side .items .placeholder {
	background: #f2f2f2;
	width: 88px;
	height: 88px;
	padding: 1px;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: #fff 0px 1px 0px;
	-moz-box-shadow: #fff 0px 1px 0px;
	box-shadow: #fff 0px 1px 0px;
	margin-top: 1px;
}
#side .items .private {
	position: absolute;
	right: 7px;
	top: 7px;
	width: 19px;
	height: 19px;
	background: rgba(0,0,0,.9) url(/images/zoo/private.png) no-repeat center center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;				
	border-radius: 3px;				
}
/* side items (recent) */


/* inset */
.inset {
	position: relative;
	background: #f2f2f2;
	padding: 3px 7px;
	line-height: 0px;
	font-size: 11px;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: #fff 0px 1px 0px;
	-moz-box-shadow: #fff 0px 1px 0px;
	box-shadow: #fff 0px 1px 0px;
	-webkit-border-radius: 3px;						
	-moz-border-radius: 3px;										
	border-radius: 3px;										
}
.inset p {
	line-height: 16px;				
}
/* end inset */


/* bsa */
.ad {
	position: relative;
	padding: 5px;
	height: 104px;
}
.ad h2.headline a {
	text-transform: lowercase !important;	
}
.bsa_it_ad {
	background: none !important;
	border: 0 !important;
	padding: 0 !important;
	font-family: inherit !important;
}
.bsa_it_t,
.bsa_it_d {
	font-size: 11px !important;
}
.bsa_it_p {
	display: none !important;
}
/* end bsa */


/* iphone teaser */
.iphone-teaser {
	position: relative;
	overflow: hidden;
	height: 170px;
}
.iphone-teaser .iphone-app-img {
	position: absolute;
}
.iphone-app-meta {
	margin-left: 90px;
	line-height: 20px;
}
.iphone-app-badge {
	position: absolute;
	bottom: -1px;
	left: 89px;	
}

/* pro teaser */
.pro-teaser {
	position: relative;
	overflow: hidden;
}
.pro-teaser-meta {
	line-height: 20px;
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #dedede;
	-webkit-border-radius:4px;
}


/* comments */							
.comment {
	position: relative;
	padding-bottom: 10px;
	zoom: 1;
}
.comment .user {
	position: absolute;
	top: 0px;
	left: 0px;
}
.comment .user .nickname {
	display: none;
}
.comment .bubble {
	margin-left: 40px;
	zoom: 1;
}
.comment .text {
	background: url(/images/comment.large.png) no-repeat left top;
	width: 425px;
}
.comments.small .text {
	background: url(/images/comment.small.png) no-repeat left top;				
	width: 264px;						
}
.comment .text p {
	margin: 0px 5px 0px 16px;
	padding: 10px 20px 10px 20px;
	color: #676767;
	border-bottom: 1px solid #f3f3f3;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.comment .text a {
	color: #676767;
}
.comment .text a:hover {
	color: #000;
}
.comment .meta {
	position: relative;
	width: 425px;						
	background: url(/images/comment.large.png) no-repeat left bottom;
}
.comments.small .meta {
	width: 264px;						
	background: url(/images/comment.small.png) no-repeat left bottom;
}
.comment .meta p {
	border-top: 1px solid #fff;
	margin: 0px 5px 0px 16px;
	padding: 5px 20px 12px 20px;
	font-size: 11px;
	color: #676767;
}
.comment .permalink {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #ccc;
	display: none;
}
.comment .permalink:hover {
	color: #363636;
}
.comment:hover .permalink {
	display: block !important;
}
/* end comments */


/* side tagcloud */
#side .tags {
	overflow: auto;
}  
#side .tags li {
	float: left;
	width: auto;
	margin: 0px 4px 4px 0px;
	height: 17px;
}
#side .tags li a {
	float: left;
	padding: 1px 10px 3px;
	border: 1px solid #678f28;
	color: #486619;
	background: #a0ce57;
	background: -webkit-gradient(linear, left bottom, left top, from(#a0ce57), to(#edf9df), color-stop(90%, #b6dc7b));
	background: -moz-linear-gradient(left bottom, left top, from(#a0ce57), to(#b6dc7b));
	text-shadow: none;
	line-height: 11px;
	font-size: 11px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	height: 11px;
}

#side .tags li a:hover {
	background: #6e982d;
	color: #fff;
}
#side .tags a.active,
#side .tags a.active:hover {
	color: #fff;
	background: #353535;
	background: -webkit-gradient(linear, left bottom, left top, from(#353535), to(#444));
	background: -moz-linear-gradient(left bottom, left top, from(#353535), to(#444));
	border-color: #111;
}
/* end side tagcloud */


/* twitter profiles (about etc.) */
.twitter-profiles {
	border-bottom: 1px solid #fff;
}
.twitter-profiles a {
	color: #363636;
}
.twitter-profiles li {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #fff;
	padding: 2px 0px;
	zoom: 1;
}
.twitter-profiles li.first {
	border-top: none;
	padding-top: 0px;
}

.facebook-button {
	display: block;
	width: 144px;
	height: 44px;
	text-indent: -6000px;
	background: url(/images/about/facebook.png) no-repeat;
	margin: 20px 0px;
}

.ust {
	margin-top: 10px;
	color: #999 !important;
	font-size: 11px;
}


/* pager */
#pager {
	clear: both;
	background: #f9f9f9;
	border-top: 1px solid #fff;
	height: 32px;
}
#pager .arrows {
	position: absolute;
	top: 5px;
	right: 320px;
	margin: 0px;
	padding: 0px;
	width: 63px;
	height: 22px;
}
#pager .arrow {
	position: absolute;
	top: 0px;
	text-indent: -6000px;
	width: 31px;
	height: 22px;
	display: block;
	background: url(/images/pager.png) no-repeat left top;
}
#pager .arrow.left {
	left: 0px;
	width: 32px;				
	background-position: left top;
}
#pager .arrow.right {
	right: 0px;				
	background-position: right bottom;
}
#pager span.arrow.left {
	background-position: left bottom;
}
#pager span.arrow.right {
	background-position: right top;
}
#pager #rss {
	position: absolute;
	top: 5px;
	left: 0px;
	color: #363636;
	padding: 3px 0px 4px 40px;
	font-size: 11px;
	background: url(/images/rss.png) no-repeat left center;
	text-shadow: #fff 0px 1px 0px;
}
/* end pager */


/* footer */
#footer {
	border-top: 1px solid #000;
	background: #262626 url(/images/back.top.grey.png) repeat-x top;
	color: #fff;
	text-shadow: #000 0px 1px 0px;
	font-size: 11px;
	padding-bottom: 100px;
	padding-top: 15px;
}
#footer ul {
	border-bottom: 1px solid #191919;
	padding-bottom: 10px;
}	
#footer a {
	color: #968875;
}
#footer a:active,
#footer a:hover {
	color: #b6aa9a;
}
#footer li.active a {
	color: #fff;
}
#footer li {
	float: left;
	width: auto;
	margin-right: 9px;
	padding-right: 12px;
	background: url(/images/separator.png) no-repeat right 5px;
}
#footer li.last {
	background: none;
}
#footer .copyright {
	position: absolute;
	right: 0px;
	background: none;
	padding: 0px;
	margin: 0px;
}
#footer .copyright a {
	padding-left: 5px;
}
/* end footer */


/* postmark support banner */
#postmark {
	border-top: 1px solid #333333;
	padding-top: 50px;
}
#postmark a {
	color: #999;
	display: block;
	padding-left: 16px;
	margin-left: -16px;
	width: 150px;
	height: 52px;
	background: url(/images/postmark.png) no-repeat left bottom;
}
#postmark a:hover {
	color: #999;
}		
/* end postmark support banner */


/* campaignmonitor support banner */
#campaignmonitor {
	position: absolute;
	top: 55px;
	left: 150px;
	padding-top: 20px;
}
#campaignmonitor a {
	color: #999;
	display: block;
	padding-left: 5px;
	margin-left: 0px;
	width: 211px;
	height: 52px;
	background: url(/images/campaignmonitor.png) no-repeat left bottom;
}
#campaignmonitor a:hover {
	color: #999;
}		
/* end campaignmonitor support banner */
