
/* Global Overrides */
#breadcrumb {display:none;}
body, #wrap {border: none;}

/* Controls and Widgets */
input[type=text],input[type=password] {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
input[type=text],input[type=password]  {background-color:#f6f6f6;}

#messages, #main {padding-left:30px;}

.field-type-taxonomy-term-reference .form-type-select select {height:200px; width:300px;}
#edit-field-link-type-und {height:100%;}


/* Blue Bullets */
#main ul {list-style-image:url('../images/blue-bullet.png');}
#main ol li, #main ul li {margin-bottom:8px}

/* Abe */
#content_container {
	position: relative;
}
#content_container #content {
	background-color: #fff;
	padding-bottom:30px;
	min-height:1110px;
}
#half_background {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	background-color: #edeee9;	
}
