/* General HTML tags */
body
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Gill Sans MT", "Trebuchet MS", Verdana, Arial, sans;
}

a {
	color: #FFFFFF;
}

p {
	margin: 0 0 10px 0;
}

/* Specific page components (IDs) */
#footer {
	text-align: right;
	font-size: 8pt;
	clear: left;
}

#heading {
	font-size: 23px;
}

#blurbContainer {
	position: relative;
	clear: left;
	height: 90px;
}

#audio {
	background-image: url('/img/media.jpg');
}

#bio {
	background-image: url('/img/bio.jpg');
}

#ceilidh {
	background-image: url('/img/ceilidh.jpg');
}

#contact {
	background-image: url('/img/contact.jpg');
}

#corcyfoes {
	/*background-image: url('/img/corcyfoes.jpg');*/
}

#events {
	background-image: url('/img/events.jpg');
}

#news {
	background-image: url('/img/news.jpg');
}

#tuition {
	background-image: url('/img/tuition.jpg');
}

#tylwythteg {
	background-image: url('/img/tylwythteg.jpg');
}

#typesetting {
	background-image: url('/img/typesetting.jpg');
}

#video {
	background-image: url('/img/media.jpg');
}

#ceilidhcontent {
	margin-top: 140px;
}

/* General styles (classes) */
.page {
	background-color: #000000;
	width: 803px;
	margin: 0px auto;
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 40px;
}

.content {
	color: #FFFFFF;
	text-align: justify;
	min-height: 450px;
	margin: 10px;
	padding-top: 10px;
	clear: left;
}

.subtitle {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}

.threeCol {
	width: 250px;
	padding: 0px 4px 0px 2px;
	float: left;
}

.rightBorder {
	border-right-color: #FFFFFF; 
	border-right-width: 2px;
	border-right-style: dotted; 
}

.disabled {
	filter:alpha(opacity=50);
	opacity: 0.5;
}

.blurb {
	display: none;
	position:absolute;
	left:0px;
	top:0px;
}

.newsDate {
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.newsItem {
	padding: 0px 0px 0px 10px;
}

.otherPlayer {
	float: right;
	margin: 10px;
}

/* Styles for specific elements */
ul.bullets {
	list-style-type:square;
}

