/* @override 
	http://365psd.com/wp-content/themes/365psd/style.css?v=32
*/

/*
Theme Name: 365psd
Theme URI: http://365psd.com
Description: 365psd design
Version: 2.0
Author: Jonnotie (edited by Chris Wallace)
Author URI: http://jonnotie.nl
Tags: blue, clean, sexy, rupsig, buddypress
*/

/* @group basics */

* {
  padding: 0;
  margin: 0;
  outline: 0;
}

html, body {
  background: #e5f3fa url(images/bg.png) repeat-x 0 0;
  height: 100%;
}

body {
  font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #9db5c1;
}

a:link, a:visited {
  color: #355f77;bout
  
  font-weight: bold;
  text-decoration: none;
}

a:link:hover, a:visited:hover {
  text-decoration: underline;
}

a:link:active, a:visited:active {
  color: #152c3a;
}

p {
  margin-bottom: 20px;
}

ul {
  
}

img {
  vertical-align: bottom;
  border-style: none;
}


#wrapper {
  height: 100%;
  width: 100%;
  background: url(images/wrapper.png) no-repeat center 246px;
}

#header,
#main,
#footer{
	max-width: 1020px;
	width: auto;
	min-width: 500px;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.single #header,
.page #header,
.single #main,
.page #main,
.single #footer,
.page #footer{
	max-width: 1084px;
}

#content{
	width: 62.745% !important;
	padding: 1.9607%;
	min-height: 710px;
	width: auto;
}

#sidebar{
  float: right;
  width: 29.91176%;
  padding: 1.9607%;
  overflow: auto;
}

#main:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0
}

h1, h2 {
  font-size: 14px;
  line-height: 20px;
}

#content h1 {
	font-size: 21px;
	line-height: 1.7em;
	color: #060606;
	font-weight: bold;
}

#content h2{
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 18px;
}

/* @end */

/* @group essentials */

/* @group header */

#header {
  overflow: hidden;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  *margin-bottom:75px;
  padding-left: 20px;
  padding-bottom: 20px;
  z-index: 2;
}

#navigation li{
	position: relative;
}

.new{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ac2a2b;
	padding: 1px 4px;
	line-height: 1.2em;
	background: white;
	display: inline-block;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: relative;
	top: -4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.12);
}

#user_panel{
	border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
	clear: both;
	width: auto;
	background-color: rgba(0,0,0,0.06);
	white-space: nowrap;
	clear: both;
	margin-top: 20px;
	position: relative;
	display: inline-block;
	float: right;
	min-width: 400px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.logged_in #user_panel{
	background-color: rgba(0,0,0,0.2);
	text-align: right;
	font-size: 11px;
}

#user_panel .pitch{
	margin-right: 10px;
}

#user_panel .or{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Palatino, serif;
	padding: 0 3px;
}

#user_panel ul{
	display: block;
	width: auto;
	height: auto;
	text-align: right;
}

#user_panel li{
	display: inline-block;
}

#user_panel li > *{
	display: block;
	padding: 0 5px;
}

#user_panel > a,
#user_panel li a{
	font-style: normal;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

#user_panel li.submit{
	float: left;
	font-weight: bold;
}

#user_panel .logged_in{
	color: rgba(0,0,0,0.3);
}

#user_panel img{
	height: 16px;
	width: 16px;
	border: 1px solid rgb(255,255,255);
	vertical-align: middle;
	margin-top: -5px;
	position: relative;
	z-index: 9999;
	margin-right: 5px;
}

/* @group bokeh */

.bokeh {
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
}

#bokeh-1 {
  background-repeat: repeat-x;
  background-position: -150% bottom;
}

#bokeh-2 {
  background: url(images/bokeh-2.png) repeat-x -100% bottom;
}

#bokeh-3 {
  background: url(images/bokeh-3.png) repeat-x -50% bottom;
  opacity: 1;
  display: none;
}

/* @end */

/* @group logo */

#logo {
  display: block;
  width: 179px;
  height: 77px;
  background-image: url(images/logo.png);
  text-indent: -9999px;
  margin-left: -2px;
  position: relative;
  margin: 0;
  z-index: 1;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  float: left;
}

#logo:hover{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
}

#slogan {
  display: block;
  width: 280px;
  color: white;
  margin-top: 5px;
  float: left;
  clear: left;
  font-weight: 100;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  font-size: 23px;
  color: rgba(255,255,255,0.9);
  text-transform: lowercase;
}

#slogan strong{
	color: #ffe052;
}

#slogan strike{
	color: rgba(255,255,255,0.4);
	text-shadow: none;
}

/* @end */

/* @group navigation */

#navigation {
	float: right;
	margin-bottom: 0;
}

#navigation li {
  line-height: 29px;
  float: none;
  display: inline;
  text-align: left;
}

#navigation li a {
  font-size: 21px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.6);
  -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.6);
  -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.6);
  color: #416e89;
  padding: 0 6px;
  text-transform: lowercase;
  text-decoration: none;
}

#navigation li a:hover{
	color: #183747;
}

#navigation li a:active {
  position: relative;
  top: 1px;
}

/* @end */

/* @group content */

#content {
  display: inline;
  float: left;
  background: white;
  margin-right: -300px;
  border: 1px solid rgba(189,220,238,.9);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-top: 0;
  z-index: 100;
  position: relative;
}

#content .row:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0
}

#content .text {
  width: auto;
  float: left;
  margin-bottom: 20px;
}

/* @end */

/* @group sidebar */

#sidebar {
  text-shadow: #fffeff 0 1px 1px;
  position: relative;
  z-index: 1;
  background-color: rgba(255,255,255,.3);
  border: 1px solid rgba(189,220,238,.9);
  border-left-width: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

#sidebar h2 {
  font-size: 12px;
  line-height: 18px;
  width: auto;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .widget{
	margin-bottom: 2em;
}

#sidebar ul#widgets > li{
  margin-bottom: 20px;
}

#sidebar ul#widgets li li{
	font-size: 12px;
}

/* @group tags */

#tags {
  padding-top: 6px;
}

#tags h2 {
  color: #355f77;
  margin-bottom: 10px;
}

#tags ul {
  list-style-type: none;
  list-style-position: outside;
  width: auto;
}

#tags li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px !important;
}

#tags li a {
  float: left;
  height: 27px;
  line-height: 26px;
  color: #fffeff;
  font-size: 11px;
  background-image: url(images/tag.png);
  text-shadow: rgba(35,69,90,0.51) 0 -1px 0;
  text-transform: lowercase;
  padding: 0 4px 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 2px;
  box-shadow: 0px 2px 2px #cddbe2;
  -webkit-box-shadow: 0px 2px 2px #cddbe2;
  -moz-box-shadow: 0px 2px 2px #cddbe2;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}

.single #tags li a {
  padding-right: 10px;
}

#tags li a:hover {
  text-decoration: none;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  -khtml-opacity: 0.6;
}

#tags li a:active {
  position: relative;
  top: 1px;
}

#tags li a span {
  margin-left: 10px;
  background-color: rgba(255,254,255,0.3);
  height: 18px;
  padding: 0 7px;
  margin-top: 4px;
  line-height: 18px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
}

/* @end */

/* @group donate */

#donate {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

#donate button {
  width: 180px;
  height: 46px;
  background-image: url(images/donate.png);
  text-indent: -9999px;
  display: inline-block;
  background-color: transparent;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  margin-bottom: 10px;
}

#donate button:hover {
  background-position: 0 -46px;
}

#donate button:active {
  background-position: 0 -92px;
  position: relative;
  top: 1px;
}

/* @end */

/* @group stats */

#sidebar #stats h2{
	line-height: 13px;
}

#stats {
  overflow: hidden;
  width: 180px;
}

#stats p {
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
  margin-bottom: 0;
}

#twitter {
  float: left;
  width: 85px;
  padding-right: 5px;
}

#rss {
  width: 84px;
  float: left;
  padding-left: 5px;
}

#email_subscribe{
	padding-top: 10px;
	clear: both;
}

/* @end */

/* @end */

/* @group footer */

#footer {
  margin: 0 auto;
  padding: 60px 20px 20px;
  font-size: 12px;
  line-height: 18px;
  text-shadow: #fffeff 0 1px 1px;
  position: relative;
  z-index: 0;
}

#footer #copyright{
	clear: both;
	margin-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 20px;
}

#footer a {
  color: #a0b8c3;
}

#footer p {
  margin-bottom: 0;
}

#footer ul{
	width: auto;
}

#footer ul,
#footer li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer h2{
	margin-bottom: 3em;
	text-align: center;
	font-size: 1.2em;
}

#footer .twit-search-feed li{
	float: left;
	width: 32.3%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
}

#footer .twit-search-feed li:nth-child(3n){
	margin-right: 0;
}

#footer .twit-search-feed li:nth-child(3n+1){
	clear: both;
}

#footer .twit-search-feed li{
	padding-left: 0;
	position: relative;
}

#footer .twit-search-feed .who img{
	height: 38px;
	width: 38px;
	background-color: white;
}

#footer .twit-search-feed .who .overlay{
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 8;
	background: url("images/twitsearch/twitsearch_avatar_overlay.png") no-repeat top left;
	height: 41px;
	width: 38px;
	display: block;
}

#footer .twit-search-feed p{
	font-size: 12px;
	color: #a1bfcd;
	border-radius: 7px;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.5, rgba(255,255,255,1)),
	    color-stop(0, rgba(255,255,255,0.3))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgba(255,255,255,1) 0%,
	    rgba(255,255,255,1) 50%,
	    rgba(255,255,255,0.3) 100%
	);
	padding: 12px;
	border: 1px solid #bddcee;
	box-shadow: 0 2px 1px rgba(189,220,238,0.4);
	-webkit-box-shadow: 0 2px 1px rgba(189,220,238,0.4);
	-moz-box-shadow: 0 2px 1px rgba(189,220,238,0.4);
	margin-left: 50px;
	margin-bottom: 3px;
	position: relative;
}

#footer .twit-search-feed .tip{
	position: absolute;
	top: 9px;
	left: -8px;
	background: url("images/twitsearch/twitsearch_bubble_tip.png") no-repeat top left;
	height: 12px;
	width: 9px;
}

#footer .twit-search-feed .time{
	text-align: right;
	color: #a3c1d0;
	font-size: 11px;
	display: block;
}

#footer .twit-search-feed img{
	position: absolute;
	top: 0;
	left: 0;
}

/* @end */

/* @end */

/* @group modules */

div.hentry {
	width: 31.25%;
	float: left;
	height: auto;
	padding: 0;
	position: relative;
	margin: 0 3.125% 20px 0;
	overflow: hidden;
}

tr.hentry td:first-child{
}

#content tr th{
	padding: 10px;
}

#content tr td{
	padding: 20px 10px;
}

div.hentry:nth-child(3n) {
	margin-right: 0;
}

div.hentry:nth-child(3n+1) {
	clear: both;
}

/* @group premium */

#content #premium{
	padding: 0;
	margin: 20px 0;
	background-color: transparent;
	border-bottom: 1px solid #E5F1F9;
	overflow: auto;
}

#content #premium.bottom{
	margin: 40px 0 0;
	padding-top: 20px;
	border-top: 1px solid #e5f1f9;
	border-bottom: none;
}

#content #premium .post.category-premium h2 span {
	display: none;
}

#content #premium .post.category-premium .download {
  background-image: url(images/buy-dark.png);
}

#content #premium .post.category-premium .author a {
  
}

#content #premium .post .day {
  text-shadow: #fffeff 0 1px 1px;
  color: #7296a9;
  float: left;
  width: 140px;
  line-height: 20px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
}

#content #premium .post .day span {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  padding-right: 3px;
  opacity: 0.6;
  line-height: 20px;
}

/* @group thumb */

#content #premium .post .thumb .thumbnail {
  width: 200px;
  display: block;
  margin-bottom: 27px;
  overflow: hidden;
}

#content .thumb img {
  display: block;
  margin-bottom: 10px;
}

/* @end */

/* @group author */

#content #premium .post .author {
  float: right;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 157px;
  right: 11px;
}

#content #premium .post .author:hover img {
  
}

#content #premium .post .author a {
  text-indent: -9999px;
  display: block;
  z-index: 1;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(images/author.png);
}

#content #premium .post .author img {
  width: 40px;
  height: 40px;
}

/* @end */

/* @end */

/* @group advertising */

#advertising {
  text-align: center;
  margin-bottom: 2px;
}

#advertising a:hover {
  opacity: 0.5;
}

/* @end */

/* @group items */

.items{
	clear: both;
	overflow: hidden;
}

.hentry.category-premium h2 span {
  display: none;
}

.hentry.category-premium .download {
  background-image: url(images/buy-dark.png);
}

.hentry .day {
  color: #7296a9;
  margin-bottom: .5em;
  font-size: .7em;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  background: white !important;
  padding: 3px 8px;
  line-height: 1.3em;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
}

.hentry .day span {
  font-weight: normal;
  font-style: normal;
  padding-right: 0px;
  line-height: 1em;
  text-transform: uppercase;
}

/* @group download */

.download {
  float: right;
  position: absolute;
  top: 162px;
  display: none;
  text-indent: -9999px;
  width: 95px;
  z-index: 1;
  height: 34px;
  background-image: url(images/download.png);
  right: 10px;
}

.download:hover {
  background-position: 0 -34px;
}

.download:active {
  background-position: 0 -68px;
  top: 163px;
}

.buy {
  float: left;
  position: absolute;
  left: 10px;
  top: 162px;
  display: none;
  text-indent: -9999px;
  width: 95px;
  z-index: 1;
  height: 34px;
  background-image: url(images/buy.png);
}

.buy:hover {
  background-position: 0 -34px;
}

.buy:active {
  background-position: 0 -68px;
  top: 163px;
}

/* @end */

/* @group thumb */

.items .post .thumb {
  display: block;
}

.items .post .thumb:hover{
	text-decoration: none;	
}

.items .post .thumb img{
  transition: 0.5s all linear;
  -moz-transition: 0.5s all linear;
  -webkit-transition: 0.5s all linear;
}

.items .post .thumb .day{
  transition: 0.5s all linear;
  -moz-transition: 0.5s all linear;
  -webkit-transition: 0.5s all linear;
}

.items .post .thumb:hover img{
	text-decoration: none;
	opacity: .6;
	-moz-opacity: .6;
	-webkit-opacity: .6;
	-khtml-opacity: .6;
	-o-opacity: .6;
	filter: alpha(opacity=60);
}

.items .post .thumb:hover .day{
	color: white;
	background-color: black;
}

/* @end */

/* @group author */

.items .post .author {
  float: right;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 157px;
  right: 11px;
}

.items .post .author:hover img {
  
}

.items .post .author a {
  text-indent: -9999px;
  display: block;
  z-index: 1;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(images/author.png);
}

.items .post .author img {
  width: 40px;
  height: 40px;
}

/* @end */

/* @end */

/* @group heading */

#heading{
	overflow: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #E5F1F9;
	margin-bottom: 20px;
}

#heading h1 {
  float: left;
  display: inline;
  font-size: 20px;
  line-height: 33px;
  font-weight: normal;
  font-style: normal;
  text-shadow: #fffeff 0 1px 1px;
  margin-left: 0;
  color: #183747;
  text-transform: lowercase;
}

.page #heading h1{
	font-size: 26px;
	line-height: 40px;
}

#heading h1 strong {
  color: #355f77;
  font-weight: bold;
  font-style: italic;
  text-transform: lowercase;
  line-height: 17px;
}

#heading h1 a.close,
#heading h3 a.close {
  display: inline-block;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  background-image: url(images/close.png);
  position: relative;
  left: 2px;
  line-height: 18px;
  top: 0;
}

#heading h1 a.close:active,
#heading h3 a.close:active {
  background-position: 0 -18px;
  top: 1px;
}

/* @group pages */

.pagination{
	float: right;
}

#content .pagination{
	display: block;
	text-align: right;
	line-height: 34px;
	margin-bottom: 20px;
}

#content .top{
	padding-top: 0;
}

#content .pagination .pages{
	float: right;
	margin-right: 0;
	text-align: left;
	margin-left: 20px;
}

.pages {
  height: 35px;
  width: 49px;
  display: block;
  background-image: url(images/pages.png);
  margin-right: 13px;
  position: relative;
  margin-right: -2px;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 auto;
  float: right;
}

.pages a {
  height: 34px;
  display: block;
  text-indent: -9999px;
  background-image: url(images/pages.png);
}

.pages #previous a {
  background-position: 0 -35px;
  left: 0;
  top: 0;
  position: absolute;
  width: 24px;
  z-index: 0;
}

.pages #previous a:hover {
  background-position: 0 -70px;
  width: 25px;
  z-index: 1;
}

.pages #previous a:active {
  background-position: 0 -105px;
}

.pages #next a {
  background-position: -24px -35px;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.pages #next a:hover {
  background-position: -24px -70px;
  z-index: 1;
}

.pages #next a:active {
  background-position: -24px -105px;
}

/* @end */

/* @group search */

#search {
  float: right;
  width: 195px;
  height: 38px;
  position: relative;
  margin-top: 0;
}

#search label.infield {
  position: absolute;
  color: #fffeff;
  font-size: 12px;
  text-shadow: #66aacd 0 1px 1px;
  font-weight: bold;
  top: 8px !important;
  left: 12px !important;
  cursor: text;
  z-index: 99;
}

#search input#frm-search{
  width: 149px;
  height: 34px;
  margin: 0;
  border: none;
  position: absolute;
  top: 0;
  font-weight: bold;
  box-shadow: inner 1px 0 3px #5d9ebf;
  -moz-box-shadow: inner 1px 0 3px #5d9ebf;
  -webkit-box-shadow: inner 1px 0 3px #5d9ebf;
  background: #75bbe0; /* Old browsers */
  background: -moz-linear-gradient(top, #75bbe0 0%, #c2e3f4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75bbe0), color-stop(100%,#c2e3f4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #75bbe0 0%,#c2e3f4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #75bbe0 0%,#c2e3f4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #75bbe0 0%,#c2e3f4 100%); /* IE10+ */
  background: linear-gradient(top, #75bbe0 0%,#c2e3f4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75bbe0', endColorstr='#c2e3f4',GradientType=0 ); /* IE6-9 */
  color: #fffeff;
  text-shadow: 0 1px 1px #66aacd;
  -moz-text-shadow: 0 1px 1px #66aacd;
  -webkit-text-shadow: 0 1px 1px #66aacd;
  padding: 0 38px 0 8px;
}

#search input:focus{
	background: #3ba7dd; /* Old browsers */
	background: -moz-linear-gradient(top, #3ba7dd 0%, #98d4f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ba7dd), color-stop(100%,#98d4f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3ba7dd 0%,#98d4f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3ba7dd 0%,#98d4f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3ba7dd 0%,#98d4f2 100%); /* IE10+ */
	background: linear-gradient(top, #3ba7dd 0%,#98d4f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ba7dd', endColorstr='#98d4f2',GradientType=0 ); /* IE6-9 */
}

#search button {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 4px;
  right: 5px;
  border-style: none;
  text-indent: -9999px;
  background-image: url(images/search_button.png);
  background-color: transparent;
  cursor: pointer;
}

#search button:hover {
  background-position: 0 -26px;
}

#search button:active {
  top: 6px;
}

/* @end */

/* @end */

/* @end */

/* @group assets */

/* @end */

/* @group pages */

/* @group thanks */

.thanks #wrapper {
  background-image: url(images/error404.png);
  text-align: center;
}

.thanks h1 {
  background-image: url(images/thanks.png);
  display: block;
  width: 230px;
  height: 134px;
  text-indent: -9999px;
  margin: 0 auto 20px;
}

#thanks {
  padding-top: 178px;
}

.thanks #thanks a {
  color: #6ea2c1;
  font-weight: normal;
  font-style: normal;
  padding-top: 22px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  background: url(images/back.png) no-repeat center 0;
}

.thanks #thanks a:hover {
  text-decoration: none;
}

.thanks #thanks a:active {
  background-position: center 1px;
  color: #6ea2c1;
}

/* @end */

#comments{
	padding: 40px 0;
	text-align: center;
}

/* @group awww */

.awww #wrapper {
  background-image: url(images/error404.png);
  text-align: center;
}

.awww h1 {
  background-image: url(images/awww.png);
  display: block;
  width: 93px;
  height: 82px;
  text-indent: -9999px;
  margin: 0 auto 20px;
}

#awww {
  padding-top: 230px;
}

.awww #awww a {
  color: #6ea2c1;
  font-weight: normal;
  font-style: normal;
  padding-top: 22px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  background: url(images/back.png) no-repeat center 0;
}

.awww #awww a:hover {
  text-decoration: none;
}

.awww #awww a:active {
  background-position: center 1px;
  color: #6ea2c1;
}

/* @end */

/* @group 404 */

#error {
  padding-top: 180px;
}

.error404 #wrapper {
  background-image: url(images/error404.png);
  text-align: center;
}

.error404 h1 {
  background-image: url(images/headings/404.png);
  display: block;
  width: 93px;
  height: 52px;
  text-indent: -9999px;
  margin: 0 auto 20px;
}

.error404 #error a {
  color: #6ea2c1;
  font-weight: normal;
  font-style: normal;
  padding-top: 22px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  background: url(images/back.png) no-repeat center 0;
}

.error404 #error a:hover {
  text-decoration: none;
}

.error404 #error a:active {
  background-position: center 1px;
  color: #6ea2c1;
}

/* @end */

/* @group single */

#item {
	margin-bottom: 10px;
}

#item:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0
}

#item .contributor {
  float: left;
  margin: 10px 0 0 0;
}

#item .download {
  display: inline;
  position: static;
  margin-top: 18px;
  margin-right: 0;
}

#item .buy {
  display: block;
  position: static;
  margin-top: 18px;
  margin-right: 10px;
  float: right;
}

#item .img{
  background-color: #f2f2f2;
  text-align: center;
  margin-bottom: 20px;
}

#item .img img {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* @end */

/* @group contribute */

#contribute {
  width: 150px;
  float: right;
  font-size: 12px;
  line-height: 20px;
  background: url(images/contribute.png) no-repeat;
  min-height: 211px;
  min-height: auto !important;
  height: 211px;
  padding: 20px 30px 10px 60px;
  margin-top: -10px;
}

#contribute h2 {
  color: #386179;
  margin-bottom: 10px;
}

/* @end */

/* @group contributors */

#contributors:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0
}

.contributor {
  float: left;
  padding-left: 60px;
  position: relative;
  height: 50px;
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  width: 160px;
}

.contributor_posts{
	padding-left: 0;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}

#item .contributor {
  width: 320px;
}

#contributors > div > h2{
	margin-top: 1em;
	margin-bottom: 2em;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #f2f2f2;
}

.contributor h3,
.contributor h3 a{
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #355f77;
}

.contributor_posts .author .thumb,
.contributor .thumb {
  position: absolute;
  top: 0;
  left: 0;
}

.contributor_posts .author .thumb img,
.contributor .thumb img {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 0;
}

.contributor_posts .author .thumb a,
.contributor .thumb a{
  margin-left: 0;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  display: block;
  background: url(images/user.png) no-repeat left top;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.contributor_posts .author{
	margin-bottom: 2em;
}

.contributor_posts .author a,
.contributor a {
  font-weight: normal;
  font-style: normal;
  color: #718fa0;
  width: 320px;
}

.contributor_posts .author a{
	margin-left: 60px;
}

/* @end */

/* @end */

/* @group ads */

#jobs{
	margin: 0;
	overflow: visible;
}

#jobs h2{
	color: #355F77;
	margin-bottom: 1em;
}

.job-widget img{
	float: right; 
	margin-left: 5px; 
	margin-bottom: 5px;
	position: relative; 
	margin-right: -50px;
	margin-top: -18px;
}

.job-widget .jobber-list{
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.job-widget .jobber-list li{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	padding: 0; 
	line-height: 18px; 
	margin-bottom: 0.5em !important; 
	font-size: 0.9em;
}

.job-widget .jobber-list li a{
	font-weight: normal;
}

/* @end */

/* @group Forms */

#content form fieldset{
	border: 1px solid rgb(220,235,241);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 30px;
	margin-bottom: 15px;
	z-index: 1;
	background: white;
	position: relative;
}

#content form fieldset div{
	clear: both;
	margin-bottom: 20px;
	position: relative;
}

#content form fieldset div:last-child{
	margin-bottom: 0;
}

#content form legend{
	padding:  0;
	position: relative;
	margin-left: 0;
	font-weight: bold;
}

#content form label{
	float:  none;
	clear: both;
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
}

#content form.standard-form label.first{
	margin-top: -15px !important;
	padding-top: 0;
}

#content form label.inline{
	top: 9px !important;
	left: 13px !important;
	position: absolute;
	font-size: 13px;
	font-weight: normal;
	margin: 0 !important;
	padding: 0 !important;
	cursor: text;
	color: #aaa;
}

#content form input[type="text"],
#content form input[type="password"],
#content form textarea{
	border-radius: 5px;
	font: 13px bold Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
	padding: 10px 2.3%;
	margin-bottom: 5px;
	width: 95%;
	outline: none;
	box-shadow: 0 2px 4px rgba(0,0,0,0.06) inset;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.06) inset;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.06) inset;
	background-color: #f2f2f2;
	border: 1px solid #ddd;

}

#content form input[type="text"]:focus,
#content form input[type="password"]:focus,
#content form textarea:focus{
	background: #f9f9f9;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #ccc;
}

.thumbnail_field,
.psd_field{
	display: inline;
}

.holder{
	border:10px dashed #eee;
	display: block;
	padding: 80px 40px 40px;
	text-align: center;
}

.image_preview_field .holder{
	width: 535px;
	height: 140px;
}

.thumbnail_field .holder{
	width: 200px;
	height: 129px;
	float: left;
	border-width: 5px;
	clear: none;
	padding-top: 45px;
	padding-bottom: 51px;
	margin-bottom: 20px;
}

.psd_field .holder{
	width: 220px;
	height: 140px;
	float: right;
	border-width: 5px;
	clear: none;
	margin-right: 3px;
	padding-top: 45px;
	margin-bottom: 20px;
}

.holder label{
	text-align: center;
}

#content .error,
#content .message,
#content #message,
#content .info{
	display: block;
	margin-bottom: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #777;
	font-weight: bold;
	padding: 4px 8px 2px 40px;
	border: 1px solid rgba(0,0,0,0.1);
	background-position: 4px -57px, 0 0;
	background-repeat: no-repeat;
	background-image: url("images/ico_message_sprite.png"),
		-webkit-gradient(
		    linear,
		    left bottom,
		    left top,
		    color-stop(0, rgb(237,247,253)),
		    color-stop(0.88, rgb(255,255,255))
		);
	background-image: url("images/ico_message_sprite.png"),
		-moz-linear-gradient(
		    center bottom,
		    rgb(237,247,253) 0%,
		    rgb(255,255,255) 88%
		);
}

#content #message p:last-child{
	margin-bottom: 0;
}

#content .error{
	color: #b12d2d;
	background-position: 4px 3px, 0 0;
	background-image: url("images/ico_message_sprite.png"),
		-webkit-gradient(
		    linear,
		    left bottom,
		    left top,
		    color-stop(0, rgb(253,237,237)),
		    color-stop(0.88, rgb(255,255,255))
		);
	background-image: url("images/ico_message_sprite.png"),
		-moz-linear-gradient(
		    center bottom,
		    rgb(253,237,237) 0%,
		    rgb(255,255,255) 88%
		);
	border-color: rgba(255,0,0,0.2);
}

#content form kbd{
	float: none;
	position: relative;
	clear: both;
	font: italic 12px/130% Georgia, "Times New Roman", serif;
	display: block;
	text-align: center;
}

#content form fieldset.buttons{
	border: none;
	background: rgb(234,245,250);
	padding: 15px;
	text-align: center;
	padding-top: 30px;
	margin: -33px 30px 0 30px;
	z-index: 0;
	position: relative;
}

#content form input[type="submit"],
#content form fieldset button{
	padding: 6px 28px;
	color: #527F98;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	box-shadow: 0 1px 3px #82C5E8;
	-webkit-box-shadow: 0 1px 3px #82C5E8;
	-moz-box-shadow: 0 1px 3px #82C5E8;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(234,245,250)),
	    color-stop(1, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(234,245,250) 0%,
	    rgb(255,255,255) 100%
	);
	border: none;
	font-size: 0.9em;
	font-weight: bold;
	cursor: pointer;
}

#content form input[type="submit"]:hover,
#content form fieldset button:hover{
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(219,238,245)),
	    color-stop(1, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(219,238,245) 0%,
	    rgb(255,255,255) 100%
	);

}

#content form input[type="submit"]:active,
#content form fieldset button:active{
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(255,255,255)),
	    color-stop(1, rgb(219,238,245))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(255,255,255) 0%,
	    rgb(219,238,245) 100%
	);
	box-shadow: 0 1px 0 #82C5E8 inset;
	-webkit-box-shadow: 0 1px 0 #82C5E8 inset;
	-moz-box-shadow: 0 1px 0 #82C5E8 inset;
	color: #A1BECE;
}

/* @end */

/* @group Tags Page */

div.tags{
	width: auto;
}

div.tags .letter{
	position: relative;
}

div.tags ul,
div.tags ul li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.tags ul{
	margin-bottom: 2em;
	margin-left: 120px;
	overflow: auto;
}

div.tags ul li{
	display: inline;
	float: left;
	padding: 3px 12px;
	font-size: 11px;
	border-radius: 40px;
	background-color: #e5f3fa;
	margin: 0 5px 5px 0;
}

div.tags ul li:hover{
	background-color: #d6ebf5;
}

#content div.tags h2{
	color: #fff;
	padding: 8px 14px;
	background-color: #97cfec;
	border-radius: 3px;
	overflow: hidden;
	font-size: 56px;
	margin-bottom: 15px;
	clear: both;
	line-height: 0.8em;
	height: 34px;
}

/* @end */

/* @group WP Like */

.wp_likes {
	margin: 0 0 10px 0 !important;
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 1em;
	height: 1em;
	font-weight: normal;
	height: 28px;
}

.wp_likes span.text{ 
   margin-left: 5px !important;
   width: auto !important;
   margin-bottom: auto !important;
   float: none !important;
   margin-right: 5px;
}

.wp_likes a.like{
	color: #e96e72;
	margin-left: 0;
	padding-left: 0;
	width: auto;
	float: none;
	text-align: left;
	border: 1px solid #e2f2f9;
	background-color: #f5fbfd;
	padding: 4px 8px;
	border-radius: 4px;
}

.wp_likes a.like img,a.liked img{
	vertical-align:middle;
    opacity:.8;
	filter: alpha(opacity = 80);
    margin-right:3px;
    margin-top: -2px;
}

.wp_likes a.like img:hover{
	opacity:1;
	filter: alpha(opacity = 100);
}

.wp_likes a.like:hover{
	text-decoration:none;
}

.wp_likes .unlike{
	display: inline;
	display: none;
}

/* @end */


/***
 * Input Forms
 */

/* Activity comment forms */

form.ac-form { display: none; } /* JS will show this */

div.activity-comments form {
	display: none;
	margin: 10px 0 10px 33px;
	padding: 8px;
}

	div.activity-comments div#message {
		margin-top: 15px;
		margin-bottom: 0;
	}

	div.activity-comments form.loading {
		background-image: url( ../images/ajax-loader.gif );
		background-position: 2% 95%;
		background-repeat: no-repeat;
	}

	div.activity-comments form .ac-textarea {
		padding: 8px;
		border: 1px inset #ccc;
		margin-bottom: 10px;
	}
		div.activity-comments form textarea {
			width: 100%;
			height: 60px;
			border: none;
			padding: 0;
		}
			div.activity-comments form input {
				margin-top: 5px;
			}

	div.activity-comments form div.ac-reply-avatar {
		float: left;
	}

	div.activity-comments form div.ac-reply-content {
		margin-left: 25px;
		padding-left: 15px;
	}

/* Standard Input Forms */

form.standard-form label, form.standard-form span.label {
	display: block;
	margin: 15px 0 5px 0;
}
	form.standard-form div.checkbox label,
	form.standard-form div.radio label {
		font-weight: normal;
		margin: 5px 0 0 0;
	}

	form.standard-form textarea {
		width: 75%;
		height: 120px;
	}

/* Send Invites Form */
form#send-invite-form {
	margin-top: 20px;
}
	div#invite-list {
		height: 400px;
		overflow: scroll;
		padding: 5px;
		width: 160px;
		margin: 10px 0;
	}

/* Directory search forms */

form.dir-form h3 {
	margin-bottom: 20px;
}

form.dir-form div.dir-search {
	margin: 0 0 25px 0;
	overflow: visible;
	min-height: 50px;
	clear: both;
}

#content form.dir-form div.dir-search label,
#content form.dir-form div.dir-search input[type="text"]{
	width: 550px;
	display: inline;
	float: left;
}

#content form.dir-form div.dir-search input[type="submit"]{
	float: right;
	margin-top: 5px;
}

.item-list,
.item-list li,
.item-list-tabs ul,
.item-list-tabs ul li{
	list-style: none;
}


.author #content h1{
	clear: both;
	display: block;
	float: none;
	max-width: 100%;
}

.frame{
    display:inline-block;
    position:relative;
    overflow:hidden;
    float: left;
    margin-right: 10px;
    margin-top: -7px;
}

.frame>img{
    vertical-align:top;
}

.frame, .frame:before{
    -moz-border-radius:100em;
    border-radius:100em;
}

.frame>img{
    -webkit-border-radius:100em;
}

.frame:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    width:100%;
    height:100%;
    margin:-10em;
    border:10em solid #fff;

}

.header_zone .bsap {
  display: block;
}

.clear{
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
	visibility: hidden;
}

.like-section {
  display: inline;
  float: right;
}

.facebook {
  float: left;
  height: 21px;
}

.twitter {
  float: left;
  height: 21px;
}

.twitter-share-button {
  cursor: pointer !important;
}

.off {
    background-image: url(images/off.png);
  width: 141px;
  height: 144px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  z-index: 3;
  top: -100px;
  left: -60px;
}

.off:hover {
  opacity: 0.9;
}

/* Loading Graphic */

div#loading{
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	text-align: center;
	vertical-align: middle;
}

div#loading span{
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: black;
	padding: 10px;
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	left: 50%;
	margin-left: -21px;
}

div#loading div#image{
	background: url("images/ajax-loader.gif") no-repeat center center;
	width: 32px;
	height: 32px;
}

.home-page #item{
	margin-bottom: 20px;
}

.home-page .contributor{
	height: auto;
	padding: 20px;
	text-align: right;
	width: auto !important;
}

.home-page span.day{
	float: right;
	font-size: 18px;
}

/* @group BuddyPress Styles */

/**
 * The following are basic CSS styles to give BuddyPress pages their absolute basic formatting.
 * You should extend/override these styles in your standard theme CSS to match your theme.
 */

/***
 * Navigation tabs
 */
div.item-list-tabs {
	margin: 15px 0;
	padding: 10px;
	clear: both;
	overflow: auto;
	background-color: #f2f2f2;
}

div.item-list-tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 200%;
}
	div.item-list-tabs ul li {
		float: left;
		margin-right: 5px;
	}
		div.item-list-tabs ul li a {
			border: none;
			padding: 8px 12px;
			font-weight: normal;
		}
		div.item-list-tabs ul li.current a,
		div.item-list-tabs ul li.selected a {
			font-weight: bold;
			color: white;
			padding: 4px 12px;
			height: 21px;
			outline: 0;
			background-color: #416e89;
			border-radius: 40px;
			box-shadow: inset 0 3px 4px rgba(0,0,0,.2);
			-moz-box-shadow: inset 0 3px 4px rgba(0,0,0,.2);
			-webkit-box-shadow: inset 0 3px 4px rgba(0,0,0,.2);
			text-shadow: 0 1px 1px rgba(0,0,0,.4);
			-moz-text-shadow: 0 1px 1px rgba(0,0,0,.4);
			-webkit-text-shadow: 0 1px 1px rgba(0,0,0,.4);
		}
		
	div.item-list-tabs ul li.last { float: right; }

div#subnav.item-list-tabs{ 
	width: 160px; 
	float: left; 
	display: inline; 
	margin: 0; 
	margin-right: 20px; 
	height: auto;
	overflow: auto;
	border: none;
	padding: 5px;
	border: 1px solid #F7F1E6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: white;
}

	div#subnav.item-list-tabs li,
	div#subnav.item-list-tabs li a{ 
		float: none; 
		width: auto; 
		display: block; 
		padding: 0; 
		margin: 0; 
		border: none;
	}

		div#subnav.item-list-tabs ul li a {
			padding: 6px 10px;
			height: auto !important;
			line-height: 1em;
		}
		
		div#subnav.item-list-tabs ul li.current a {
			padding: 6px 10px;
			background-color: #416e89;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			color: white;
		}

#item-body form,
#item-body .profile{
	margin-left: 193px;
	width: 390px;
}

#item-body .profile .button-nav,
#item-body .profile .clear{
	display: none;
}

#item-body .profile form{
	margin-left: 0;
	width: auto;
}

	#item-body form input[type="text"],
	#item-body form input[type="password"]{
		width: 370px;
	}

table.profile-fields,
table.notification-settings{
	width: 100%;
}

	table.profile-fields td,
	table.notification-settings td{
		padding: 0 6px 0 0;
	}

	table.profile-fields td.label,
	table.notification-settings th.title{
		width: 120px;
		font-weight: bold;
	}
	
	table.notification-settings th.title{
		width: auto;	
	}

/***
 * Object Lists (groups/members/forums/blogs)
 */

ul.item-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
	ul.item-list li { position: relative; clear: both; padding-bottom: 10px; overflow: auto; height: auto; }
	ul.item-list div.item-avatar {
		float: left;
	}

	ul.item-list div.item {
		margin-left: 65px;
	}

	ul.item-list div.action {
		position: absolute;
		top: 0;
		right: 15px;
		text-align: right;
	}


/***
 * Content Object Headers
 */

div#item-header {
	padding-bottom: 15px;
	overflow: hidden;
}
	div#item-header div#item-header-avatar {
		float: left;
		display: inline;
		width: 165px;
		margin-right: 15px;
	}

	div#item-header div#item-header-content {
		margin-left: 180px;
	}

		div#item-header div#item-header-content h2{
			font-size: 1.5em;
			margin-bottom: 0.5em;
			margin-right: 10px;
		}
		
		div#item-header span.highlight{
			color: #222;
			font-size: .6em;
			display: inline-block;
			padding: 2px 6px;
			margin-left: 6px;
			margin-top: -4px;
			position: relative;
			background: #ffe052;
		}


div.generic-button{
	margin-bottom: 0.5em;	
}

ul#profile_fields,
ul#profile_fields li{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.button-nav li.current{
	display: inline;
	list-style: none;
}

/***
 * Activity Stream Post Form
 */

form#whats-new-form {
	overflow: hidden;
	padding-bottom: 20px;
}
	form#whats-new-form #whats-new-avatar {
		float: left;
	}

	form#whats-new-form h5 {
		clear: none;
		margin-left: 76px;
	}

	form#whats-new-form #whats-new-content {
		margin-left: 54px;
		padding-left: 22px;
	}

	form#whats-new-form #whats-new-textarea {
		padding: 8px;
		border: 1px inset #ccc;
		margin-bottom: 10px;
	}
	form#whats-new-form textarea {
		width: 100%;
		height: 60px;
		font-size: 14px;
		font-family: inherit;
		color: #555;
		border: none;
		margin: 0;
		padding: 0;
	}

	form#whats-new-form #whats-new-submit {
		float: right;
		margin: 0;
	}

/***
 * Activity Stream Post Form
 */

ul.activity-list {
	margin: 0;
	padding: 0;
}

ul.activity-list li {
	overflow: hidden;
	padding: 20px 0;
}
	ul.activity-list li img.avatar {
		float: left;
		width: 60px;
		height: 60px;
	}

	ul.activity-list li div.activity-content {
		margin-left: 75px;
	}

	ul.activity-list li div.activity-comments {
		margin: 15px 0 0 38px;
	}
		ul.activity-list li div.activity-comments ul li {
			padding: 5px 0;
		}

		ul.activity-list li div.activity-comments img.avatar {
			width: 25px;
			height: 25px;
		}

		ul.activity-list li div.acomment-content, ul.activity-list li div.acomment-meta {
			margin-left: 35px;
		}

	ul.activity-list li div.activity-inreplyto {
		margin: 15px 0 0 75px;
		font-size: 11px;
	}

#message,
.error{
	border: 1px solid #DCC762;
	background-color: white;
	color: #937839;
	padding: 6px 10px;
	margin-bottom: 15px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.error{
	border-color: #E64B50;
	color: #E64B50;
	padding: 4px 8px;
}

#message p{
	margin-bottom: 0;
}

/***
 * Input Forms
 */

/* Activity comment forms */

form.ac-form { display: none; } /* JS will show this */

div.activity-comments form {
	display: none;
	margin: 10px 0 10px 33px;
	padding: 8px;
}

	div.activity-comments div#message {
		margin-top: 15px;
		margin-bottom: 0;
	}

	div.activity-comments form.loading {
		background-image: url( ../images/ajax-loader.gif );
		background-position: 2% 95%;
		background-repeat: no-repeat;
	}

	div.activity-comments form .ac-textarea {
		padding: 8px;
		border: 1px inset #ccc;
		margin-bottom: 10px;
	}
		div.activity-comments form textarea {
			width: 100%;
			height: 60px;
			border: none;
			padding: 0;
		}
			div.activity-comments form input {
				margin-top: 5px;
			}

	div.activity-comments form div.ac-reply-avatar {
		float: left;
	}

	div.activity-comments form div.ac-reply-content {
		margin-left: 25px;
		padding-left: 15px;
	}

/* Standard Input Forms */

form.standard-form label, form.standard-form span.label {
	display: block;
	margin: 15px 0 5px 0;
}
	form.standard-form div.checkbox label,
	form.standard-form div.radio label {
		font-weight: normal;
		margin: 5px 0 0 0;
	}

	form.standard-form textarea {
		width: 75%;
		height: 120px;
	}

/* Send Invites Form */
form#send-invite-form {
	margin-top: 20px;
}
	div#invite-list {
		height: 400px;
		overflow: scroll;
		padding: 5px;
		width: 160px;
		margin: 10px 0;
	}

/* Directory search forms */

form.dir-form div.dir-search {
	margin: 0;
}

/* Post Resource Form */

#ground_rules{
	float: right;
	width: 300px;
	margin-top: 15px;
}

#ground_rules ul{
	list-style: none;	
}

#ground_rules h4{
	padding-bottom: 6px;
	margin-bottom: 6px;	
}

#submission_form{
	width: 640px;
}

.widget_most_popular_tags a{
	display: inline-block;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 5px 10px;
	line-height: 1.1em;
	margin-bottom: 4px;
	margin-right: 2px;
}

.widget_most_popular_tags a:hover,
tags a:hover{
	color: #FFF;
	background-color: #E64B50;
}

.aside div.item-avatar{
	display: inline;
}

.aside img.avatar{
	max-width: 24px;
	max-height: 24px;
	-ms-interpolation-mode: bicubic;
	margin-right: 8px;
	margin-bottom: 8px;
}

#members-order-select select{
	width: auto;
	padding: 2px;
	font-size: 11px;
}

#members-dir-search label{
	width: 470px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	margin-bottom: 10px;
	vertical-align: middle;
}

#members-dir-search input[type="text"]{
	width: 480px;
	display: inline;
	vertical-align: middle;
}

#members-dir-search input[type="submit"]{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-left: 5px;
	float: right;
	padding-top: 6px !important;
	padding-bottom: 7px !important;
}

#members-directory-form{
	margin: 0 0 20px 0;	
}

body.directory h1.fancy{
	margin-bottom: 0;	
}

/* @end */

html body, html body.wp-admin{
	padding-top: 0 !important;
}

#content fieldset.bbp-form label,
#container fieldset.bbp-form label,
#wrapper fieldset.bbp-form label{
	width: 100% !important;
}

/* @group Ads */

.header_zone{
	text-align: center;
	padding: 20px 0;
	margin-top: 0px;
	position: relative;
	margin-bottom: 20px;
	z-index: 9999;
	text-align: center;
}

.header_zone .bsap,
#awesomeness .bsap{
	max-width: 728px;
	margin: 0 auto;
	width: auto !important;
	float: none;
}

.header_zone div.bsap a,
.header_zone div.bsap a img,
#awesomeness div.bsap a,
#awesomeness div.bsap a img{
	width: 100% !important;
	max-width: 728px;
	float: none;
	height: auto !important;
}

#awesomeness .bsap,
#awesomeness div.bsap a,
#awesomeness div.bsap a img{
	max-width: 300px;
}

/* @end */

#content p.bbp-topic-meta img.avatar, #content ul.bbp-reply-revision-log img.avatar, #content ul.bbp-topic-revision-log img.avatar, #content div.bbp-template-notice img.avatar, #content .widget_display_topics img.avatar, #content .widget_display_replies img.avatar, #content p.bbp-topic-meta img.avatar, #main ul.bbp-reply-revision-log img.avatar, #main ul.bbp-topic-revision-log img.avatar, #main div.bbp-template-notice img.avatar, #main .widget_display_topics img.avatar, #main .widget_display_replies img.avatar, #main p.bbp-topic-meta img.avatar, #container ul.bbp-reply-revision-log img.avatar, #container ul.bbp-topic-revision-log img.avatar, #container div.bbp-template-notice img.avatar, #container .widget_display_topics img.avatar, #container .widget_display_replies img.avatar{
	margin-bottom: 0 !important;
}

#sidebar #stats{
	width: auto;
}

#sidebar #stats #count{
	font-size: 28px;
	text-align: left;
	color: #416E89;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 24px;
	width: 35%;
	float: left;
	margin-right: 0;
}

#sidebar #stats #count span{
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .09em;
}

#sidebar #stats .subscribe-text{
	color: #416E89;
	margin-bottom: 1em;
	width: 60%;
	padding: 0;
	margin-left: 5%;
	display: block;
	float: left;
}

#sidebar .like_grid{
	clear: both;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 10px;
	margin-top: 4px;
	height: 31px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#sidebar .like_grid li:first-child{
	margin-left: 14%;
}

#sidebar .like_grid li{
	width: 42%;
	float: left;
	vertical-align: top;
	overflow: hidden;
}

@media only screen and (max-width: 1030px) {

	.header_zone iframe,
	#awesomeness iframe{
		display: none;
	}

}

@media only screen and (max-width: 780px) {
	
	#header{
		margin-top: 20px;
	}

}

@media only screen and (max-width: 560px) {

	#main{
		display: block;
		float: none;
		margin: 0;
		max-width: 640px !important;
		min-width: 0 !important;
		width: auto !important;
		padding: 20px;
	}

	#header,
	#content,
	#sidebar,
	#footer{
		display: block;
		float: none;
		padding: 0 !important;
		max-width: 100% !important;
		min-width: 320px !important;
		width: auto !important;
		margin: 0;
		margin-bottom: 20px;
	}
	
	#user_panel{
		margin: 0 0 25px;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		font-size: .8em;
	}
	
	body #footer,
	body #content{
		padding: 20px !important;
	}

	#footer .twit-search-feed li{
		display: block;
		float: none;
		width: auto;
	}

	#logo{
		margin: 0 auto;
		float: none;
	}
	
	#slogan{
		text-align: center;
	}
	
	#user_panel,
	#slogan,
	#navigation,
	#members-dir-search label,
	#submission_form,
	#ground_rules,
	#item-body form input[type="text"],
	#item-body form input[type="password"],
	#item-body form,
	#item-body .profile,
	#content form.dir-form div.dir-search label,
	#content form.dir-form div.dir-search input[type="text"],
	.image_preview_field .holder{
		display: block;
		float: none;
		width: auto;
		padding-bottom: 10px;
		min-width: 0 !important;
	}
	
	#navigation{
		text-align: center;
	}
	
	#navigation li a{
		text-align: center;
		font-size: 17px;
		padding: 3px;
	}
	
	#navigation li{
		float: none;
		display: inline;
	}
	
	#heading{
		overflow: visible;
		height: auto;
	}
	
	#heading h1,
	#search{
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	#heading h1{
		margin-top: 52px;
	}
	
	#search{
		position: relative;
		margin-top: -90px;
		margin-bottom: 30px;
	}
		
	div.hentry {
		width: 48%;
		float: left;
		height: auto;
		padding: 0;
		position: relative;
		margin: 0 3% 20px 0;
		overflow: hidden;
	}
	
	div.hentry:nth-child(3n){
		clear: none;
		margin-right: 3%;
	}

	div.hentry:nth-child(3n+1){
		clear: none;
	}

	
	div.hentry:nth-child(2n){
		margin-right: 0;
	}

	div.hentry:nth-child(2n+1){
		clear: left;
	}
	
	#sidebar{
		padding: 20px !important;
		border-width: 1px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}

}
