@import url(/engine/js/soundmanager/screen.css);a,abbr,acronym,address,applet,big,blockquote,button,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,strike,strong,span,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var,.vcard {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}
body {
	background: #000 url(../img/home-background4.jpg) fixed center top no-repeat;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	color: #000;
	letter-spacing: 0.02em;
	overflow-x: hidden;
}
button {
	background: #FFF;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 3px 10px;
	-moz-box-shadow: inset 0 -3px 3px rgba(0,0,0,0.3),0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 -3px 3px rgba(0,0,0,0.3),0 2px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 -3px 3px rgba(0,0,0,0.3),0 2px 2px rgba(0,0,0,0.1);
}
a {
	color: #D24E24;
	text-decoration: none;
}
.mark {
	background: #666;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #000;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
table {
	font-size: 12px;
}
table thead tr td,table thead tr th {
	background: url(../img/hr.png) center bottom repeat-x;
	border: none;
	padding: 5px;
	vertical-align: middle;
}
table thead tr td:first-child,table thead tr th:first-child {
	border-left: none;
}
table thead tr td:last-child,table thead tr th:last-child {
	border-right: none;
}
table thead tr th {
	font-weight: bold;
	text-transform: uppercase;
}
table tbody tr td,table tbody tr th {
	background: url(../img/hr.png) center bottom repeat-x;
	padding: 5px 0;
	vertical-align: middle;
}
table tbody tr td:first-child,table tbody tr th:first-child {
	border-left: none;
}
table tbody tr td:last-child,table tbody tr th:last-child {
	border-right: none;
}
table tbody tr:first-child td,table tbody tr:first-child th {
	border-top: none;
}
table tbody tr:last-child td,table tbody tr:last-child th {
	border-bottom: none;
}
table tfoot tr td,table tfoot tr th {
	background: url(../img/hr.png) center bottom repeat-x;
	padding: 5px;
	vertical-align: middle;
}
table tfoot tr td:first-child,table tfoot tr th:first-child {
	border-left: none;
}
table tfoot tr td:last-child,table tfoot tr th:last-child {
	border-right: none;
}
table tfoot tr th {
	font-weight: bold;
	text-transform: uppercase;
}
fieldset {
	position: relative;
}
fieldset legend,fieldset legend span {
	font-size: 18px;/* Equal to #main .article .header .title */
	text-transform:none;
	padding: 10px;
}
fieldset label.error {
	padding-top: 5px;
	padding-left: 20%;
	padding-bottom: 5px;
	font-size: 0.8em;
	font-weight: bold;
	color: #900;
}
fieldset .note {
	clear: both;
	margin-bottom: 10px;
	padding-left: 20%;/* Sum of 'fieldset li label:width' + 'fieldset li label:margin-right' */
	color:#666;
	font-size: 11px;
	font-style: italic;
}
fieldset ul,fieldset ol {
	padding-left: 0 !important;
	list-style: none !important;
}
fieldset li {
	margin-bottom: 10px;
	clear: both;
}
fieldset li.input label,fieldset li.select label,fieldset li.text label {
	float: left;
	display: inline-block;
	width: 18%;
	margin: 2px 2% 2px 0;
	text-align: right;
	line-height: 20px;
	vertical-align: top;
}
fieldset li.input input {
	background: #FFF;
	border: none;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.24);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.24);
	padding: 7px;
	width: 240px;
	max-width: 67%;
	max-width: 100%;
}
fieldset li.input .file {
	margin-left: 20%;
	margin-bottom: 1em;
}
fieldset li.select select {
	margin: 4px 0;
}
fieldset li.checkbox {
	padding-left: 20%;/* Sum of 'fieldset li label:width' + 'fieldset li label:margin-right' */
}
fieldset li.checkbox .note {
	padding-left: 24px;
	padding-bottom: 0;
}
fieldset li.text textarea {
	background: #FFF;
	border: none;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.24);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.24);
	padding: 4px;
	width: 70%;
	max-width: 924px;
	min-height: 168px;
}
fieldset li label.error {
	margin: 2px 0 2px 2%;
	width: auto;
	clear: both;
}
fieldset li.submit button,fieldset li.submit .button,fieldset li.submit input {
	margin-left: 20%;
	margin-right: 1em;
	background: #FFF;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 3px 10px;
	-moz-box-shadow: inset 0 -3px 3px rgba(0,0,0,0.3),0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 -3px 3px rgba(0,0,0,0.3),0 2px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 -3px 3px rgba(0,0,0,0.3),0 2px 2px rgba(0,0,0,0.1);
}
fieldset li.submit button + button,fieldset li.submit button + .button,fieldset li.submit button + input,fieldset li.submit input + input,fieldset li.submit input + button,fieldset li.submit input + .button,fieldset li.submit .button + .button,fieldset li.submit .button + input,fieldset li.submit .button + button {
	margin-left: 0;
}
fieldset.progress {
	float: none;
	clear: both;
	margin: 0;
	width: auto;
	text-align: right;
}
fieldset.progress li {
	display: inline-block;
	margin-left: 1em;
	padding-left: 0 !important;
}
.pagination {
	padding: 10px 0;
	font-weight: bold;
	text-transform: lowercase;
	clear: both;
}
.pagination .title,.pagination .results {
	display: none;
}
.pagination * {
	display: inline;
	padding: 0 !important;
}
.pagination .actions a {
	background: transparent !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.thumbs .avatar.mini {
	width: 75px;
}
#fancybox-wrap {
	z-index: 2000;
}
#fancybox-inner {
	background: #F4F4F4;
	background: rgba(244,244,244,0.9);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
}
#fancybox-inner > .section {
	padding: 15px;
}
#fancybox-inner > .section > .header {
	background: url(../img/hr.png) center bottom repeat-x;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#fancybox-inner > .section > .header .title {
	font-size: 30px;
}
#fancybox-inner > .section > .footer {
	background: url(../img/hr.png) center top repeat-x;
	padding-top: 10px;
}
#fancybox-inner > .section > .footer .nav {
	text-align: center;
}
#fancybox-inner > .section > .footer .nav li {
	display: inline;
	margin-right: 1em;
}
#fancybox-inner > .section > .footer .nav li a {
	display: inline-block;
	background: #e4e3e2;
	background: rgba(0,0,0,0.07);
	border: 1px solid #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	padding: 4px 8px;
	color: #;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}
#fancybox-inner > .section > .footer .nav li a:hover {
	background: rgba(0,0,0,0.1);
}
/********** STRUCTURE **********/
#dashboard {
	bottom: 0px;
	background: #FFF;
	color: #000;
	z-index: 1000;
}
#dashboard a {
	color: #000;
}
#dashboard .nav.stats {
	padding-top: 18px;
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	background: #F4F4F4;
	border-bottom: 5px solid #FFF;
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	padding: 8px 0;
	width: 100%;
	height: 45px;
	z-index: 1200;
}
#header .client .section .title a {
	display: block;
	background: url(../img/header-logo.png) left top no-repeat;
	padding-left: 54px;
	height: 43px;
	font-size: 30px;
	color: #000;
	letter-spacing: 0.14em;
	text-transform: lowercase;
}
#header #navigation .section {
	margin-top: 5px;
	position: relative;
}
#header #navigation .section > .nav {
	position: relative;
	margin-top: -12px;
	margin-left: 54px;
	font-size: 12px;
	text-transform: lowercase;
	z-index: 1600;
}
#header #navigation .section > .nav > ul > li {
	position: relative;
	margin-right: 1em;
}
#header #navigation .section > .nav > ul > li > a {
	color: #000;
}
#header #navigation .section > .nav > ul > li > .nav {
	position: absolute;
	left: -9999px;
	padding-top: 4px;
}
#header #navigation .section > .nav > ul > li > .nav > ul {
	background: #F4F4F4;
	padding: 10px 10px 2px;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
#header #navigation .section > .nav > ul > li > .nav > ul > li {
	display: block;
	margin-bottom: 8px;
}
#header #navigation .section > .nav > ul > li > .nav > ul > li a {
	color: #000;
}
#header #navigation .section > .nav > ul > li:hover > .nav {
	left: -10px;
}
#header #navigation .section > .nav > ul > li.sub {
	background: url(../img/navigation-dropdown.png) right center no-repeat;
	padding-right: 10px;
}
#header #navigation .section > .controls {
	position: absolute;
	right: 0;
	top: -6px;
	margin: 0;
	letter-spacing: 0.14em;
}
#header #navigation .section > .controls li a {
	display: inline-block;
	background: #e4e3e2;
	background: rgba(0,0,0,0.07);
	border: 1px solid #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	padding: 2px 8px;
	color: #a4a3a2;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}
#header #navigation .section > .controls li a:hover {
	background: rgba(0,0,0,0.1);
}
#breadcrumbs {
	position: fixed;
	left: 50%;
	top: 66px;
	margin-left: -480px;
	overflow: visible;
	z-index: 900;
}
#breadcrumbs .nav {
	background: #FFF;
	padding: 8px 10em 8px 15px;
	float: left;
}
.full #breadcrumbs {
	margin-left: -360px;
}
#engine {
	position: fixed;
	left: 0;
	top: 30%;
	background: #FFF;
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.75);
	box-shadow: 0 5px 5px rgba(0,0,0,0.75);
	padding: 20px 0;
	width: 100%;
	line-height: 20px;
	text-align: center;
	z-index: 2000;
}
#page {
	clear: both;
	padding: 120px 0 60px;
	width: 100%;
}
#page #container {
	margin: 0 auto;
	width: 960px;
}
#main {
	margin: 0;
	width: 550px;
}
#main.full,.main.full {
	margin: 0 auto;
	width: 720px;
}
#aside {
	margin: 0;
	width: 390px;
}
#footer {
	height: auto;
}
#footer > .section {
	background: #ddd7d3;
	border: 1px solid #FFF;
	border-width: 1px 0;
	-moz-box-shadow: inset 0 1px 7px rgba(0,0,0,0.41);
	-webkit-box-shadow: inset 0 1px 7px rgba(0,0,0,0.41);
	box-shadow: inset 0 1px 7px rgba(0,0,0,0.41);
	padding: 8px 0;
	width: 100%;
	height: 12px;
	color: #908c8b;
}
#footer > .section a {
	color: #908c8b;
}
#footer > .section .nav {
	display: none;
}
#footer > .section .nav.terms {
	display: inline;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}
#footer > .section .nav.terms li {
	margin-right: 1em;
}
#footer > .section .nav.social {
	display: inline;
	position: absolute;
	right: 50%;
	margin-top: -5px;
	margin-right: -480px;
}
#footer > .section .nav.social a {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}
#footer > .section .nav.social .facebook a {
	background: url(../img/icon-facebook.png) center center no-repeat;
}
#footer > .section .nav.social .twitter a {
	background: url(../img/icon-twitter.png) center center no-repeat;
}
#footer > .section .nav.social .myspace a {
	background: url(../img/icon-myspace.png) center center no-repeat;
}
#footer > .section .nav.social .youtube a {
	background: url(../img/icon-youtube.png) center center no-repeat;
}
#footer > .section #copyright {
	display: inline;
	position: absolute;
	right: 50%;
	margin-right: -380px;
}
#footer > .section #copyright p {
	display: inline;
}
/********** SECTION **********/
#page .section {
	background: #F4F4F4;
	background: rgba(247,246,245,0.96);
	border: 5px solid #FFF;
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	margin-bottom: 15px;
	padding: 15px;
}
#page .section > .header {
	position: relative;
	background: url(../img/hr.png) center bottom repeat-x;
	margin-bottom: 10px;
	padding-bottom: 10px;
	min-height: 34px;
}
#page .section > .header .title {
	font-size: 30px;
	text-transform: capitalize;
}
#page .section > .header .title a {
	color: #000;
}
#page .section > .header .nav {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 9px;
	letter-spacing: 0.14em;
	text-align: right;
	text-transform: lowercase;
}
#page .section > .header .nav li {
	display: inline-block;
		display: -moz-inline-stack;
		zoom: 1;
		*display: inline;
}
#page .section > .header .nav li a {
	display: inline-block;
	background: #dcdbda;
	background: rgba(0,0,0,0.07);
	border: 1px solid #F4F4F4;
	border: 1px solid rgba(244,244,244,0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	padding: 4px 8px;
	color: #717171;
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}
#page .section > .header .nav li a:hover {
	background: rgba(0,0,0,0.1);
}
#page .section .content,#page .section .details {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
#page .section .content h2,#page .section .content h3,#page .section .content h4,#page .section .content h5,#page .section .content h6,#page .section .details h2,#page .section .details h3,#page .section .details h4,#page .section .details h5,#page .section .details h6 {
	font-weight: bold;
	margin: 0.8em 0 0.4em;
}
#page .section .content h1,#page .section .details h1 {
	font-size: 2em;
}
#page .section .content h2,#page .section .details h2 {
	font-size: 1.8em;
}
#page .section .content h3,#page .section .details h3 {
	font-size: 1.6em;
}
#page .section .content h4,#page .section .details h4 {
	font-size: 1.4em;
}
#page .section .content h5,#page .section .details h5 {
	font-size: 1.0em;
	text-transform: uppercase;
}
#page .section .content h6,#page .section .details h6 {
	font-size: 1.0em;
	font-style: italic;
}
#page .section .content p,#page .section .content ul,#page .section .content ol,#page .section .details p,#page .section .details ul,#page .section .details ol {
	margin-bottom: 1em;
}
#page .section .content ul,#page .section .content ol,#page .section .details ul,#page .section .details ol {
	padding-left: 3em;
	list-style: outside disc;
}
#page .section .content li,#page .section .details li {
	margin-bottom: 0.5em;
}
#page .section .content ol,#page .section .details ol {
	list-style: outside decimal;
}
#page .section .content strong,#page .section .details strong {
	font-weight: bold;
}
#page .section .content em,#page .section .details em {
	font-style: italic;
}
#page .section > .footer {
	position: relative;
	display: none;
	height: 15px;
	text-align: right;
}
#page .section > .footer .nav {
	position: absolute;
	right: 0;
	font-size: 9px;
	letter-spacing: 0.14em;
	text-align: right;
	text-transform: lowercase;
}
#page .section > .footer .nav li {
	display: inline;
}
#page .section > .footer .nav li a {
	display: inline-block;
	background: #dcdbda;
	background: rgba(0,0,0,0.07);
	border: 1px solid #F4F4F4;
	border: 1px solid rgba(244,244,244,0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	padding: 4px 8px;
	color: #717171;
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}
#page .section .article {
	background: url(../img/hr.png) center bottom repeat-x;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#page .section .article > .header {
	position: relative;
	margin-bottom: 10px;
}
#page .section .article > .header .title {
	font-size: 20px;
	margin-bottom: 5px;
}
#page .section .article > .header .title a {
	color: #000;
}
#page .section .article > .header .meta {
	font-size: 11px;
}
#page .section .article > .header .meta .comments {
	display: none;
}
#page .section .article > .header .meta a {
	color: #d04317;
}
#page .section .article > .header .nav {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 9px;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: 0.14em;
}
#page .section .article > .header .nav li {
	display: inline;
	margin-left: 1em;
}
#page .section .article > .header .nav li a {
	display: inline-block;
	background: #dcdbda;
	background: rgba(0,0,0,0.07);
	border: 1px solid #F4F4F4;
	border: 1px solid rgba(244,244,244,0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	padding: 4px 8px;
	color: #717171;
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}
#page .section .article > .figure,#page .section .article > .content .figure {
	margin-bottom: 10px;
}
#page .section .article > .content {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
#page .section .article > .content p,#page .section .article > .content ul,#page .section .article > .content ol {
	margin-bottom: 1em;
}
#page .section .article > .content ul,#page .section .article > .content ol {
	padding-left: 3em;
	list-style: outside disc;
}
#page .section .article > .content ol {
	list-style: outside decimal;
}
#page .section .article > .content strong {
	font-weight: bold;
}
#page .section .article > .content em {
	font-style: italic;
}
#page .section .article > .footer {
	padding-bottom: 20px;
}
#page .section .article > .footer .meta {
	display: none;
}
#page .section .article > .footer .nav {
	font-size: 9px;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: 0.14em;
}
#page .section .article > .footer .nav li {
	display: inline;
	margin-left: 1em;
}
#page .section .article > .footer .nav li a {
	display: inline-block;
	background: #dcdbda;
	background: rgba(0,0,0,0.07);
	border: 1px solid #F4F4F4;
	border: 1px solid rgba(244,244,244,0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	padding: 4px 8px;
	color: #717171;
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}
/* EVENTS */
#page .section.events > .listing {
	margin-bottom: 10px;
}
#page .section.events > .listing table {
	font-size: 11px;
	font-weight: normal;
}
#page .section.events > .listing table thead {
	display: none;
}
#page .section.events > .listing table tbody tr td {
	padding: 10px;
}
#page .section.events > .listing table tbody tr td a {
	font-weight: bold;
	color: #000;
}
#page .section.events > .listing table tbody tr td.date {
	width: 70px;
}
#page .section.events > .listing table tbody tr td.location .locality {
	display: block;
	font-weight: bold;
}
#page .section.events > .listing table tbody tr td.location .region {
	white-space: nowrap;
}
#page .section.events > .listing table tbody tr td.activity {
	white-space: nowrap;
}
#page .section.events > .listing table tbody tr td.activity a {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
#page .section.events > .listing table tbody tr td.activity ul li {
	display: inline;
	margin-left: 1em;
}
#page .section.events > .listing table tbody tr td.activity ul li span {
	display: none;
}
#page .section.events > .listing table tbody tr td.activity ul li.signups a {
	display: inline-block;
	background: url(../img/icon-person.png) left center no-repeat;
	padding-left: 20px;
	height: 18px;
	line-height: 18px;
}
#page .section.events > .listing table tbody tr td.activity ul li.comments a {
	display: inline-block;
	background: url(../img/icon-comments.png) left center no-repeat;
	padding-left: 20px;
	height: 18px;
	line-height: 18px;
}
#page .section.events > .listing table tbody tr td.tickets {
	width: 90px;
}
#page .section.events > .listing table tbody tr td.tickets ul {
	margin: 0;
	padding: 0;
}
#page .section.events > .listing table tbody tr td.tickets ul li {
	display: inline;
}
#page .section.events > .listing table tbody tr td.tickets ul li a,#page .section.events > .listing table tbody tr td.tickets ul li span {
	display: inline-block;
}
#page .section.event > .content {
	height: auto;
	overflow: auto;
	font-size: 12px;
	line-height: 18px;
}
#page .section.event > .content > .description {
	background: url(../img/hr.png) center bottom no-repeat;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#page .section.event > .content > .venue {
	float: left;
	margin-bottom: 20px;
	width: 48%;
}
#page .section.event > .content > .venue .org {
	font-weight: bold;
}
#page .section.event > .content > .info {
	float: right;
	margin-bottom: 20px;
	width: 48%;
	height: auto;
	overflow: auto;
}
#page .section.event > .content > .info dl {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#page .section.event > .content > .info dl dt {
	font-weight: bold;
}
#page .section.event > .content > .payment {
	clear: both;
	margin-bottom: 40px;
}
#page .section.event > .content > .payment fieldset {
	margin-bottom: 10px;
}
#page .section.event > .content > .payment fieldset legend {
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
}
#page .section.event > .content > .payment fieldset .payment-options label span {
	font-size: 10px;
}
#page .section.event > .content > .payment fieldset .payment-options dt {
	font-weight: bold;
}
/* RELEASES */
#page .section.releases.all > .listing {
	height: auto;
	overflow: auto;
}
#page .section.releases.all > .listing .item {
	float: left;
	border: 5px solid #FFF;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	margin: 20px;
	width: 176px;
}
#page .section.releases.all > .listing .item .header {
	display: none;
}
#page .section.release.links > .listing {
	background: url(../img/hr.png) center top repeat-x;
}
#page .section.release.links > .listing li {
	background: url(../img/hr.png) center bottom repeat-x;
}
#page .section.release.links > .listing li a {
	display: block;
	padding: 10px 0;
	color: #D24E24;
}
/* MEDIA */
#page .section.gallery > .listing .item {
	float: left;
	margin: 10px;
	width: 116px;
}
#page .section.gallery > .listing .item .figure {
	margin-bottom: 10px;
	height: 80px;
	overflow: hidden;
}
#page .section.gallery > .listing .item .header {
	font-weight: bold;
	text-align: center;
}
#page .section.gallery > .listing .item .header .meta {
	display: none;
}
#page .section.asset > .header .nav li a img {
	display: none;
}
.asset.photo .details {
	padding-top: 20px;
}
.media .details.content p {
	text-align: center;
}
/* USERS */
/* Filter */
#page #filter .header {
	display: none;
}
#page #filter .panel {
	text-align: center;
}
#page #filter .panel li {
	display: inline;
	margin-left: 1em;
}
#page #filter .panel li:first-child {
	margin: 0;
}
/* User Profile */
#page .section.social.controls {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#page .section.social.controls > .article {
	background: none;
	margin: 0;
	padding: 0;
}
#page .section.social.controls > .article .nav {
	text-align: center;
}
#page .section.social.controls > .article .nav li {
	display: inline;
	margin: 0 0.5em;
}
#page .section.social.controls > .article .nav li a {
	background: #FFF;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 6px 20px;
	-moz-box-shadow: inset 0 -3px 3px rgba(0,0,0,0.3),0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 -3px 3px rgba(0,0,0,0.3),0 2px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 -3px 3px rgba(0,0,0,0.3),0 2px 2px rgba(0,0,0,0.1);
	color: #000;
}
#page .section.profile.links > .listing .link {
	background: url(../img/hr.png) center bottom repeat-x;
	padding: 10px 0;
}
#page .section.profile.twitter > .content .listing {
	padding-left: 0;
	list-style: none;
}
#page .section.profile.twitter > .content .listing li {
	padding: 1em 0;
	background: url(../img/hr.png) center bottom repeat-x;
}
#page .section.profile.flickr > .content .listing {
	padding: 0;
	list-style: none;
}
#page .section.profile.flickr > .content .listing li {
	float: left;
	margin: 10px;
}
/* Don't show Clay's last login */
.users .user_1160288 .member.details .time {
	display: none;
}
/* Comments */
#page .section.comments > .listing .item .bubble {
	width: auto;
	word-wrap: break-word;
}
#page .section.comments > .listing .item .bubble > .header {
	background: url(../img/hr.png) center bottom repeat-x;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#page .section.comments > .listing .item .bubble > .header .meta {
	font-style: italic;
}
#page .section.comments > .listing .item .bubble > .content {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
}
#page .section.comments > .listing .item .bubble > .footer .nav li {
	display: inline;
}
#page .section.comments > .listing .item .bubble > .footer .nav li a {
	display: inline-block;
	background: #dcdbda;
	background: rgba(0,0,0,0.07);
	border: 1px solid #F4F4F4;
	border: 1px solid rgba(244,244,244,0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	padding: 4px 8px;
	color: #717171;
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}
/* FORUM */
.section#GC_forum > .footer { display: block; }
.section.forum table th, .section.forum table td { padding: 10px; }
.section.forum table td .title { font-size: 20px; }
.section.forum table td.last_activity .title { padding-top: 5px; }

/* CONTESTS / CAMPAIGNS */
/* List */
#page .section.contests > .listing > .item .article > .header,#page .section.contests > .article > .header,#page .section.campaigns > .listing > .item .article > .header,#page .section.campaigns > .article > .header {
	padding-right: 0 !important;
}
#page .section.contests > .listing > .item .article > .header .meta ul,#page .section.contests > .article > .header .meta ul,#page .section.campaigns > .listing > .item .article > .header .meta ul,#page .section.campaigns > .article > .header .meta ul {
	display: inline;
}
#page .section.contests > .listing > .item .article > .header .meta ul li,#page .section.contests > .article > .header .meta ul li,#page .section.campaigns > .listing > .item .article > .header .meta ul li,#page .section.campaigns > .article > .header .meta ul li {
	display: inline;
	margin-right: 1em;
}
#page .section.contests > .listing > .item .article > .header .meta p,#page .section.contests > .article > .header .meta p,#page .section.campaigns > .listing > .item .article > .header .meta p,#page .section.campaigns > .article > .header .meta p {
	display: inline;
}
#page .section.contests > .listing > .item .article > .header .nav,#page .section.contests > .article > .header .nav,#page .section.campaigns > .listing > .item .article > .header .nav,#page .section.campaigns > .article > .header .nav {
	display: none;
}
/* Single */
#page .section.contest > .header .nav,#page .section.campaign > .header .nav {
	position: static;
	font-size: inherit;
	letter-spacing: inherit;
	text-align: left;
	text-transform: none;
}
#page .section.contest > .header .nav li label,#page .section.campaign > .header .nav li label {
	display: none;
}
/* ACCOUNT */
#page .section.account > .content .author,#page .section.account > .content .author,#page .section.manage > .listing .author,#page .section.manage > .listing .author {
	width: 120px;
	text-align: center;
}
#page .section.account > .content .author a,#page .section.account > .content .author a,#page .section.manage > .listing .author a,#page .section.manage > .listing .author a {
	display: block;
}
#page .section.account > .content .action,#page .section.account > .content .actions,#page .section.manage > .listing .action,#page .section.manage > .listing .actions {
	text-align: right;
}
#page .section.account > .content .action *,#page .section.account > .content .actions *,#page .section.manage > .listing .action *,#page .section.manage > .listing .actions * {
	display: inline;
}
#page .section.account > .content .action a,#page .section.account > .content .actions a,#page .section.manage > .listing .action a,#page .section.manage > .listing .actions a {
	display: inline-block;
	background: #dcdbda;
	background: rgba(0,0,0,0.07);
	border: 1px solid #F4F4F4;
	border: 1px solid rgba(244,244,244,0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	margin-left: 1em;
	padding: 0 8px;
	font-size: 10px;
	color: #717171;
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}
/* Settings */
#page .section.account > .details dl {
	background: url(../img/hr.png) center bottom repeat-x;
	padding: 15px 0;
}
#page .section.account > .details dl dt {
	font-size: 1.5em;
}
#page .section.account > .details dl dd .nav,#page .section.account > .details .actions,#page .section.account > .details .action {
	text-align: right;
}
#page .section.account > .details dl dd .nav li,#page .section.account > .details .actions a,#page .section.account > .details .action a {
	display: inline;
	margin-left: 1em;
}
#page .section.account > .details dl dd .nav li a,#page .section.account > .details .actions a,#page .section.account > .details .action a {
	display: inline-block;
	background: #dcdbda;
	background: rgba(0,0,0,0.07);
	border: 1px solid #F4F4F4;
	border: 1px solid rgba(244,244,244,0.7);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	padding: 0px 8px;
	font-size: 11px;
	color: #717171;
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	text-transform: lowercase;
}
#page .section.account > .details dl:first-child {
	border-top: none;
}
/* Manage */
#page .section.manage > .details table tr td,#page .section.manage > .details table tr th {
	padding: 5px;
}
/* Mail */
#page .section.inbox > .content .nav {
	padding: 0 !important;
	list-style: none !important;
}
#page .section.inbox > .content .listing {
	width: auto !important;
}
#page .section.inbox > .content .listing table tfoot {
	border: none;
}
#page .section.inbox > .content .listing table tfoot td {
	padding: 5px 0;
}
#page .section.message > .article .avatar {
	float: left;
	width: 100px !important;
	font-weight: bold;
	text-align: center;
}
#page .section.message > .article .avatar img {
	margin-bottom: 10px;
	width: auto !important;
}
#page .section.message > .article .bubble {
	margin-left: 115px !important;
	width: auto !important;
}
#page .section.message > .article .bubble > .header {
	background: url(../img/hr.png) center bottom repeat-x;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#page .section.message > .article .bubble > .header .title {
	font-size: 14px;
	font-weight: bold;
}
#page .section.message > .article .bubble > .content {
	margin-bottom: 10px;
	padding: 10px;
	min-height: 35px;
}
#page .section.message > .article .bubble > .footer .nav li,#page .section.message > .article .bubble > .footer .nav li * {
	display: inline;
}
#page .section.message.reply > .detail form fieldset ul li.to {
	margin-left: 20%;
}
/* Friends */
#page .section.manage.friends > .header .title {
	width: 30%;
}
#page .section.manage.friends > .header .nav {
	width: 70%;
}
/* ACCESS CONTROL */
#page .section.access.subscription > .listing .item .article > .figure {
	float: right;
	margin-left: 10px;
	width: 225px;
}
#page .section.access.subscription > .listing .item .article > .header .title {
	display: inline;
}
#page .section.access.subscription > .listing .item .article > .header .meta {
	display: inline;
}
#page .section.access.subscription > .listing .item .article > .header .meta span {
	display: inline;
}
#page .section.access.subscription > .listing .item .article > .header .meta .cost {
	font-size: 24px;
}
#page .section.access.subscription > .listing .item .article > .header .meta:before {
	content: " - ";
}
#page .section.access.subscription > .listing .item .article > .details .description {
	margin-bottom: 10px;
}
#page .section.access.subscription > .listing .item .article > .details .sku {
	font-size: 10px;
	font-weight: bold;
}
#page .section.access.subscription > .listing .item .article > .details .payment li {
	padding-left: 0px !important;
}
#page .section.access.subscription > .listing .item .article > .details .payment li label {
	color: #000;
}
#page .section.access.subscription > .listing .item .article > .details .payment li .note {
	margin-bottom: 0;
}
#page .section.access.subscription > .listing .item .article > .details .payment li button {
	margin-left: 0 !important;
}
#page .section.access.subscription > .listing .item .article > .details .payment li.checkbox {
	background: #e4e3e2;
	background: rgba(0,0,0,0.07);
	border: 1px solid #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.24);
	padding: 10px !important;
	color: #a4a3a2;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}
/********** PAGES **********/
/* Home */
body.home {
	background: #000 url(../img/home-background3.jpg) center 0 no-repeat;
}
body.home #dashboard {
	bottom: auto;
	top: 0;
}
.home #breadcrumbs {
	display: none;
}
.home .pagination {
	display: none;
}
.home.has-js #page {
	padding: 0;
	overflow: hidden;
}
.home.has-js #page #container {
	position: relative;
}
.home.has-js #main {
	width: auto;
}
.home.has-js #main .section {
	width: 510px;
	z-index: 50;
}
.home.has-js #main .section > .header {
	display: none;
}
.home.has-js #main .section > .header + * .title {
	font-size: 30px;
}
.home.has-js #main .section.news.featured {
	position: relative;
	z-index: 100;
}
.home.has-js #main .section.news.featured .article > .header {
	background: url("../img/hr.png") repeat-x scroll center bottom transparent;
	padding-bottom: 10px;
}
.home.has-js #main .section.news.featured .article > .figure {
	display: none;
}
.home.has-js #main .section.news.featured .article > .content {
	line-height: 24px;
}
.home.has-js #main .section.news.featured .article > .footer {
	position: relative;
	display: block;
	z-index: 200;
}
.home.has-js #main .section.news.featured .article > .footer .meta {
	position: relative;
	top: 42px;
	display: block;
	float: left;
	text-transform: lowercase;
	letter-spacing: 0.14em;
}
.home.has-js #main .section.news.featured .article > .footer .meta span a {
	padding: 4px 8px;
	color: #717171;
	color: rgba(0,0,0,0.6);
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}
.home.has-js #main .section.news.featured .article > .footer .meta .time,.home.has-js #main .section.news.featured .article > .footer .meta .author {
	display: none;
}
.home.has-js #main .section.news.featured .article > .footer .meta .comments a {
	background: url(../img/icon-comments.png) left center no-repeat;
	padding-left: 20px;
}
.home.has-js #main .section.news.featured .article > .footer .nav {
	float: right;
}
.home.has-js #main .section.news.featured .article > .footer .nav a {
	display: inline;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	font-size: 11px;
	color: #d24e24;
}
.home.has-js #main .section.news.featured .article > .footer .nav a:after {
	content: " »";
}
.home.has-js #main .section.news.featured > .footer {
	position: relative;
	display: block;
	height: 15px;
}
.home.has-js #main .section.news.featured > .footer .nav li a {
	padding: 4px 30px;
}
.home.has-js #main .section.events > .footer {
	position: relative;
	display: block;
	height: 15px;
}
.home.has-js #main .section.media.video {
	padding: 1px;
}
.home.has-js #main .section.media.video > .content {
	margin: 0;
}
.home.has-js #main .section.releases > .listing .item {
	width: 120px;
}
.home.has-js #main .recent.media {
	position: absolute;
	top: 0;
	z-index: 0;
}
.home.has-js #main .recent.media > .header,.home.has-js #main .recent.media > .thumbs a span,.home.has-js #main .recent.media > .footer {
	display: none;
}
.home.has-js #main .recent.media > .thumbs a {
	position: relative;
	display: block;
	border: 3px solid #FFF;
	margin-bottom: -100px;
	z-index: 50;
	float: left;
	clear: left;
}
.home.has-js #main .recent.media > .thumbs a img {
	vertical-align: middle;
}
.home.has-js #main .recent.media > .thumbs a:first-child {
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: 40;
}
.home.has-js #main .recent.media > .thumbs a:last-child {
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	z-index: 30;
}
.home.has-js #main .section.causes > .content .article .figure {
	float: right;
	margin: 10px;
	width: 120px;
}
.home.has-js #main .section.causes > .content .article .figure img {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
}
.home.has-js #main .section.causes > .content .article .footer {
	clear: both;
}
.home.has-js #main .section.membership.upsell > .content .article {
	height: auto;
	overflow: auto;
}
.home.has-js #main .section.membership.upsell > .content .article > .figure {
	float: left;
	margin: 0 10px 10px 0;
	width: 120px;
}
.home.has-js #main .section.membership.upsell > .content .article > .header {
	margin: 15px 0;
}
.home.has-js #main .section.membership.upsell > .content .article > .header .title,.home.has-js #main .section.membership.upsell > .content .article > .header .meta {
	display: inline;
	font-size: 30px;
}
.home.has-js #main .section.products.featured .listing .item .product a:first-child {
	float: none;
	width: auto;
}
.home.has-js #aside {
	position: fixed;
	left: 0;
	bottom: 0;
	background: #f1f1f1;
	-moz-box-shadow: 0 3px 9px rgba(0,0,0,0.76);
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.76);
	box-shadow: 0 3px 9px rgba(0,0,0,0.76);
	width: 100%;
	height: 220px;
	z-index: 1100;
}
.home.has-js #aside .container {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
	height: auto;
	overflow: auto;
}
.home.has-js #aside .trigger {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
.home.has-js #aside .trigger a {
	position: absolute;
	left: 0;
	top: -26px;
	display: inline-block;
	background: #f1f1f1;
	-moz-box-shadow: 0 -2px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 -2px 3px rgba(0,0,0,0.25);
	box-shadow: 0 -2px 3px rgba(0,0,0,0.25);
	padding: 0 2em;
	height: 26px;
	font-size: 12px;
	color: #000;
	line-height: 26px;
	text-transform: lowercase;
}
.home.has-js #aside .section {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	padding: 0;
}
.home.has-js #aside .section > .header {
	display: block;
	background: none;
	padding: 0;
	min-height: 0;
}
.home.has-js #aside .section > .header .title {
	font-size: 12px;
	text-transform: lowercase;
}
.home.has-js #aside .section.login,.home.has-js #aside .section.subscribe {
	display: none;
}
.home.has-js .section.login > .header .title
.home.has-js .section.subscribe > .header .title {
	font-size: 30px !important;
	text-transform: none;
}
.home.has-js .section.subscribe > form fieldset ul li.input label {
	width: 28%;
}
.home.has-js .section.subscribe > form fieldset ul li.input input {
	width: 58%;
}
.home.has-js .section.subscribe > form fieldset ul li.submit input {
	margin-left: 30%;
}
.home.has-js #aside .section.feature.three {
	float: left;
	width: 620px;
	margin-right: 20px;
}
.home.has-js #aside .section.audio-player {
	float: left;
	width: 320px;
}
.home.has-js #aside .section.audio-player > .figure {
	float: left;
	margin: 0 10px 10px 0;
	width: 110px;
}
.home.has-js #footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1200;
}
/* News */
.news.all.has-js #main {
	float: none;
	width: auto;
}
.news.all.has-js #main .section.news.all {
	position: relative;
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.news.all.has-js #main .section.news.all > .header {
	margin: 0 -240px 10px;
}
.news.all.has-js #main .section.news.all > .header .title {
	color: #FFF;
}
.news.all.has-js #main .section.news.all > .header .nav {
	display: none;
}
.news.all.has-js #main .section.news.all > .listing {
	margin: 0;
}
.news.all.has-js #main .section.news.all > .listing .item {
	position: relative;
	background: #F4F4F4;
	background: rgba(247,246,245,0.96);
	border: 5px solid #FFF;
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15);
	margin: 0 10px;
	padding: 15px;
	width: 720px;
	float: left;
}
.news.all.has-js #main .section.news.all > .listing .item .article {
	height: auto;
	overflow: auto;
}
.news.all.has-js #main .section.news.all > .listing .item .article > .figure {
	float: left;
	margin-right: 10px;
	width: 200px;
}
.news.all.has-js #main .section.news.all > .listing .item .article > .footer {
	clear: both;
	padding-bottom: 0;
}
.news.all.has-js #main .section.news.all .hide {
	position: absolute;
	top: 44px;
	background: url(../img/news-hide.png) fixed left top no-repeat;
	width: 240px;
	height: 753px;
}
.news.all.has-js #main .section.news.all .hide.left {
	left: 0;
}
.news.all.has-js #main .section.news.all .hide.right {
	background-position: right top;
	right: 0;
}
.news.all.has-js #main .pagination {
	color: #FFF;
}
.news.all.has-js #main .pagination a {
	color: #FFF;
}
.news.all.has-js #aside {
	clear: both;
	float: none;
	width: auto;
}
.news.all.has-js #aside .section {
	float: left;
	margin: 0 10px;
}
.news.all.has-js #aside .section > .header .nav {
	display: none;
}
.news.all.has-js #aside .section > .footer {
	display: block;
	height: 45px;
}
.news.all.has-js #aside .section.news.popular {
	margin-left: 0;
	width: 220px;
}
.news.all.has-js #aside .section.news.popular > .listing .item:last-child {
	display: none;
}
.news.all.has-js #aside .section.events {
	width: 360px;
}
.news.all.has-js #aside .section.events > .header {
	margin-bottom: 0;
}
.news.all.has-js #aside .section.events > .listing {
	margin-bottom: 10px;
}
.news.all.has-js #aside .section.events > .listing table tbody tr td {
	padding: 15px 0;
}
.news.all.has-js #aside .section.bloggers {
	margin-right: 0;
	width: 220px;
}
.news.all.has-js #aside .section.bloggers > .thumbs .avatar {
	width: 60px;
}
.news.all.has-js #aside .section.bloggers > .thumbs .avatar:last-child {
	display: none;
}
/* Forum */
body.forum #dashboard .section,
body.forum #header .section,
body.forum #page #container,
body.forum #footer .section {
	width: 95%;
}
body.forum #breadcrumbs {
	left: 1.5%;
	margin: 0;
}
body.forum .pagination {
	position: fixed;
	right: 1.5%;
	top: 66px;
	background: #FFF;
	padding: 8px 15px;
	line-height: 1em;
	font-size: 10px;
	z-index: 900;
}
body.forum #main.full {
	width: auto;
}
body.forum #page .section .article > .header .title a {
	font-weight: normal;
}
.markItUp {
	width: auto;
}
.markItUpHeader ul li {
	clear: none;
}
.markItUpEditor {
	margin-left: 20%;
	width: auto;
}
/* Causes */
body.causes #page .content img {
	clear: right;
	float: right;
	background: #FFF;
	margin: 0 0 20px 20px;
	padding: 10px;
	border: 1px solid #ccc;
}
/* Account */
body.account #main.full,.main.full {
	width: 900px;
}

/* Store Updates For BMS Upgrades */
.store #aside .title {
	padding: 0;
}
.store .section.store.header {
	height: 40px;
}

.store #main .featured {
	border-bottom: 5px solid #fff;
	padding: 15px;
}
.store #aside .categories {
	margin-top: 40px;
}
.store #dashboard {display:none;}

/* Moving Footer To Bottom of Page (experimental) */
html,body{height:100%;}
#page{padding-bottom:0;min-height:100%;height:auto !important;height:100%;margin:0 auto -30px;/* the bottom margin is the negative value of the footer's height */}
#footer{padding:40px 0 0 0;height:30px;/* .push must be the same height as .footer */}


/* Custom Chat Page */
.section.previous-chats {overflow:hidden;}
.section.previous-chats .left {float:left;width:45%;padding-right:2.5%;border-right:1px solid #d5d5d5;}
.section.previous-chats .right {float:left;width:45%;padding-left:2.5%;}

/* Privacy */
.privacy .content.details dl, .privacy .content.details ol, .privacy .content.details ul {padding-left:2em;}
.privacy .content.details dt {font-weight:bold;}
.privacy .content.details dd {padding-left:0;}
.privacy .content.details dd + dt {margin-top:1em;}
.privacy .content.details ol {list-style:decimal;}
.privacy .content.details ul {list-style:disc;}
.privacy .content.details .vcard div {line-height:1.5em;}
.privacy .content.details strong {font-weight:bold;}

