/* 1st Style Document for Wellington News Site
Made by Andrew Smythe
For BCSSA Technology Scholarship*/

html{
   	min-height: 768px;
   	margin: 0em;
   	padding: 0em;
}

body {
	/* Code for the body element */
	font-family: Arial;
	font-size: 13px;
	background-color:#EEEEEE;
	min-height:768px;
	text-align:center;
	margin:0em;
	padding:0em;
}

a:link,a:visited {
	/* Code for a normal and visited link */
	color:#000000;
	font-family:Verdana;
	font-size: 10px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:0px;
}

a:hover,a:active {
	/* Code for a normal hovering and active link */
	color:#000000;
	font-family:Verdana;
	font-size:10px;
	text-decoration:underline;
	margin-bottom:0px;
}

#container {
	/* Code for the entirety of the page... contains the page */
	margin:0 auto;
	padding:0px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	text-align:left;
	position:relative;
	min-height:768px;
	width:1000px;
	padding-bottom:15px;
}

#header {
	/* Code for the header of the page */
	height:75px;
	width:100%;
	border:1px solid #000000;
	border-color:#000000;
	background-image: url(../img/banner_main3.jpg);
	margin:0 0 0 0;
	padding-right:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#header img {
	/* Code for the header title */
	height:100%;
	width:30%;
	border:0;
	margin: 0 0 0 0;
	margin-top:8px;
}

#nav {
	/* Code for the nav bar below the header */
	height:23px;
	width:100%;
	background-image: url(../img/banner_nav.jpg);
	background-repeat:repeat;
	margin-bottom: 0px;
	padding-bottom:0px;
	border-bottom: 1px solid #000000;
	margin-right:0px;
	padding-right:0px;
}

#nav ul {
	/* Code for unordered lists in the nav bar */
	list-style-type:none;
	margin-left: 15px;
	margin-top:0;
	margin-bottom:0px;
	padding-top:3px;
	padding-left:0px;
	padding-bottom:0px;
}

#nav li {
	/* Code for lists in the nav bar */
	display:inline;
	padding-right:20px;
	margin-top:0;
	margin-left: 0px;
	margin-right: 20px;
	border-right: 1px solid #000000;
	margin-bottom:0px;
	padding-bottom:0px;
}

#nav a:hover {
	/* Code for hovering links in the nav bar */
	background-color:#CCFFFF;
	margin-bottom:0px;
	padding-bottom:0px;
}

#nav span.date {
	/* Code for the date span in the nav bar */
	float:right;
	text-align:right;
	margin:0 0 0 0;
	padding-top:5px;
	padding-left:0;
	padding-right:5px;
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

hr {
	width:90%;
}
