/*
Theme Name: Iconz Theme
Author: Ianthe Hind
Author URI: http://www.lts.mvm.ed.ac.uk/
Description: Iconz theme based on the 2011 theme for WordPress.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*-------------------------------------------------------------- */

/* ICONZ CSS stylesheet

Author: Stewart Cromar
Revision Date: 29 July 2009

Index
~~~~~
01 #menu-top
02 #content
03 .photo
04 #crumbs
05 #menu-page
06 #footer
07 .cloud .tag
08 .tabs
09 #menu-middle
10 .post
11 <table>
12 Members Area
13 Paging
14 Forms
15 Sidebar

*/

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	/*color: #888888;*/
	color: #666666;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
    line-height: 150%;
}

ul,ol {
    line-height: 130%;
}

h1.entry-title {
	font-size: 150%;
	clear: left;
}

h2 {
	font-size: 110%;
	clear: left;
}

h3 { font-size: 100%; }

a:link, a:visited { color: #5B8FBE; text-decoration: none; }

a:hover{ color: #666666; text-decoration: none; }

hr {
	color:#AAAAAA;
	border-bottom:1px solid;
    height:1px;
	border-top: none;
	margin-top:0px;
	margin-bottom:0px;
	clear: both;
}

/* 01 #menu-top ------------------------------------------------------------- */

/* Set the page width here */
#menu-top, #header, #wrapper-content, #wrapper-footer, #main {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#menu-middle { 
	width:100%;
	background:transparent url(images/bg02-white-right.png) no-repeat scroll right top;
	float:left;
}

#menu-top {
	background: white url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden;
}

#menu-top ul {
	background: transparent url('images/bg02-white-left.png') no-repeat left top;
	margin:0;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
	padding-left: 20px;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background: url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5B8FBE;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span {	background-position:100% -42px; }

.menu-top-active {
	background: url(images/menuleft_active.png) no-repeat left top !important;
}

.menu-top-active span {
	background: transparent url(images/menuright_active.png) no-repeat right top !important;
}

#nudge-top {
	display: block;
	float: right;
	font-size: 85%;
	margin:0;
	padding:12px 15px 0px 0px;
}

#menu-top #nudge-top a 
{
	background:none;
	padding:5px;
}

#menu-top #nudge-top a span {
	background: none;
	padding:5px 5px 4px 5px;
}

#menu-top #nudge-top a:hover {
	color: #5B8FBE;
	text-decoration: underline;
}


#wrapper-header {	background: transparent url('images/bg.png') top center repeat-x; }

#header { background: #FFF2E6 url('images/sunset_1600x122.jpg') repeat-x center top; } 

#logo {
    background: transparent url('images/ICONZ_logo.png') no-repeat;
    background-position: 25px 10px;
}

#wrapper-header3 a {
	display:block;
	width:100%;
	height:122px;
}

#wrapper-header3 a:hover {
	background: transparent url('images/logo_final_blue.gif') no-repeat;
	/* horiz & vert */
	background-position: -7px 2px;
}

#wrapper-header2 { background: transparent url('images/bg02-blue-left.png') top left no-repeat; }

#wrapper-header3 { background: transparent url('images/bg02-blue-right.png') top right no-repeat; }

#header h1 {
	margin: 0 20px;
	padding: 0;
	/* this height corresponds to the height of the 2 'bg02-blue' images */
	height: 122px;
	line-height: 3em;
	color: #CCCCCC;
	font-size: 130%;
}

#wrapper-content, #main { 
	background: white url('images/bg02-white-left.png') no-repeat left top; 
}

* html #wrapper-content { height: 1%; }

/* 02 #content -------------------------------------------------------------- */

#content, #wrapper-content2 {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 40px 5px 40px;
}

#content.maincolumn, #wrapper-content2.maincolumn 
{
	float: right;
	width: 70%;
	padding: 5px 40px 5px 0;
}

#content ul, .content ul
{
	line-height: 140%;
	list-style:disc none inside;
}

#content ol, .content ol
{
	line-height: 140%;
	list-style:decimal none inside;
}

#content li, .content li
{
	margin-left:12px;
}

#content a, .content a {
	text-decoration: underline;
}

#content a:hover, .content a:hover {
	text-decoration: underline;
}

/* 03 .photo --------------------------------------------------------------- */

#content .photo-block {
	padding: 10px 0px 0px 0px;
}

#content .photo-left-caption {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px dashed #BBBBBB;
	padding: 10px;
}

#content .photo-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#content .photo-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#content .photo-right-caption {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px dashed #BBBBBB;
	padding: 10px;
}

#content .photo-caption {
    font-size: 80%;
    line-height: 150%;
	margin: 0px 0px 0px 0px;
}

#fix-width {
	width: 80%;
}




/* 04 #crumbs --------------------------------------------------------------- */

#crumbs {
    font-weight: bold;
	font-size: 90%;
}

#crumbs a {
	background: none;
}

/* 05 #menu-page ------------------------------------------------------------ */

#wrapper-menu-page {
	float: right;
	width:280px;
	margin: 20px 35px 20px 20px;
	background: transparent url('images/menu_280.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#partners {
	margin: 10px 10px 10px 10px;
	padding: 0;
	text-align: left;
    font-size: 85%;
}

#menu-page li {
	line-height: 130%;
}

#menu-page img {border:0px;margin:5px;padding:0px}

#menu-page h3 {
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5B8FBE;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #666666; }
#menu-page a:hover { color: #5B8FBE; }

/* 06 #footer ------------------------------------------------------------ */

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #ffedd1;
	border: 1px solid #FFD696;
	border-bottom: 0;
	clear: both;
	font-size: 75%;
}

/* 07 .cloud .tag -------------------------------------------------------- */

.cloud {
	/*margin: 10px;*/              /* no float */
	/*margin: 0px 10px 10px 0px;*/ /* float left */
	margin: 0px 0px 10px 10px;     /* float right */
	padding: 10px;
	text-align: center;
	border: 1px dashed #5B8FBE;
	line-height: 250%;
	float: right;
	width: 33%;
}

.tag {
	color: #25548F;
	background-color: #B0D3FA;
	border-bottom: 1px solid #25548F;
	border-right: 1px solid #5B8FBE;
	font-size: 90%;
	line-height: 2.2;
	margin: 2px 2px 2px 0px;
	padding: 3px 4px 3px 4px;
	text-decoration: none !important;
	white-space: nowrap;
}

.tag:link, .tag:visited {
	color: #25548F;
}

.tag:hover {
	color: #B0D3FA;
	background-color: #25548F;
	border-bottom: 1px solid #25548F;
	border-right: 1px solid #25548F;
	text-decoration:none;
}

.cloud-list {
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 8px;
	text-align: left;
	border: 1px dashed #5B8FBE;
    float: left;
    clear:left;
    width:100%;
}

.tag-multiplier{
    font-weight:bold;
    margin-right:4px;
    color: #888888;
}

p.tagList
{
	font-size:80%;
	padding-top:4px;
}

/* 08 .tabs -------------------------------------------------------- */
.tabs {
	width: 100%;
} 
 
 
.tabs a {
    background-color: #666666;
    border: 1px solid #666666;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    color: white !important;
    /*line-height: 1.9;*/
    line-height: 2.5;
    margin: 0px 3px 0px 0px;
    padding: 4px 6px 4px 6px;
    font-size: 90%;
    /* white-space: nowrap; */
}

.tabs a:hover {
    background-color: #888888;
    border-color: #888888;
}

.tabs-active {
	background-color: #EEA95C !important;
	border-color: #EEA95C !important;
}

/* 09 #menu-middle -------------------------------------------------------- */
/* ----- ... and Group Menu (.hanging.tab )*/

#menu-group { float:left; clear:left; }

#menu-middle ul {
	background: transparent url('images/bg02-white-left.png') no-repeat left top;
	margin:0px 0px 10px 0px;
	padding: 0em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
	padding-left: 20px;
}

ul.hanging.tab 
{
	margin:0px 0px 10px 0px;
	padding: 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-middle li, .hanging.tab li {
	display: inline;
	float: left;
}

#menu-middle a, .hanging.tab a {
	float: left;
	background: url(images/menuleft_alt.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
	background-position:0% -57px;
}

#menu-middle a span, .hanging.tab a span {
	background: transparent url(images/menuright_alt.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5B8FBE;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	background-position:100% -57px; 
}

#menu-middle a:hover, .hanging.tab a:hover { background-position:0% -15px; }
#menu-middle a:hover span, .hanging.tab a:hover span {	background-position:100% -15px; }

#nudge-middle {
	display: block;
	float: right;
	font-size: 85%;
	margin:0;
	padding:0px 15px 0px 0px;
}

.menu-middle-active, .hanging.tab .active {
    background:url(images/menuleft_alt_active.png) no-repeat left top !important;
    background-position:0% -57px !important;
}

.menu-middle-active span, .hanging.tab .active span {
    background: transparent url(images/menuright_alt_active.png) no-repeat right top !important;
    background-position:100% -57px !important;
}

#menu-middle #nudge-middle a {
	background: none;
}

#menu-middle #nudge-middle a span {
	background: none;
	padding:5px 5px 4px 5px;
}

#menu-middle #nudge-middle a:hover {
	color: #5B8FBE;
	text-decoration: underline;
}

/* 10 .post -------------------------------------------------------- */

.post {
	background-color: #EEEEEE;
	margin: 0px 0px 10px 0px;
}

.post .title {
	padding: 10px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}

.post .meta {
	border-bottom: 1px dashed #666666;
	padding: 0px 0px 5px 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	margin: 0px 0px 0px 0px;
}

.post .meta a {
	color:#666666;
	background: none;
	border-bottom: 0px;
}

.post .entry {
	padding: 5px 15px 5px 15px;
	text-align: justify;
}

/* 11 <table> -------------------------------------------------------- */

table {
	background-color: #ffffff;
}

.table-headers {
	font-weight: bold;
	font-size: 100%;
}

td,tr {
    line-height: 150%;
	vertical-align:top;
}

table.layout td
{
	border-top:1px #DEDEDE solid;
	padding:3px;
}

/* 12 Members Area -------------------------------------------------------- */

#PrfImg {
    padding: 10px 10px 10px 10px;   
	float: left;
	margin: 0px 10px 10px 0px;
	text-align: center;
	border: 1px dashed #BBBBBB;
}

.clear { clear:both; }

/* 13 Paging Controls ------------------------------------------------------ */

.paging p { font-weight:bold; padding:4px; }
.paging a { padding:1px 6px; background-color:#efefef; border:1px solid #CCC; text-decoration:none; }
.paging a:hover { background-color:#333; color:#efefef; }

/* 14 Form Layout ---------------------------------------------------------- */

fieldset  
{
	padding:10px; 
	border:1px solid #DDD; 
	margin-bottom:20px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
legend { font-size: 1.2em; padding:0 8px; }

ol.forms { float: left; list-style: none; width: 100%; }
ol.forms li {
	clear: both;
	float: left;
	margin: 0 0 10px;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: 130px;
}
ol.forms input, ol.forms textarea {
	font: inherit;
	padding: 2px;
	width: 300px;
}
ol.forms textarea { height: 250px; }
ol.forms li.grouping label { margin: 0; width: auto; }
ol.forms li.grouping { margin-bottom: 0; }
ol.forms li.grouping ul { list-style: none; margin-left: 100px; }
ol.forms li.grouping ul label {
	display: inline;
	float: none;
	font-weight: normal;
	margin: 0 0 0 10px;
	width: auto;
}
ol.forms li.grouping ul input { width: auto; }
ol.forms li.inline label { width: auto; float:none; display:inline; }
ol.forms li.inline input { width: auto; display:inline; }

ol.forms li.buttons { float: none; margin-left: 140px; width: auto; }


/* ----- Tags ------------------------------------------- */
.tag {
	color: #000;
	background-color: #B0D3FA;
	border-bottom: 1px solid #25548F;
	border-right: 1px solid #5B8FBE;
	line-height: 2.2;
	margin: 2px 2px 2px 0px;
	padding: 3px 4px 3px 4px;
	text-decoration: none !important;
	white-space: nowrap;
}

.tag:link, .tag:visited {
	color: #000;
}

.tag:hover {
	color: #B0D3FA;
	background-color: #25548F;
	border-bottom: 1px solid #25548F;
	border-right: 1px solid #25548F;
	text-decoration:none;
}

.cloud-list {
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 8px;
	text-align: left;
	border: 1px dashed #5B8FBE;
    float: left;
    clear:left;
    width:100%;
}

.tag-multiplier{
    font-weight:bold;
    margin-right:4px;
    color: #888888;
}

p.tagList
{
	font-size:80%;
	padding-top:4px;
}

/* 15: SideBar */

#sidebar {
	float: left;
	width: 20%;
	padding: 5px 0 5px 30px;
	color: #333;
}

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

#sidebar li {
	margin: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	padding: 8px 0;
	border-bottom: 1px dashed #B7CDAC;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2, h2.grouptitle {
	padding: 8px;
	background: #555 url('/images/gradient-dark-grey.gif') repeat-x top left;
	letter-spacing: -.5px;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 100%;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	/*color: #417FDA;*/
	color: #5B8FBE;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}


#translate-this {
	width: 180px; 
	margin: 0pt auto; 
	height: 18px;
}


.truncate_more {
	display: inline;
}


.truncate_less {
	display: inline;
}



li .truncate_01 {
	list-style: none;	
	display: inline;
}



#cats ul {
	margin: 0;
	margin-left: -45px;
	list-style: none inside none;
	float: left;
	line-height: 120%;
}

#cats li {
	margin: 0;
	margin-left: 5px;
	display: inline;
	float: left;
}

 img {
	border:0px;
}




/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */

/* =bbPress Style
-------------------------------------------------------------- */

#content hr,
#container hr {
	margin: 0 0 24px 0;
}
#entry-author-info {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #fff;
}

#content table.bbp-topics,
#content table.bbp-forums,
#content table.bbp-replies,

#container table.bbp-topics,
#container table.bbp-forums,
#container table.bbp-replies,

#main table.bbp-topics,
#main table.bbp-forums,
#main table.bbp-replies {
	clear: left;
	table-layout: fixed;
	width: 100%;
}

/* =Breadcrumb and Tags
-------------------------------------------------------------- */

div.bbp-breadcrumb {
	float: left;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 12px;
}

#content div.bbp-breadcrumb p,
#content div.bbp-topic-tags p {
	margin-bottom: 10px
}

div.bbp-topic-tags {
	float: right;
}

div.bbp-login-bar {
	float: right;
	font-size: 12px;
}

/* =Tables
-------------------------------------------------------------- */

#content table tbody tr.even td {
	background-color: #fff;
}
#content table tbody tr.odd td {
	background-color: #fbfbfb;
}

#content table tbody tr.status-trash.even td,
#content table tbody tr.status-spam.even td {
	background-color: #fee;
}
#content table tbody tr.status-trash.odd td,
#content table tbody tr.status-spam.odd td {
	background-color: #fdd;
}

#content table.bbp-topics tbody tr.status-closed td,
#content table.bbp-topics tbody tr.status-closed td a {
	color: #ccc;
}

table.bbp-topic tbody tr td,
table.bbp-replies tbody tr td {
	background-color: #fff;
}

table.bbp-forums th, table.bbp-topics th,
table.bbp-topic th, table.bbp-replies th {
	background-color: #f3f3f3;
}
table.bbp-forums th span, table.bbp-topics th span,
table.bbp-topic th span, table.bbp-replies th span {
	float: right;
}
#content th.bbp-topic-author,
#content th.bbp-reply-author {
	text-align: center;
	width: 120px;
}
#content th.bbp-topic-content,
#content th.bbp-reply-content {
	text-align: left;
	padding: 9px 10px 9px 15px;
}
#content table.bbp-forums tfoot td, #content table.bbp-topics tfoot td,
#content table.bbp-topic tfoot td, #content table.bbp-replies tfoot td,
#content table.bbp-replies tr.bbp-reply-header td,
#content table.bbp-topic tr.bbp-topic-header td {
	background-color: #fafafa;
	color: #888;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	padding: 4px 10px;
}

span.bbp-author-ip {
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
}

#content .bbp-forum-info {
	width: 55%;
	text-align: left;
}
#content .bbp-forum-topic-count,
#content .bbp-forum-reply-count,
#content .bbp-topic-reply-count,
#content .bbp-topic-voice-count,
#content .bbp-topic-action {
	width: 10%;
	text-align: center;
	padding: 6px 0px;
}
#content td.bbp-topic-author,
#content td.bbp-reply-author {
	padding: 20px;
	text-align: center;
	vertical-align: top;
}
.bbp-topic-title {
	width: 55%;
	text-align: left;
}
.bbp-topic-freshness,
.bbp-forum-freshness {
	text-align: center;
	width: 25%;
}

#content tbody .bbp-topic-content,
#content tbody .bbp-reply-content {
	vertical-align: top;
	padding: 15px 10px 10px 15px;
	overflow: auto;
}

#content .bbp-topic-content img,
#content .bbp-reply-content img {
	max-width: 100%;
}

/* =Admin Links
-------------------------------------------------------------- */

span.bbp-admin-links {
	float: right;
	color: #ddd;
}
span.bbp-admin-links a {
	color: #bbb;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
fieldset span.bbp-admin-links {
	float: left;
}
tr td span.bbp-admin-links a:hover {
	color: #ff4b33;
}
td.bbp-topic-admin-links,
td.bbp-topic-counts {
	width: 50%;
}

a.bbp-topic-permalink,
a.bbp-reply-permalink {
	float: right;
	margin-left: 10px;
	color: #ccc;
}

/* =Toggles
-------------------------------------------------------------- */

.bbp-topic-action #favorite-toggle a {
	text-decoration: none;
	padding: 0px 3px 1px;
	color: #7c7;
	border: 1px solid #aca;
	background-color: #dfd;
	font-weight: bold;
	font-size: 13px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	.bbp-topic-action #favorite-toggle a:hover {
		color: #5a5;
		border-color: #7c7;
		background-color: #beb;
	}
	.bbp-topic-action #favorite-toggle span.is-favorite a {
		color: #faa;
		border: 1px solid #faa;
		background-color: #fee;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
		.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
			color: #c88;
			border-color: #c88;
			background-color: #fdd;
		}

.bbp-topic-action #subscription-toggle a {
	text-decoration: none;
	padding: 0px 3px 1px;
	color: #7c7;
	border: 1px solid #aca;
	background-color: #dfd;
	font-weight: bold;
	font-size: 13px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	.bbp-topic-action #subscription-toggle a:hover {
		color: #5a5;
		border-color: #7c7;
		background-color: #beb;
	}
	.bbp-topic-action #subscription-toggle span.is-subscribed a {
		color: #faa;
		border: 1px solid #faa;
		background-color: #fee;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
		.bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
			color: #c88;
			border-color: #c88;
			background-color: #fdd;
		}

#content p.bbp-topic-meta {
	margin-bottom: 0;
	font-size: 11px;
}

#content p.bbp-topic-meta span {
	white-space: nowrap;
}

/* =Forums
-------------------------------------------------------------- */

#content table tbody tr .bbp-forum-description p {
	margin-bottom: 0;
	font-size: 13px;
	font-style: italic;
}
#content table tbody tr ul.bbp-forums {
	list-style: none;
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #aaa;
}
#content table tbody tr ul.bbp-forums li {
	display: inline;
}

/* =Pagination
-------------------------------------------------------------- */

.bbp-pagination-count {
	float: left;
}
.bbp-pagination-links {
	float: right;
}
.bbp-pagination {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.bbp-topic-pagination {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 2px;
	}
	.bbp-topic-pagination a {
		font-size: 10px;
		line-height: 10px;
		padding: 1px 3px;
		border: 1px solid #ddd;
		text-decoration: none;
	}

/* =Forms
-------------------------------------------------------------- */
#content fieldset.bbp-form,
#container fieldset.bbp-form,
#wrapper fieldset.bbp-form {
	clear: left;
}

#content fieldset.bbp-form,
#container fieldset.bbp-form,
#wrapper fieldset.bbp-form {
	border: 1px solid #eee;
	padding: 10px 20px;
}

#content fieldset.bbp-form legend,
#container fieldset.bbp-form legend,
#wrapper fieldset.bbp-form legend {
	padding: 5px;
}

#content fieldset.bbp-form label,
#container fieldset.bbp-form label,
#wrapper fieldset.bbp-form label {
	width: 250px;
	display: inline-block;
}

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
	width: 100px;
}

#content fieldset.bbp-form p,
#container fieldset.bbp-form p,
#wrapper fieldset.bbp-form p,
#content fieldset.bbp-form textarea,
#container fieldset.bbp-form textarea,
#wrapper fieldset.bbp-form textarea,
#content fieldset.bbp-form select,
#container fieldset.bbp-form select,
#wrapper fieldset.bbp-form select,
#content fieldset.bbp-form input,
#container fieldset.bbp-form input,
#wrapper fieldset.bbp-form input {
	margin: 0px 0px 10px;
}

textarea#bbp_reply_content,
textarea#bbp_topic_content {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
	clear: left;
}
body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
	margin-right: 0;
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 0;
	background-color: #efefef;
}

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
	font-size: 10px;
	background-color: #f0fff8;
	border: 1px solid #CEEFE1;
	display: block;
	padding: 8px;
	margin-top: 5px;
	width: 369px;
}

#merge_tag,
#delete_tag {
	display: inline;
}

div.bbp-submit-wrapper {
	float: right;
}

p.form-allowed-tags {
	width: 462px;
}

input[type="password"] {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/* =Edit User
-------------------------------------------------------------- */

#bbp-your-profile fieldset {
	margin-top: 20px;
	padding: 20px 20px 0 20px;
}
	#bbp-your-profile fieldset div {
		margin-bottom: 20px;
		float: left;
		width: 100%;
		clear: left;
	}
	#bbp-your-profile fieldset select {
		margin-bottom: 0;
	}
	#bbp-your-profile fieldset input,
	#bbp-your-profile fieldset textarea {
		margin-bottom: 0;
		width: 400px;
		background: #f9f9f9;
		border: 1px solid #ccc;
		box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
		padding: 2px;
	}
	#bbp-your-profile fieldset legend {
		display: none;
	}
	#content #bbp-your-profile fieldset label,
	#container #bbp-your-profile fieldset label {
		float: left;
		width: 150px;
		padding-right: 20px;
		text-align: right;
	}
	#bbp-your-profile fieldset span.description {
		margin: 5px 0 0 170px;
		font-size: 12px;
		font-style: italic;
		float: left;
		clear: left;
		width: 383px;
		padding: 5px 10px;
		border: #cee1ef 1px solid;
		background-color: #f0f8ff;
	}

	#content #bbp-your-profile fieldset fieldset,
	#container #bbp-your-profile fieldset fieldset {
		margin: 0;
		width: 260px;
		border: none;
		padding: 0;
		clear: none;
		float: none;
	}
	#bbp-your-profile fieldset fieldset span.description {
		margin-left: 0;
		margin-bottom: 20px;
	}

	#bbp-your-profile fieldset.submit button {
		float: right;
	}

/* =Notices
-------------------------------------------------------------- */

div.bbp-template-notice {
	border-width: 1px;
	border-style: solid;
	padding: 0 0.6em;
	margin: 5px 0 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffe0;
	border-color: #e6db55;
	color: #000;
	clear: both;
}
div.bbp-template-notice a {
	color: #555;
	text-decoration: none;
}
	div.bbp-template-notice a:hover {
		color: #000;
	}
	div.bbp-template-notice.info {
		border: #ffd696 1px solid;
		background-color: #ffedd1;
	}	
	div.bbp-template-notice.important {
		border: #e6db55 1px solid;
		background-color: #fffbcc;
	}
	div.bbp-template-notice.error,
	div.bbp-template-notice.warning {
		background-color: #ffebe8;
		border-color: #c00;
	}
	div.bbp-template-notice.error a,
	div.bbp-template-notice.warning a {
		color: #c00;
	}
	div.bbp-template-notice p {
		margin: 0.5em 0 6px 0 !important;
		padding: 2px;
		font-size: 12px;
		line-height: 140%;
	}

	div.info-box {		
		border-width: 1px;
		border-style: solid;
		padding: 0 0.6em;
		margin: 5px 0 15px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-color: #ffffe0;
		border-color: #e6db55;
		color: #000;
		overflow: hidden;
	}		
	
	div.info-box.main {

	}
	
	div.info-box.main.peach {
		border: #ffd696 1px solid;
		background-color: #ffedd1;		
	}	
	
	
/* =Stickies
-------------------------------------------------------------- */

.bbp-topics-front tr.super-sticky td,
.bbp-topics tr.super-sticky td,
.bbp-topics tr.sticky td,
.bbp-forum-content tr.sticky td {
	background-color: #ffffe0 !important;
	font-size: 1.1em;
}

/* =Revisions
-------------------------------------------------------------- */
#content .bbp-topic-revision-log,
#content .bbp-reply-revision-log,

#main .bbp-topic-revision-log,
#main .bbp-reply-revision-log,

#container .bbp-topic-revision-log,
#container .bbp-reply-revision-log {
	border-top: 1px dotted #ddd;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 11px;
	color: #aaa;
}

/* =Widgets
-------------------------------------------------------------- */

.bbp-login-form fieldset legend {
	/* display: none; */
}

.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
	padding: 5px;
}

.bbp-login-form .bbp-username label,
.bbp-login-form .bbp-password label {
	width: 70px;
	display: inline-block;
}
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
	margin-top: 10px;
}

.bbp-login-form .bbp-remember-me {

}

.bbp-login-form .bbp-submit-wrapper {
	text-align: right;
}

.bbp-login-form .bbp-login-links {
}

.bbp-login-form .bbp-login-links a {
	float: left;
	clear: left;
}

.bbp-logged-in img.avatar {
	float: left;
	margin-right: 15px;
}

.bbp-logged-in h4 {
	font-weight: bold;
	font-size: 1.3em;
	clear: none;
	margin-bottom: 10px;
}

/* =Avatars
-------------------------------------------------------------- */

#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 {
	float: none;
	margin-bottom: -7px;
	border: 3px double #ddd;
}

fieldset div.avatar {
	float: right;
}

/* =BuddyPress Activity Streams
-------------------------------------------------------------- */

.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
	border-left: 2px solid #EAEAEA;
	margin-left: 5px;
	padding-left: 10px;
}


/* Search Form
---------------------------------------------------------------- */

input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	height: 14px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}

input#searchsubmit {
	display: none;
}

#searchform {
	/* position: absolute;
	top: 3.8em;
	right: 7.6%;*/
	margin-right: 50px;
	text-align: right;
}
#searchform div {
	margin: 0;
}

#searchform label {
	display: none;
}

#s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#searchsubmit {
	display: none;
}



#dynamic-content-showcase {
	width: 76%;
}

#dynamic-content-showcase h3{
	font-size: 16px;
}

#dynamic-content-showcase .entry-content h3{
	font-size: 14px;
}

#dynamic-content-right {
	float: right;
	/* margin: 0 0 0 31%; */
	margin: 0px;
	width: 65%;
}

#dynamic-content-left {
	float: left;
	/* margin: 0 -22.15% 0 0; */
    margin: 0px;	
	width: 30%;
}

#youtube-sidebar-widget {
	overflow: hidden;
}


#dynamic-content-left li {
	margin-left: -30px;
}


#dynamic-content-left ul li .preview {
    margin-bottom: 10px;
    line-height: 180% !important;
	font-size: 12px;
	font-style: italic;
}
#tags, #newthreads, #activethreads {
	padding: 10px;
}

#phplist {
	font-weight: normal; 
}

.recent-posts {
	width: 77%;
}