/* Stylesheet for Morecambe Bay Moviemakers */
/* MDE 2007 */

body {
	margin: 0;
	background-color: #f2f2f2;
	font-family: "trebuchet ms", verdana, arial, "sans serif";
	font-size: 0.8em;
	line-height: 2;
	}

.container {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc ;
	background-color: #ffffff;
	color: #000000;
	}

.container_watermark {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;
	color: #000000;
	}

#banner img {
	border: none;
	}

/* Hide Watermark from IE6 */

.container_watermark[id] {
	background-image: url('../images/logo_watermark.png');
	background-position: center 200px;
	background-repeat: no-repeat;
	}

/* End of IE6 Hack */

#banner {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #cccccc;
	width: 100%;
	height: 100px;
	text-align: left;
	background-color: #ffffff;
	}

#nav {
	float: right;
	font-size: 120%;
	text-align: center;
	padding: 0 10px;
	margin-top: 10px;
	margin-right: 10px;
	width: 10em;
	}

#nav ul {
	font-weight: bold;
	text-transform: lowercase;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 2.5;
	}

#nav ul li {
	margin: 0;
	padding: 0;
	}

#nav a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	}

#nav li.currentpage {
	color: #777777;
	}

#content {
	padding: 2em;
	margin: 10px 15em 0 10px;
	text-align: justify;
	letter-spacing: 0.02em;
	}

#content ul {
	list-style: none;
	}

#content a {
	display: inline;
	border-color: #000000;
	color: #000000;
	}

/* Internal Anchor "Return To Top" */

#content a.return {
	text-decoration: none;
	color: #777777;
	}

.news {
	}

.newstitle {
	margin-bottom: 0; 
	color: #78003b;
	}

.newsdate {
	margin-top: 0;
	padding-top: 1px;
	border-top: 1px solid #CCC;
	font-size: 0.9em;
	color: #aaaaaa;
	}

#nav a:hover, a:active {
	color: #007acc;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc #ffffff;
	text-decoration: none;
	}

#content a:hover, a:active {
	border-width: 0;
	text-decoration: underline;
	color: #007acc;
	}

hr {
	border: 0;
	background-color: #aaaaaa;
	height: 1px;
	}

h1 {
	margin: 0;
	padding-left: 5px;
	background-color: #78003b;
	color: #ffffff;
	}

#content a.headerlink {
	text-decoration: none;
	color: #ffffff;
	background-color: #78003b;
	}

#content a.headerlink:hover, #content a.headerlink:active {
	border-width: 0;
	text-decoration: underline;
	color: #ffffff;
	background-color: #78003b
	}

#content .newstitle a {
	text-decoration: none;
	color: #78003b;
	}

#content .newstitle a:hover, #content.newstitle a:active {
	text-decoration: underline;
	}

#nav h2 {
	margin: 0.5em 0 0 0;
	color: #78003b;
	}

#copyright {
	clear: right;
	margin-top : 10px;
	width: 100%;
	font-size: 80%;
	text-align: center;
	background-color: #cccccc;
	}

table.results {
	text-align: center;
	background-color: #fafafa;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	}

table.results td, table.results th {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	}

table.contacts td {
	padding: 0.5em 1em;
	}

.googlevideo {
	text-align: center;
	margin: 15px;
	}

.thumb {
	border-style: none;
	}

.leftthumb {
	border-style: none;
	margin: 0 15px 15px 0;
	float: left;
	clear: right;
	}

.rightthumb {
	border-style: none;
	margin: 0 0 15px 15px;
	float: right;
	clear: left;
	}

.captioned {
	font-style: italic;
	}

blockquote {
	width: 329px;
	padding: 0;
	float: left;
	font-family: georgia, serif;
	font-size: 180%;
	line-height: 1em;
	text-align: center;
	color: #444;
	background: #f5f5f5 url(../images/top.png) no-repeat top left;
	}

#quote {
	margin: 0 10px 0 0;
	padding: 20px 20px 10px 20px;
	background: url(../images/endquote.png) no-repeat right bottom;
	}

#author {
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
	color: #999999;
	font-size: 60%;
	background: url(../images/bottom.png) no-repeat bottom;
	}
