/* Generic, needed */
* {
	margin: 0px;
	padding: 0px;
}

/* the whole bckaground */
body {
	
	background: #FFFFFF url(http://www.bemecollective.com/res/button.gif) repeat-x top;
}

body,th,td,input,textarea,select {
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #404040;
}



/* COntrols font color of title*/
h1,h2 {
	
	font-family: "Courier New",Georgia,Serif;
}

h1 {
	font-size: 3em;
	font-weight: bold;
	color: #404040;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #404040;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003400;
	font-family: "Arial", Helvetica, sans-serif;
}

h4 {
	font-size: 10px;
	color: #808080;
	font-family: "Arial", Helvetica, sans-serif;
}

ul,ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color:  #404040;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a,h2 a,h3 a {
	border: none;
	text-decoration: none;
	color: #345A05;
}

h1 a:hover,h2 a:hover,h3 a:hover {
	background: none;
	color: #345A05;
}


/* map canvas */
#map_canvas{
	width: 990px;
    height: 530px; 
    border-style:solid; 
    border-width:thin;
    overflow:hidden;
}

/* This controls the menu's width */
#menu {
	float: left;
	height: 40px;
	width: 1000px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-family: "Courier New",Georgia,Serif;
	background: url(http://www.bemecollective.com/res/button.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	width: 195px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #C0C0C0;
	padding-top: 10px;
	text-align: center;
}

#menu a:hover {
	color: #FFFFFF;
	background: url(http://www.bemecollective.com/res/button_r.gif) repeat-x;
}


/* Header */
#header {
	width: 990px;
	margin-left: 10px ;
	
}

#status {
	width: 990px;
	margin-left: 5px auto;
	margin-right: 5px auto;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 18px;
	color: #000000;
	
	border-top: 1px solid #404040;
	border-bottom: 1px solid #C0C0C0;
}


#status_comments {
	width: 660px;
	margin: 0px;
	padding-left: 00px;
	padding-right: 00px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 18px;
	color: #000000;
	text-align: left;
	
	
	border-top: 1px solid #C0C0C0;
}



#status_text {
	width: 660px;
	margin: 0px;
	padding-left: 00px;
	padding-right: 00px;
	padding-top: 20px;
	padding-bottom: 2px;
	font-size: 16px;
	color: #000000;
	text-align: left;
	
	
	border-top: 1px solid #C0C0C0;
}






/* Page */
#page {
	width: 1000px;
	margin: 0 auto;
	border-top: none;
	padding-top: 0px;
	background: url(http://www.bemecollective.com/res/table_back.gif) repeat-y;
	border-top: 0px solid #404040;
	border-bottom: 0px solid #003400;
}


#msgtxt {
	width: 990px;
	margin: 0 auto;
	border-top: none;
	padding-top: 0px;
	background: #330033;
	
}

#comments_top{
	padding-left: 00px;
	padding-right: 00px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 660px;
	background: #FFFFFF;
	
	}
	
#comments_top h2 {
	font-size: 18px;
	font-family: "Arial", Helvetica, sans-serif;
}

#comments_top h3 {
	font-size: 16px;
	font-family: "Arial", Helvetica, sans-serif;
}

#comment_form  {
	width: 660px;
	margin: 20px;
	padding-left: 00px;
	padding-right: 00px;
	font-size: 16px;
	
	text-align: left;
	
}

#comment_form h3 {
	font-size: 16px;
	font-family: "Arial", Helvetica, sans-serif;
}
	
#comments_main{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 20px;
	width: 600px;
	background: #DDDEDD;
	
	}
	
#comments_main h3 {
	font-size: 16px;
	font-family: "Arial", Helvetica, sans-serif;
}

#comments_main h2 {
	font-size: 16px;
	font-family: "Arial", Helvetica, sans-serif;
}


#protests_main{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 20px;
	width: 600px;
	background: #DDDEDD;
	align: left;
	text-align: left;
	
	}
	
#protests_main a {
	font-size: 14px;
	
	}
	
#protests_main h3 {
	font-size: 16px;
	font-family: "Arial", Helvetica, sans-serif;
}

#protests_main h2 {
	font-size: 16px;
	font-family: "Arial", Helvetica, sans-serif;
}

/* Content */
#content {
	float: left;
	width: 1000px;
	padding-top: 5px;
	margin-top: 0px;
	margin-left: 5px;
	align: left;
	text-align: left;
}

#content H2 {
	height: 22px;
	padding-top: 5px;
	padding-left: 15px;
	width: 485px;
	font-size: 14px;
	color: #345A05;
}

#content H2 a {
	color: #345A05;
}

#content .entry {
	width: 1000px;
	margin-bottom: 20px;
	
}



#mybutton {
		background: url(http://www.bemecollective.com/res/button.gif) ;
		height: 30px;
		width: 150px;
		color: #C0C0C0;
		font-family: "Courier New",Georgia,Serif;
		margin-left: 5px;
		font-size: 14px;
}

#mybutton2 {
		background: url(http://www.bemecollective.com/res/button.gif) ;
		height: 30px;
		width: 160px;
		color: #C0C0C0;
		align: right;
		font-family: "Courier New",Georgia,Serif;
		margin-left: 5px;
		font-size: 14px;
}

#mybutton3 {
		background: url(http://www.bemecollective.com/res/button.gif) ;
		height: 30px;
		width: 160px;
		color: #C0C0C0;
		align: left;
		font-family: "Courier New",Georgia,Serif;
		margin-left: 00px;
		font-size: 14px;
}

#content .pad {
	padding: 10px;
}

/* Footer */
#footer {
	padding: 10px;
	margin-top:10px;
	
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #808080;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New",Georgia,Serif;
}

#footer a {
	color: #808080;
	font-family: "Courier New",Georgia,Serif;
}
