@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../images/pluginbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: black;
}

#container {
	width: 960px;
	margin: 0 auto;
	height: auto;
	background-color: white;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 177px;
	background-image: url(../images/pluginheader3.jpg);
	background-repeat: no-repeat;

}

#logolink {
	width: 350px;
	height: 140px;
	float: left;
}

#login {
	width: 140px;
	height: 15px;
	float: right;
	padding: 8px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #5e8746;
}


#search {
	width: 200px;
	height: 30px;
	float: right;
	clear: right;
	padding: 5px;
	margin-top: 105px;
}

#menu {
	width: 960px;
	margin: 0 auto;
	height: 36px;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
}

#content {
	width: 958px;
	margin: 0 auto;/*
	padding-bottom: 100px;*/
	min-height: 520px;
	height: auto;
	display: inline-block;
	background-color: #f6f6f6;
	border: 1px solid #70bc57;
	background-image: url(../images/plug.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#leftsidebar {
	width: 180px;
	min-height: 500px;
	float: left;
	padding: 10px;
}

#socialMedia {
	background-color: white;
	padding: 8px;
	margin-bottom: 10px;
}

#twitterFeed {
	background-color: white;
	padding: 8px;
	height: 350px;
}

#center {
	width: 508px;
	min-height: 500px;
	height: auto;
	overflow: visible;
	float: left;
	padding: 10px 0 10px 0;
}

#centerContent {
	background-color: white;
	padding: 8px 8px 15px 8px;
	height: auto;
	overflow: visible;
	width: 492px;
	float: left;
	min-height: 400px;
}

#rightsidebar {
	width: 230px;
	min-height: 500px;
	float: left;
	padding: 10px;
}

#userProfile {
	background-color: white;
	padding: 8px;
	margin-bottom: 10px;
}

#quickPoll {
	background-color: white;
	padding: 8px;
	min-height: 150px;
	margin-bottom: 10px;
}

#poll_title {
	text-align: left;
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#poll_question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	color: #70bc57;
}

#poll_answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
}

#submitVote {
	background-color: #70bc57;
	color: white;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0;
	padding: 3px;
}

#poll_showresults {
	padding: 2px;
}

#poll_archiveleft {
	width: 235px;
	float: left;
	min-height: 200px;
	padding: 5px;
}

#poll_archiveright {
	width: 235px;
	float: right;
	min-height: 200px;
	padding: 5px;
}

#poll_archive {
	margin: 5px;
	padding: 10px;
	border-bottom: 1px solid #70bc57;
}

#poll_archivemenu {
	width: 235px;
	float: right;
	padding: 5px;
	text-align:right;
}

#upcomingEvents {
	background-color: white;
	padding: 8px 8px 12px 8px;
	height: auto;
	margin-bottom: 10px;
	overflow: visible;
}

#eventname {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 8px 0 0 0;
	line-height: 12px;
	color: #333;
	font-size: 11px;
}

#eventdetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 3px;
}

#categories {
	background-color: white;
	padding: 8px;
	margin-bottom: 10px;
}

#banner {
	padding: 8px;
	height: 120px;
	text-align: center;
}

#bottom {
	height: 30px;
	width: 800px;
	clear: both;
	margin: 0 auto;
	padding-top: 90px;
	padding-bottom: 8px;
}

#bottom ul {
	padding-left: 100px;
}

#bottom li {
	list-style: none;
	float: left;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer {
	width: 960px;
	height: 100px;
	background-color: black;
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;
	clear: both;
	margin: 0 auto;
}

#footer ul {
	float: right;
	padding-top: 10px;
}

#footer li {
	list-style:none;
	float: left;
	padding-right: 8px;
	font-size: 10px;
}

#copyright {
	width: 700px;
	float: left;
	padding: 10px;
}

#cosentry {
	width: 130px;
	height: 40px;
	float: left;
	padding-top: 10px;
}

#prongs {
	background-image: url(../images/plugprongs.png);
	height: 30px;
	width: 46px;
	float: right;
	padding-right: 35px;
	background-repeat: no-repeat;
}
