/* -----------------------------------*/
/* -------->>> CSS RESET <<<----------*/
/* -----------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
 * Fonts
 */

@font-face {
    font-family: 'Calibri';
    src: url(../ttf/calibri.eot);
    src: local('calibri'),
		 url(../ttf/calibri.eot?iefix) format('eot'),
         url(../ttf/calibri.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'NeuropolRegular';
    src: url(../ttf/neuropol-webfont.eot);
    src: url(../ttf/neuropol-webfont.eot?iefix) format('eot'),
         url(../ttf/neuropol-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeuropolRegular';
    src: url(../ttf/neuropol_x_xp_bold.eot);
    src: url(../ttf/neuropol_x_xp_bold.ttf) format('truetype');
    font-weight: bold;
}

/*
 * STRUCTURE:
 * 
 * - Structure/Body
 * - Header
 *      - Logo
 *      - Menu
 * - Content
 *      - Left column
 *      - Center
 *      - Right column
 * - Footer
 */ 
body {
    background: #999;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
}

#structure {
    background: #FFF;
    border: 2px solid #000;
    margin: 10px auto;
    overflow: hidden;
    width: 900px;
}

/*
 * HEADER
 */
#logo {
    background: url(../img/logo.jpg) no-repeat;
    display: block;
    height: 100px;
    margin: 15px;
    text-indent: -3000px;
    white-space: nowrap;
    width: 459px;
}

.menu {
    font-family: NeuropolRegular, Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    list-style: none;
    margin: 0 auto 15px auto; 
    width: 80%; 
    text-transform: uppercase;
}

.menu li {
    display: inline;
}

.menu a {
    color: #486a00;
    display: inline-block;
    padding: 2px 7px;
    margin: 0 2px;
    text-decoration: none;
    white-space: nowrap;
}

.menu span {
	/*padding: 0 2px;*/
}

#header form {
    float: right;
    font-size: 10px;
    margin-top: -30px;
}

/* 
 * CONTENT
 */
.content {
    overflow: hidden;
    padding: 15px 24px;
    text-align: left;
}

.content img {
    display: block;
    margin: 15px auto;
}

.content h4 {
    background: url(../img/separador_mini.jpg) no-repeat 0 50%;
    color: #393939;
    font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin: 10px 0;
    padding-left: 17px;
    text-align: left;
}

.content h2, .content h1 {
    background: url(../img/separador.jpg) no-repeat 0 50%;
    color: #393939;
    font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 22px;
    text-align: left;
}

.content h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
}

#left_content, #right_content {
    /*border: 1px solid #CCC;*/
    float: left;
    width: 140px;
}


#central_content {
	border-left: 1px dashed #868686;
	border-right: 1px dashed #868686;
	font-size: 12px;
    float: left;
    padding: 15px 15px;
    margin: 5px 10px;
    width: 518px;
}

#central_content span.more {
	color: #536615;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 5px;
}

#central_content li {
	border-top: 1px dashed #868686;
	margin: 15px 0;
	padding-top: 25px;
}

#central_content li:first-child {
	border: 0;
	margin: 15px 0;
	padding-top: 0;
}

#central_content ul.stats li {
	border: 0;
	margin: 0;
	padding-top: 0;
	text-align: center;
}

.fill_content {
	border-left: 1px dashed #868686;
	border-right: 1px dashed #868686;
	font-size: 12px;
    padding: 5px 15px;
    margin: 5px 35px;
    /*width: 100%;*/
}

.fill_content h2 {
	font-size: 14px;
}

.fill_content h3 {
	font-size: 13px;
}

.fill_content h4 {
	font-size: 12px;
}

.fill_content h5 {
	font-size: 11px;
}

.fill_content h2, .fill_content h3, .fill_content h4, .fill_content h5 {
	color: #393939;
	background: none;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
}

.taxonomy h2 {
	font-size: 16px;
	margin: 20px 0 10px 0;
	text-decoration: underline;
}

.fill_content h1 {
	background-position: 0% 0; 
	border-bottom: 1px dashed black;
	font-size: 20px;
	padding-bottom: 5px;
}

.fill_content img {
	border: 4px solid #517700;
	margin: 1px;
}

.fill_content div.i_left img {
	margin-top: 0;
	margin-left: 0;
}

.fill_content div.i_right img {
	margin-top: 0;
	margin-right: 0;
}

.fill_content fieldset {
	border: 2px solid #CCC;
	margin: 15px 0;
	padding: 10px;
}

.fill_content ul {
	list-style: disc outside none;
	font-size: 11px;
	margin: 0 0 0 45px;
}

.fill_content li {
	padding: 5px 0;
}


.fill_content p {
	text-indent: 40px;
}

.fill_content legend {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: bold;
}

.fill_content .stats {
	margin-bottom: 5px;
}
	ul.links li {
		list-style: none;
		float: left;
		height: 65px;
		width: 325px;
	}
	
	ul.links img {
		border: 0 !important;
		margin: 0 auto !important;
		padding: 5px !important;
		width: 300px;
	}

	ul#news p {
		font-size: 12px;
	}
	
	ul#news li {
		margin-bottom: 30px;
	}	
	
	ul#news li:after {
		content: "";
		display: block;
		border-top: 1px dashed black;
		height: 1px;
		margin: 35px auto;
		width: 75%;
		clear: both;
	}
	
	#articles, #database {
		line-height: 15px;
	}
	
	#articles ul li {
		padding: 0 25px;
	}
	
	#articles ul ul {
		padding: 0 5px;
	}
	
	#articles h3 {
		display: inline-block;
		font-size: 16px;
		margin: 20px 0 10px 0;
		padding: 0 20px;
		text-decoration: underline;
	}
	
	#articles h4 {
		display: inline-block;
		background: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		margin: 10px 0 5px 0;
		text-decoration: none;
	}
	
	#articles li, #database li {
		list-style: disc inside;
	}
	
	#contact {
		margin: 50px auto;
		width: 70%;
	}
	
	#contact h5 {
		color: #486A00;
		font-size: 15px;
	}
	
	#contact p {
		font-size: 12px;
	}
	
	table.database {
		margin: 10px 0 15px 0;
		width: 100%;
		
		border-left: 1px solid #CCC;
	}
	
	table.database th {
		font-weight: bold;
		
		color: #393939;
		background: #CCC;
		line-height: 150%;
	}
	
	table.database td, table.database th {
		padding: 5px;
		text-align: center;
	}
    
    table.database .left {
		padding-left: 15px;
	}
	
	table.database tr.alt {
		background: #D2E0AF;
	}
	
	table.database td {
		border: 1px solid #CCC;
		border-left: 0;
		border-top: 0;
		line-height: 120%;
	}
		
	table.database a {
		color: #393939;
	}
    
    table.database a.edit {
        color: red;
        font-size: 8px;
    }
    
	table.directory {
		margin: 10px 0 15px 0;
		width: 100%;
	}
	
	table.directory th {
		color: #6F8F2E;
		font-weight: bold;
	}
	
	table.directory td, table.directory th {
		padding: 5px;
		text-align: center;
	}
	
	table.directory tr.alt {
		background: #D2E0AF;
	}


/* FOOTER */
#footer {
	border-top: 1px dashed #868686;
	margin: 15px;
	padding: 15px;
}

#footer .menu {
	font-size: 10px;
	width: 100%;
}

#footer .menu a{
	font-weight: bold;
	padding: 2px 0 2px 2px;
}

#copyright {
	font-size: 9px;
	color: #303030;
	margin: 15px;
}

/* SPECIAL ELEMENTS */
p.author {
	font-size: 10px;
	font-style: italic;
	text-indent: 0;
}

img.record {
	border: 3px solid #363636;
	float: left;
	margin: 0 0 20px 20px !important;
}

dl.species {
	float: left;
	margin: 0 0 15px 40px;
	padding: 0 0 0 15px;
	width: 350px;
}

dl.species dt {
	font-weight: bold;
}

dl.species dd {
	padding: 5px 0 0 15px;
	margin-bottom: 15px;
}

dl.directory {
	float: left;
	margin-top: 30px;
	width: 355px;
}

dl.directory dt {
	border-top: 1px dashed black;
	clear: left;
	float: left;
	font-weight: bold;
	padding: 7px 7px 7px 0;
	text-align: right;
	width: 110px;
}

dl.directory dd {
	border-top: 1px dashed black;
	float: left;
	padding: 7px 0;
	width: 235px;
}

div.map {
	float: left;
	margin: 25px 0;
	text-align: center;
	width: 395px;
}

div.map img {
	border: 1px solid #656565 !important;

	margin-left: 25px !important;
}

#cse-search-box input[type=text] {
	height: 15px;
	width: 120px;
}

#cse-search-box input[type=submit] {
	margin: 0 5px 0 0;
}

ul.recent_posts {
	font-size: 9px;
	list-style: disc inside;
}

ul.recent_posts li {
	padding: 3px;
}

ul.recent_posts a {
	color: #666;
}

ul#login label {
	display: block;
	margin-top: 5px;
	text-align: left;
}

ul#login input[type=text], ul#login input[type=password] {
	width: 80%;
}


ul#login {
	color: #656565;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

ul#login img {
	border: 1px solid black;
}

img#social_img {
	border: 0;
	margin-top: 0;
}

#sponsors img {
	margin: 7px 0;
}

#ie7 {
	background: #FEFF99;
	border: 2px solid #000;
	display: block;
	margin: 5px auto;
	width: 900px;
}

#ie7 h1 {
	font-weight: bold;
	font-size: 14px;
}

#ie7 img {
	display: block;
	margin: 5px auto;
}

img#pending {
	display: block;
	margin: 20px auto;
	border: 0;
}

/* GENERAL CLASSES */
.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

hr.stroke {
    background: url(../img/separador_grueso.jpg) repeat-x;
    border: 0;
    clear: both;
    margin-top: 10px;
    height: 10px;
    width: 90%;
}

hr.dotted {
    background: url(../img/separador.jpg) repeat-x;
    border: 0;
    clear: both;
    margin-top: 10px;
    height: 20px;
    width: 99%;
}

ul.form label.error {
	background: red;
	border: 1px solid black;
	color: #FFF;
	display: block;
	padding: 3px;
	width: 95%;
}

a:link, a:visited{
	color: #486a00;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}

div.i_left img {
	float: left !important;
	margin: 5px 5px 5px 0 !important;
}

div.i_right img {
	float: right !important;
	margin: 5px 0 5px 5px !important;
}

div.i_center {
	text-align: center;
}

div.i_center img {
	display: block !important;
	margin: 5px auto !important;
}

div.i_inline {
	text-align: center;
	vertical-align: middle;
}

div.i_inline img {
	border: 0 !important;
	display: inline !important;
}

p {
	color: #656565;
	font-size: 11px;
	line-height: 12px;
	margin: 15px 0;
}

.stats {
	color: #73852F;
	font-size: 10px;
}

p.pagination {
    font-family: NeuropolRegular, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    list-style: none;
	margin: 5px auto;
	width: auto;
	text-align: center;
}

p.pagination a {
	margin: 5px;
}

p.small {
	color: #5b7b1f;
	font-size: 9px;
	margin: 7px 0 12px 0;
}

img.small_margin {
	margin: 5px auto !important;
}

input[type=text] {
	border: 1px solid #656565;
}

input[type=submit], input[type=button] {
	color: #5b7b1f;
	font-size: 11px;
	font-weight: bold;
}

input[type=submit]:hover, input[type=button]:hover {
	background-color: #d2e0b0;
	border-radius: 3px;
	outline-color: #78953a;
}

/* Classifieds */
#classifieds img {
	margin: 0;
}

#classifieds #central_content, #classifieds #right_content {
	padding: 5px;
	width: 320px;
}

#classifieds #form_content {
	border-left: 1px dashed #868686;
	border-right: 1px dashed #868686;
	font-size: 12px;
    float: left;
    padding: 15px 15px;
    margin: 5px 10px;
    width: 618px;
}
#classifieds #sponsors {
	display: block;
	height: 100px;
	margin: -10px auto 5px auto;
	width: 830px;
}

#classifieds #sponsors li {
	float: left;
	margin: 0 4px 0 4px;
}

ul.ad_images {
	display: block;
	margin: 5px auto 10px auto;
	text-align: center;
	width: auto;
}

ul.ad_images img {
    border: 2px solid black;
}

ul.ad_images li {
	display: inline-block;
	margin: 0 4px 0 4px;
}

#taxonomy_box {
	border: 2px solid #656565;
	font-size: 11px;
	margin: 15px auto;
	line-height: 25px;
    overflow: auto;
	padding: 15px;
}

#taxonomy_box input {
	height: 20px;
}

#options_box {
	border: 3px solid #656565;
	font-size: 11px;
	margin: 15px auto;
    overflow: auto;
	padding: 5px 0;
	width: 842px;
}

#options_box .left {
	float: left;
	padding: 0 7px;
	width: 175px;
}

#options_box .right {
	float: left;
	padding: 10px;
	text-align: center;
	width: 600px;
}

#options_box form {
	float: left;
	/*margin-right: 15px;*/
}


#form_errors {
	display: none;
	clear: both;
	color: white;
	background: red;
	margin: 10px;
	padding: 10px;
}

a.big {
	color: #6D0D0E;
	font-family: NeuropolRegular, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 5px;
	text-transform: uppercase;
}

ul.form {
	border: 1px solid grey;
	display: block;
	font-size: 12px;
	margin: 15px auto;
	padding: 15px;
	text-align: center;
	width: 60%;
}

ul.form li {
	display: block;
	margin: 5px auto;
	text-align: left;
	width: 450px;
}

ul.form div {
	border: 1px solid #656565;
	margin: 5px 5px 25px 5px;
	padding: 5px;
	text-align: center;
}

ul.form div label {
	width: auto;
}

ul.form div img {
	margin: 3px auto !important;
}

ul.form label {
	display: inline-block;
	width: 75px;
}

ul.form li.inputs {
	margin: 10px;
}

ul.form textarea {
	display: block;
	height: 250px;
	margin: 5px 0 25px 0;
	width: 95%;
	
}

ul.ads > li {
	border: 1px solid #537310;
	display: block;
	margin: 20px auto;
	position: relative;
	width: 845px;
}

ul.ads li.ad_wanted {
	border: 1px solid #6D0D0E;
}

ul.ads li.ad_swap {
	border: 1px solid #5373A1;
}

ul.ads li.ad_sell {
	border: 1px solid #537310;
}

ul.ads li.empty {
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

ul.ads p {
	padding: 15px;
	padding-bottom: 0;
}

ul.errors {
	background: red;
	border: 1px solid #000;
	color: #FFF;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
}

div.options {
	float: right;
	height: 25px;
	margin: 10px 5px 0 0;
}

    a.report {
	background: url(../img/report.png) no-repeat;
	display: inline-block;
	height: 22px;
	width: 22px;
}

    a.modify {
	background: url(../img/edit.png) no-repeat;
	display: inline-block;
	height: 22px;
	width: 22px;
}

    a.delete {
	background: url(../img/delete.png) no-repeat;
	display: inline-block;
	height: 22px;
	width: 22px;
}

ul form li.info {
	border-top: 1px solid #000;
	font-size: 9px;
	padding: 10px;
	margin-top: 5px;
}

ul form li.submit {
	margin-top: 30px;
}

li.ad_sell div.info {
	background: #C4D69A !important;
	border-bottom: 1px solid #537310;
}

li.ad_sell div.info span.category {
	background: #537310 !important;
}

li.ad_swap div.info {
	background: #99C3FF !important;
	border-bottom: 1px solid #5373A1;
}

li.ad_swap div.info span.category {
	background: #5373A1 !important;
}

li.ad_wanted div.info {
	background: #E2CFCB !important;
	border-bottom: 1px solid #6D0D0E;
}

li.ad_wanted div.info span.category {
	background: #6D0D0E !important;
}

div.info {
	font-size: 9px;
	padding: 0;
}

div.info span {
	display: inline-block;
	line-height: 20px;
	padding: 3px;
	vertical-align: middle;
	text-align: right;
}
	span.category {
		background: #537310;
		color: #FFF;
		font-family: NeuropolRegular, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding-left: 10px !important;
		text-align: left !important;
		text-transform: uppercase;
		width: 250px;
	}
	
	span.name {
		width: 225px;
	}
	
	span.date {
		width: 100px;
	}
	
	span.location {
		width: 200px;
	}

/*
	Sitemap Styler 	 
*/

.fill_content .sitemap, .fill_content .sitemap ul, .fill_content .sitemap li{
	margin:0;
	padding:0;
	list-style:none;
}
.fill_content .sitemap{}
.fill_content .sitemap ul{
	display:none;
}
.fill_content .sitemap li{
	line-height:200%;
	margin-top:1px;
	background:#CCC;
	position:relative;
	width:100%;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html .fill_content .sitemap li{
	float:left;
	display:inline;
}

.fill_content .sitemap li h3{padding-left:28px;margin: 0;}
.fill_content .sitemap li span{float:left;position:absolute;top:5px;left:5px;width:13px;height:13px;cursor:auto;font-size:0;}
.fill_content .sitemap li span, .fill_content .sitemap li span.collapsed{background:url(../img/collapsed.gif) no-repeat 0 0;} 
.fill_content .sitemap li span.expanded{background:url(../img/expanded.gif) no-repeat 0 0;}

/* second level */

.fill_content .sitemap li li{
	background:#fff;
}
.fill_content .sitemap li li a{padding-left:56px;}
.fill_content .sitemap li li span{left:28px;}

/* third level */

.fill_content .sitemap li li li a{padding-left:84px;}
.fill_content .sitemap li li li span{left:56px;}

/*  */
