/*===================*\
	DRUPAL REDERING
\*===================*/

/*=======================================================================*\
	BLOCK HEADER OVERRIDES
\*=======================================================================*/


div#primarynav h3, div#subnav h3, h3#block-search-0, div#footer h3 {
 display: none;
}

div#header_beta ul.dmenu {
display: block;
clear: both;
float: none;
margin-left: 5px;
}

/*=======================================================================*\
	USER LOGIN
\*=======================================================================*/


form#user-login-form {
	float: left;
	margin: 5px 0 0 0px;
	text-align: left;
	}
	
form#user-login-form div.form-item {
	float: left;
	width: 100%;
	padding-top: 3px;	
	}	
	
form#user-login-form label {
	float: left;
	width: 65px;
	padding-top: 2px;
	font-weight: normal;
	}
	form#user-login-form label span {
		display: none;
		}

form#user-login-form input.form-text {
	float: left;
	width: 116px;
	}		
		
form#user-login-form input.form_button_go {
	float: left;
	margin: 1px 0 0 5px;
	background: none;
	padding: 0;
	border: 0;
	}
	
form#user-login-form label.option {
	float: left;
	width: 100%;
	font-size: 92%;
	padding-top: 8px;
	display: inline;
	}
	
form#user-login-form div.option_styling {
	float: left;
	width: 100%;
	font-size: 92%;
	padding-top: 4px;
	display: inline;
	}	
	
form#user-login-form input.form-checkbox {
	padding-top: 2px;
	color: none;
	border: none;
	background: none;
	}
				
form#user-login-form div.form-item a {
	font-weight: normal;
	}

form#user-login-form div.form-item {
	margin: 0;
}
	
form#user-login-form div.form-item span.pipe {
	color: #c0c0c0;
	display: inline;
	padding: 0 3px;
	}	
	
form#user-login-form div.item-list {
	float: left;
	width: 100%;
	padding-top: 3px;	
	}


		
/*=======================================================================*\
	SEARCH
\*=======================================================================*/



form#search_block_form {
	float: left;
	margin-top: 15px;
	}

form#search_block_form input#edit-search_block_form_keys {
	float: left;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100%;
	color: #666666;
	width: 150px;
	margin-bottom: 5px;
	}


/*=======================================================================*\
	CALENDAR
\*=======================================================================*/	
	
.calendar .row-week td a {
  display: block;
}
.calendar .row-week td a:hover {
  background: none;
}
.calendar a {
  text-decoration: none;
}
.calendar a:hover {
  text-decoration: none;
}

.calendar td.day-today a {
  font-weight: bold !important;
}

.calendar table {
  border-collapse: collapse;
  width: 100%;
  border: 0;
  color: #222222;
}
.calendar td, .calendar th {
  text-align: center;
  border: 0;
  padding: 1px;
  margin: 0;
  font-size: 92%;
}

.calendar caption {
  color: #000;
  font-weight: bold;
  height: 25px;
}

.calendar td.day-blank {
  background: none;
  border: 0;
}

.calendar th {
  font-weight: bold;
}


/*=======================================================================*\
	POLLS
\*=======================================================================*/	

.poll {
  color: #222222;
}

.poll .bar {
  float: left;	
  width: 100%;
  height: 6px;
  line-height: 0;
  vertical-align: text-bottom;
  margin: 1px 0;
  background-color: #b6b6b6;
  border: 1px solid #888888;
}
.poll .bar .foreground {
  float: left;
  height: 6px;
  line-height: 0;
  vertical-align: text-bottom;
  clear: left;
  
}
.poll .links {
  text-align: center;
}
.poll .percent {
  font-size: 92%;	
  text-align: right;
}
.poll .total {
  text-align: left;
  font-size: 85%;	
}
.poll .title {
  font-weight: bold;	
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left;
  margin: 0 auto;
  display: table;
}

/*=======================================================================*\
	RATING
\*=======================================================================*/

div.rating{
  padding: 0 2em 1em 0;
  margin-right: 0;
}
	



