/* 
 * Style for Music For Galway 2008/2009 season
 *
 * Colours:
 * blue #007bc3 
 * orange: #fbaa26
 * lighter orange: #febe10
 * yellow:  ffdd00
 */
 
body,li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

h1, h2, h3 {color: #007bc3; font-weight: bold;}

h1 {font-size: 14pt; }

h2 {
	font-size: 11pt;
	letter-spacing: 1.2pt;
	word-spacing: 2pt;
}

h3 {
	font-size: 12pt;
	letter-spacing: 1.2pt;
	word-spacing: 2pt;
	line-height: 18pt;
	vertical-align: middle;
}


.footer {color: #fff; background-color: #007bc3; font-size:10px; text-align:right;}
.footer a {color: #fff;}

#contentDiv {
	padding: 15px;
}

#flashSlideShow {width: 800px;height: 450px;}

	
/* Navigation */

#menu1 {
	width: 200px;
	margin: 0px;
	float: left;
}

#menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu1 li a {
	height: 32px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-transform:uppercase;
	height: 24px;
	text-decoration: none;
}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: white;
	display: block;
	background:  url(menu_blue.gif);
	padding: 8px 0 0 10px;
}
	
#menu1 li a:hover {
	color: #007bc3;
	background:  url(menu_blue.gif) 0 -32px;
	padding: 8px 0 0 10px;
}	

#navMenuCell {background-color: #007bc3; xbackground-color: #c7bcae;}

#menu1 li.sel {font-weight: bold;}

img { border: none; }


/* Event Listings */

.eventBox {
	clear: both;
	border-bottom: 1px solid #fbaa26;
}

.imgBox {
	width:220px;
	height:220px;
	text-align:center;
	float:left;
}
p.timeAndVenue {
	float:right;
	width: 150px;
	background-color:#ffa;
	border: 1px solid yellow;
	margin-top:0;
	padding: 5px;
	margin-left: 10px;
}

table.events {border-collapse: collapse; width:100%;}
table.events thead { background-color: #c7bcae;}
table.events thead td {
	font-weight: bold;
	text-align: center;
}
table.events td {padding: 2px; border: 1px solid #888;}

table.sponsors {width:100%}
table.sponsors td {
	text-align:center;
	padding: 10px 20px 10px 20px;
}
table.sponsors td img {
	padding: 5px;
}

td.articleImageColumn {
	width:220px;
	text-align:center;
	border-left: 1px dashed #c7bcae;
	margin-left: 10px;
	padding-left: 10px;
}
td.articleImageColumn p {
	margin: 5px 20px 20px 20px;
}
td.articleTextColumn {
	padding-right: 10px;
}

/* Round corners */
b.rt, b.rb {display:block;background: #f4ede4;}
b.rt b, b.rb b {display:block;height: 1px;
    overflow: hidden; background: #ffa;}
b.r1 {margin: 0 5px}
b.r2 {margin: 0 3px}
b.r3 {margin: 0 2px}
b.rt b.r4, b.rb b.r4 {margin: 0 1px;height: 2px}
