/* Browser reset (YUI Reset) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym { border:0; 
} 

/* Screen styles */

html,
body {
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1,
h2,
h3 {
	font-size: 18px;
	color: #530049;
}

h1 {
	color: #47637F;
}

h2 {
	font-weight: bold;
	font-size: 16px;
}

h2,
h3 {
	color: #47637F;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#page ul {
	list-style: disc;
	margin-left: 16px;
}

#wrapper {
	width: 855px;
	margin: auto;
}

/* Header */

#header {
	width: 855px;
	height: 89px;
	margin: auto;
}

#header #logo {
	width: 335px;
	height: 89px;
	float: left;
}

#header #topLinks {
	width: 520px;
	float: right;
	text-align: right;
}

#header #topLinks p#topLinkBar {
	padding-top: 10px;
	font-size: 12px;
}

#header #topLinks p#topLinkBar a {
	text-decoration: none;
	color: #666666;
}

#header #topLinks form#searchForm {
	margin-top: 15px;
}

#header #topLinks form#searchForm #searchString {
	height: 22px;
	width: 169px;
	float: left;
	margin-left: 290px;
	height: 18px;
}

#header #topLinks form#searchForm #searchButton {
	width: 48px;
	float: right;
}

/* Main image */

#middleBar {
	width: 855px;
	height: 312px;
}

#middleBar #mainImage {
	float: left;
	width: 565px;
	height: 312px;
	margin-right: 15px;
}

#middleBar #introduction {
	float: right;
	width: 274px;
	height: 310px;
	background-color: #fff;
	font-family: "Century Schoolbook", Times, serif;
	padding: 0 0 14px 0;
}

#middleBar #introduction #message {
	height: 244px;
}

#middleBar #introduction h1 {
	color: #530049;
	font-size: 20px;
}

#middleBar #introduction p {
	color: #ffffff;
	font-size: 20px;
}

#middleBar #introduction #introNav {
	width: 247px;
	text-align: right;
}

#middleBar #introduction #introNav a,
#middleBar #introduction #introNav a:link,
#middleBar #introduction #introNav p {
	color: #ffffff;
	font-size: 12px;
}

/* Home page nav bar */

#homeNavBar {
	width: 855px;
	height: 128px;
	margin-bottom: 14px;
	margin-top: 9px;
}

#homeNavBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 855px;
	float: left;
	display: inline;
}

#homeNavBar ul li {
	float: left;
	width: 144px;
}

#homeNavBar ul .last {
	float: right;
	width: 132px;
}

#homeNavBar ul a {
	float: left;
}

/* Home page bottom boxes */

#bottomBoxes {
	width: 855px;
	height: 272px;
	background: #E9E9D3;
}

#bottomBoxes #relLinks {
	float: left;
	margin: 15px;
	width: 265px;
	height: 239px;
	background: url(images/boxTops/relLinks.jpg) top left no-repeat #FFFFFF;
	display: inline;
}

#bottomBoxes #newsNEvents {
	float: right;
	width: 560px;
	height: 272px;
}

#bottomBoxes #newsNEvents #news {
	float: left;
	width: 265px;
	margin: 15px 0 15px 0;
	height: 239px;
	background: url(images/boxTops/news.jpg) top left no-repeat #FFFFFF;
	display: inline;
}

#bottomBoxes #newsNEvents #news #mainNews {
	margin: auto;
	margin-top: 46px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #000000;
	width: 245px; 
	/* Fix an Apple issue */
	/*height: 82px;*/
	overflow: auto;
}

#bottomBoxes #newsNEvents #news #mainNews img {
	float: left;
	margin: 0 15px 15px 0;
}

#bottomBoxes #newsNEvents #news #mainNews h2 {
	font-weight: bold;
	font-size: 15px;
	color: #233954;
}

#bottomBoxes #newsNEvents #events {
	float: right;
	margin: 15px 15px 15px 0;
	width: 265px;
	height: 239px;
	background: url(images/boxTops/events.jpg) top left no-repeat #FFFFFF;
	display: inline;
}

#bottomBoxes #relLinks ul,
#bottomBoxes #newsNEvents #news ul,
#bottomBoxes #newsNEvents #events ul,
#page #leftPart ul {
	margin-top: 46px;
	margin-left: 9px;

	margin-right: 9px;
	list-style-type: none;	
}

#bottomBoxes #relLinks ul li,
#bottomBoxes #newsNEvents #news ul li,
#bottomBoxes #newsNEvents #events ul li,
#page #leftPart ul li {
	clear: both;
}

#bottomBoxes #newsNEvents #news ul,
#page #leftPart ul,
#page #leftPart ul ul {
	/* margin-top value needs to be reset */
	margin-top: 0;
}

#page #leftPart ul {
	margin-left: 0;
}

#page #leftPart ul ul {
	margin-left: 15px;
	margin-right: 0;
}

#bottomBoxes #relLinks ul a,
#bottomBoxes #newsNEvents #news ul a,
#bottomBoxes #newsNEvents #events ul a,
#page #leftPart ul a {
	display: block;
	/*height: 21px;*/
	line-height: 15px;
	border-bottom: 1px dotted #000000;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	margin: 3px 0 0 0;
	padding-bottom: 3px;
	/*height: 1%*/
}

#bottomBoxes #newsNEvents #news .clear {
	/* Corrects an Apple issue */
	clear: both;
}

/* Done with the home page - now for any sub page specific styles */

/* The nav bar */

#navBar {
	width: 855px;
}

#navBar ul {
	list-style: none;
	width: 855px;
	float: left;
}

#navBar ul li {
	float: left;
}

#navBar ul a {
	display: block;
	float: left;
}

/* Main contents area */

#page {
	width: 855px;
}

#page #leftPart {
	margin-top: 15px;
	float: left;
	width: 240px;
}

#page #leftPart #whiteBG h1 a,
#page #leftPart #whiteBG h1 a:visited {
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	clear: both;
	display: block;
}

#page #leftPart #summary {
	float: right;
	width: 212px;
	color: #ffffff;
	background-color: #A5D3C9;
	font-family: Georgia, serif;
	font-size: 27px;
	padding: 14px;
}

#page #leftPart #relLinks {
	background: url(images/relLinksBig.jpg) top left no-repeat;
}

#page #leftPart #relLinks ul {
	margin-top: 15px;
	padding-bottom: 9px;
	padding-top: 30px;
}

#page #leftPart #whiteBG {
	background: #FFFFFF;
}

#page #main {
	margin-top: 15px;
	float: right;
	width: 615px;
}

#page #main #copy {
	width: 436px;
	float: left;
	padding: 15px;
	padding-bottom: 40px;
}

#page #main #copy ul li {
	margin-bottom: 15px;
}

#page #main #copy h1 {
	color: #47637f;
	font-size: 18px;
	font-family: Georgia, serif;
}

#page #main #copy h2,
#page #main #copy h3 {
	color: ##47637F;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: normal;
}

#page #main #copy h3 {
	font-size: 14px;
	margin-top: 15px;
}

#page #main #copy p,
#page #main #copy ul {
	margin-top: 15px;
	color: #233954;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

#page #main #extras {
	width: 149px;
	float: right;
}

#page #main #extras,
#page #leftPart {
	background: url(/assets/templates/TrinityCollege/images/colbg.jpg);
}

#page #rightImgs {
	float: right;
	width: 149px;
}

#page #main #extras img {
	margin-bottom: 15px;
}

/* Search results page */

.ajaxSearch_resultsInfo {
	font-weight: bold;
	margin-bottom: 17px;
}

.ajaxSearch_highlight {
	background: #FFFF66;
}

.ajaxSearch_extract {
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: 1px dotted #000000;
}

/* News pages */

.ditto_item {
	margin: 5px;
	padding: 5px;
	border: 1px dotted #536D86;
}

.ditto_item .ditto_pageTitle a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #536D86;
}

/* Quotes */

blockquote {
	padding: 5px;
	background: #e7f3f9;
	border: 1px solid #233954;
	margin-top: 15px;
}

#page #main #copy blockquote p {
	margin-top: 0;
}

#titleBar {
	background: #e0e0cc;
	padding: 5px 0 5px 6px;
	margin-top: 38px;
	clear: both;
	font-family: Georgia, serif;
}
