/* CSS for website */
/* By Calum Campbell */


/* General */
html {
	background: #ececec url(http://www.westlothianlaugar.com/img/body.gif) repeat-x;
}
body {
	background: url(http://www.westlothianlaugar.com/img/lau_gar_kuen1.png) no-repeat top right;
	text-align: center;
}
html, body {
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
}
.overwrap {
	text-align: left;
	width: 75%;
}
a {
	color: #c32c2c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
table, tr, th, td {
	font-family: inherit;
	font-size: 1px;
	padding: 0;
	margin: 0;
}



/* Site links area */
#linkswrap {
	margin: 20px 0;
}
.top-wrap {
	background: url(http://www.westlothianlaugar.com/img/top.gif) repeat-x right;
	color: #000;
	padding: 0;
	margin: 0 12px;
}
.top-left {
	background: url(http://www.westlothianlaugar.com/img/top_left.gif) no-repeat top left;
}
.top-text {
	padding: 10px 12px 0;
}
.top-right {
	background: url(http://www.westlothianlaugar.com/img/top_right.gif) no-repeat top right;
	height: 37px;
}
.top-text ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
.top-text ul li {
	display: inline;
	margin: 0 12px 0 0;
	font-size: 14px;
}
.top-text ul li a {
	color: #000;
	text-decoration: underline;
}



/* Lower site links */
.nav-wrap {
	background: url(http://www.westlothianlaugar.com/img/nav.gif) repeat-x;
	color: #000;
	padding: 0;
	margin: 0px 12px;
}
.nav-left {
	background: url(http://www.westlothianlaugar.com/img/nav_left.gif) no-repeat top left;
}
.nav-text {
	padding: 3px 12px 0;
	text-align: right;
}
.nav-right {
	background: url(http://www.westlothianlaugar.com/img/nav_right.gif) no-repeat top right;
	height: 23px;
}
.nav-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-text ul li {
	display: inline;
	margin: 0 0 0 5px;
}
.nav-text ul li a {
	color: #fff;
	padding: 3px 10px 4px;
}
.nav-text ul li a:hover, .nav-text ul li a.cur {
	background: url(http://www.westlothianlaugar.com/img/nav_hover.gif) repeat-x;
	text-decoration: none;
	color: #f8ec6b;
}



/* events box */
#event {
	width: 70%;
	margin: 0 0 12px;
}
#event .tl, #event .tr, #event .bl, #event .br {
	width: 10px;
	height: 10px;
}
#event .t, #event .b {
	height: 10px;
}
#event .l, #event .r {
	width: 9px;
}
#event .t {
	background: url(http://www.westlothianlaugar.com/img/event_top.gif) repeat-x;
}
#event .r {
	background: #fff url(http://www.westlothianlaugar.com/img/event_runner.gif) repeat-x;
	border-right: 1px solid #ccc;
}
#event .b {
	background: url(http://www.westlothianlaugar.com/img/event_bottom.gif) repeat-x;
}
#event .l {
	background: #fff url(http://www.westlothianlaugar.com/img/event_runner.gif) repeat-x;
	border-left: 1px solid #ccc;
}
#event .inner {
	background: #fff url(http://www.westlothianlaugar.com/img/event_bg.gif) repeat-x;
	font-size: 12px;
	text-align: justify;
	color: #000;
}
#event .inner h1 {
	margin: 0 0 0.5em 0;
	padding: 4px 10px;
	background: #e5e5e5 url(http://www.westlothianlaugar.com/img/event_title.gif) repeat-x;
	border: 1px solid #e5e5e5;
	color: #c32c2c;
	font-weight: normal;
}
#event .inner .foot {
	text-align: right;
	color: #7b7b7b;
}
#event .inner .foot hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0px;
	clear: both;
}



/* inner-table text fix */
#event .inner table tr, #event .inner table td, #event .inner table th {
	font-size: 12px;
}



/* slideshow/gallery stuff */
#slideHeight {
	height: 420px;
}
#galTable tr td {
	text-align: center;
}
#galTable tr td a img {
	-filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}
#galTable tr td a img:hover {
	-filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}



/* syllabus stuff */
#sylTable tr td a {
	font-weight: bold;
}




/* classes stuff */
#classtable tr th {
	font-size: 12px;
	background: #303030;
	border: 1px solid #303030;
	color: #fff;
	-moz-border-radius: 5px;
	padding: 5px;
}
#classtable tr td {
	padding: 5px;
}
#classtable tr.table-alt td {
	background: #f0f0f0;
}



/* past announcements */
.oldn-wrap {
	background: url(http://www.westlothianlaugar.com/img/oldnews.gif) repeat-x right;
	color: #000;
	padding: 0;
	margin: 0 12px;
}
.oldn-left {
	background: url(http://www.westlothianlaugar.com/img/oldnews_left.gif) no-repeat top left;
}
.oldn-text {
	padding: 11px 12px 0;
	text-align: right;
	color: #c32c2c;
}
.oldn-right {
	background: url(http://www.westlothianlaugar.com/img/oldnews_right.gif) no-repeat top right;
	height: 35px;
}
.oldn-text a {
	color: #c32c2c;
}