/* Typography */
@font-face {
	font-family: 'IStillKnowRegular';
	src: url('/clients/whitechapel/type/i-still-know-webfont.eot');
	src: local('☺'),url('/clients/whitechapel/type/i-still-know-webfont.woff') format('woff'),url('/clients/whitechapel/type/i-still-know-webfont.ttf') format('truetype'),url('/clients/whitechapel/type/i-still-know-webfont.svg#webfontr92OzArJ') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6,th,dt,p,li,td,dd,address,input,textarea,select,.vcard,span,#dashboard,#breadcrumbs,legend {
	font-family: inherit;
}
body {
	background: #000 url('../img/body-bg.jpg') top no-repeat;
	color: #fff;
	font-family: Georgia,Times,serif;
	font-size: 75%;
}
/* Prevent background shrinkage for mobile safari */
@media screen and (max-device-width:1024px) {body {
	background-image: url('../img/body-narrow-bg.jpg');
}

}
h1,h2,h3,h4,h1 a,h2 a,h3 a,.nav a,.meta a,.avatar_wrapper a,.section a {
	color: rgba(171,138,75,0.8);
	-webkit-transition-duration: 300ms;
}
h1,h2 {
	font-size: 3em;
}
h1 {
	padding-bottom: 0;
}
h4 {
	padding: 0;
}
tbody tr:nth-child(even) {
	background: rgba(0,0,0,0.25);
	border: 1px solid rgba(171,138,75,0.08);
	border-width: 1px 0;
	-webkit-transition-duration: 300ms;
}
tbody tr:hover {
	background: rgba(255,255,255,0.1);
	-webkit-transition-duration: 300ms;
}
tbody th,td,td .note {
	font-size: 13px;
	padding: 0;
}
th,td {
	padding: 5px;
	vertical-align: middle;
}
thead th,tfoot,.section.inbox tfoot {
	border-color: rgba(171,138,75,0.15);
}
blockquote {
	font-style: italic;
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(141,114,61,0.25);
	border-width: 1px 0;
	padding: 10px;
}
.mark {
	background: #8b703e;
}
.nav a:hover,.meta a:hover,.avatar_wrapper a:hover,.section a:hover {
	color: rgba(255,255,255,0.8);
	-webkit-transition-duration: 300ms;
}
#header .nav,
#breadcrumbs .nav,
#footer .nav,
.header .title,
.section > .header .nav.actions,
.section > .footer .nav.actions,
.section button,.section th,
.pagination .title,
.pagination .results,
.social.controls,
.account.settings dt,
.account legend,
.store .item .product .name {
	font-family: IStillKnowRegular,Georgia,Times,serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
	font-smooth: never;
	text-shadow: #000 2px 2px 3px;
}
/* Forms */
form li {
	line-height: 32px;
}
.select label,.input label,.text label {
	display: block;
	float: left;
	width: 9em;
	text-align: right;
	margin-right: 1em;
}
.submit button {
	margin-left: 11.25em;
}
input,textarea,select {
	font: 12px/1.5em Verdana,Helvetica,Arial,sans-serif;
	background: #fff;
	border: 0;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input[disabled='disabled'],select[disabled='disabled'],textarea[disabled='disabled'],button[disabled='disabled'] {
	opacity: 0.5;
}
.section button,.forum .section > .header .nav a,.forum .section > .footer .nav a {
	font-size: 13px;
	background: rgba(171,138,75,0.5);
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 6px 10px;
	text-shadow: rgba(0,0,0,0.5) 2px 2px 3px;
}
form .note,form li .error {
	font-size: 12px;
	font-style: italic;
	color: #666;
}
form li .error {
	width: auto;
	background: #900;
	color: #fff;
	padding: 2px;
	margin-left: 145px;
}
form .checkbox .note,form .radio .note {
	margin-left: 1.5em;
}
form.Delete,form.Delete *,form.Approve,form.Approve * {
	display: inline;
	vertical-align: top;
}
.Delete button {
	background: none;
	padding: 0;
	font: 14px Georgia,Times,serif;
	text-transform: inherit;
	letter-spacing: inherit;
	text-decoration: underline;
	color: rgb(138,111,061);
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition-duration: 300ms;
	cursor: pointer;
}
.Delete button:hover {
	color: #88230e;
	-webkit-transition-duration: 300ms;
	text-shadow: none;
}
.success,.active {
	background-color: #3b5436;
}
.fail {
	background-color: #88230E;
}
/* Structure */
#dashboard {
	background: rgba(0,0,0,0.9);
	border-bottom: 1px solid rgba(141,114,61,0.25);
}
#dashboard .stats a,#dashboard .stats .views {
	font-size: 12px;
}
#dashboard .stats a {
	padding: 0 5px;
}
#dashboard .stats .views {
	padding-left: 5px;
	color: rgba(171,138,75,0.8);
}
#dashboard .controls {
	padding-top: 1px;
}
#dashboard .controls li {
	margin-left: 5px;
}
#dashboard .controls a {
	background: rgba(141,114,61,0.25);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 2px 8px;
	color: #fff;
	text-decoration: none;
}
#header {
	padding-top: 460px;
}
#header .client {
	text-align: center;
}
#header .nav {
	background: url('../img/nav-bg.png') top no-repeat;
	text-align: center;
	font-size: 15px;
	-webkit-text-size-adjust: none;
}
#header .nav > ul {
	padding: 3px 0 1px 0;
}
#header .nav > ul li {
	margin: 0 20px;
}
#header .nav .community {
	position: relative;
}
#header .nav .community > a {
	background: url('../img/community-bg.png') right 2px no-repeat;
	padding-right: 11px;
}
#header .nav .community > a:hover {
	background-position: right -27px;
}
#header .nav .community ul {
	background: rgba(0,0,0,0.9);
	border: 1px solid rgba(141,114,61,0.25);
	border-radius: 0 0 5px 5px;
	border-top: 0;
	position: absolute;
	left: 0;
	padding: 10px 15px;
	text-align: left;
	top: 24px;
	z-index: 99999;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
}
#header .nav .community ul li {
	margin: 0;
}
#header .nav a,#footer .nav a {
	text-decoration: none;
}
#engine {
	position: absolute;
	width: 100%;
	top: 300px;
}
#breadcrumbs,#engine .messages {
	background: rgba(0,0,0,0.8);
	border-bottom: 1px solid rgba(141,114,61,0.25);
	padding: 10px;
	text-align: center;
	width: 600px;
	max-width: 960px;
	margin: 0 auto 15px auto;
	-webkit-text-size-adjust: none;
}
#engine .messages {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid rgba(141,114,61,0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#footer {
	background: url('../img/footer-bg.jpg') bottom no-repeat;
	min-height: 435px;
}
#footer > .section {
	background: url('../img/footer-section-bg.png') bottom no-repeat;
	padding-top: 283px;
}
#footer .nav,#footer #copyright {
	float: left;
	width: 300px;
	position: relative;
	margin-top: 20px;
}
#footer .poweredby {
	display: block;
	text-indent: -9999px;
}
#footer #copyright {
	width: 160px;
	color: rgba(171,138,75,0.6);
	text-shadow: #000 2px 2px 2px;
}
#footer #copyright:after {
	position: absolute;
	top: 10px;
	right: -110px;
	content: url('../img/groundctrl.png');
}
#footer .nav .community ul {
	display: none;
}
#main,.main,#aside,.aside {
	width: 450px;
}
#page .section {
	overflow: hidden;
}
.section > .header,.main.full > .section > .footer {
	text-align: center;
}
.section > .header .title {
	padding: 0;
	margin-bottom: 0.544em;
	background: url('../img/rule-horizontal.png') no-repeat;
	background-position: 50% 50%;
}
.section > .header .nav.actions {
	display: none;
}
.account .section > .header .nav.actions {
	display: block;
}
.main.full > .section > .header .nav.actions a,.main.full > .section > .footer .nav.actions a {
	font-size: 11px;
	text-decoration: none;
}
.pagination {
	font-size: 11px;
}
.pagination .title,.pagination .results,.pagination .current {
	opacity: 0.5;
	padding: 5px 0;
}
.pagination .listing {
	font-style: italic;
}
.pagination a,.pagination .current {
	padding: 4px 6px;
}
.pagination a {
	color: #fff;
	text-decoration: none;
}
.viewall,.nav.actions li {
	font-size: 13px;
}
.viewall:before,.viewall:after {
	vertical-align: 13%;
	opacity: 0.5;
	padding: 0 5px;
}
.viewall:before {
	content: url('../img/ornament-left.png');
}
.viewall:after {
	content: url('../img/ornament-right.png');
}
.footer .nav.actions,#main .section.comments .bubble {
	font-size: 13px;
}
#main .section.comments .bubble {
	font-style: italic;
}
#main .section.comments .bubble .footer,#main .section.comments .bubble .footer a,.article .footer .nav.actions {
	color: #b08127;
}
.section.comments {
	max-width: 600px;
	margin: 0 auto;
}
.section.comments .listing .item {
	background: url('../img/rule-horizontal.png') 20% bottom repeat-x;
	padding: 20px 0;
}
#main.full .section.comments .bubble {
	margin-left: 70px;
}
#main.full .section.comments .bubble .meta p {
	padding: 0;
}
.section.comments .avatar {
	max-width: 50px;
}
#add-comment #comment {
	width: 100%;
}
.section > .footer .nav.actions {
	text-align: center;
}
.section > .header .nav.actions a,.section > .footer .nav.actions a {
	text-decoration: none;
}
.header .nav.actions li,.footer .nav.actions li {
	display: inline-block;
		display: -moz-inline-stack;
		zoom: 1;
		*display: inline;
}
.header .nav.actions li + li:before,.footer .nav.actions li + li:before {
	content: ' | ';
}
#main .section.comments .bubble {
	width: 390px;
}
/* Home */
.home #header .client {
	position: absolute;
	top: 0;
	margin-bottom: -2px;
	width: 100%;
	text-align: center;
}
.home #page {
	background: url('../img/page-bg.png') top no-repeat;
}
.home #main .section,.home #aside .section {
	overflow: hidden;
}
.home .news.featured {
	background: url('../img/feature-panel-bg.png') no-repeat;
	position: relative;
	overflow: hidden;
	height: 440px;
	z-index: 999;
}
.home .news.featured > .header {
	display: none;
}
.home .news.featured .prev,.home .news.featured .next {
	background: url('../img/arrows.png') -7px -18px repeat-y;
	display: block;
	text-indent: -9999px;
	width: 100px;
	height: 20px;
	position: absolute;
	top: 200px;
	z-index: 9999;
}
.home .news.featured .next {
	right: 0;
	background-position: -7px 45px;
}
.home .news.featured .listing {
	width: 20000em;
	position: absolute;
}
.home .news.featured .listing .item {
	float: left;
	margin-right: 100px;
}
.home .news.featured .article {
	position: relative;
	padding-left: 490px;
	overflow: hidden;
	height: 400px;
	max-height: 400px;
}
.home .news.featured .article .figure {
	position: absolute;
	left: 50px;
	top: 10px;
	width: 420px;
}
.home .news.featured .article .title,.home .news.featured .article .excerpt {
	width: 360px;
}
.home .news.featured .article .footer,.home .news.featured .article .meta {
	font-style: italic;
}
.home .news.featured .article .footer {
	font-size: 12px;
	width: 300px;
}
.home .news.featured .article .footer .comments {
	float: right;
}
.home .news.featured .article .footer .author:before {
	content: 'Posted ';
}
.home .events > .header .title {
	background-image: none;
}
.home .events > .header .title:before,.home .events > .header .title:after {
	content: ' ' url('../img/hal.png') ' ';
}
.home .news.recent .item,.home .blogs .item,.blogs.recent .item {
	background: url('../img/rule-horizontal.png') -240px bottom no-repeat;
	float: left;
	margin: 0 30px 25px 0;
	padding-bottom: 10px;
	width: 210px;
}
.home .blogs .item,.blogs.recent .item {
	background: url('../img/block-bg.png') -10px top no-repeat;
	min-height: 150px;
	padding: 30px 20px 20px 20px;
	width: 170px;
}
.home .news.recent .item:nth-child(even),.blogs .item:nth-child(even) {
	margin-right: 0;
}
.home .news.recent .item:nth-child(odd),.blogs .item:nth-child(odd) {
	clear: both;
}
.home .news.recent .item .title,.blogs .item .title {
	font-size: 20px;
}
.home .news.recent .meta {
	font-size: 12px;
}
.home .news.recent .meta .time,.blogs .meta .occupation {
	display: block;
	font-style: italic;
}
.home .news.recent .meta .author:before {
	content: 'Posted ';
}
.blogs .meta a {
	text-shadow: rgb(0,0,0) 1px 1px 3px;
}
.home .twitter .header {
	background: url('../img/evil-ollie.png') left bottom no-repeat;
	height: 100px;
	position: relative;
}
.home .twitter .header .nav.actions {
	display: block;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: -20px;
}
.home .twitter .header .follow a {
	padding-left: 23px;
	background: url('../img/twitter.png') no-repeat;
	display: inline-block;
	height: 32px;
}
.home .twitter .content {
	background: url('../img/feature-panel-bg.png') bottom no-repeat;
	border: 1px solid rgba(255,255,255,0.15);
	border-width: 0 1px 1px 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.home .twitter .content .listing {
	margin: 0 -1px;
	background: url('../img/gradient-overlay.png') top repeat-x;
	padding-bottom: 0;
}
#twitterUpdates {
	padding: 0;
}
.home .twitter .content .listing .item,.home .twitter .content p,#twitterUpdates li {
	padding: 20px;
}
.home .twitter .content .listing .item + .item,#twitterUpdates li + li {
	background: url('../img/rule-horizontal.png') -30px top repeat-x;
}
.home .twitter .content .listing .item .time,.home .twitter .content .listing .item .tweet,#twitterUpdates .tweet,,#twitterUpdates .time {
	display: block;
}
.home .twitter .content .listing .time,#twitterUpdates .time {
	text-align: right;
	font-size: 12px;
}
/* Events */
.events .compact {
	overflow: hidden;
}
.events .compact li {
	background: url('../img/blocks-bg.png') 2px 0;
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 19px;
	padding: 15px 5px 0 5px;
	text-align: center;
}
#aside .events .compact li {
	margin-right: 12px;
}
.events .compact li:nth-child(even) {
	background-position: -101px;
}
.main.full .events .compact li:nth-child(8),#aside .events .compact li:nth-child(4) {
	margin-right: 0;
}
.events .compact .date {
	font-size: 22px;
	font-family: Times;
	line-height: 1.25em;
	text-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
}
.events .compact .location {
	font-size: 11px;
	font-style: italic;
	color: #23140a;
	margin-bottom: 5px;
	display: block;
	height: 1.5em;
	overflow: hidden;
}
.events .compact .tickets > span {
	display: inline-block;
}
.events .full .activity {
	font-size: 12px;
}
.events .full td {
	padding: 10px;
}
.events .full td ul {
	padding: 0;
}
.events .full td li {
	display: inline;
	line-height: 1em;
}
.events .full td.activity {
	width: 250px;
}
.events .full td.tickets {
	width: 90px;
}
.events .full td.tickets span,.events .full td.tickets a {
	display: inline-block;
}
.events .event .header {
	margin-bottom: 10px;
}
.events .event .time {
	font-size: 24px;
	font-style: italic;
}
.events .event .time span {
	font-size: 15px;
	color: rgb(141,114,61);
}
.events .event .description {
	overflow: hidden;
}
.events .event .payment {
	clear: both;
}
.events .event .venue,.events .event .info {
	float: left;
	margin-bottom: 20px;
}
.events .event .venue {
	width: 40%;
}
.events .event .info {
	font-size: 12px;
	width: 60%;
}
.events .event .venue .org {
	font-size: 18px;
	width: 40%;
}
.events .event .info dt {
	font-style: italic;
	clear: left;
}
.events .event .info dt,.events .event .info dd {
	float: left;
}
.events .event .info dd {
	padding-left: 10px;
	text-transform: lowercase;
	color: rgb(171,138,75);
}
.events .event .payment {
	padding: 20px;
	background: rgba(0,0,0,0.25);
	border: 1px solid rgba(141,114,61,0.15);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/* Releases / Discography */
.releases .listing .item {
	clear: left;
	overflow: hidden;
	margin-bottom: 30px;
}
.releases .listing .item + .item {
	padding-top: 30px;
}
.releases .listing .figure {
	float: left;
	width: 300px;
}
.releases .listing .header,.releases .listing .details {
	margin-left: 320px;
}
.releases .listing .title {
	padding-top: 0;
	font-size: 24px;
}
.releases .meta {
	font-style: italic;
	font-size: 13px;
}
.releases .time:before {
	content: 'Released ';
}
.releases .publisher:before {
	content: 'on ';
}
.releases #main {
	float: right;
}
.releases #aside {
	float: left;
}
.releases .compact .nav.actions {
	text-align: center;
	background: rgba(0,0,0,0.5);
	margin-bottom: 20px;
	padding: 0;
	height: 80px;
	border-bottom: 1px solid rgba(171,138,75,0.25);
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
.releases .compact li {
	display: inline-block;
	position: relative;
	padding: 10px;
	height: 60px;
}
.releases .compact li.current {
	background: rgba(171,138,75,0.25);
	border: 1px solid rgba(171,138,75,0.25);
	border-width: 0 1px;
}
.releases .compact li img {
	width: 60px;
	opacity: 0.5;
	-webkit-transition-duration: 300ms;
}
.releases .compact li:hover img,.releases .compact li.current img {
	width: 60px;
	opacity: 1;
	-webkit-transition-duration: 300ms;
}
.releases .compact li h2 {
	padding: 0;
	vertical-align: baseline;
}
.releases .compact li h2 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	font-size: 13px;
	vertical-align: baseline;
}
.release .playlist tbody tr:nth-child(even) {
	background: rgba(0,0,0,0.25);
	border: 1px solid rgba(171,138,75,0.08);
	border-width: 1px 0;
}
.release .playlist tbody tr:hover {
	background: rgba(255,255,255,0.15);
}
.release .playlist tbody td {
	padding: 5px;
}
/* News / Blogs */
.blogs .listing {
	margin-top: -1.5em;
}
/* Forum */
.forum .topics > .header .nav.actions {
	display: block;
}
.forum table .figure,.forum table .header {
	float: left;
}
.forum table .header {
	width: 350px;
	margin-left: 10px;
}
.forum table .header .title,.forum .bubble .header .title {
	font-size: 24px;
}
.forum table .avatar_wrapper img {
	width: 50px;
}
.forum th,.forum td {
	vertical-align: top;
	padding: 10px;
}
.forum td p {
	padding: 0;
	font-size: 12px;
}
.forum .header .title {
	padding: 0;
}
.forum .thread .item {
	background: url('../img/rule-horizontal.png') -10px top repeat-x;
	padding: 30px 0;
}
.forum .thread .profileinfo .status { display: none; }
.forum.thread .article .footer .nav { text-align: right; }
.forum .article {
	position: relative;
}
.forum blockquote .author {
	color: rgba(171,138,75,0.8);
}
.forum .topics .pagination * {
	display: inline;
}
.forum .topics .pagination .title {
	margin-right: 1em;
}
.forum .topics .pagination .results {
	margin-left: 1em;
}
.forum.add {
	padding: 0 120px;
}
.forum.add #title {
	width: 690px;
}
.forum.add label {
	float: none;
	text-align: left;
}
.forum.add .submit button {
	margin-left: 0;
}
/* Contests / Campaigns */
.contests .article .header .meta li,.campaigns .article .header .meta li {
	display: inline;
	margin-right: 1em;
}
.status span {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 6px;
	font-style: italic;
}
/* Media */
.home .video.featured,.video.feature,.media .asset {
	background: url('../img/panel-bg.png') top no-repeat;
	margin: 20px auto;
	padding: 11px 40px 0 40px;
	width: 683px;
	min-height: 500px;
	text-align: center;
}
.home .video.featured .title,.video.feature .title,.media .asset .title {
	background: none;
	font-size: 28px;
	text-align: left;
}
.video.feature > .footer,.media .asset > .footer {
	margin-top: 30px;
}
.gallery .listing .item {
	float: left;
	text-align: center;
	width: 170px;
	margin-right: 22px;
}
.gallery .listing .item.fifth {
	margin-right: 0;
}
.gallery .listing .item .title {
	font-size: 18px;
	padding: 10px 0;
}
.gallery .listing .item .meta {
	font-style: italic;
	font-size: 12px;
}
.gallery .listing .item .meta * {
	display: block;
}
/* Users / Account / Profile */
#filter .panel {
	text-align: center;
}
#filter .panel li {
	display: inline-block;
}
#filter .panel label {
	margin: 0 0.25em 0 1em;
	width: auto;
}
#filter .panel .submit button {
	margin-left: 1em;
}
.users.listing .thumbs .avatar.full {
	margin: 0 16px 16px 0;
}
.profile.about .content {
	font-style: italic;
}
.member.details {
	overflow: hidden;
}
.member.details .avatar {
	float: left;
	margin: 0 10px 40px 0;
}
.member.details p {
	padding-top: 0;
}
.member.details .footer .meta {
	text-align: center;
	font-style: italic;
	line-height: 1.5em;
}
.social.controls {
	text-align: center;
}
.social.controls li {
	display: inline;
}
.social.controls li a {
	display: inline-block;
	width: 199px;
	height: 28px;
	line-height: 28px;
	background: url('../img/button-bg.png');
	text-decoration: none;
	opacity: 1;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.profile.forum .item,.account.settings .info .file {
	padding-bottom: 10px;
}
.profile.forum .item + .item {
	padding-top: 10px;
}
.profile.forum .title {
	font-size: 30px;
}
.profile.forum .article .title {
	font-size: 18px;
}
.profile.forum .article .meta {
	font-size: 12px;
	font-style: italic;
}
.profile.forum .article .meta .topic:before {
	content: 'Posted in:';
}
.profile.twitter .title {
	margin: 0;
}
.profile.twitter > .content li {
	margin-bottom: 1em;
}
.profile.flickr .listing > li {
	float: left;
}
.account.manage h1.title {
	width: 960px;
}
.account #aside {
	margin-top: 81px;
}
.account.manage td.action,.account.settings .info .nav.actions {
	text-align: right;
}
.account.manage td.action a + a,.account.settings .info .nav.actions li + li {
	margin-left: 0.5em;
}
.account.settings dl,.account.message.read .article {
	padding: 10px 15px;
	background: rgba(0,0,0,0.25);
	border: 1px solid rgba(171,138,75,0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.account.settings dl + dl {
	margin-top: 10px;
}
.account.settings dd,.account.settings .info .nav.actions,.account.message.read .bubble .header .title {
	padding: 0;
}
.account.settings .info .nav.actions li {
	display: inline;
}
.account.message.read .article {
	position: relative;
}
.account.message.read .avatar {
	position: absolute;
	text-align: center;
}
.account.message.read .avatar_wrapper a {
	display: block;
	margin-bottom: 10px;
}
.account.message.read .bubble {
	margin-left: 120px;
}
.account.message.read .time,.manage.blogs .article .header .meta {
	font-style: italic;
}
.account.message.read .article .footer .nav.actions li + li:before {
	content: '';
}
.account.message.read .article .nav.actions .Delete button {
	right: 20px;
	bottom: 25px;
}
.manage.friends .avatar img,#main.full .section.manage.comments .avatar img {
	width: 30px;
}
.section.manage.comments {
	max-width: 960px;
}
.section.manage.comments .author {
	width: auto;
}
#main.full .section.manage.comments .avatar {
	max-width: inherit;
	width: inherit;
}
.section.manage.comments .actions {
	text-align: right;
}
.section.manage.comments .approved {
	padding: 6px 14px;
	font-style: italic;
}
.account .section form {
	width: 700px;
	margin: 0 auto;
}
.account .section form label {
	float: none;
	text-align: left;
}
.account .section form .input input {
	min-width: 200px;
}
.account .section form .checkbox label {
	display: inline;
}
.account .message.reply .to {
	margin-bottom: 1em;
}
.account .message.reply .to .avatar:before {
	content: "To:";
}
.account .message.reply .to .avatar img {
	width: 30px;
	margin: 0 0.25em;
}
.account .message .input input,.account .message textarea,
.account .blogs.modify .input input,.account .blogs.modify textarea {
	width: 690px;
}
.account .message textarea,.account .blogs.modify textarea {
	height: 320px;
}
.account .section form .submit button {
	margin-left: 0;
}
.manage.blogs .listing .item {
	padding-top: 10px;
	background: url('../img/rule-horizontal.png') top repeat-x;
	margin-bottom: 20px;
}
.manage.blogs .article .header .nav.actions {
	display: none;
}
.account legend,.store legend {
	padding: 0;
	font-size: 18px;
	color: rgba(171,138,75,0.8);
}
.account .section.addresses .details {
	overflow: hidden;
}
.account .addresses #shipping,.store .address #shipping {
	position: relative;
}
.account .addresses #shipping span#same_as_billing,.store .address #shipping span#same_as_billing {
	position: absolute;
	left: 205px;
	top: -3px;
}
.account .addresses fieldset,.store .address fieldset {
	float: left;
	width: 50%;
}
.account .addresses .shipping {
	margin-left: ;
}
.account.settings #key_custom {
	width: auto;
}
.account .manage.links.add input {
	width: 400px;
}
.section.login,.section.register,.section.register {
	width: 400px;
	margin: 0 auto;
}

/* Store */
.store #aside .categories {
	margin-top: 20px;
}

.store #aside .categories .title {
	font-size: 20px;
	margin-bottom: 0;
}

/* Display None */
.home #breadcrumbs,
.home .pagination,
.home .news.featured .header .author,
.home .news.featured .header .comments,
.home .news.featured .article .footer .time,
.home .news.featured .article .footer .nav.actions,
.home .news.featured .footer,
.home .news.recent .footer,
.home .blogs .footer,
.events > .header .nav.actions,
.news .news .footer .meta,
.events .full thead,
#add-comment label,
.artists .artist.listing,
.releases .artist,
#filter .header,
.profile.featured.blogs .footer,
.member.details .header .meta,
.account.settings label[for='key_custom'] {
	display: none;
}

/* 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;}
