/* BASE */


a {
    color: #0078C8;
    text-decoration: none;
}
a:hover {
    color: #0095f8;
    text-decoration: underline;
}
a img {
    border: 0;
}
body {
    margin: 0;
    padding: 0;
    background-color:#28313A;
    color: #333;
	font-size: 12px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}
input[type=text],
input[type=password],
select,
textarea {
    border: 1px solid #AAA;
    padding: 0.1em;
}
input[type=text],
input[type=password],
textarea {
    padding: 0.2em;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    border-color: #666;
}
p.error,
p.success {
    border: 1px solid;
    font-size: small;
    margin: 0.5em;
    padding: 0.5em;
    width: 560px;
}
p.error {
    background: #FCC;
    border-color: #966;
    color: #633;
    width: 530px;
}
p.success {
    background: #CFC;
    border-color: #696;
    color: #363;
}
td#availability {
    color: #285;
    font-weight: bold;
}
td#availability.not-available {
    color: #F00;
}
textarea {
    font-size: small;
    padding: 0.2em;
}
th {
    padding-right: 1em;
    text-align: right;
}

/* HEADER */

div#header {
    background: #FFF url('images/header_background.gif') bottom repeat-x;
    height:50px;
    clear: both;
    border-bottom: 1px solid #3776BD;
    margin:0px;
}

div#header-bar
{
	background-color:black;
    height:40px;
    clear: both;
    margin:0px;
}

#header .contained, #header-bar .contained
{
	width:840px;
	margin:auto;
}

div#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#header {
    height: 1%;
}
h1 {
    float: left;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    margin:0;
    padding:0;
    color:white;
}
h1 a {
	color:white;
	text-decoration:none;
}
h1 a:hover {
	color:white;
    text-decoration:none;
}
h2 {
    font-size: medium;
    * text-transform: lowercase;
    color:white;
    margin:0;
    padding:0;
}

.subhead {
	display: block;
	float: left;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: 10px;
	text-decoration: none;
	margin: 0 20px 0 10px;
}



/* NAVIGATION */

ul#navigation {
    float: right;
    width:50%;
	position: relative;
	top: 7px;
	text-align: right;
	padding-top: 10px;
	display:inline;
    list-style-type: none;
    margin: 0;
    width: auto;
}
ul#navigation a {
    color: #BFDCFE;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-shadow: 1px 0px #2B4462;
}
ul#navigation a:hover {
    background: #7AD;
    color: #FFF;
}
ul#navigation li {
    display: inline;
}
ul#navigation li.access {
    display: inline;
}

/* BOOKMARKS */

ol#bookmarks {
    list-style-type: none;
    margin: 0;
    padding: 0 1em;
}
html > body ol#bookmarks {
    margin: 0 1em;
    padding: 0;
}
div.link a {
    font-size: 24px;
	margin: 0 0 8px!important;
	letter-spacing: -1px;
	* color:#067bc9;
	color: black;
}
div.link a:visited {
    color: #28313a;
    * text-decoration: line-through;
}
div.link a:hover {
	color: #0078C8;
	text-decoration: none;
}
div.meta {
    color: #999;
	font-size: 10px;
	margin-bottom:10px;
}

div.meta a{
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

div.meta a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
div.meta span {
    color: #F00;
}
li.xfolkentry {
    border-bottom: 1px solid #DDD;
    margin-bottom: 0;
    padding: 20px 0.5em;
}
html > body li.xfolkentry {
    border-bottom: 1px dotted #ccc;
    * background-image:url('images/private_bg.png');
}
li.xfolkentry div {
    padding: 0.1em;
}
li.xfolkentry.deleted {
    opacity: 0.5;
}
li.xfolkentry.private {
    * border-left: 3px solid #F00;
    background-image:url('images/private_bg.png');
}
li.xfolkentry.shared {
    border-left: 3px solid #FA0;
}

/* SIDEBAR */

div#sidebar {
    font-size: small;
    padding-top:20px;
}
div#sidebar a {
	color:#0078C8;
}
div#sidebar a:hover {
    color: #0095f8;
}
div#sidebar div {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
div#sidebar h2 {
	font-size: 20px;
	font-weight:normal;
	color:black;
}
div#sidebar hr {
    display: none;
}
div#sidebar p {
    margin: 1em 1em 1em 0;
}
div#sidebar p.tags a {
    margin: 0;
}
div#sidebar table {
    margin: 0.5em 0.5em 0 0.5em;
}
div#sidebar table td {
    padding-bottom: 0.25em;
    padding-right: 0.5em;
}
div#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#sidebar ul li {
    margin: 0.5em 0;
}

/* TAGS */

p.tags {
    line-height: 1.75em;
    margin: 2em 0 0 0;
    text-align: justify;
    vertical-align: middle;
}
p.tags a,
p.tags span {
    color: #47A;
    margin-right: 0.5em;
}
p.tags span:hover {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #CEC;
}

/* PROFILE */

table.profile th {
    width: 10em;
}

/* OTHER GUFF */

dd {
	background: #CEC;
	border-right: 4px solid #ACA;
	color: #464;
	padding: 6px;
}
dd a {
	color: #464;
}
dd a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}

dl {
	font-size: small;
	margin: 1em;
}
dl#profile dd {
	background: #CDE;
	border-color: #ABC;
	color: #247;
}
dl#profile dt {
	background: #BCE;
	border-color: #9AC;
	color: #245;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dl#profile a {
	color: #446;
}
dl#profile a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}
dl#meta dd {
	line-height: 1.5em;
}
dl#meta dt {
	background: #BDB;
	color: #353;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dt {
	border-right: 4px solid #9B9;
}
dt a {
	background: #BDB;
	color: #353;
	display: block;
	font-weight: bold;
	padding: 6px;
}
dt a:hover {
    background: #ACA;
    border: 0;
}
form {
	margin: 0;
}
form#search {
	font-size: small;
	color: #CCC;
    float: right;
    margin-top:7px;
    margin-right:-15px;
}
form label,
form td,
form th {
	font-size: small;
}
form table {
	margin: 0 1em;
}
h3 {
	*background: #DDD;
	color: #555;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: small;
	*letter-spacing: 0.2em;
	margin: 2em 1em 1em 1em;
	padding: 0.25em 0.75em;
}
li {
	font-size: small;
	margin-bottom: 0.5em;
}
p {
    font-size: small;
    margin: 1em;
}
div#sort {
    padding:5px;
    font-size: small;
    margin: auto;
    width:290px;
    margin-bottom: 0px;
    border-right:5px solid white;
    border-left:5px solid white;
    background-image:url('images/sort_tab.png');
}
* html > body div#sort {
    margin-right: 0.75em;
}
div#sort a {
    background: #AAA;
    color: #555;
    font-weight: normal;
    margin-right: 0.5em;
    padding: 0 1em;
}
* html > body div#sort a {
    margin-right: 0;
}
div#sort a:hover {
    background: #CCC;
    text-decoration: none !important;
}
div#sort span {
    display: none;
}
p.paging {
	font-size: small;
	margin-left: 1em;
}
p.paging a,
p.paging span.disable {
	background: #888;
	color: #FFF;
	display: inline;
	margin-right: 0.5em;
	padding: 0.25em 1em;
}
p.paging a:hover {
	background: #666;
}
p.paging span {
	display: none;
}
p.paging span.disable {
	background: #DDD;
	color: #AAA;
}
div.collapsible p.tags {
	line-height: 2.25em;
	margin: 1em 2em;
}
th label {
	padding-right: 1em;
}
ul {
	margin-right: 1em;
	width: 75%;
}

div#coordinates
{
	font-size:10px;
	float:right;
	text-align:right;
}

div#coordinates a
{
	font-size:10px;
	color: #999;
}

div#coordinates a{
	color: #666;
	text-decoration: none;
}

h1 span {
	color:black;
}

h1 span a {
	color:white;
}

div.description {
overflow:hidden;
}
