/*
CSS Stylesheet designed for the Being Safety Smart Project.
Design by Matthew Willis, Emoti - Graphic, Web and Application Design.
http://www.emoti.com.au
*/

/*////////// GENERAL //////////*/
body {
	margin:  0px;
	background-color: 0067A0;
}

#container {
	margin:  0 auto;
	margin-top: 0px;
	padding:0px;
	width:  1000px;
	/*border: 1px solid #00ff00;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 16px;*/
}

#container2 {
	/*border:  10px solid #0000ff;*/
	margin-top: 0px;
	padding:0px;
	float: left;
}

#container3 {
	margin: 0px;
	width: 1000px;
	padding:0px;
	float: left;
	/*border:  10px solid #ff0000;*/
	background: url("../images/bssmid.png") repeat-y  top left;
}

/*////////// TYPEOGRAPHY //////////*/
h1, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
p {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:visited {

}

blockquote{
	font-size: 18px;
	margin-bottom: 24px;
}

/*////////// IMAGES //////////*/
img
{  
	border-style: none;
}

/*////////// HEADERS //////////*/
#header {
	/*border: 1px solid #00ff00;*/
	margin: 0px;
	padding: 0px;
	height: 285px;
	background: url("../images/bsshead.png") no-repeat top left;
}

#user1{
 	/*border: 1px solid #ff6600;*/
 	width: 265px;
	margin-top: 150px;
	margin-left: 225px;
 	float: left;
}

#user2 {
	/*border: 1px solid #ff6600;*/
	width: 300px;
	margin-top: 150px;
	/*margin-right: 165px;*/
	float: left;
}

#user3{
	/*border: 1px solid #ff6600;*/
}

#user4{
	/*border: 1px solid #ff6600;*/
	padding-left: 50px;
	margin-top: 20px;
	width: 200px;
}

/*class allows for quickly ensuring anything on the left side can be set*/
.leftWidth{
	width: 510px;
}

/*adds 10px of margin to anything*/
.quickMargin{
	margin: 0px;
}

/*////////// CONTENT //////////*/
#content {
	margin:0 10px;
	width: 450px;
	float:left;
	/*border: 1px solid #333333;*/
}

.componentheading{
	font-size: 20px;
	color: #000000;
}

.contentheading{
	font-size: 18px;
	color: #000000;
}


/*////////// SIDEBARS //////////*/
#sidebarLT {
	margin:0 5px;
	width:200px;
	margin-top: 22px;
	margin-right: 70px;
	/*border: 1px solid #ff9900;*/
	float:right;
}

#sidebarRT {
	margin:0 5px;
	width: 200px;
	margin-right: 70px;
	float: right;
	/*border: 1px solid #0000ff;*/
}

/*////////// NAV //////////*/
#navlist {
	/*position: absolute;*/
	/*top: 6px;*/
	margin-top: 22px;
	margin-left: 75px;
	float: left;
	/*width: 150px;*/
	/*border: 1px solid #ffff00;*/
}

#navlist h3{
	display: none;
}

.menu, .menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	/*width: 150px;*/
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 14px;
	font-variant: small-caps;
}

.menu li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
}

.menu li a {
	/*width: 150px;*/
	display : block;
	color : #453110;
	font-weight : bold;
	text-decoration : none;
	text-align: right;
	/*border-bottom : 1px solid #666;*/
}

#.menu #current a{
	color: #3d7d89;
	text-decoration: underline;
}

/*////////// FORMS //////////*/
form {
	font-size: 10px;
}

input {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #999999;
	font-size: 11px;
	padding: 3px;
}

textarea {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #999999;
	font-size: 11px;
	padding: 3px;
	width: 300px;
	height: 150px;
}

/*this class allows me to treat an input element like a button*/
.button {
	border: 1px solid #FFF0CC;
	background-color: #0067a0;
	color: #F0E0C2;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 150px;
	height: 22px;
	cursor: pointer;
}

.poll{
	border: none;
	margin: 0;
}

.poll label{
	display:block;
	width: 160px;
	padding-left: 25px;
	color: #4C341C;
}

.poll fieldset input{
	float: left;
	margin: 0;
	margin-top: 8px;
}

#right .moduletable h3{
	margin-top: 15px 0 0 0;
	padding-left: 10px;
	font-size: 14px;
	font-variant: small-caps;
}

#right .moduletable h4{
	margin: 5px 0 0 0;
	padding-left: 10px;
}

.poll .button{
	margin: 0px;
	margin-left: 30px;
	width: 60px;
}

/*////////// FOOTER //////////*/
#footer {
	/*border: 0px solid #000033;*/
	height: 231px;
	text-align:center;
	background: url("../images/bssfoot2.png") no-repeat top left;
}

#footer h3{
display: none;
}

/* ############# pagination ###################### */
#main2 .pagination,#main .pagination {
	border-top:solid 1px #CCC;
	margin:10px 0 0;
	padding:10px 0;
}

ul.pagination {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}

ul.pagination li {
	display:inline;
	padding:2px 5px 0;
	text-align:left;
}

ul.pagination li a {
	padding:2px;
}

#pushbottom {
	clear:both;
	clear: both !important;
	height: 1px !important;
	overflow: hidden !important;
	font-size: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
}