body {
	background: #121313;
	margin: 0;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

#content {
	background: #17181A;
}

#topbar {
	height: 80px;
	background: #17181A;
	color: #ffffff;
	padding: 0 0 10px 0;
}

#topbar_content {
	width: 1000px;
	margin: auto;
}

#logo {
	width: 320px;
	float: left;
}

#lmu_logo {
	width: 80px;
	height: 68px;
	float: left;
	padding: 6px 0;
}

#lmu_logo a{
	text-decoration: none;
}

#lmu_logo img{
	border: 0px;
}

#lmu_title {
	padding: 3px 0;
	width: 240px;
	float: left;
}

#lookmeup {
	color: #6AB12F;
	font-family: 'Shadows Into Light', cursive;
	font-size: 30px;
	font-weight: bold;
}

#lookmeup a {
	text-decoration: none;
	color: #6AB12F;
}

#tagline {
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
}

#nav {
	width: 680px;
	float: right;
	color: #ffffff;
}

.nav_item {
	width: 135px;
	height: 40px;
	padding: 15px 0;
	float: left;
	font-size: 16px;
	text-align: center;
	margin: 10px 0 0 0;
	color: #ffffff;
}

.nav_item a {
	width: 135px;
	height: 40px;
	padding: 15px 0;
	color: #ffffff;
	text-decoration: none;
}

.nav_item:hover {
	width: 135px;
	height: 40px;
	padding: 15px 0;
	background: #6AB12F;
	color: #ffffff;
}
 
#member_nav {
	width: 997px;
	height: 35px;
	background: #6AB12F;
	margin: 0 auto;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
}

.member_nav_item {
	width: 166px;
	height: 28px;
	float: left;
	font-size: 18px;
	text-align: center;
	padding: 7px 0 0 0;
}

.member_nav_item a {
	width: 150px;
	height: 25px;
	padding: 5px 0 0;
	color: #ffffff;
	text-decoration: none;
}

.member_nav_item:hover {
	background: #8cd34f;
}

.member_left_nav_item {
	width: 166px;
	height: 28px;
	float: left;
	font-size: 18px;
	text-align: center;
	padding: 7px 0 0 0;
}

.member_left_nav_item a {
	width: 150px;
	height: 25px;
	padding: 5px 0 0;
	color: #ffffff;
	text-decoration: none;
}

.member_left_nav_item:hover {
	background: #8cd34f;
	border-top-left-radius: 35px;
}

.member_right_nav_item {
	width: 166px;
	height: 28px;
	float: left;
	font-size: 18px;
	text-align: center;
	padding: 7px 0 0 0;
}

.member_right_nav_item a {
	width: 150px;
	height: 25px;
	padding: 5px 0 0;
	color: #ffffff;
	text-decoration: none;
}

.member_right_nav_item:hover {
	background: #8cd34f;
	border-top-right-radius: 35px;
}

#slides {
	height: 340px;
	padding: 20px 0 0 0;
	background: #ffffff;
}

#slides_content {
	width: 640px;
	height: 320px;
	margin: auto;
	padding: 40px 0 0 0;
	border: 1px #000000 solid;
	background: #000000;
	text-align: center;
}

#main_content {
	width: 1000px;
	margin: auto;
}

#main {
	background: #ffffff;
}

.feature {
	width: 275px;
	height: 200px;
	padding: 5px 10px;
	float: left;
	margin: 10px 19px 30px 19px;
	border: 0px #898989 dashed;
}

.feature h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #6AB12F;
	font-family: 'Shadows Into Light', cursive;
	margin: 5px;
}

.feature_image {
	height: 50px;
	margin: 10px 0;
	display: none;
}

.page_title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #6AB12F;
	font-family: 'Shadows Into Light', cursive;
	padding: 10px;
}

.subnav_title {
	font-size: 20px;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	padding: 5px 15px 15px;
	text-align: center;
	margin: auto;
}

#footer {
	color: #ffffff;
	background: #121313 url("../images/footer-bg.gif") repeat-x;
}

#footer_content {
	width: 970px;
	margin: auto;
	background: url("../images/footerbg.gif") no-repeat center 0;
	padding: 13px;
}

#footer_content a {
	text-decoration: none;
	color: #6AB12F;
}

#copyright {
	text-align: center;
	padding: 5px;
	height: 20px;
	background: #121313;
	font-size: 12px;
	color: #ffffff;
	margin: 15px 0 0 0;
}

.readon, .readon-block1, .readon-block2, .readon-block3  {
	border:none;
	background:url(../images/button.png) 0 0 no-repeat;
	color:#fff;
	text-decoration:none;
	display:block;
	font-size:13px;
	line-height:24px !important;
	font-weight:normal;
	padding:0px;
	height:42px;
	width:94px;
	font-style:normal !important;
	margin:0px 0 0 0;
	text-align:center;
	cursor:pointer;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}

.readon-block1, .readon-block2, .readon-block3 {
	float:right;
}

.readon:hover, .readon-block1:hover, .readon-block2:hover, .readon-block3:hover {
	background-position:0 -42px;
}

#footer_headline {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #6AB12F;
	font-family: 'Shadows Into Light', cursive;
	margin: 5px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
}

h2 {
	font-size: 24px; 
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px;
}

#register_form {
	width: 600px;
	border: 1px #ffffff solid;
	margin: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#registerform {
	width: 600px;
	margin: auto;
	background: #343434;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}

#bad_email {
	display: none;
}

#registration_form { 
	box-sizing: border-box; 
}

#registration_form .txtinput { 
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 20px;
	font-size: 1.25em;
	padding: 10px 25px;
	width: 90%;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#registration_form .txtinput:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}

#basic_form {  
	box-sizing: border-box; 
}

#basic_form .txtinput { 
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 20px;
	font-size: 1.25em;
	padding: 10px 25px;
	width: 90%;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#basic_form .txtinput:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}

#loginform { 
	box-sizing: border-box; 
}

#loginform .txtinput { 
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 20px;
	font-size: 1.25em;
	padding: 10px 25px;
	width: 90%;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#loginform .txtinput:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}

#registration_form #aligned { 
	box-sizing: border-box; 
	margin: auto; 
	width: 450px; 
}

#loginform #aligned { 
	box-sizing: border-box; 
	margin: auto; 
	width: 450px; 
}

#wrapping { 
	width: 100%; 
	box-sizing: border-box; 
}

#buttons { 
	display: block; 
	padding: 10px 0 20px; 
}

#buttons #submitbtn {
	display: block;
	margin: auto;
	height: 2em;
	padding: 0 1em;
	border: 1px solid;
	outline: 0;
	font-weight: bold;
	font-size: 1.2em;
	color:  #fff;
	text-shadow: 0px 1px 0px #222;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-color: #5e890a #5e890a #000;
	-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
	-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
	-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
	box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
	background-color: #6AB12F;
}

#buttons #submitbtn:hover, #buttons #submitbtn:active {
	border-color: #7c9826 #7c9826 #000;
	color: #fff;
	-moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
	-ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
	background: #65AA2B;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
}

.clearfix { 
	display: inline-block; 
}
 
html[xmlns] .clearfix { 
	display: block; 
}

* html .clearfix { 
	height: 1%; 
}

#bad_email {
	display: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 20px 0;
}

#password_mismatch {
	display: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

#captcha {
	display: block;
	text-align: center;
	margin: auto;
	width: 450px;
}

#captcha table {
	width: 450px;
}

#status_message {
	color: #ff0000;
	margin: 10px auto 20px;
	width: 450px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#share_strip {
	width: 755px;
	margin: auto;
}

#foot {
	width: 345px;
	height: 45px;
	float: left;
	margin: 10px;
}

#facebook {
	width: 45px;
	height: 45px;
	float: left;
	margin: 10px;
	background: url("http://bioglyphs.com/images/social-media-icons-square-135x135.png") 0px 0px;
}

#instagram {
	width: 45px;
	height: 45px;
	float: left;
	margin: 10px;
	background: url("http://bioglyphs.com/images/social-media-icons-square-135x135.png") -45px 0px;
}

#tumblr {
	width: 45px;
	height: 45px;
	float: left;
	margin: 10px;
	background: url("http://bioglyphs.com/images/social-media-icons-square-135x135.png") -90px 0px;
}

#twitter {
	width: 45px;
	height: 45px;
	float: left;
	margin: 10px;
	background: url("http://bioglyphs.com/images/social-media-icons-square-135x135.png") -90px -45px;
}

#google {
	width: 45px;
	height: 45px;
	float: left;
	margin: 10px;
	background: url("http://bioglyphs.com/images/social-media-icons-square-135x135.png") 0px -90px;
}

#pintrest {
	width: 45px;
	height: 45px;
	float: left;
	margin: 10px;
	background: url("http://bioglyphs.com/images/social-media-icons-square-135x135.png") -45px -90px;
}

body#home #main_home,
body#about #main_about,
body#register #main_register,
body#find #main_find,
body#login #main_login,
body#logout #main_logout {
	background: #6AB12F;
}

.ac_results {
  padding: 0px;
  border: 1px solid WindowFrame;
  background-color: Window;
  overflow: hidden;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results iframe {
  display:none;/*sorry for IE5*/
  display/**/:block;/*sorry for IE5*/
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  filter:mask();
  width:3000px;
  height:3000px;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: menu;
  font-size: 12px;
  overflow: hidden;
}

.ac_loading {
  background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
  background-color: Highlight;
  color: HighlightText;
}







.hex:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 30px solid #6C6;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    position: absolute;
    top: -30px;
}

.hex {
    margin-top: 30px;
    width: 104px;
    height: 60px;
    background-color: #6C6;
    position: relative;
}

.hex:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -30px;
    border-top: 30px solid #6C6;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
}

#search_form {
	width: 600px;
	margin: 20px auto 0;
}

#search_form .txtinput { 
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 20px;
	font-size: 1.25em;
	padding: 10px 25px;
	width: 90%;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#search_form .txtinput:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}

#search_form #aligned { 
	box-sizing: border-box; 
	margin: auto; 
	width: 450px; 
}

#search_result {
	display: none;
}

.bioglyph_list_container {
	width: 800px;
	height: 87px;
	margin: 15px auto;
	padding: 15px;
	border: 1px #dedede solid;
}

.bioglyph_image {
	width: 130px;
	float: left;
}

.bioglyph_info {
	width: 600px;
	float: right;
	margin: 15px;
}

.bioglyph_name {
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0 0 0;
}

.bioglyph_description {

}

.bioglyph_tags {
	font-size: 10px;
	margin: 15px 0 0 0;
}

.category_title {
	margin: 15px auto;
	padding: 5px 0;
	width: 830px;
	background: #343434;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}



