/*  
Template name: Simple Organization
Template URI: http://templates.arcsin.se/simple-organization-website-template/
Release date: 2009-09-20
Last updated: 2009-09-24
Description: A simple and elegant template suitable for organizations.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/


/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-family: "Tahoma","Verdana","Arial",sans-serif; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {/*vertical-align: middle;*/}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}

/* begin css tabs */
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px Tahoma,Verdana,Arial,sans-serif; /* set font as desired */
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

div#tab0 li.tab0, div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab4 li.tab4, div#tab5 li.tab5, div#tab6 li.tab6, div#tab7 li.tab7 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

div#tab0 li.tab0 a, div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a, div#tab5 li.tab5 a, div#tab6 li.tab6 a, div#tab7 li.tab7 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #cfc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #FFF;
	/*color: #444;*/
	color: Black;
	/*font: normal 75%; */
  font-size: 72.5%;
	line-height: 1.5;
}


/* 
   Typography 
------------------------------------------------------------------- */

.italic{
	font-style: italic;
	}

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 1em;
}
/*
h2,h3,h4,h5,h6 {font-weight: bold;}
*/

h1 {font-size: 1.5em; margin-top:1em;}
h2 {font-size: 1.25em; margin-top:1em;}
h3 {font-size: 1.1em;}
h4 {font-size: 1.0em;}
h5 {font-size: 0.9em; margin-top: 0.6em}
h6 {font-size: 0.75em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Links */

a:focus,a:hover {color: #039;}
a {
	/*color: #456;*/
	color: #558866;
	text-decoration: none;
	border-bottom: 1px dotted #558866;
}
a:hover {/*text-decoration: underline;*/}

a.feed {
	background: url('images/icon-feed.gif') no-repeat left center;
	padding-left: 18px;
}
a.more {
	color: #579;
	font-weight: bold;
}
a.more:hover {color: #234;}


/* Text elements */

p {margin-bottom: 1em;}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {/*margin: 0 0 1.5em 1.5em;*/}

ul {list-style-type: disc; margin-left: 1.9em;}
ol {
	list-style-type: decimal;
	margin-left: 1.9em;
}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed li {
	list-style: none;
	margin-top: 0;
}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 0;}
ul.nice-list li {
	border-top: 1px solid #EEE;
	list-style: none;
	padding: 4px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}

.nomark{list-style-type: none; margin-left:0px;}
ul.nomark{list-style-type: none; margin-left:0px;}
td.nomark ul{list-style-type: none;}

li.square{list-style-type:square}
li.disc{list-style-type:disc}
li.circle{list-style-type:circle}

/* Tables */

table { margin-bottom: 1em; margin-top:1em;}
th {/*font-weight: bold;*/}
thead th {background: #C3D9FF;}
th,td,caption {padding: 0px 5px 0px 0px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.tr-nobborder tr{
    border-bottom:none !important;
}

table.data-table {
	/*border: 1px solid #CCB;*/
	margin-bottom: 1em;
}
table.data-table th {
	/*background: #F0FaF0;*/
	/*border: 1px solid #DDD;*/
	color: #586;
	/*text-align: left;*/
	text-align: left;
        white-space: nowrap;
}
table.data-table tr {border-bottom: 1px dotted #DDD;}
table.data-table td, table th {padding: 4px;}
table.data-table td {
	/*background: #f7fbf7;*/
	/*border: 1px solid #DDD;*/
}
table.data-table tr.even td {background: #F0FaF0;}

table.double{
        margin-top: 0px;
	width:100%;
	}
table.double td{
	width: 50%;
	}
table.data-table.data-table-horizontal {
  width: 100%;	
}

table.data-table.data-table-horizontal th {
  text-align: center;
  background-color: #558866;
  color: #fff;
  font-size: 14px;
}

/* Misc classes */

.expandible{
    max-height: 271px;
    overflow: hidden;
    margin-bottom:1em;
}

.counter{
    text-align:center;
    margin-top:10px;
}

h1, h2 {
   color: #335577 !important;
   font-weight: bold;
   padding: 7px 7px 7px 0;
   margin: 3px 0 5px;
}
a.user_link:link, a.user_link:visited, ul.mymenu li a.user_link:link, ul.mymenu li a.user_link:visited {
   color: #e66d0a !important;	
}
a.user_link:hover, a.user_link:active {
   color: #335577 !important; 
}
ul.mymenu li a.user_link:hover, ul.mymenu li a.user_link:active {
   color: #e66d0a !important;
}
#user-menu ul.dropdown.mymenu ul {
  background-color: white !important;
}
ul.dropdown.mymenu {
	z-index: 900 !important;
  position: relative;
  top: -1px;
}
.divisor{
  clear: left; 
  height: 1px; 
  /*border-top: 1px dotted #586;*/
  border-top: 1px dotted #CCC;
  border-top: 1px dotted #335577;
  margin-top: 20px;
}

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet, .quiet a {color: #999;}
.loud, .loud a {color: #000;}
.highlight, .highlight a {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.error, .notice, .success, .no-results {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.error_list {
    color: Red;
}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

.no-results {background: #E1E1E1; color: #514721; border: 1px dotted #CCC;}
.no-results a {color: #e66d0a;}

.loading {color: White; background-color: #558866;display: inline;}


/* Labels */
.label {
	border-left-style: solid;
	border-left-width: 4px;
	margin-bottom: 0.2em;
	padding-left: 10px;
}

.label-blue {border-left-color: #55AADA;}
.label-green {border-left-color: #B7D897;}
.label-orange {border-left-color: #FA8F6F;}


/* 
   Forms 
------------------------------------------------------------------- */

label {
	cursor: pointer;
	font-weight: bold;
}
label.checkbox, label.radio {font-weight: normal;}
legend {
	font-weight: bold;
	font-size: 1.2em;
}

input[type="radio"],input[type="checkbox"]{
    border:none;
}

input[type="text"], input[type="password"] {
    width: 200px;
}

#main-nav input[type="text"], #main-nav input[type="password"] {
    width: 120px;
}

input, textarea, select{
    border: 1px solid #586;
    background: #FFFFFF;
}

textarea {overflow: auto; min-width: 400px; min-height:150px;}
/*input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}*/
/*input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}*/

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}


/* Specific */
/* remover linhas no topo das tabs do jqeury ui */
#tabs {
  border: none !important;
}
#tabs .ui-tabs-panel {
  border: 1px solid #558866 !important;
  border-top: none !important;
}

#tabs ul.ui-tabs-nav li a{
    border-bottom: none !important;
}

#tabs h1{
    padding: 0px 0.5em;
}

#tabs ul.ui-tabs-nav{
    border: none;
    border-bottom: 1px solid #558866 !important;
}

#tabs .ui-tabs-panel
{
    padding: 1em 0.5em !important;
}

div #tabs{
    padding: 0px;
}

.sort_menu{margin-bottom: 10px;}

form .required {font-weight: bold;}

form .data-table th {
    text-align:right;
}

.form-error {border-color: #F00;}
.form-row {padding: 5px 0;}
.form-row-submit {
	border-top: 1px solid #DDD;
	padding: 8px 0 10px 76px;
	margin-top: 10px;
}
.legend {
	background: #F0FAF0;
	border: 1px solid #D6DFD6;
	/*font-size: 1.5em;*/
	/*margin: 0;*/
	/*padding: 8px 14px;*/
}
.form-property, .form-value {float: left;}
.form-property {
	padding-top: 8px;
	text-align: right;
	width: 60px;
}
.form-value {padding-left: 16px;}
.form-error {border-color: #F00;}



/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}

.thumbnail {
float:left;
font-size:11px;
min-height:244px;
margin-bottom:1.2em;
margin-right:0.8em;
text-align:left;
width:200px;
}

.legenda{
	float: left;
	line-height: 1.25em;
	}

.nofoto{
	height:150px;
        width: 150px;
	border:1px dashed #CCCCCC;
	position:relative;
        background-image: url('images/nophoto_large.png');
        background-color: #FAFAFA;
        background-repeat: no-repeat;
        background-position: center center;
}

.nofoto-species{
 	height:180px;
        width: 180px;
	border:1px dashed #CCCCCC;
	position:relative;
        background-color: #FAFAFA;
}

.nofoto span, .nofoto-species span{
	text-align:center; 
	top:40%;
        width: 100%;
	position:absolute;
	}

/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #E5E5E5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separator {margin: 32px 0;}
.archive-separator {margin-bottom: 20px;}
.bottom-margin {margin-bottom: 20px;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 20px;}

.post img.left, .post img.right {margin-bottom: 0;}

.post-date {
	color: #777;
	margin: 2px 0 10px;
}
.post-date a {color: #444;}

.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}

.post-body {font-size: 1.1em;}
.post-body a {color: #039;}
.post-body a:hover {color: #039;}

.post-body img.left, .post-body img.right {margin-bottom: 1em;}


/* Archives */
.archive-pagination {
	color: #777;
	padding: 10px 0;
}
.archive-pagination-top {
	border-bottom: 2px solid #DDD;
	margin-bottom: 24px;
}
.archive-pagination-bottom {
	border-top: 2px solid #DDD;
	margin-top: 24px;
}

.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post-title .post-date {margin: 0;}
.archive-post-title {padding-top: 4px;}
.archive-post-day {font: normal 1.6em Tahoma,Verdana,Arial,sans-serif;}


/* 
   Comments 
------------------------------------------------------------------- */

.comment-input-text textarea {width: 80%;}

/* Comment list */

.comment-list-wrapper {
	background: #F6F6F6;
	margin: 10px 0 0;
	padding: 5px 12px 10px 7px;
}
.comment-list {
	margin: 0;
	padding: 0;
}
.comment-list li {list-style: none;}
.comment-list ul {margin-bottom: 0;}

.comment-profile-wrapper {
	text-align: center;
	width: 60px;
}

.comment-gravatar {margin-bottom: 3px;}

.comment-content-wrapper {
	float: right;
	width: 520px;
}

.comment-parent, .comment-single {margin-top: 15px;}

.comment-list ul.children, #comments #respond ul {
	border-left: 1px solid #CCC;
	margin: 0 0 0 130px;
}
.comment-list ul.children ul.children {margin-left: 15px;}

.comment-list ul.children li {
	background: url('images/comment-reply.gif') no-repeat left top;
	margin: 0;
	padding: 10px 0 0 15px;
}

.comment-body {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 10px 12px 0;
}
.comment-list ul.children .comment-body {background: #FCFCFC;}

.comment-author {padding-top: 2px;}

.comment-text p {margin: 0.5em 0;}

.comment-date {margin: 0.5em 0;}

.comment-arrow {
	background: url('images/comment-arrow.gif') no-repeat left top;
	display: block;
	float: left;
	height: 45px;
	margin: 3px 0 -45px -41px;
	position: absolute;
	width: 29px;
}

/* Respond */

#respond li {list-style: none;}
#respond {
	background: #F6F6F6;
	padding: 10px 12px;
}
#respond ul {margin: 0;}
#respond .legend {margin-bottom: 10px;}

#comments #respond {padding: 0;}
#comments #respond .legend {
	border-bottom: 0;
	margin-bottom: 0;
}
#comments #respond ul {
	background: url('images/comment-reply.gif') no-repeat left top;
	padding: 10px 0 0 15px;
}
#comments ul.children #respond ul {
	margin-left: 30px;
	padding: 0;
}

#comments #respond .comment-profile-wrapper, #comments #respond .comment-arrow {display: none;}
#comments #respond .comment-body {background: #FFF;}
#comments #respond .comment-content-wrapper {
	float: none;
	width: 100%;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* Common */


/* Wrapper */
#site-wrapper {
	margin: 0 auto;
	width: 920px;
        background-color: White;
}


/* Header */
#header {padding-top: 0px;}

/* Top */
#top {padding-bottom: 0px;}

#top a{
	border: 0;
}

/* Logo */
#logo {
	padding: 10px 40px 10px 0;
	margin-right: 40px;
}
#logo img {}

/* Splash */
#splash {padding-top: 32px;}


/* Navigation */

.navigation a {
	color: #888;
	text-decoration: none;
	border: 0;
}

.navigation ul a{
	display: block;
	}

/* alterar cor do menu de navegação */
.navigation span, .navigation a:link, .navigation a:hover, .navigation a:visited, .navigation a:active {
	color: #71AA87 !important;
}
.navigation li.current-tab a {color: #222;}

ul.dropdown .dir{
    background-image: url('images/site_nav_caret_split_default.png') !important;
    padding-right: 30px !important;
}

ul.dropdown li:hover > .dir{
    background-image: url('images/site_nav_caret_split_selected.png') !important;
}

#main-nav li:first-child, #sub-nav li:first-child {margin-left: 0;}

#nav{
    width: auto !important;
    background: none !important;
}

/*
#nav li ul {
background:#FFFFFF none repeat scroll 0 0;
border-bottom:1px solid #000000;
border-left:1px solid #CCCCCC;
border-right:1px solid #000000;
font-weight:normal;
left:-999em;
position:absolute;
width:150px;
}

#nav ul {
font-weight:bold;
line-height:2em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px 0;
padding:0 0 0 12px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul a {
color:#666666;
font-size:11px;
line-height:2em;
width:150px;
}

#nav li ul a:hover {
color:#999999;
}

#nav li {
	float: left;
	padding-right: 29px;
}

#nav li ul { 
	position: absolute;
	background: #fff;
	width: 150px;
	left: -999em;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-weight: normal;
}
*/

/* Main navigation */
#user-menu{
    /*background: url('images/menu-user.png') repeat-x;*/
    padding-top: 3px;
    border-bottom: 1px dotted #558866;
    height: 33px;
    background: #9bd4ae url(../images/header_bg_verde.png) repeat top left;
}

#user-menu ul{
    background: none !important;
}

#user-menu ul li{
    background-color: White;
}

#main-nav {margin-top: 0px;}
#main-nav.navigation img {margin: 0 !important; padding: 0 !important; position: relative; top: 7px; top: 8px;}
#main-nav li {}
#main-nav a {
	font-size: 1.1em;
	padding-bottom: 0px;
}
#main-nav li.current-tab a {color: #333;}
#main-nav a:hover {color: #002;}
#main-nav li.current-tab a {border-bottom: 2px solid #94CC5F;}
#main-nav form table{
    margin: 0px;
}
#main-nav form table td,th{
    padding: 0 10px 0 0;
    
}

#main-nav form table td{
    text-align:center;
}

#main-nav form table th{
    font-size: 1.3em;
    color: #558866;
}

#mymenu {
	
}


/* Subnav */

#sub-nav {
	border-bottom: 1px dotted #CCC;
	padding: 0;
}
/*
#sub-nav a {
	font-size: 1.2em;
	text-decoration: none;
}
#sub-nav li {margin: 0 1em; padding-bottom: 5px;}
#sub-nav li.current-tab a {font-weight: bold;}
*/

/* Main */
.main {margin: 0px 0; padding: 10px 0;}

.main#main-two-columns {/*background: url('images/main-two-columns.gif') repeat-y right top;*/}
.main#main-two-columns-left {background: url('images/main-two-columns-left.gif') repeat-y left top;}
.main#main-one-column, .main#main-two-columns #main-content, .main#main-two-columns-left #main-content {width: 640px;}
.main#main-one-column { width: 920px; }

#main-content{border-right-width: 1px; border-right-style: dotted; border-right-color: #CCC;min-height:870px;padding-right: 10px;}

/* Sidebar */
#sidebar {/*width: 255px;*/ width: 260px; padding-left: 5px;}


/* Columns */
.col3, .col3-mid {width: 31%;}
.col3-mid {margin-left: 3%;}

/* Sections */
.section {margin-bottom: 24px;}
.section-title {
	background-color: #F9F9F9;
	border-top: 2px solid #DDD;
	color: #7A7A7A;
	font: bold 1em Tahoma,Verdana,Arial,sans-serif;
	font-size: 16px;
	margin-bottom: 16px;
	padding: 7px 10px 6px;
}
#sidebar .section-title {margin-bottom: 8px;}


/* Footer */

#footer {
	border-top: 1px dotted #DDD;
	color: #777;
	padding: 6px 0;
}
#footer .divisor {
  border-top: 1px dotted #DDD !important;
}
#footer-left h5 {
  color: #999999 !important;
}
#footer-right {
	text-align: right;
}
#footer p.large { 
	margin-bottom: 5px;
}
#footer .text-separator {
	padding: 0 3px;
	color: #BBB;
}
#footer a:hover {color: #000;}

/* Pagination */

.paginator{
	width:320px;
	text-align: center;
	}

/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}


/* tags */
.tags a:hover {
  background-color: #558866;
  color: #fff;
}

/* photo do perfil do utilizador */
.photo {
  margin-right: 5px;	
}
 object {
  margin-bottom: 5px; 
}

.fotografia img {
	margin-bottom: 3px;
}

input[type="submit"] {
  border: 1px solid #558866;
	background-color: #558866;
	background-image: url(jquery/images/ui-bg_flat_75_558866_40x100.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 50% 50%;
	color: #ffffff;
	position: relative;
	padding: 0 2px 3px 5px;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	height: 22px;
	font-family: Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
  font-weight: bold;
}

#main-nav span, #main-nav.fb_button{
	color: White !important;
	}
	

	
.nounderline{
	display: inline;
	margin-left: 10px;
	}

.nounderline a{
	border-bottom: none;
}



/* 
   IE Fixes (zzz)
------------------------------------------------------------------- */

* html .navigation, * html #footer, * html #splash, * html .comment ul {height: 0.01%;}
* html #footer-left {width: 500px;}
.navigation, #splash, .comment ul {min-height: 0.01%;}

