/*
	Filename - Screen.css
	Description - Stylesheet for the Marietta Alkers website.
	Author - Peter Osborne (peter.osborne@wlv.ac.uk)
*/

/* Page layout tags */

body {
	background-color:#FFFFFF; 
	padding: 0px; margin: 0px; 
	font-family: Helvetica, Arial, sans-serif;
	color:#000000; 
	font-size: small; /* For IE5/win */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:medium; /* For compliant browsers */
}
html>body { font-size:medium; } /* Be nice to Opera */

#container {
	width: 800px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border-style:solid;
	border-color:#333;
	font-size: 100%;
	border-width: 1px;
}

#header { height: 222px; width: 800px; background: #336699 url(images/logo.png); }

#menu { 	
	display: block;
	width: 800px; 
	padding:0; 
	margin: 0; 
	text-align: center; 
	border-style:solid;
	border-color:#333;
	border-width: 1px 0 1px 0;
	background-color: #333;
}

#content { 
	/* margin: 0 250px 0 20px; */
	float: left;
	width: 550px;
	text-align: justify; 	
	border-style:solid;
	border-color:#333;
	border-width: 0 1px 0 0;
	padding: 0 20px 10px 20px;
}

#sidebar {
	float: right;
	width: 200px;
	text-align: center;
	padding: 0;
	margin: 0;
}

#footer { 
	width: 800px; 
	clear: both; 
	text-align:center; 
	font-size:70%; 
	font-weight: 600; 
	padding: 6px 0px; 
	border-style:solid;
	border-color:#333;
	border-width: 1px 0 0 0;
}

/* Menu - links */
#menu ul { list-style: none; margin:0; padding:0; }
#menu li { display: inline; }
#menu a { font-size: 90%; color:#CCC; font-weight:bold; padding: 2px 10px; }
#menu a:link, #menu a:visited { text-decoration: none;  }
#menu a:hover { color:#333; background-color: #CCC; }
#menu em { font-style: normal; text-decoration: none; }
#menu ul li ul li { color:#CCC; font-weight:500; }

/* Styling tags for the content section */
#content h1 { font-size: 150%; color:#000000; border-bottom: 1px solid #999999; padding: 0; margin:12px 0 0 0; }
#content h2{ font-size: 130%; color:#000000; border-bottom: 1px solid #999999; padding: 0; margin: 0; }
#content h3{ font-size: 130%; color:#990033; border-bottom: 1px solid #990033; padding: 3px 0; margin: 0; }
#content p { padding: 6px 0 ; margin: 0;line-height: 130%; font-size:90%; }
#content img { padding: 4px; border: 1px solid #CCC; }
#content a { font-size: 90%; color:#333; font-weight:bold; padding: 5px 0px; }
#content a:link, #content a:visited { text-decoration: underline;  }
#content a:hover { color:red; }
#content .left { margin: 10px 8px 0 0; float: left; }
#content .right { margin: 10px 0 0 8px; float: right; }

/* Styling for the sidebar section */
#sidebar img { width: 150px; margin-top: 40px; padding: 4px; border: 1px solid #333; }
