/**
 * Stylesheet for Trancefusion 2010
 * @media		screen, projection
 * @copyright	3RDS <http://www.3rds.be>
 * @author		Bram Van Damme <bramus@3rds.be>
 */

/**
 * = Clearfix
 * ----------------------------------------------------------
 */

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	

/**
 * = Typography & Text-Styles
 * ----------------------------------------------------------
 */

	body {
		font: 300 12px/1.48 Arial, sans-serif;
		padding: 0;
		color: #a2a2a2;
		background: #252525 url(../../images/2010/trancefusion-back.jpg) no-repeat 50% 0;
	}
	
	/* Headings */
	h1, h2, h3, h4 {
		font-weight: normal;
		line-height: 1.1;
		font-family: Helvetica, Arial, sans-serif;
		letter-spacing: 1px;
	}
	
	h1, h2 {
		font-size: 16px;
		padding: 8px 0 2px 0;
		margin: 0 0 12px 0;
	}
	
	h3 {
		font-size: 14px;
		padding: 0 0 14px 0;
		color: #FFF;
	}
	
	h4 {
		font-size: 13px;
		padding: 7px 0 7px 0;
		font-weight: 700;
	}
	
	p {
		padding: 0 0 14px 0;
	}
	
	ul, ol {
		padding: 0 0 14px 24px;
	}
	
	ul {
		list-style: disc;
	}
	
	ol {
		list-style-type: decimal;
		padding: 0 0 14px 24px;
	}
	
		ul ul, ol ul {
			padding-bottom: 0;
		}
		
		ol ol {
			padding-bottom: 0;
		}
		
		ul ol {
			padding: 0 0 0 28px;
		}
	
	small, span.mute {
		color: #CCC;
		font-size: 10px;
		padding-left: 4px;
	}
	
	/* Links */
	a:link, a:visited {
		color: #DDD;
		text-decoration: none;
	}
	
	a:hover,
	a:active,
	a:focus {
		color: #fff;
		text-shadow: #000 1px 1px 2px;
		-moz-text-shadow: #000 1px 1px 2px;
		-webkit-text-shadow: #000 1px 1px 2px;
	}
	
	#navigation a {
		border: 0;
	}
	
	.hidden {
		display: none;
	}
	
/**
 * = Content
 * ----------------------------------------------------------
 */	

	ul.moar {
		list-style-image: url(../../images/2010/more.png);	
	}
	
	img.floatLeft {
		float: left;
		margin: 0 5px 5px 0;
	}
	
	img.floatRight {
		float: right;
		margin: 0 0 5px 5px;
	}
	
	p.valop {
		/* color: #9D1B00; */
		background: transparent url(../../images/2010/innerContentBack.png) no-repeat 50% 50%;
		padding: 3px 5px;
		margin-bottom: 12px;
	}
	
	h3.button {
		text-align: center;
		padding-top: 4px;
	}
	
	h3.button a {
		color: #ffc946;	
	}
	
	h3.button a:hover {
		color: #fff;	
	}
	
	p.back {
		padding-top: 12px;
		font-style: italic;
	}

	#devraag {
		color: #ffc946;
	}
	
	strong {
		color: #FFF;	
	}
	
/**
 * = Page structure and layout
 * ----------------------------------------------------------
 */

	.col {
		width: 1100px;
		margin: 0 auto 0;	
	}

	#header {
		padding-bottom: 3px;
		width: 100%;
		overflow: visible;	
	}

	#innerHeader {
		height: 153px;
		width: 100%;
		overflow: visible;
	}
	
	#header {
		background: transparent url(../../images/2010/mainstrip.gif) repeat-x 0 100%;
	}

	
	#innerHeader {
		min-width: 1100px;
		background: transparent url(../../images/2010/sunburst.png) no-repeat 50% 100%;
		position: relative;
	}
	
	#content {
		position: relative;	
	}
	
	#menu {
		width: 185px; /* 271 */
		height: 423px; /* 495 */
		background: transparent url(../../images/2010/curtain.png) no-repeat 0 0;
	
		padding: 36px 43px;

		position: absolute;
		top: -3px;
		left: -4px;
	}
	
	#innerContentWrapper {
		width: 740px;
		height: 259px;
		float: right;
		margin: 28px 39px 44px 52px;
	
		background: transparent url(../../images/2010/innerContentBack.png) no-repeat 0 0;
	}
	
	#footer {
		height: 180px;
		background: transparent url(../../images/2010/footer.png) repeat-x 0 0;	
	}
	
/**
 * = Header
 * ----------------------------------------------------------
 */

	h1, h1 a {
		display: block;
		margin: 0;
		padding: 0;
		height: 202px;
		width: 515px;
	}
	
	h1 {
		position: absolute;
		left: 50%;
		margin-left: -235px;
		bottom: -39px;
	}
	
	h1 a {
		background: transparent url(../../images/2010/header.png) no-repeat 0 0;
		text-indent: -9999px;
	}
	
	#userbox {
		position: absolute;
		right: 10px;
		top: 20px;
		z-index: 9999;
	}
	
/*
 * = Home
 * ----------------------------------------------------------
 */

	#home #innerHeader {
		height: 640px;
	}

	#home #enterTF {
		display: block;
		width: 630px;
		height: 457px;
		padding-top: 20px;
		background: transparent url(../../images/2010/tf-home.png) no-repeat 12px 20px;
		text-indent: -9999px;	
		
		position: absolute;
		left: 50%;
		bottom: 135px;
		margin-left: -315px;
	}
	
	#home #enterTF:hover, #home #enterTF.hover {
		background-position: -618px 20px;	
	}
	
	#home .dragons {
		display: none;	
	}
	
/**
 * = navigation (menu)
 * ----------------------------------------------------------
 */

	#menu ul {
		list-style: none;
		padding: 0;
		margin: 0;	
	}
	
	#menu ul li {
		text-align: center;
		height: 14px;
		width: 185px;
		margin-bottom: 18px;	
	}
	
	#menu ul li a {
		color: #f3b9b9;
		text-transform: uppercase;
		display: block;
		width: 185px;
		height: 14px;
		line-height: 14px;
		text-align: left;
	}
	
	#menu ul li.selected a {
		color: #ffc946;	
	}
	
	#menu ul li a:hover {
		color: #fff;	
	}

/**
 * = content + innermenu 
 * ----------------------------------------------------------
 */

	#mainMenu, #secondaryMenu {
		width: 165px; /* 185 */
		height: 199px; /* 259 */
		background: transparent url(../../images/2010/divider.png) no-repeat 100% 50%;
		padding: 30px 10px;
	
		float: left;	
	}
	
	#mainMenu .scrolled {
		width: 165px;
		height: 199px;	
	}
	
	#mainMenu h2, #innerContent h2 {
		padding-top: 0;
		font-size: 14px;	
	}
	
	#innerContent {
		width: 525px; /* 555 */
		height: 199px; /* 259 */
		padding: 30px;
		padding-right: 0;

		float: left;
	}
	
	.double #innerContent {
		width: 340px;	
	}
	
	#innerContent > div {
		height: 199px;
		width: 515px;
	}
	
	.double #innerContent > div {
		width: 330px;	
	}
	
	.fullwidth #mainMenu {
		display: none;	
	}
	
	.fullwidth #innerContent {
		width: 710px;	
	}
	
	.fullwidth #innerContent > div {
		width: 700px;	
	}
	
	#mainMenu ul, #secondaryMenu ul {
		padding: 0;
		margin: 0;
		list-style: none;	
	}
	
	#mainMenu ul li, #secondaryMenu ul li {
		width: 165px;
		height: 14px;
		line-height: 14px;
		text-align: center;	
		margin-bottom: 18px;
	}
	
	#mainMenu ul li a, #secondaryMenu ul li a {
		width: 165px;
		height: 14px;
		display: block;	
		color: #C0C0C0;
	}
	
	#mainMenu ul li.selected a, #mainMenu ul li a:hover, #secondaryMenu ul li.selected a, #secondaryMenu ul li a:hover {
		color: #FFF;	
	}
	
	
 
/**
 * = Footer
 * ----------------------------------------------------------
 */
	
	.footerBlock {
		width: 252px;
		height: 160px;
		float: left;
		padding: 10px;
		background: transparent url("../../images/2010/divider.png") no-repeat scroll 100% 50%;
	}
	
	/* by 3RDS */
	#by_3rds {
		float: left;
		width: 272px;
		text-align: center;
		padding: 170px 0 0 0;
		height: 10px;
		line-height: 10px;
		font-size: 10px;
	}
	
	#by_3rds a {
		color: #000;
	}
	
	#by_3rds a:hover {
		color: #ACACAC;
	}
	
	/* location block */
	#footerBlockTickets {
		text-align: center;	
	}
	
	#footerBlockTickets a {
		display: block;
		background: transparent url(../../images/2010/buytickets.png) no-repeat 0 0;
		font-size: 17px;
		height: 10px;
		margin: 45px auto 0;
		padding-bottom: 69px;
		padding-left: 10px;
		padding-top: 10px;
		width: 165px;
		text-transform: uppercase;
		color: #FFF;
	}
	
	#footerBlockTickets a:hover {
		color: #ffc946
	}

	/* buy tickets block */
	#footerBlockAddress p {
		text-align: center;
		color: #c7c7c7;
		background: transparent url(../../images/2010/kaartje.png) no-repeat 50% 50%;
		width: 272px;
		height: 82px;
		margin-top: 30px;
		padding-top: 25px;	
	}
	
	#footerBlockAddress p a {
		color: #c7c7c7;
		font-size: 10px;
	}
	
	#footerBlockAddress p a:hover {
		color: #FFF;
	}
	
	/* facebook block */
	#footerBlockFacebook iframe {
		margin: 0 auto 0;
		border:none;
		overflow:hidden;
		width:236px;
		height:170px;
		background: #FFF;	
	}
	
	#footerBlockFacebook {
		height: 170px;
		padding-bottom: 0;	
		background: none;
	}

/**
 * = Soundpanel
 * ----------------------------------------------------------
 */
 
	#soundpanel {
		display: block;
		height: 20px;
		width: 40px;
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
 
	#soundpanel li {
		display: block;
		height: 20px;
		width: 20px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		border: 0;
		float: right;
	}
 
	#soundpanel li a {
		display: block;
		height: 20px;
		width: 20px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		text-indent: -9999px;
	}
	
	#soundpanel li.paused a, #soundpanel li.playing a:hover {
		background: transparent url(../../images/2010/soundscape_playpause.gif) no-repeat 0 0;
	}
	
	#soundpanel li.paused a:hover, #soundpanel li.playing a {
		background: transparent url(../../images/2010/soundscape_playpause.gif) no-repeat -20px 0;
	}
	
	#soundpanel li.v_100 a {
		background: transparent url(../../images/2010/soundscape_speaker.gif) no-repeat -80px 0;
	}
	
	#soundpanel li.v_75 a {
		background: transparent url(../../images/2010/soundscape_speaker.gif) no-repeat -60px 0;
	}
	
	#soundpanel li.v_50 a {
		background: transparent url(../../images/2010/soundscape_speaker.gif) no-repeat -40px 0;
	}
	
	#soundpanel li.v_25 a {
		background: transparent url(../../images/2010/soundscape_speaker.gif) no-repeat -20px 0;
	}
	
	#soundpanel li.v_0 a {
		background: transparent url(../../images/2010/soundscape_speaker.gif) no-repeat 0px 0;
	}	
	
/**
 * = News
 * ----------------------------------------------------------
 */

	.newsarticle h3 {
		color: #FFC946;	
	}

	.newsarticle span.date {
		padding-right: 6px;
		color: #fff;
		font-size: 10px;
		font-weight: normal;
	}
	
/**
 * = Dragons
 * ----------------------------------------------------------
 */

	.dragons {
		position: relative;
		height: 150px;
		overflow: hidden;
	}
	
	#dragons_left {
		float: left;
		width: 260px;
		margin-left: -10px;
	}
	
	#dragons_right {
		float: right;
		width: 240px;
	}	

	.dragons span {
		display: block;
		background: transparent url(../../images/2010/blank.gif) no-repeat 0 0;
		position: absolute;
		bottom: -1px;
		opacity: 0;
	}

	#dragon_left_left {
		width: 85px;
		height: 75px;
		background-image: url(../../images/2010/draak-links-links.png);
		z-index: 1;
	}

	#dragon_left_middle {
		width: 163px;
		height: 161px;
		background-image: url(../../images/2010/draak-links-midden.png);
		z-index: 3;
		left: 43px;
	}

	#dragon_left_right {
		width: 103px;
		height: 92px;
		background-image: url(../../images/2010/draak-links-rechts.png);
		z-index: 2;
		right: 0;
	}

	#dragon_right_left {
		width: 93px;
		height: 92px;
		background-image: url(../../images/2010/draak-rechts-links.png);
		z-index: 1;
		left: 0;	
	}

	#dragon_right_middle {
		width: 105px;
		height: 146px;
		background-image: url(../../images/2010/draak-rechts-midden.png);
		z-index: 2;
		left: 74px;	
	}

	#dragon_right_right {
		width: 115px;
		height: 113px;
		background-image: url(../../images/2010/draak-rechts-rechts.png);
		z-index: 3;
		right: 0;
		bottom: -3px;
	}

/**
 * = V-I-M-P
 * ----------------------------------------------------------
 */

	ul#vippakketten {
		list-style: none;
		margin: 8px auto 20px;
		padding: 0;
		text-align: center;
		width: 480px;
	}
	
	ul#vippakketten li {
		width: 80px;
		height: 55px;
		float: left;
		padding: 0 16px;
	}
	
	ul#vippakketten li a {
		display: block;
		width: 80px;
		padding-top: 42px;
		background: transparent url(../../images/2010/blank.gif) no-repeat 100% 0;
		padding-left: 8px;	
	}
	
	ul#vippakketten li a.soldout {
		text-decoration: line-through;
	}
	
	ul#vippakketten li a.soldout:hover {
		text-decoration: none;
	}
	
	ul#vippakketten li a:hover {
		color: #FFC946;
	}
	
	ul#vippakketten li span {
		display: block;	
	}
	
	ul#vippakketten li#normal a {
		background-image: url(../../images/2010/tickets-NORMAL-small.png);	
	}
	
	ul#vippakketten li#vip a {
		background-image: url(../../images/2010/tickets-VIP-small.png);	
	}
	
	ul#vippakketten li#vip4 a {
		background-image: url(../../images/2010/tickets-VIP4-small.png);	
	}
	
	ul#vippakketten li#vipd a {
		background-image: url(../../images/2010/tickets-VIP-D-small.png);	
	}
	
	ul#vippakketten li#vipd4 a {
		background-image: url(../../images/2010/tickets-VIP-D4-small.png);	
	}
	
	#shop ul#vippakketten li#normal a {
		background-image: url(../../images/2010/tickets-NORMAL-single.png);	
	}
	
	#shop ul#vippakketten li#vip a {
		background-image: url(../../images/2010/tickets-VIP-single.png);	
	}
	
	#shop ul#vippakketten li#vip4 a {
		background-image: url(../../images/2010/tickets-VIP4-single.png);	
	}
	
	#shop ul#vippakketten li#vipd a {
		background-image: url(../../images/2010/tickets-VIP-D-single.png);	
	}
	
	#shop ul#vippakketten li#vipd4 a {
		background-image: url(../../images/2010/tickets-VIP-D4-single.png);	
	}
	
	#shop ul#vippakketten {
		width: 480px;
		margin: 8px 0 20px 0;
	}
	
	#shop {
		padding-bottom: 14px;	
	}
	
	#shop ul#vippakketten li, #shop ul#vippakketten li a {
		width: 64px;	
	}
		
	#shop ul#vippakketten li a {
		line-height: 1.2;	
	}
	
/***
 * Hallenplan
 */
 
 	#hallenplan {
 		padding-bottom: 15px;
 	}
 	
 	#hallenplan-interactive {
 		display: block;
 		list-style: none;
 		padding: 0;
 		margin: 0;
 		width: 257px;
 		height: 294px;
 		float: left;
 		position: relative;
 		background: transparent url(../../images/2010/floorplan-scaled.png) no-repeat 0 0;
 	}
 	
 	#hallenplan-interactive li#ingang {
 		position: absolute;
 		width: 84px;
 		height: 37px;
 		bottom: 0;
 		left: 145px;
 	}
 	
 	#hallenplan-interactive li#ingang a {
 		display: block;
 		width: 84px;
 		height: 35px;
 		text-indent: -9999px;
 		border: 0;
 	}
 	
 	#hallenplan-interactive li#hall1 {
 		position: absolute;
 		width: 106px;
 		height: 148px;
 		top: 57px;
 		right: 0;
 	}
 	
 	#hallenplan-interactive li#hall1 a {
 		display: block;
 		width: 106px;
 		height: 148px;
 		text-indent: -9999px;
 		border: 0;
 	}
 	
 	#hallenplan-interactive li#hall2 {
 		position: absolute;
 		width: 106px;
		height: 148px;
 		top: 5px;
 		left: 0;
 	}
 	
 	#hallenplan-interactive li#hall2 a {
 		display: block;
 		width: 106px;
		height: 148px;
 		text-indent: -9999px;
 		border: 0;
 	}
 	
 	#hallenplan-interactive li#hall3 {
 		position: absolute;
 		width: 106px;
 		height: 81px;
 		bottom: 0;
 		left: 0;
 	}
 	
 	#hallenplan-interactive li#hall3 a {
 		display: block;
 		width: 106px;
 		height: 81px;
 		text-indent: -9999px;
 		border: 0;
 	}
 	
 	#hallenplan-interactive li#kassa {
 		position: absolute;
 		width: 20px;
 		height: 20px;
 		top: 237px;
 		left: 193px;
 	}
 	
 	#hallenplan-interactive li#kassa a {
 		display: block;
 		width: 20px;
 		height: 20px;
 		text-indent: -9999px;
 		border: 0;
 	}
 	
 	#hallenplan-interactive li#square {
 		position: absolute;
 		width: 69px;
 		height: 39px;
 		top: 165px;
 		left: 21px;
 	}
 	
 	#hallenplan-interactive li#square a {
 		display: block;
 		width: 69px;
 		height: 39px;
 		text-indent: -9999px;
 		border: 0;
 	}
 	
 	#hallenplan-uitleg {
 		display: block;
 		width: 185px;
 		float: right;
 	}
 	
 	#hallenplan-uitleg ul{
 		margin: 0;
 		padding: 0;
 	 	list-style: none;
 		height: 240px;
 		position: relative;
	}
 	
 	#hallenplan-uitleg li {
 		display: none;
		position: absolute;
 	}
 	
 	#hallenplan-uitleg li.active {
 		display: block;
 	}
 	
 	#hallenplan-uitleg dt {
 		color: #FFC946;
 	}
 	
 	#hallenplan-uitleg dd {
 		color: #D1D1D1;
 		font-size: 11px;
 	}
	
 	#hallenplan-uitleg #desc_hall1 {
 		top: 10px;
	}
	
 	#hallenplan-uitleg #desc_hall2 {
 		top: 0;
	}
	
 	#hallenplan-uitleg #desc_hall3, #hallenplan-uitleg #desc_kassa, #hallenplan-uitleg #desc_ingang {
 		bottom: 0;
	}
	
 	#hallenplan-uitleg #desc_square {
 		top: 100px;
	}
 	
/**
 * = Forms (Guestbook, Contest)
 * ----------------------------------------------------------
 */

	input, textarea {
		font-family: Arial, sans-serif;
		font-size: 12px;
	}
	
	textarea.textarea {
		padding: 3px 2px;
	}
	
	span.form-error {
		color: #b20000;
		font-size: 11px;
		display: block;
		padding: 0 0 2px 0;
	}
	
	span.form-success, p.form-success {
		color: #34780a;
		display: block;
		background: #CFC;
		padding: 8px;
		border: 2px solid #34780a;
		margin: 0 0 10px;
	}
	
	p.form-success {
		margin-bottom: 20px;
	}
	
	form dl dd {
		padding: 0 0 8px 0;
	}
	
	input.input-text, textarea {
		width: 310px;
		border: 1px solid #CCC;
		padding: 3px 2px;
		height: 12px;
		background: transparent url(../../images/2010/innerContentBack.png) no-repeat 50% 50%;
		color: #FFF;
	}
		
	textarea {
		height: 80px;
	}
	
	input.input-text-error,
	input.input-password-error,
	textarea.textarea-error {
		border: 2px solid #E51119;
	}
	
	.input-button {
		float: right;	
	}
	
	
/**
 * Lineupz
 * ----------------------------------------------------------
 */
 
 	#lineups dl, #lineups dt, #lineups dd {
 		list-style: none;
 		padding: 0;
 		margin: 0;
 	}
 	
 	#lineups dt a {
 		font-size: 14px;
 		font-weight: 700;
 		border-width: 0;
 	}
 	
 	#lineups dt a:hover {
 		border-width: 1px;
 	}
 	
 	#lineups h3 {
 		padding: 14px 0 0 0;
 		clear: left;
 		font-size: 20px;
 	}
 	
 	#lineups a.deejayPic {
 		float: left;
 		clear: left;
 		display: block;
 		margin: 2px 10px 4px 0;
 		width: 40px;
 		height: 40px;
 	}
 	
 	#lineups dl {
 		float: left;
 	}
 	
 	
 	#deejayextra {
 		width: 120px;
 		float: left;
 		margin: 4px 10px 4px 0;
 		text-align: center;
 	}
 	
 	#deejayextra em {
 		font-size: 10px;
 	}
 	
 	#deejayextra a {
 		border: 0;
 	}
 	
 	#artistLink {
 		float: right;
 		margin-bottom: 8px;
 		padding-left: 8px;
 		padding-right: 6px;
 		padding-bottom: 2px;
 		border: 0;
 		border-left: 1px solid #3E5360;
 		border-bottom: 1px solid #3E5360;
 	}
 	
 	.deejaylistentry {
 		padding-bottom: 20px;
 	}
 	
 	.deejaytitle {
 		color: #FFC946;	
	}
 	
 	.knownfrom {
 		padding-left: 4px;	
	}
	
/**
 * = MODULE: Photo album
 * ----------------------------------------------------------
 */

	div.galleryalbum {
		padding: 0 0 20px 0;
	}
	
	div.galleryalbum ul {
		clear: both;
		padding-left: 10px;
	}
	
	li.photo {
		float: left;
		padding: 7px 7px 5px;
		background: transparent url(../../images/2010/innerContentBack.png) no-repeat 50% 50%;
		border: 1px solid #CCC;
		margin: 0 10px 10px 0;
		text-align: center;
		list-style: none;
	}
	
	li.photo a {
		border: 0;	
	}
	
	li.photo p {
		padding: 0;
		width: 120px;
		white-space: nowrap;
		overflow-x: hidden;
	}
	
	li.photo p a {
		text-decoration: none;
	}
	
	#gallery div.galleryalbum {
		float: left;
		overflow: hidden;
		border: 1px solid #DDD;
		padding: 0;
		margin: 0 0 20px;
		padding: 10px;
	}
	
	#gallery div.galleryalbum .album-preview {
		float: left;
		width: 120px;
	}
	
	#gallery div.galleryalbum .album-desc {
		float: left;
		width: 200px;
		padding-left: 10px;
	}
	
	#galleryimage ul {
		position: relative;
		padding: 0 0 10px 0;
	}
	
	#galleryimage ul li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#content #galleryimage ul li.previousimage {
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#galleryimage img {
		max-width: 100%;
	}
	
	#galleryimage ul li.nextimage {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#galleryimage ul li.currentimage {
		margin: 0 auto;
		width: 90px;
		text-align: center;
	}
	
	#content #galleryimage ul li a {
		text-decoration: none;
		padding: 2px 5px;
		font-size: 11px;
	}

/**
 * = MODULE: Guestbook
 * ----------------------------------------------------------
 */
 
 	#guestbookentries dl.clearfix {
 		float: left;
 	}
 	
 	#guestbookentries dl.clearfix dt {
 		width: 120px;
 		float: left;
 		clear: left;
 		padding-top: 4px;
 	}
 	
 	#guestbookentries dl.clearfix dd {
 		width: 320px;
 		float: left;
 		padding-top: 4px;
 	}
 	
 	#guestbookentries .guestbookcomment {
 		padding: 0 0 15px 0;
		background: transparent url(../../images/2010/divider-plat.png) no-repeat 50% 100%;
 		margin: 0 0 5px 0;
 	}
 	
 	#guestbookentries .guestbookcomment .author {
 		font-weight: 700;
 	}
 	
	#guestbookentries div.guestbookcomment .date {
		font-size: 11px;
		line-height: 1.5;
		padding: 0 0 9px 15px;
		color: #666;
	}

	#guestbookentries p.form-moderation {
		padding: 5px;
		border: 1px dotted #808080;
		font-weight: 700;
		text-align: center;
		margin: 0 0 10px 0;
		background: #fffae2;
		color: #808080;
	}
	
	#guestbookentries hr {
		display: none;	
	}

	img.gravatar {
		float: left;
		margin: 0 4px 4px 0;
	}
	
	p.form-moderation {
		padding: 5px;
		border: 1px dotted #808080;
		font-weight: 700;
		text-align: center;
		margin: 0 0 10px 0;
		color: #808080;
	}
	
/**
 * = Gravatars & Facebook images (guestbook, contest)
 * ----------------------------------------------------------
 */

	#contestform .fbc_square,
	#guestbookform .fbc_square {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-right: 4px;
	}
	
	#guestbookentries .gravatar {
		float: left;
		margin: 0 15px 6px 0;
	}
	
	#guestbookentries div.fbc_square {
		width: 40px;
		height: 40px;
		margin: 0 15px 6px 0;
	}
	
	
/**
 * = Other Facebook stuff
 * ----------------------------------------------------------
 */

	
	#fbc_toploggedin {
		text-align: center;
		width: 65px;
	}
	
	#fbc_logout_top {
		font-size: 10px;
		color: #ccc;
	}

	.fbc_square {
		width: 50px;
		height: 50px;
	}
	
	a.facebooked {
		padding: 2px 2px 2px 20px;
		background: #ECEFF5 url(http://www.facebook.com/favicon.ico) no-repeat 1px 50%;
		color: #082135;
	}
	
	a.facebooked:hover {
		color: #FFC946;
		text-shadow: none;
		-moz-text-shadow: none;
		-webkit-text-shadow: none;
	}
	
	.fbc_avatar_wrapper {
		float: right;
		padding: 2px;
		margin: 0 5px 5px 0;
		background: #F3F4EF;
		border: 1px solid #E0E0DE;
	}
	
	.fbc_avatar_wrapper .fbc_name {
		display: block;
		height: 20px;
		overflow: hidden;
		text-align: center;
		font-size: 12px;
		line-height: 24px;
	}
	
	#fbc_avatar_me {
		float: none;
		margin: 0;	
	}

	
/**
 * = Fork Defaults: Pagination
 * ----------------------------------------------------------
 */

	.pagination-wrap {
		width: 100%;
		overflow: hidden;
	}
	
	.pagination {
		float: left;
		position: relative;
		left: 50%;
	}
	
	.pagination ul {
		padding: 18px 0;
		z-index: 2;
		overflow: hidden;
		position: relative;
		left: -50%;
	}
	
	.pagination li {
		float: left;
		list-style: none;
		margin: 0 5px 0 0;
		text-decoration: none;
		padding: 0;
		line-height: 15px;
		font-size: 12px;
		text-align: center;
	}
	
	.pagination li span {
		float: left;
		display: block;
		padding: 4px 5px;
		min-width: 12px;
	}
	
	.pagination li.currentpage span {
		/* font-weight: 700; */
	}
	
	.pagination li.selected span {
		padding: 4px 5px;
		font-weight: 700;
		color: black;
	}
	
	.pagination li a:link,
	.pagination li a:visited {
		float: left;
		display: block;
		padding: 3px 4px;
		/* border: 1px solid #DDD; */
		text-decoration: none;
		min-width: 12px;
	}
	
	li.ellipsis {
		margin: 0;
	}
	
	li.ellipsis span {
		color: black;
	}
	
	.pagination li a:hover,
	.pagination li a:active {
		/* background: #EEE;
		border: 1px solid #BBB;
		color: black; */
		color: #FFC946;
	}
	
	.nextpage, .previouspage { font-size: 10px !important; }
	.pagination li.nextpage { margin-left: 10px; }
	.pagination li.previouspage { margin-right: 15px; }
