/*
 * CSS for www.cs.nuim.ie/~mmcgaley
 * feel free to copy
 */

/* colours used:
 *
 * Brown background - #2D2221
 * Burgundy background - #863539
 * Silver-grey - #E7EEF8
 * Orange (links) - #D37A0A
 */

/* Overall look. Body defaults, main column (with borders), header image, 
 * header paragraph */
body {
	background: #2D2221;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	color: black;
}

.main_column {
	background: #863539;
	padding-bottom: 24px;
}

.border {
	border: 2px solid #B9B99A;
	padding: 5px;
	position: relative;
}
#outermost { width:80%; left: 10%; }

img {
	border: 3px solid #632B37;
	float: left;
	margin: 24px;
}

.header {
	font-family: "Garamond", "Georgia", sans-serif;
	font-size: x-large;
	text-align: right;
	background: #863539;
	color: #E7EEF8;
	float: right;
	padding-top: 10px;
	padding-right: 24px;
}

/* Main menu. I wanted to use a <ul> but ended up having to use a table */
.main_menu {
	clear:both;
	margin-left: auto;
	margin-right: auto;
}

.main_menu a:link {
	text-decoration: none;
	color: #E7EEF8;
}

.main_menu a:visited {
	text-decoration: none;
	color: #E7EEF8;
}

.main_menu a:hover {
	color: #D37A0A;
}

.main_menu td {
	color: #E7EEF8;
	font-size: large;
	font-family: "Georgia", sans-serif;
	padding: 5px;
	height: 30px;
}

.main_menu #current_page {
	text-decoration: underline;
}

/* Section and paragraph stuff */
h3 {
	font-weight: normal;
	text-align: center;
}

h4 {
	padding-left: 6px;
	margin-bottom: -3px;
	margin-top: 10px;
	text-decoration: underline;
}

p {
	padding-left: 20px;
	padding-right: 20px;
}

.section {
	clear: both;
	border: 3px solid #632B37;
	background: white; 
	margin-right: 24px;
	margin-left: 24px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.publication {
	background: white;
	border-bottom: 1px dashed #632B37;
	margin: 10px;
	padding: 3px;
}

.publication p {
	color: black;
	margin-top: 0;
	margin-bottom: 0;
	padding: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.publication .p_title { font-weight: bold; }
.publication .authors { font-style: italic; }
.publication .link { }
.publication .published{ }

.conf {
	width: 95%;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}
.conf td {
	border: 1px solid black;
}
.conf col.name { width: 40%; }
.conf col.when{ width: 30%; }
.conf col.where{ width: 30%; }

a:visited {color: #863539;}
a:link {color: #D37A0A;}

.logo {
	border: none;
	float: none;
	margin: 0;
}

