@charset "UTF-8";
/* CSS Document */

div#header h1 {
	float:left;
	height:145px;
	width:480px;
	background:url(../images/header_logo.jpg) top left no-repeat;
	text-indent:-9999px;
	z-index:1;
}

p,td {
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#000;
}

.footer_text {	
	color:#444444;
	font-size:10px;
}

.sidebar_text {
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:14px;
	color:#24436e;
	font-weight:bold;
}

h2 {
	color:#9f2301;
	font-family:"Georgia" , serif;
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
}

h3 {
	color:#fff;
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:0.82em;
	font-weight:normal;
	margin:0px 0px 5px 10px;
}
	

p.tag {
	color:#333333;
	font-family:"Georgia" , serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:10px;
}

a {
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#666;
	text-decoration:underline;
}

a:hover {
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#000;
	text-decoration:underline;
}


a .read{
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#9f2301;
	font-style:italic;
}

a:hover .read{
	font-family:"Arial" , Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	color:#9f2301;
	font-style:italic;
	text-decoration:underline;
}

input, textarea {
	width: 300px;
}

table.loginform input, table.loginform textarea {
	width: auto;
}

input.nofill {
	display: none;
}

/************* Quick Links ***************/	
	
div#left_container div.quicklinks h2 {
	font-size: 16px;
	font-weight: bold;
}

div#left_container div.quicklinks a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px #d2d2d2 dashed;
	display: block;
	padding: 5px;
}

/************* O'Shea Shield Button ***************/	

a.osheashield {
 display: block;
 width: 160px;
 height: 51px;
 background: url(../images/buttons/osheashield_btn.jpg) no-repeat top left;
 margin: 0px 10px 10px;
}

a.osheashield:hover {
 background-position: bottom left;
}

a.osheashield span {
 display: none;
}

/************* Honours Board Button ***************/	

a.honoursboard {
 height: 117px;
 width: 160px;
 float: left;
 display: block;
 background-repeat: no-repeat;
 background-position: top left;
 margin-left: 15px;
 margin-right: 15px;
}

a.honoursboard span { display: none; }

a.honoursboard.cullinane {
 background-image: url(../images/buttons/cullinane_honoursboard.jpg);
}

a.honoursboard.staugustines {
 background-image: url(../images/buttons/staugs_honoursboard.jpg);
}

a.honoursboard.sacredheart {
 background-image: url(../images/buttons/sacredheart_honoursboard.jpg);
}

p.newsletter {
 font-size: 13px; 
 margin-bottom: 15px;
}

p.newsletter span {
 float: right;
}

p.newsletter a {
 display: block;
}

