@charset 'utf-8';
/*
 * Stylesheet for Planet Contra website
 * (c) 2009 Elte Hupkes @ Scitus Webdesign
 * 
 * Want an awesome design like this? Visit http://www.scitus.nl
 */

/**
 * Colors used:
 * background color, bright blue: #419db7;
 * headers, dark red: 7c1a11;
 * menu hover: #ffeebd;
 */

/*
 * Default styles,
 * margin/padding removal,
 * default font sets.
 */
* {
	padding:0;
	margin:0;
}
html, body {
	padding:0;
	margin:0;
	
	/* Make sure full width and height are taken. */
	width:auto !important;
	height:auto !important;
	width:100%;
	height:100%;
	min-width:100%;
	min-height:100%;
	color:#000000;
}
body {
	font-size:62.5%; /* Defaults to 10px */
	background:#419db7 url(../img/backgrounds/body.jpg);
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Headers */
h1, h2 {
	font-size:2.6em;
	font-weight:normal;
	color:#7c1a11;
	margin-bottom:0.6em;
}
h1, h2, h3 {
	font-family:'Trebuchet MS', Verdana, Helvetica, sans-serif;
}
/* Paragraphs, anchors */
#content p {
	font-size:1.2em;
	margin-bottom:1em;
	line-height:1.6em;
}
a {
	font-weight:bold;
	color:#7c1a11;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}
/* Grunge header background */
div#header-bg {
	width:100%;
	min-width:100%;
	height:311px;
	position:absolute;
	top:0;
	left:0;
	background:#419db7 url(../img/backgrounds/body-grunge.jpg) repeat-x top;
}

/*
 * Class library
 */
.clear {
	clear:both;
}
/*
 * End of class library
 */

/*
 * Content wrapper
 */
div#wrap {
	width:934px;
	margin:20px auto 0 auto;
	position:relative;
}

/*
 * Header and header content
 */
div#header {
	width:934px;
	height:460px;
	position:relative;
}
div#header-photos {
	position:absolute;
	bottom:0;
	right:0;
	width:727px;
	height:460px;
	background:url(../img/header-photos.png) no-repeat right bottom;
}
h1#logo {
	position:absolute;
	bottom:10px;
	left:0;
	display:block;
	width:329px;
	height:360px;
	background:url(../img/logo.png) no-repeat;
}
h1#logo span {
	display:none;
}
h1#logo a {
	display:block;
	width:250px;
	margin:0 auto;
	height:100%;
}
/*
 * Menu
 */
#menu {
	width:650px;
	height:118px;
	overflow:hidden;
	position:absolute;
	bottom:65px;
	left:180px;
	background-image:url(../img/menu/menu.png);
}
#menu ul {
	list-style:none;
}
#menu ul li {
	display:inline;
}
#menu ul li a {
	background-image:url(../img/menu/items.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:118px;
}
#menu ul li a span {
	display:none;
}
/* Menu items */
	li#home a {
		background-position:0 0;
		width:97px;
	}
	li#home a:hover, li#home a.active {
		background-position:0 bottom;
	}
	li#info a {
		background-position:-97px 0;
		width:73px;
	}
	li#info a:hover, li#info a.active {
		background-position:-97px bottom;
	}
	li#events a {
		background-position:-170px 0;
		width:89px;
	}
	li#events a:hover, li#events a.active {
		background-position:-170px bottom;
	}
	li#sports a {
		background-position:-259px 0;
		width:76px;
	}
	li#sports a:hover, li#sports a.active {
		background-position:-259px bottom;
	}
	li#art a {
		background-position:-335px 0;
		width:65px;
	}
	li#art a:hover, li#art a.active {
		background-position:-335px bottom;
	}
	li#music a {
		background-position:-400px 0;
		width:70px;		
	}
	li#music a:hover, li#music a.active {
		background-position:-400px bottom;
	}
	li#media a {
		background-position:-470px 0;
		width:88px;
	}
	li#media a:hover, li#media a.active {
		background-position:-470px bottom;
	}
	li#links a {
		background-position:-558px 0;
		width:92px;
	}
	li#links a:hover, li#links a.active {
		background-position:-558px bottom;
	}
 /*
  * Content
  */
 div#contentwrapper {
 	width:817px;
	margin: 0 auto;
	margin-top:-85px;
	position:relative;
 }
 div#content-top {
	width:817px;
	height:51px;
	background:url(../img/backgrounds/content-top.png) no-repeat left top;
 }
 div#content-top-fix {
	/*
	 * A small portion of the top div
	 * overlays the content div so that
	 * there can be content over it. It's
	 * behind the actual text though.
	 */
 	position:absolute;
	top:0;
	left:0;
	background:url(../img/backgrounds/content-top.png) no-repeat left -51px;
	width:817px;
	height:44px;
 }
 div#background-wrapper {
 	/*
 	 * Total width: 817px;
 	 * Content width: 775px;
 	 * padding:21px both sides
 	 */
	background:url(../img/backgrounds/content.jpg) repeat-y;
	padding:0 21px 5px 21px;
	width:775px;
	position:relative;
	height:auto !important;
	height:131px; /* IE6 min-height fix */
	min-height:131px;
 }
 div#content {
 	position:relative;
	width:775px;
 }
 /*
  * Total content width: 775px;
  */
 div#left {
 	width:500px;
	overflow:hidden;
 }
 div#right {
 	/* Leaves a 25px margin between left and right */
 	float:right;
	width:250px;
 }
 div#content-bottom {
 	background:url(../img/backgrounds/content-bottom.jpg) no-repeat;
	width:817px;
	height:87px;
	position:absolute;
	bottom:0;
	left:0;
 }

/*
 * Actions for various items
 */
div.actions {
	clear:both;
}
div.actions ul {
	list-style:none;
}
div.actions ul li {
	display:inline;
	margin-right:2em;
	font-size:11px;
}

/*
 * Footer
 */
#footer {
	height:50px;
	position:relative;
	padding-top:10px;
	padding-left:50px;
	text-align:right;
}
#footer ul {
	list-style:none;
}
#footer ul li {
	display:inline;
	margin-right:1em;
	line-height:50px;
}
#footer img {
	vertical-align:middle;
}
/*
 * Messages
 */
div.message {
	font-size:1.2em;
	font-weight:bold;
}
div.error-message {
	color:#850400;
	font-weight:bold;
	font-size:1.2em;
}

/*
 * Form styles
 */
form {
	padding:0;
	margin:0;
	clear:both;
}
form div.submit input {
	padding:0.2em;
}
form div.submit .ajax-return {
	margin-right: 10px; 
	line-height: 30px; 
	font-size: 1.1em;
}

form fieldset {
	padding:0;
	margin:0;
	clear:both;
	border:0;
}

form fieldset legend, form fieldset legend, div.legend {
	font-size:2.4em;
	color:#7c1a11;
	margin-bottom:0.6em;
	/*font-family:Georgia, Geneva, Arial;*/
	font-family:'Trebuchet MS', Verdana, Arial;	
}

form label {
	font-size:1.2em;
}

form .text input, form .password input, form textarea, form select {
	width:350px;
	font-size:1.2em;
	padding:0.2em;
	display:block;
	clear:none;
	line-height:1.2em;
	background-color:#fafaeb;
	border:1px solid black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.textarea textarea {
	width:350px;
	font-size:1.4em;
	clear:both;
}

form textarea.mceSimple {
	width:400px;
}
form textarea.mceAdvanced {
	width:878px;
	height:300px;
}
form textarea.big {
	height:500px;
}
form textarea.medium {
	height:200px;
}
form textarea.bigger {
	height:200px;
}

form .submit {
	margin-top:1em;
}

form select {
	width:auto;
}

form div.radio label {
	text-align:left;
	width:auto;
	display:block;
	clear:none;
	margin-left:40px;
	float:none;
	margin-right: 0;
}

form div.radio input {
	width:auto;
	float:left;
	clear:none;
	display:block;
	margin:0;
	margin-left:10px;
}

form div.radio input[type="hidden"] {
	margin:0;
	padding:0;
	width:0;
	height:0;
}

div.input div.legend {
	display:block;
	font-size:1.1em;
	margin-bottom:1em;
}

div.input, div.password {
	clear:both;
	padding-top:1em;
}

form.uploader {
	margin-top:2em;
	padding:10px;
}
form.uploader .text input {
	width:400px;
	font-size:1.3em;
}
div.upload-links {
	font-size:1.2em;
}
div.upload-links a:hover {
	color:#D00000;
}

.bbcode-field textarea {
	border-top:0;
	padding:2px;
}
form .bbcode-buttonlist {
	width:350px;
	height:25px;
	background-color:#ffffff;
	border:1px solid black;
	border-bottom:0;
	padding:2px;
}
/* EOF Form styles */
 
 /*
  * Posts/news messages
  */
.posts, .post {
	margin-bottom:2em;
	width:500px;
}
.posts ol {
	list-style:none;
}
.post {
	margin-bottom:1em;
}
.post h2 {
	margin-bottom:0;
}
.short h2 {
	padding-left:20px;
}
.post-info {
	color:#636363;
	text-transform:uppercase;
	font-size:1em;
	/*font-family:Georgia, Arial, Helvetica, sans-serif;*/
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
	margin-bottom:1em;
	padding-left:20px;
}
.post-info em {
	font-style:normal;
	font-weight:normal;
}
.full .post-info {
	padding-left:0;
}
.short .post-intro {
	background:url(../img/news/message-bottom.gif) no-repeat left bottom;
	padding-bottom:25px;
	padding-left:20px;
	margin-bottom:1em;
}
.post .post-more {
	padding-left:20px;
	margin-top:-30px;
	margin-bottom:2em;
	font-size:1.2em;
}
.post-more span {
	margin-right:2em;
}
.goback {
	font-size:1.1em;
}
/*
 * Comments
 */
.comments {
	width:500px;
}
.comments ol {
	list-style:none;
}

.comments ol li {
	margin-bottom:1em;
	font-size:1.1em;
}
.comments ol li p {
	font-size:1em;
}
.comments ol li ol {
	margin-left:1.5em;
	margin-top:1em;
}
.comments ol li li {
	font-size:1em;
	border:0;
}
.comment-header {
	background-color:#d5d5c3;
	padding:0.5em;
}
.comment-header em {
	font-style:normal;
}
.comment-body {
	padding:0.5em 1em;
}
.comment-date {
	color:#636363;
}
a.comment-reply {
	display:block;
	overflow:hidden;
	width:16px;
	height:16px;
	background:url(../scms/img/icons/overlay/balloon--arrow.png) no-repeat center;
	float:right;
}
a.comment-reply span {
	display:none;
}
.comments ol li blockquote {
	margin-left:1em;
	border:1px solid #CFCFCF;
	padding:0.5em;
	background-color:#F0DED1;
}
/*
 * Pagination
 */
div.pagination {
	margin-top:1em;
	font-size:1.1em;
}
div.pagination div {
	display:inline;
}
div.pagination a, div.pagination div {
	margin-right:2em;
	margin-left:2em;
}
div.pagination span a {
	margin-left:0;
	margin-right:0;
}
div.pagination .disabled {
	color:#cccccc;
	margin-right:2em;
}
div.pagination .current {
	font-weight:bold;
}


/*
 * Events
 */
.events .post h2 {
	margin-bottom:0.5em;
}

.events .post h2 a, .events .post h2 a:hover {
	text-decoration:none;
	font-weight:normal;
}


/*
 * Some important linking :)
 */
div#copyright {
	text-align:right;
	padding-right:75px;
}
div#copyright a {
	color:#636363;
	font-size:1.1em;
}

/* Right block styles */
h2#updates {
	width:246px;
	height:68px;
	background:url(../img/news/updates.png) no-repeat top left;
	position:relative;
}
h2#updates span {
	display:none;
}
h2#poll {
	margin-top:0.5em;
	width:246px;
	height:68px;
	background:url(../img/news/poll.png) no-repeat top left;
	position:relative;	
}
h2#poll span {
	display:none;
}
#upcoming-events {
	margin-top:0.5em;
	width:246px;
	height:68px;
	background:url(../img/news/events.png) no-repeat top left;
	position:relative;	
}
#upcoming-events span {
	display:none;
}

div.poll-bar {
	width:180px;
}
div.right-bar {
	background:#e0cec2;
	padding:10px;
	padding-top:20px;
	width:200px;
	margin:-30px auto 0 auto;
	overflow:hidden;
}
div#update-bar h3, div.right-bar h3 {
	font-size:2.4em;
	font-weight:normal;
	color:#000000;
	margin-bottom:0.1em;
}
div.right-bar ol li {
	font-size:1.1em;
	margin-bottom:0.5em;
}
div.right-bar ol {
	list-style:disc outside;
	margin-left:15px;
}
div.right-bar a {
	color:#000000;
	font-weight:normal;
}
div.right-bar a:hover {
	text-decoration:underline;
	font-weight:normal;
}
.latest-title {
	display:block;
}
.latest-date, .latest-author {
	color:#636363;
	font-size:1em;
}
#update-bar .latest {
	margin-bottom:1em;
}
div.right-bar .posts, div.right-bar .comments {
	width:auto;
}
span#event-archive {
	margin-top:1em;
	font-size:1.1em;
}
