/*

	Stylesheet for <Alexander De Croo>
	
	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	author:     Johan Ronsse <johan@netlash.com>

*/

/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/*
	General purpose classes
	Quick 'n dirty; but clean up your mess please.
*/

.hidden { display: none; }
.block { display: block; }
.p0 { padding: 0 !important; }
.noBorder { border: none !important; }
.floatLeft { float: left; }
.floatRight { float: right; }
.inline { display: inline !important; }

/*
	Clearfix
*/

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

/*
	Typography and text styles
*/

body {
	background: #FFF;
	font: 300 12px Arial, sans-serif;
	line-height: 1.75; /* Safari 2.0.4 */
	color: #555;
}

/* Headings */
h1, h2, h3 {
	font-weight: 700;
	line-height: 1.1;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}

h1, h2 {
	font-size: 18px;
	padding: 0;
	margin: 0 0 12px;
}

h3 {
	font-size: 14px;
	padding: 0;
	margin: 0 0 12px;
}

	h3.sectionHeading {
		background: #989898;
		color: #FFF;
		padding: 6px;
		font-size: 12px;
		margin: 0 0 12px;
	}
	
	h3.blue {
		background: #0055a0;
	}

h4 {
	font-size: 13px;
	padding: 7px 0 7px 0;
	font-weight: 700;
	color: #000;
}

strong {
	color: #000;
}

p {
	padding: 0 0 12px 0;
}

	p.intro {
		font-size: 14px;
	}

abbr, acronym {
	cursor: help;
}

.content ul,
.content ol {
	padding: 0 0 12px 24px;
}

.content ul {
	list-style: disc;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 24px;
}

	.content ul ul,
	.content ol ul {
		padding-bottom: 0;
	}
	
	.content ol ol {
		padding-bottom: 0;
	}
	
	.content ul ol {
		padding: 0 0 0 28px;
	}

code {
	font-family: Monaco, "Courier New", monospace;
	font-size: 12px;
	line-height: 1.15;
}

pre {
	padding: 7px 14px;
	background: #F5F5F5;
	margin: 0 0 14px;
}

blockquote, q {
	font-style: italic;
	color: #666;
}

blockquote {
	padding: 0 0 0 14px;
}

cite {
	font-size: 11px;
	text-align: right;
	display: block;
	position: relative;
	top: -14px;
	height: 0;
	/* Dismisses height to correctly align next element */
}

strong {
	font-weight: bold;
}

/*
	Default styling for data tables
*/
.content table {
	font-family: Arial, sans-serif;
	margin: 0 0 14px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.content td,
.content th {
	padding: 7px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 11px;
}

.content th {
	font-weight: 700;
	background: #F5F7F9;
	color: black;
	line-height: 1.2;
	text-align: left;
}

.content tr.rowOdd { background: #FFF; }
.content tr.rowEven { background: #FCFCFC; }

/*
	Links
*/

a {
	text-decoration: none;
}

/* Regular */

a:link {
	color: #28a6f6;
	border-bottom: 1px solid #b8e2fc
}

a:visited {
	color: #0680cd;
	border-bottom: 1px solid #b8e2fc;
}

a:hover,
a:active,
a:focus {
	color: #00559f;
	border-bottom: 1px solid #8fb4d5;
}

/* Headings */

h2 a:link {
	color: #00559f;
	border-bottom: 1px solid #8fb4d5
}

h2 a:visited {
	color: #00396b;
	border-bottom: 1px solid #8fa8be;
}

h2 a:hover,
h2 a:active,
h2 a:focus {
	color: #28a6f6;
	border-bottom: 1px solid #b8e2fc;
}

/*
	MODULE: Photo album
*/

/* @todo */

.galleryAlbum {
	padding: 0 0 20px 0;
}

.galleryAlbum ul {
	clear: both;
	padding-left: 0;
}

.photo {
	float: left;
	padding: 7px 7px 21px;
	background: #FFF;
	border: 1px solid #CCC;
	margin: 0 12px 12px 0;
	text-align: center;
	list-style: none;
}

.photo p {
	padding: 0;
}

.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 .albumPreview {
	float: left;
	width: 120px;
}

#gallery div.galleryAlbum .albumDescription {
	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: Login
*/

.errorReport p {
	padding: 10px;
	background: red;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 18px 0;
}

/*
	MODULE: Links module
*/

/*
	General
*/

#links table {
	margin: 0 0 20px;
	border: none;
	width: 100%;
	border-top: 1px solid #CCC;
}

#links table td,
#links table td {
	border: none;
	border-bottom: 1px solid #CCC;
	padding: 10px 2px;
}

/*
	Category
*/

#links.category h2, 
#links.category table td h2 {
	font-size: 12px;
	padding: 0;
}

#links.category td.name {
	width: 30%;
}

#links.category td.description {
	width: 60%;
}

/*
	MODULE: News
*/

/*
	General
*/

#news p.date {
	font-size: 11px;
	line-height: 1.5;
	padding: 0 0 9px 0;
	color: #666;
}

/*
	Home
*/

#news.home {
	
}

/*
	Browse
*/

#news.browse h2 {
	padding-bottom: 0;
}

/*
	Detail
*/

#news.detail h1 {
	font-size: 18px;
	padding: 0;
}

/*
	MODULE: Blog
*/

/*
	General
*/

#blog .article,
.blog .article {
	margin: 0 0 36px 0;
}

#blog p.date {
	font-size: 11px;
	line-height: 1.5;
	padding: 0 0 9px 0;
	color: #666;
}

#blog .meta {
	margin: 0 0 20px 0;
	color: #666;
}

	#blog .meta ul {
		padding: 0;
		list-style: none;
	}

		#blog .meta ul li {
			font-size: 11px;
			float: left;
			line-height: 1.8;
			padding: 0 8px 0 0;
		}

/*
	Home
*/

#blog.home {
	
}

/*
	Browse
*/

#blog.browse h2 {
	padding-bottom: 0;
}

/*
	Detail
*/

#blog.detail h1 {
	font-size: 18px;
	padding: 0;
}

#blogComments .author {
	font-size: 11px;
	font-weight: 700;
}

	.comment {
		margin: 0 0 18px 0;
		border-bottom: 1px solid #DDD;
		position: relative;
	}
	
	.comment .gravatar {
		position: absolute;
		top:0; right:0;
	}

/*
	Category
*/

#blogArchiveMini {
	width: 130px;
	float: right;
	border: 1px solid #D9D9D9;
	background: #FFF;
	padding: 10px;
}

/*
	MODULE: Contact
*/

#contactForm label {
	display: block;
	color: #000;
}

/*
	Form
*/

label {
	font-weight: 700;
}

input, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

textarea.textarea {
	padding: 3px 2px;
}

.formError {
	color: red;
	display: block;
	padding: 0 0 2px 0;
}

.formSuccess {
	color: green;
	display: block;
	background: #CFC;
	padding: 8px;
	border: 1px solid green;
	margin: 0 0 10px;
}

form dl dd {
	padding: 0 0 8px 0;
}

#name,
#website,
#subject {
	width: 210px;
}

#message {
	width: 350px;
	height: 10em;
}

/*
	MODULE: FAQ
*/

/*
	Category
*/

#faq.category dt {
	padding: 0;
}

#faq.category dt p {
	font-weight: 700;
	padding: 0 0 5px 0;
}

#faq.category dd {
	border-bottom: 1px solid #CCC;
	margin: 0 0 10px 0;
}

/*
	MODULE: Newsletter
*/

/*
	Subscribe
*/

/*
	Newsletter subscribe form
*/

.oneLiner {
	zoom: 1;
}

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

.oneLiner {
	display: block;
}

.oneLiner p {
	float: left;
	padding-right: 4px;
}

#newsletterSubscribe p {
	padding: 0 0 6px;
}

#newsletterSubscribeForm label {
	font-weight: 700;
}

/*
	MODULE: Guestbook
*/

/*
	Browse
*/

#guestbook.browse .gravatar {
	float: right;
}

#guestbook.browse .guestbookComment {
	margin: 0 0 26px;
	min-height: 45px;
	height: auto !important;
	height: 45px;
}

/*
	Fork defaults: image classes
*/

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}

/*
 	Pattern: pagination
*/

.paginationWrap {
	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;
	color: #CCC;
	min-width: 12px;
}

.pagination li.currentPage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: #000;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #CCC;
	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 #AAA;
	color: black;
}

.nextPage, .previousPage { font-size: 11px !important; }
.pagination li.nextPage { margin-left: 10px; }
.pagination li.previousPage { margin-right: 15px; }

/*
	Delete from here whens starting a new project
*/

/*
	Site specific: Fork Cayenne demo
*/

#topbar:after,
#header:after,
#main:after,
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
	Header
*/

#header h1 {
	font-size: 36px;
	font-weight: 700;
	padding: 0;
}

#header h1 a {
	text-decoration: none;
}

/*
	User
*/

#user {
	font-size: 11px;
	float: right;
}

#user input {
	font-size: 11px;
}

#user input.inputText {
	width: 110px;
}

#user input.inputPassword {
	width: 70px;
}

#user p {
	padding: 0 0 10px;
}

/* 
	Breadcrumb
*/

#breadcrumb {
	font-size: 11px;
	float: left;
}

/*
	Page structure and layout
*/

/*
	Wrappers
*/

#container {
	width: 960px;
	border: 1px solid #BCBEC0;
	margin: 0 auto;
	border-width: 0 1px;
	background: #FFF;
	overflow: hidden;
}

/*
	Header
*/

#header {
	background: #e8e8e8;
	width: 960px;
}

	#header h1 {
		width: 431px;
		height: 88px;
		background: url(../images/logo.png) no-repeat;
		text-indent: -9999px;
		margin: 0;
		padding: 0;
	}

	#header h1 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: none;
	}
	
/*

*/

/*
	Main
*/

#main {
	padding: 0 0 36px 0;
	background: #FFF;
}

/*
	Intro
*/

#intro {
	padding: 12px 36px 0 36px;
}

	#intro img {
		display: block;
	}
	
	#intro a {
		border: none;
	}

/*
	Navigation
*/

#navigation {
	width: 100%;
	background: #FFF url(../images/nav_bg.gif) repeat-x;
}

#navigation ul {
	padding: 0 36px;
}

#navigation ul li {
	list-style: none;
	float: left;
	font-weight: 700;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	padding: 0 13px 0 12px;
	height: 34px;
	float: left;
	line-height: 34px;
	color: #FFF;
	background: #00559f url(../images/nav_bg.png) no-repeat top right;
	display: block;
	text-decoration: none;
	border-top: 1px solid #00427c;
	border-bottom: 3px solid #FFF;
}

#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li a:focus {
	background-color: #0968b3;
}

#container #navigation ul li.selected a {
	background-color: #28a6f6;
	border-bottom: 3px solid #0080d2;
	border-top: 1px solid #00427c;
}

/* Content */

#content {
	width: 552px;
	float: left;
	padding: 36px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.fullwidth #content {
	width: 888px;
	float: none;
}

#sidebar {
	width: 300px;
	float: left;
	padding: 36px 36px 36px 0;
	overflow: hidden;
}

	#sidebar .section {
		margin: 0 0 24px;
	}
	
	#sidebar .sectionHeading {
		margin: 0;
	}

	#sidebar .sectionContent {
		padding: 12px;
		background: #F1F1F1;
		border-bottom: 1px solid #cfcfcf;
	}

/* Footer */

#footer {
	border-top: 1px solid #bcbec0;
	background: #E8E8E8;
}

#footer ul {
	float: right;
	padding: 10px;
}

#footer li {
	float: left;
	padding: 0 10px;
	list-style: none;
	font-size: 11px;
}

	#footer li a {
		color: #666;
	}

/*
	Buttons
*/

/*
	Buttons
*/

a.button:link,
a.button:visited {
	border: 1px solid #0a71b2;
	background: #1E9DEE url(../images/button_bg.png) repeat-x;
	color: #FFF;
	font-size: 11px;
	padding-top: 1px;
	line-height: 21px;
	cursor: pointer;
	font-weight: 700;
	display: inline-block;
	padding: 0 6px;

	/* @inc .rc */
	border-radius: 2px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;

}

a.button:hover,
a.button:active,
a.button:focus {
	border: 1px solid #6BA1CB;
	color: #0D8DC9;
	background: #FFF;

	/* @inc .boxShadow */
	box-shadow: 0 0 3px #6BA1CB;
	-webkit-box-shadow: 0 0 3px #6BA1CB;
	-moz-box-shadow: #6BA1CB 0 0 3px;

	/* Transition */
	-webkit-transition: background 0.33s ease-in-out;
}

/* Button holders */

.buttonHolder {
	zoom: 1;
}

	.buttonHolder .button {
		float: left;
		margin-right: 3px;
	}

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




/* Blog */

.blog .bloginfo {
	margin: 12px 0 14px 0;
}

.blog a.rss {
	font-size: 10px;
	border: none;
}

a.rss {
	font-weight: bold;
	padding: 0 18px 0 0;
	position: relative;
}

a.rss span {
	width: 14px;
	height: 14px;
	background: url(../images/icons.gif) no-repeat 0 0;
	text-indent: -9000px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 0;
}

a.rss:hover span,
a.rss:active span {
	background: url(../images/icons.gif) no-repeat -18px 0;
}

.blog .header h3,
.blog .header h2,
.blog .header h1 {
	float: left;
	max-width: 526px; /* 552px - p.comments width */
	font-size: 18px;
}

.blog .header p.comments {
	width: 26px;
	height: 22px;
	text-align: center;
	color: #FFF; /* Just in case */
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	bottom: 9px;
}

.article p.comments {
	clear: none;
}

.blog .header p.comments a {
	border: none;
	background: url(../images/comments_balloon_big.gif) no-repeat;
	height: 18px;
	color: #FFF;
	display: block;
	font-weight: 700;
	padding: 0 0 4px;
	line-height: 18px;
}

.blog .header p.comments a:hover,
.blog .header p.comments a:active {
	background-position: 0 -22px;
}

#blog.detail .header p.comments a {
	border: none;
	background: url(../images/comments_balloon_big.gif) no-repeat 0 -44px;
}

.header p.comments span {
	display: none;
}

#blogForm input.inputText {
	min-width: 220px;
}

#blogForm label {
	display: block;
	font-size: 12px;
}

	#blogForm #message {
		margin: 0 0 12px;
	}

.blogcomment {
	position: relative;
	width: 552px;
	margin-bottom: 24px;
	border-bottom: 1px solid #C7C7C7;
}

#blogComments h3 {
	padding-bottom: 24px;
}

.blogcomment .avatar {
	float: left;
	width: 60px;
}

.blogcomment .content {
	float: left;
	width: 492px;
}

.blogcomment .author {
	font-size: 11px;
}

/* Article footer */

.article .footer ul {
	list-style: none;
	padding: 0 0 24px 0;
	margin: 0;
}

	.article .footer ul li {
		float: left;
		padding: 0 6px 0 0;
		position: relative;
		/* @see http://www.last-child.com/conflicting-z-index-in-ie6 */
	}
	
	
	.article .footer li.metaData {
		width: 290px;
		padding-left: 12px;
		padding-right: 0;
		line-height: 1.5;
	}
	
		.article .footer li.metaData p {
			padding: 0;
		}
	

.article .footer li p {
	font-size: 11px;
	color: #666;
}

	#home .article .footer li p {
		padding: 0;
		margin: 0;
	}

.article .footer li p a.date,
.article .footer abbr {
	border-bottom: 1px dotted;
	cursor: default;
	text-transform: none; 
	letter-spacing: 0; 
}

.article .footer li p a:link,
.article .footer li p a:visited {
	color: #333;
	border-color: #c7c7c7;
}

.article .footer li p a:hover,
.article .footer li p a:active {
	color: #222;
	border-color: #222;
}

/*
	"Share this" on blogposts
*/

/*
	Icons
*/

.icon {
	display: block;
	_zoom: 1;
	position: relative;
	float: left;
}

.icon a:link,
.icon a:visited,
.toggleShareList {
	border: 1px solid #D0D0D0;
	padding: 3px 7px;
	background: #f1f1f1;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
	float: left;

	/* @inc .rc */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

.icon a:hover,
.icon a:active,
.icon a:focus,
.toggleShareList:hover,
#shareSelected.toggleShareList {
	border: 1px solid #AAA;

	/* @inc .rc */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

.shareList a:link,
.shareList a:visited,
.shareList a:hover,
.shareList a:active,
.shareList a:focus {
	border: none !important;
}

#shareSelected.toggleShareList {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

.icon * {
	float: left;
}

.icon small {
	float: left;
	display: block;
}

.icon span {
	width: 7px;
	height: 7px;
	margin: 7px 0 0 3px;
	_display: inline;
	overflow: hidden;
	float: left;
	display: block;
	text-indent: -9000px;
	background: url(../images/drop.gif) no-repeat 0 0;
}

.shareList {
	position: absolute;
	top: 26px;
	left: 0;
	border: 1px solid #999999;
	padding: 0;

	width: 110px;
	z-index: 5330;
	
	/* Sharelist is hidden by default */
	display: none;

	/*	Make sure it doesn't look like a default ul */
	background: none;
	list-style: none;
	padding: 0 !important;
	margin: 0;

	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;

}

.shareList li {
	float: none !important;
	padding: 0;
	border-bottom: 1px solid #DEDFDE;
	background: #FFF;
	position: relative;
	width: auto !important;
}

.shareList li.fb {
	border: none;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.shareList li a {
	position: relative;
	z-index: 5430;
	display: block;
	line-height: 24px;
	border: none;
	min-height: 24px;
	height: auto !important;
	height: 24px;
	cursor: pointer;
	background: #FFF !important;
}

.shareList a strong {
	width: 16px;
	height: 16px;
	margin: 4px;
	text-indent: -9000px;
	display: block;
	float: left;
	overflow: hidden;
	background: #FFF url(../images/icons_share.gif) no-repeat 0 0;
}

.shareList a small {
	display: block;
	float: left;
	font-size: 11px;
}

.shareList li.del a strong { background-position: 0 -1px; }
.shareList li.su a strong { background-position: 0 -21px; }
.shareList li.twitter a strong { background-position: 0 -61px; }
.shareList li.fb a strong { background-position: 0 -41px; }


/*
	issues
*/

#issuesContentHolder {
	width: 780px;
	margin: 0 auto;
}

#issues.browse {
	padding-left: 52px;
}

#issues .issue {
	margin: 0 12px 12px 0;
	border: 1px solid #D0D0D0;
	padding: 16px;
	width: 220px;
	float: left;

	/* @inc .rc */
	border-radius: 2px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;

}

/*
	Blog categories
	+ "other issues" (works exactly the same)
*/

#blogCategories li,
#otherIssues li {
	float: left;
	margin: 0 4px 4px 0;
}

#blogCategories li a,
#otherIssues li a {
	background: #FFF;
	border: 1px solid #d0d0d0;
	float: left;
	display: block;
	padding: 3px 6px;
	
	/* @inc .rc */
	border-radius: 2px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
}

/*
	Datagrid
*/

table.datagrid {
	margin: 0 0 12px;
	width: 100%;
}

table.datagrid th {
	border-bottom: 1px solid #DDD;
	padding: 6px 12px;
	white-space: nowrap;
}

table.datagrid td {
	padding: 6px 12px;
	border-bottom: 1px solid #cfcfcf;
}

table.datagrid td:last-child,
table.datagrid td.comments {
	border-right: none;
}

table.datagrid td:first-child,
table.datagrid td.date,
table.datagrid th:first-child,
table.datagrid th.date {
	padding-left: 0;
}

#blog .datagrid {
	width: 100%;
}

#blog .blogpost .datagrid {
	width: auto;
}

/*
	Image list
*/

.imageList {
	margin: 0 0 24px;
}

.imageList li {
	float: left;
}

.imageList a {
	display: block;
}

.imageList img {
	display: block;
	width: 110px;
	height: 66px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

	/* Clear it */
	
	.imageList {
		zoom: 1;
	}

	.imageList:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	/* Home */
	#home .imageList {
		border-top: 1px solid #F1F1F1;
		margin: 0;
	}
	
	#home .imageList img {
		width: 99px;
		height: 54px;
		border-color: #F1F1F1;
	}
	
	
/*
	Button holders
*/

.buttonHolder {
	zoom: 1;
}

	.buttonHolder .button {
		float: left;
		margin-right: 6px;
	}

	.buttonHolderRight .button {
		float: right;
		margin-left: 6px;
	}

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

/*
	Events
*/

#events.browse {
	padding-top: 12px;
}

.event {
	margin: 0 0 24px 0;
	border-bottom: 1px solid #CFCFCF;
}

.event .heading h3 {
	margin-bottom: 4px;
}

.event .heading p {
	color: #666;
	font-weight: 700;
}

/*
	Waiting for moderation box
*/

.awaitingModeration {
	background: #666;
	color: #FFF;
	padding: 6px 12px;
	margin: 0 0 12px;
	font-weight: 700;
	
	/* @inc .rc */
	border-radius: 2px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	
}

/*
	Sidebar sections
*/

	/*
		Ad
	*/

	#ad img {
		display: block;
	}

	/*
		Newsletter subscribe form
	*/

	#newsletterSubscribeForm #email {
		width: 150px;
	}

	/*
		Twitter
	*/

	#twitter {
		width: 300px;
	}

		#tweet {
			padding: 6px;
			width: 288px;
		}

		#tweet .top {
			height: 12px;
			line-height: 1;
			font-size: 1px;
		}

		#tweet .bottom {
			height: 24px;
			line-height: 1;
			font-size: 1px;
		}
	
		#tweet div {
			background-image: url(../images/tweet_bg.png);
			background-repeat: no-repeat;
		}

		#tweet .top { background-position: 0 0; }
		#tweet .middle { background-position: 0 center; }
		#tweet .bottom { background-position: bottom left; }
	
		#tweet p {
			padding: 0 12px;
		}
	
	#twitter p.author {
		padding: 0;
		width: 130px;
		text-align: center;
	}

		#twitter p.author a {
			font-weight: 700;
		}
	
		#twitter p.author span {
			color: #555;
			display: block;
			font-size: 11px;
		}

	#twitterBottom p {
		float: right;
		margin-top: 7px;
	}

		#twitterBottom p.author {
			float: left;
			margin-top: 0;
		}

/*
	Slideshow
*/

#slideshow {
	width: 552px;
	height: 248px;
	position: relative;
	margin: 0 0 36px;
}

	#slideshow .slideshowSlide {
		position: absolute; width: 100%; height: 100%;
	}
	
		#slideshow .slideshowSlide img {
			display: block;
			width: 100%; height: 100%;
		}


	#slideshow .infoRow {
		background: url(../images/inforow.png);
		/* @see ie6. css*/
		width: 100%;
		height: 38px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	#slideshowNavigation {
		margin: 6px 6px 0 6px;
		float: left;
		_display: inline;
		background: #00294d;
		border: 1px solid #00294d;
		border-right: none;
		height: 23px;

		/* @inc .rc */
		border-radius: 2px;
		-webkit-border-radius: 2px; 
		-moz-border-radius: 2px;

	}
	
		#slideshowNavigation a {
			height: 23px;
			width: 23px;
			line-height: 23px;
			border: none;
			text-align: center;
			display: block;
			color: #FFF;
			font-weight: 700;
			outline: 0;

		}
		
		#slideshowNavigation li.selected a,
		#slideshowNavigation li.selected a:hover,
		#slideshowNavigation li.selected a:active,
		#slideshowNavigation li.selected a:focus {
			background: url(../images/numbernav_bg.png) no-repeat;
		}

	#slideshowNavigation li {
		float: left;
		padding-right: 1px;
	}
	
	#slideshowButton {
		float: right;
		padding-top: 6px;
	}
	
		#slideshowButton a {
			float: right;
		}

/*
	Arrow button
*/

/*
	Sprite comnposition:
	vert 0-25: left
	vert 26-50: middle repeat-x
	vert 51-75: right

	button = 25px high
*/

.arrowButton:link,
.arrowButton:visited {
	display: block;
	color: #FFF;
	font-size: 11px;
	border: none;
	font-weight: 700;
	height: 25px;
}

.arrowButton span {
	display: block;
	height: 25px;
	background: url(../images/arrowbutton.png) no-repeat 0 0;
	float: left;
	line-height: 25px;
}

	.arrowButton .left { width: 12px; }
	.arrowButton .middle { background-repeat: repeat-x;}
	.arrowButton .right { width: 25px; }
	
	/* Background positions */

	.arrowButton:link .left,
	.arrowButton:visited .left {
		background-position: 0 0;
	}

	.arrowButton:hover .left,
	.arrowButton:active .left,
	.arrowButton:focus .left {
		background-position: 0 -75px;
	}
	
	.arrowButton:link .middle,
	.arrowButton:visited .middle {
		background-position: 0 -25px;
	}

	.arrowButton:hover .middle,
	.arrowButton:active .middle,
	.arrowButton:focus .middle {
		background-position: 0 -100px;
	}
	
	.arrowButton:link .right,
	.arrowButton:visited .right {
		background-position: 0 -50px;
	}

	.arrowButton:hover .right,
	.arrowButton:active .right,
	.arrowButton:focus .right {
		background-position: 0 -125px;
	}
	
	/* Clear it */
	
	.arrowButton {
		zoom: 1;
	}
	
	.arrowButton:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

/*
	Press
*/

#press li {
	padding: 12px;
	background: #F1F1F1;
	border-bottom: 1px solid #CFCFCF;
}

	#press p {
		padding: 0;
	}
	
	#press span {
		color: #808080;
	}