/*
Theme Name: Cindy Silver
Theme URI: http://www.gonewclear.com
Description: This theme was created for <a href="www.cindysilver.ca">Cindy Silver</a>.
Version: 1.0
Author: Cindy Silver
Author URI: http://www.gonewclear.com
Tags: Cindy Silver, District 44, School Board
*/

@charset "utf-8";
/* CSS Document */

/*
DESIGNED AND DEVELOPED BY GO NEW CLEAR PRODUCTIONS | gonewclear.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#header {
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	background-color:#034c53;
	height:300px;
	width:1000px;
	margin:0 0 20px 0;
}

body {
	font-family:Segoe UI,Arial,Verdana,sans-serif;
	font-size:14px;
	background:url(images/bg.jpg);
	background-repeat:repeat;
	background-color:#d0ebeb;
	background-position:top;
	margin:0px auto;
}

#container {
	background:url(images/container_bg.jpg);
	background-repeat:repeat-y;
	width:1000px;
	margin:auto;
	position:relative;
	padding:0 10px;
	right:1px;
	background-color:#ffffff;
}

	#container #content {
		padding:20px;
		width:660px;
	}
	
	#container #content p {
		margin:10px 0;
	}

#footer {
	color:#3cb2b2;
	font-size:12px;
	background-color:#034c53;
	margin:20px 0 0 0;
	padding:5px;
	text-align:center;
}

#sidebar {
	padding:20px;
	width:260px;
	
}

	#sidebar .item {
		width:260px;
		margin:0 auto 20px auto;
		background-color:#339999;
	}
	
		#sidebar .item .top {
			background:url(images/item_bg_top.jpg);
			background-repeat:no-repeat;
			height:10px;
		}
		
		#sidebar .item .middle {
			background:url(images/item_bg_middle.jpg);
			background-repeat:repeat-y;
		}
		
		#sidebar .item .bottom {
			background:url(images/item_bg_bottom.jpg);
			background-repeat:no-repeat;
			height:10px;
		}
		
		#sidebar .item  #votingday{
			margin:0 15px;
			padding:10px;
		}
		
		#sidebar .item  #emailsignup{
			margin:0 15px;
			padding:10px;
		}
		
			#sidebar .item  #emailsignup #signup-success {
				color:#FFFFFF;
				margin:0 0 10px 0;
			}
	
			#sidebar .item  #emailsignup #signup-error {
				color:#990000;
				font-weight:bold;
				margin:0 0 10px 0;
			}
			
			#sidebar .item #emailsignup form input.text {
				color:#333333;	
				padding:5px;
				width:15em;
			}
			
			#sidebar .item #emailsignup .field {
				margin:0 0 10px 0;
			}
