/* -------------------------------------------------------------- 
   Boilerplate reset.css
   * Resets default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

a { outline: none; text-decoration:none; }
a:hover { text-decoration:underline; }


/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; }


/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial, sans-serif; font-weight: normal; -webkit-text-size-adjust: none; opacity: .999;}

/* HTML5 rendering  */
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }

html { background: url(/assets/img/texture.jpg) fixed #000; color: #fff;}

.wrap { 
	width: 940px; 
	margin: 0 auto;
	padding: 0 10px 30px;
	overflow: hidden;
	background-color: rgba(0,0,0,.0);
}

.sidebar {
	width: 300px;
	float: right;
}
p.breadcrumb { font-size: 12px; color: rgb(168, 168, 168); opacity: .999 }
p.breadcrumb a { color: rgb(168, 168, 168); }
p.breadcrumb a:hover { text-decoration: underline; }

.clearfix {
	clear: both;
}

/*Header */

.alert {
	background-color: #333;
	color: #f1f1f1;
}

.alert p {
	margin-bottom: 0;
	text-align: center;
	padding: 10px 0;
}

.tools {
	background-color: rgb(39,37,0);
	overflow: hidden;
	padding: 8px 10px;
}

.tools p.contact {
	width: 600px;
	float: left;
	font-size: 14px;
	margin-bottom: 0;
}

.contact a {
	color: #918900;
	text-decoration: none;
	margin-right: 14px;
}

.contact a:hover {
	color: #FFF200;
}

.tools form {
	width: 300px;
	float: right;
	text-align: right;
}

header.branding h1 {
	height: 65px;
	background-image: url(/assets/img/mix-d-logo.png);
	margin: 30px 0 0 0;
	background-repeat: no-repeat;
	position: relative;
}

header.branding h1 a {
	width: 213px;
	height: 62px;
	display: block;
	text-indent: -9999px;
}

header.branding h1 span {
	color: rgb(255,255,255);
	position: absolute;
bottom: 0;
left: 230px;
font-size: 28px;
line-height: 1;
}

/*Navigation */

header nav { 
	margin-top: 25px;
}

header nav ul {
	background-color: rgb(29,27,0);
	overflow: hidden;
	margin: 0 0 20px 0;
}

header nav li { 
	float: left;
	list-style-type: none;
	font-weight: bold;
	font-size: 16px;
	border-right: 1px solid rgb(0,0,0);
}

header nav li.last { 
	border-right: none;
}

header nav li a {
	display: block;
	padding: 8px 10px;
	background-color: rgb(29,27,0);
	color: rgb(255,255,255);
	text-decoration: none;
	text-shadow: 1px 1px #000;
}

header nav li a[rel=external] {
	background-image: url(/assets/img/nav_out_off.png);
	background-repeat: no-repeat;
	background-position: right 0;
}

header nav li a[rel=external]:hover {
	background-image: url(/assets/img/nav_out.png);
}

header nav li.active a {
	background-color: rgb(39, 37, 0);
	color: rgb(247, 236, 0);
}

header nav li a:hover {
	text-decoration: underline;
}

/* Featured */

#homepage_slider {
	width: 100%;
	height: 272px;
	position: relative;
	background-color: #444;
	background-position: center;
	background-repeat: no-repeat;
    overflow: hidden;
	margin: 0 0 10px;
	padding: 0;
}

#homepage_slider div.panel {
	position: relative;	
	width: 960px;
	height: 272px;
	float: left;
}

#homepage_slider #controls { 
	z-index: 50;
	position: absolute; 
	bottom: 12px;
	right: 12px;
	height: 21px;
	padding: 0;
}

#homepage_slider #controls a {
	width: 21px;
	height: 22px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-image: url(/assets/img/slider_buttons.png);
	background-repeat: no-repeat;
	background-position: center -29px;
	margin-left: 14px;
}

#homepage_slider #controls a.activeSlide {
	background-position: center 0;
}



/* Global text styling */

h1 {
	line-height: 1.1em;
}

h2 {
	font-size: 26px;
}

p,ul {
	font-size: 14px;
}

p {
	margin-bottom: 1em;
}

p em {
	font-style: italic;
}

.more {
	color: rgb(247,236,0);
	background-image: url(/assets/img/right_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}

a {
	color: rgb(247,236,0);
}

.right {
	text-align: right;
	padding-right: 10px;
}

a:hover .more {
	color: rgb(247,236,0);
	text-decoration: underline;
}

.mix-d {
	font-weight: bold;
	color: rgb(247,236,0);
} 

input[type=text] {
	color: rgb(168,168,168);
}

/* Section styling */



#marketplace {
	clear:both;
	height:165px;
	background-color:#8D0200;
	background-image:url(/assets/img/shop.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:15px;
}

#marketplace h2 {
	color:#fff;
	font-size: 32px
}

#marketplace p.lead {
	font-size: 16px;
}



section.activity {
	border-top: 3px solid  rgb(247,236,0);
	width: 300px;
	padding-top: 20px;
	float: left;
	margin-left: 20px;
}

section.activity h2 {
	padding: 10px;
}

.separator {
	border-top: 3px solid  rgb(247,236,0);
	padding-top: 20px;
}

section.activity a {
	display: block;
	color: rgb(255,255,255);
	text-decoration: none;
	padding: 10px;
	margin-bottom: 5px;
}

a h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	color: rgb(247,236,0);
	margin-bottom: 5px;
}

a:hover h3 {
	text-decoration: underline;
}

section.blog {
	border-top: 3px solid  rgb(247,236,0);
	width: 300px;
	padding-top: 20px;
	float: left;
	margin-left: 20px;
}

section.blog a {
	display: block;
	color: rgb(255,255,255);
	text-decoration: none;
	padding: 10px;
	margin-bottom: 5px;
}

section.blog h2 {
	background-color: rgb(39,37,0);
	margin-bottom: 5px;
}

/* Section social */

section.social {
	border-top: 2px dotted rgb(98,97,96);
	width: 300px;
	padding-top: 20px;
	margin-left: 0;
}

section.social h2 {
	background-color: rgb(39,37,0);
	margin-bottom: 5px;
	padding: 10px;
}

section.social aside {
	padding: 10px;
}

section.social aside h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 5px;
}

.twitter li {
	list-style-type: none;
	font-size: 16px;
}

.twitter a {
	color: rgb(247,236,0);
	text-decoration: none;
}

.buttons li {
	list-style-type: none;
}

.buttons a {
	color: rgb(247, 236, 0);
	text-decoration: none;
}

/* Section Header */

section.main header {
	height: 236px;
	overflow: hidden;
	position: relative;
	background-color: #F1EA10;
	color: #fff;
	margin-bottom: 15px;
}

section.main header div {
	opacity:.85
}

section.main header h1 {
	position: absolute;
	bottom: 15px;
	left: 15px;
	margin-bottom: 0;
}

/* Footer */

footer {
	clear: both;
	color: rgb(168,168,168);
	border-top: 1px solid #3A3E2E;
}

footer .col {
	float: left;
	width: 300px;
	margin-left: 20px;
}

footer .col p, footer .col ul {
	padding: 10px 0;
}

footer .col li {
	list-style-type: none;
}

footer .col.first {
	margin-left: 0;
}

footer p.copyright {
	clear: both;
	font-size: 12px;
	text-align: center;
}

footer a {
	color: rgb(168, 168, 168);
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

/* STYLING FOR OTHER SECTIONS */

.main {
	width: 620px;
	float: left;
	padding-bottom: 20px;
}

.main.wide {
	width: 940px;
	float: none;
}

section.main h1 {
	font-size: 28px;
	margin-bottom: 1em;
	font-weight: bold;
	color: rgb(255,255,255);
}

section.main h2 {
	font-size: 26px;
	margin-bottom: 1em;
	margin-top: 1em;
	font-weight: bold;
	color: rgb(168,168,168);
	line-height: 1em;
}

section.main h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}


/*Sidebar Formatting - to sort out!*/

#sidebar {
	float: right;
	width: 300px;
}

#sidebar nav {
	border-left: 1px solid #f7ec00;
	margin-bottom: 20px;
}

#sidebar nav ul {
	border-left: 1px solid #d6c600;
	margin: 0;
	padding: 0 0 0 8px;
	list-style: none;
}

#sidebar nav ul li {
	padding: 5px 0;
}

#sidebar nav ul li a {
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	color: #f7ec00;
	font-weight: bold;
}

#sidebar nav ul li a:hover {
	background-color: #f7ec00;
	color: #000;
}

#sidebar nav ul li.active a {
	background-color: #fff;
	color: #000;
}

#sidebar nav ul li.first {
	padding-top: 0;
}

#sidebar nav ul li.last {
	padding-bottom: 0;
}

/* Mix-d: Documents */

div.document {
	float: left;
	width: 300px;
	height: 315px;
	margin-left: 20px;
	margin-bottom: 15px;
}

div.document.first {
	margin-left: 0;
}

section.main div.document h3 {
	height: 2em;
	margin-bottom: .5em;
	color: #F2E700;
	font-weight: normal;
}

div.document a .download_link {
	background-color: #191800;
	background-image: url(/assets/img/download_icon.gif);
	background-repeat: no-repeat;
	background-position: 257px 115px;
	margin-bottom: 15px;
	height: 130px;
	display: block;
	padding: 12px;
	text-decoration: none;
}

div.document a:hover .download_link {
	background-color: #2A2A2A;
}


div.document .download_link .cover {
	float: left;
	box-shadow: 4px 5px 5px #0D0C00;
	height: 130px;
	background-color: #F1EA10;
}

div.document .download_link .cover img {
	display: block;
}

div.document .download_link span {
	font-weight: normal;
	color: #fff;
}

div.document .download_link span.type {
	float: right;
	font-weight: bold;
}

div.document .download_link span.type abbr {
	text-transform: uppercase;
}

div.document .download_link span.size {
	clear: right;
	float: right;
}

/* Mix-d: Footer */

aside.buttons h2 {
	padding: 10px;
}

aside.buttons h3 {
	font-size: 2em;
	padding-left: 10px;
}

ul.social.large {
	overflow: hidden;
	padding-left: 10px;
}

ul.social.large li {
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

ul.social.large li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

ul.social.large li.fb a { background-image: url(/assets/img/facebook.png); }
ul.social.large li.tw a { background-image: url(/assets/img/twitter.png); }
ul.social.large li.yt a { background-image: url(/assets/img/youtube.png); }
ul.social.large li.fk a { background-image: url(/assets/img/flickr.png); }

/*Contributors List */

ul.contributors {
	overflow: hidden;
}

ul.contributors li {
	float: left;
	width: 300px;
	margin: 0 0 40px 20px;
	list-style: none;
	position: relative;
}

ul.contributors li.odd {
	clear: both;
	margin-left: 0;
}

ul.contributors li img {
	border-bottom: 3px solid rgb(247, 236, 0);
	float: right;
	margin-left: 10px;
}

ul.contributors li h3 {
	margin-bottom: 5px;
	color: rgb(247, 236, 0);
}

ul.contributors li h3 em {
	color: rgb(255,255,255);
	font-weight: normal;
}

ul.contributors li p {
	font-size: 12px;
}

ul.contributors li p.role {
	font-size: 14px;
	line-height: 1;
} 

ul.contributors li p.email, ul.contributors li p.tel {
	margin-bottom: 0;
	font-size: 14px;
}

/* Square Gallery */

ul.squaregallery li {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 10px 10px 0;
	list-style: none;
}

.main h1 { margin-top: 20px;} 


/*Mix-d: Market */

.simpleCart_items {
	overflow: hidden;
	font-size: 1em;
	margin: 1em 0;
}

.simpleCart_shelfItem {
border-bottom: 2px solid #ccc;
float: left;
width: 195px;
height: 400px;
padding: 10px 0;
margin: 0 0 1em 0;
}

.simpleCart_items .cartHeaders {
	font-weight: bold;
}

.simpleCart_items .itemContainer {
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
}

.itemName {
	float:left; 
	width: 9em;
	margin-right: 5px;
}

.itemQuantity {
	float:left; width: 4.9em;
	text-align: center;
}

.itemSize,
.itemPrice,
.itemTotal {
	float:left; width: 3.2em;
}

.itemSize {
	text-align: center;
}

a.simpleCart_empty {
	margin-top: 5px;
	color: #5C5C5C;
	font-size: 11px;
}

aside.basket {
	border-bottom: 1px solid #ccc;
}

aside.information {
	margin-top: 1em;
	padding-bottom: 1em;
}

aside.information h3 {
	font-size: 1.6em;
	margin-bottom: .5em;
}

aside.information table {
	width: 100%;
	margin-bottom: 1.5em;
}

aside.information thead th {
	font-weight: bold;
	font-size: 1.1em;
}

aside.information table th, aside.information table td {
	padding: 3px;
}

aside.information table th.col1 {
	width: 40%;
}

aside.information tr.odd {
	background: #222222;
}

/*Mix-d: Face */

.ticket_button {
	background-color: #333;
	padding: 20px;
}

.ticket_button h2 {
	font-weight: bold;
}

.face_event dt, .face_event dd { float: left; width: 12em; }
.face_event dt { clear: both; width: 12em; }

.face_event {
	overflow: hidden;
	margin-bottom: 1em;
	font-size: 14px;
}

body.face a.button {
	background-color: #897C21;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: right;
}

div.sponsor {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #897C21;
	padding: 20px;
	margin-bottom: 20px; 
}

div.sponsor li {
	list-style:none;
}

div.face-footer {
	clear: both;
	padding-top: 10px;
}

div.face-footer .social {
	border-top: 1px solid #ccc;padding: 10px 0;
}
 
div.face-footer .social h3 {
	padding-bottom: 10px;
}

ul.sponsors {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

ul.sponsors li {
	margin-bottom: 20px;
}

ul#finalists {
	overflow: hidden;
}

ul#finalists li.contestant {
	width:110px;
	margin-right:10px;
	overflow:hidden;
	float:left;
	height: 190px;
	line-height:1em;
}
.fb-button {
	margin-bottom: 4px;
}

#face_programme {
	width: 100%;
	margin-bottom: 20px;
}

#face_programme td {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #5A5500;
	color: #D1BF3F;
}

#face_programme tr.odd {
	padding: 5px;
	background-color: #272500;
}

#sponsors-panel {
clear:both;overflow: hidden;
}

#sponsors-panel h2 {
margin-bottom: 1em;
}

ul.sponsors-list {
padding-left: 10px;
}

ul.sponsors-list li {
list-style: none;
float: left;
width: 210px;
height: 130px;
margin: 0 20px 30px 0;
line-height: 130px;
}

div.face2011banner {
	background-image: url(/assets/face/img/face2011banner.jpg);
	width: 620px;
	height: 325px;
	position: relative;
}

div.face2011banner p {
	padding: 200px 0 0 45px;
	font-size: 40px;
}

.face2011 p em {font-style:italic;} 

.face2011 form label {
	color: #000;
}
/* Updates for Mix-d: Museum */

.image_holder {
float: right;
width: 250px;
margin-left: 10px;
margin-bottom: 10px;
text-align: left;
}

.image_holder img {
	display: block;
	margin-bottom: 5px;
}

.image_holder p {
	font-size: 12px;
}

article.post h1, article.post h2 {
	margin-bottom: 0;
}

article.post h3 {
	margin-bottom: 1em;
}


section.button {
	width: 320px;
	float: left;
	margin-bottom: 20px;
	background-image: url(/assets/img/splitter.png);
	background-repeat: no-repeat;
	background-position: 310px center;
}

section.button.first {
	margin-left: 0;
	clear: both;
}

section.button.last {
	margin-left: 0;
	width: 300px;
}

section.button a {
	width: 300px;
	background-color: #E5E5E5;
	display: block;
	height: 180px;
	text-align: center;
	color: #211E1E;
	background-repeat: no-repeat;
	text-decoration: none;	
}

section.button a:hover {
	background-color: #F6EB00;
	background-image: none;
}


section.button a h2 {
	padding-top: 130px;
	font-weight: bold;
	letter-spacing: -.05em;
	background-position: center 20px;
	background-repeat: no-repeat;
	-webkit-transition: .2s;
}

section.button a:hover h2 {
	background-position: center 15px;
	-webkit-transition: .2s;
}

section.button a.archive { background-image: url(/assets/img/archive_frontpage_button_bg.png); }
section.button a.gallery { background-image: url(/assets/img/galleries_frontpage_button_bg.png); }
section.button a.docs { background-image: url(/assets/img/downloads_frontpage_button_bg.png); }

section.button a.archive h2 { background-image: url(/assets/img/archive_icon.png); }
section.button a.gallery h2 { background-image: url(/assets/img/gallery_icon.png); }
section.button a.docs h2 { background-image: url(/assets/img/docs_icon.png); }

section.button a h2 span {
	font-weight: normal;
}


/* Gallery 2013 */

h1 span.total { font-weight: normal; }

.gallery-result {
	width: 300px;
	height: 300px;
	float: left;
	list-style:none;
	margin: 0 0 15px 20px;
	background-color: #1A1900;
}

.gallery-result.first {
	margin: 0 0 15px 0;
}

.gallery-result.detail {
	height: 240px;
}

.gallery-result .bgholder {
	background-color: #F1EA10;
	overflow: hidden;
	height: 190px;
	margin-bottom: 10px;
	border-bottom:1px solid #55542D;
}

.gallery-result a:hover .bgholder {
	border-bottom:1px solid #F1EA10;
}

.gallery-result .bgholder div {
	opacity: .85;
}

.gallery-result a:hover .bgholder div {
	opacity: 1;
}

.gallery-result .cover {
	width: 200px;
	height: 150px;
	text-align: center;
	overflow:hidden;
	float: left;
}

.gallery-result .thumbs {
	width: 100px;
	height: 150px;
	text-align: center;
	overflow:hidden;
	float: left;
}

.gallery-result .mini-thumbs {
	height: 40px;
	clear: both;
}

.gallery-result .mini-thumbs img, 
.gallery-result .thumbs img {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}


section.main .gallery-result h3 {
	clear: both;
	padding: 0 8px;
	margin-bottom: .2em;
	font-weight: normal;
}

.gallery-result a h3 {
	color: #fff;
}

.gallery-result p {
	padding: 0 8px;
}

.gallery-result a:hover,
.gallery-result a:hover h3 {
	text-decoration: none;
}


.gallery .nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: rgba(255,255,0,0.2)!important;
}

/* PAGINATION!! */

p.pagination {
	clear: both;
	padding: 15px 0;
	line-height: 32px;
	overflow: hidden;
}

p.pagination span {
	float: right;
}

p.pagination span.page_count {
	float: left;
}

p.pagination strong, p.pagination a {
	width: 32px;
	height: 32px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}

p.pagination strong {
	background-color: #F1EA10;
	color: #000;
}

p.pagination a.left_arrow {
	background-image: url(/assets/img/pagination_left_arrow.png);
	text-indent: -9999px;
}

p.pagination a.right_arrow {
	background-image: url(/assets/img/pagination_right_arrow.png);
	text-indent: -9999px;
}

p.pagination a.button {
	width: auto;
}

p.pagination.tag_pagination {
	overflow: hidden;
}

p.pagination.tag_pagination span, p.pagination.tag_pagination strong {
	float: none;
}

p.pagination.tag_pagination span.tag_pages {
	float: right;
}

/* Mix-d: Archive */


.archive-nav {
	border: 1px solid #555c44;
	overflow: hidden;
	margin-bottom: 10px;
}

.archive-nav ul {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.archive-nav li {
	float: left;
	display: inline;
	border-left: 1px solid #555c44;
}

.archive-nav li.last {
	border-right: 1px solid #555c44;
}

.archive-nav li a {
	display: block;
	padding: 12px;
	text-decoration: none;
	background-color: #040707;
	color: #fff;
	-webkit-transition: .5s;
}

.archive-nav li a:hover {
	background-color: #1e2713;
	-webkit-transition: .5s;
}

.archive-nav li.active a {
	background-color: #555c44;
}


.list_carousel {
	position: relative;
	overflow: hidden;
margin: 0;
height: 470px;
width: 940px;
margin: 0 auto 10px;
}

.list_carousel ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
height: 472px;
}

.list_carousel li.panel {
width: 940px;
height: 470px;
padding: 0;
margin: 0;
display: block;
float: left;
background-color: #333;
}

.list_carousel li.panel div.holder {
	width: 900px;
	height: 430px;
	padding: 20px;
	position: relative;
}

.list_carousel li div.holder h2 {
	margin-bottom: 20px;
}

.list_carousel li div.holder .intro {
	position: absolute;
	bottom: 50px;
	left: 10px;
	line-height: 1em;
	padding-bottom: 20px;
}	


.list_carousel li div.holder .intro h2 {
font-size: 50px;
letter-spacing: -.05em;
}


.list_carousel li div.holder h2.year {
	font-size: 250px;
	position: absolute;
	bottom: 0;
	left: 10px;
	opacity: .2;
	letter-spacing: -.05em;
	line-height: 1em;
	padding-bottom: 0;
	margin-bottom: 0;
}	

.list_carousel li div.archive-result {
	width: 280px;
	float: left;
	height: 100px;
	margin-bottom: 10px;
	position: relative;
	z-index: 50;
}

.list_carousel li div.archive-result img {
	float: left;
	margin-right: 8px;
	width: 100px;
	height: 75px;
	display: block;
}	

.list_carousel li div.archive-result a {
}

.list_carousel li div.archive-result h3 {
	font-size: 16px;
	line-height: 1em;
	font-weight: normal;
	padding-right: 8px;
}

.prev {
position: absolute;
top: 0;
right: 0;
height: 65px;
width: 65px;
background-image: url(/assets/img/button_up.png);
background-repeat: no-repeat;
background-position: 0 bottom;
text-indent: -9999px;
display: block;
}
.next {
border-top: 1px solid #000;
position: absolute;
top: 65px;
right: 0;
height: 65px;
width: 65px;
background-image: url(/assets/img/button_down.png);
background-repeat: no-repeat;
background-position: 0 top;
text-indent: -9999px;
display: block;
}

.prev:hover {
	background-color: #f2e700;	
}

.next:hover {
	background-color: #f2e700;	
}

.list_carousel li ul.archive {
	float: right;
	width: 280px;
}

.list_carousel li ul.archive li {
	margin-bottom: 1em;
}

.archive p.lead {
	font-weight: bold;
}

.archive .archive-image {
	position: relative;
	width: 620px;
	height: 340px;
	background-color: #262626;
	text-align: center;
	margin-bottom: 29px;
}

.archive #sidebar {
	border-left: 3px solid #F1EA10;
}	

.archive #sidebar aside {
	margin-bottom: 2.95em;
	padding-left: 15px;
}

.archive #sidebar aside.sharing {
	height: 119px;
}

.archive #sidebar aside h3 {
	font-size: 1.5em;
	margin:  0 0 1em;
	font-weight: bold;
	color: #ccc;
	line-height: 1em;
}

.archive #sidebar aside li {
	list-style-type: none;
}

.archive #sidebar aside li.dimmed {
	color: #666;
}

.archive #comments h3 {
	color: #ccc;
}

.archive #comments blockquote {
	font-style: italic;
}

.archive #comments blockquote .author {
	font-style: normal;
}	

.archive .comment_entry {
	margin-bottom: 3em;
}
	