/* 2nd Style Document for Wellington News Site
Made by Andrew Smythe
For BCSSA Technology Scholarship*/

#leftBar {
	/* Code for the left sidebar */
	margin-bottom:0px;
	padding-left:5px;
	margin-right:20px;
	padding-right:0px;
	padding-top:5px;
	margin-left:5px;
	margin-top:5px;
	float:left;
	width:200px;
	background-color:#E7BB14;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	color:#000000;
	position:absolute;
}

#leftBar p.title {
	/* Code for the sidebar's titles */
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin: 0 0 0 0;
	margin-top:10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-left:0px;
}

#leftBar form.login {
	/* Code for the login form */
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	padding-left: 10px;
	margin-right:10px;
}

.login a:link, a:visited {
	/* Code for links and visited links on form */
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}

.login a:hover, a:active {
	/* Code for hovering links on form */
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}

#leftBar p.p_question {
	/* Code for the poll question */
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	padding-left:10px;
	font-weight:bold;
	padding-bottom:2px;
	margin-bottom:2px;
}

#leftBar form.poll {
	/* Code for the poll form */
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	padding-left:10px;
}

#leftBar ul {
	/* Code for unordered list on the side bar */
	list-style-type:none;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0;
	margin-right:5px;
}

#leftBar li {
	/* Code for the list items on the side bar */
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	display:inline;
	margin-right:20px;
}

#leftBar hr.small_divider {
	/* Code for the small_divider class on the side bar */
	width:70%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
}

#leftBar p.semi_title {
	/* Code for the sidebar's titles */
	font-family:Verdana;
	font-size:12px;
	text-align:left;
	margin: 0 0 0 0;
	padding-left:10px;
}

.blog_side a:link, a:visited {
	/* Code for links and visited links on form */
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}

.blog_side a:hover, a:active {
	/* Code for hovering links on form */
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}

#login {
	/* Code for the login section */
	margin: 0 0 0 0;
	padding-left:0px;
	padding-top:0px;
	/*background-image: url(../img/sideBar.jpg);*/
	color:#000000;
}

#login p {
	/* Code for paragraphs on the login section */
	font-family:Arial;
	font-size:12px;
}
