/* stylesheets */
@import url("layout.css"); /* Site layout */
@import url("divelocation.css"); 
@import url("user.css");
@import url("comments.css");
@import url("homepage.css");
@import url("blog.css");

/* Neutralize styling:
   Remove padding and margin on some elements: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Neutralize styling:
   Linked image should not have borders */
a img {
	border: none;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
dd, blockquote {
	margin-left: 1em;
}

ul, ol {
    margin-top: 0;
    margin-left: 2em;
}

/* Miscellaneous conveniences: */
label {
	cursor: pointer;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 12px;
	padding: 0 5px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
}

/* Redefine standard XHTML elements
----------------------------------------------- */

body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 62.5%;
    line-height: 1.6em;
    color: #fff;
    background-color: #1a1a1a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid #333;
    line-height: 1.4em;
}

h2 {
    font-size: 2.2em;
    line-height: 1.2em;
    margin: 0 0 .5em 0;
    text-transform: none;
}

h2 span {
    float: right;
    font-size: .75em;
    text-transform: uppercase;
}

h3 {
    font-size: 2em;
    margin-top: 3em;
}

h3.byline {
    border: none;
    margin: 0;
    text-transform: none;
    font-size: 1.4em;
}

h4 {
    font-size: 1.5em;
    margin-top: 2em;
}

h5 {
    font-size: 1.3em;
    margin-top: 2em;
}


p, ul, ol, dl, form {
    font-size: 1.2em;
}

p {
    color: #dfdfdf;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #B8CEE0;
    color: #B6EB91;
    text-shadow: 2px 2px 2px #000;
}

a:hover {
    color: #fff;
}

table {
    width: 518px;
    border-collapse: collapse;
    border: 1px solid #333;
}

table th, td {
    padding: .3em 1em;
    text-align: left;
}

table th {
    border-bottom: 1px solid #333;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-size: .9em;
    background-color: #333;
}

table td {
    background-color: #2d2d2d;
    border-bottom: 1px solid #333;
}

table td.numeric,
table th.numeric  {
    text-align: right;
}

form {
    margin: 2em 0 0 0 ;
}

label {
    color: #666;
}

label.required {
    color: #fff;
}

fieldset {
    margin: 1em 0 0 0 ;
    padding: 0 0 1em 0;
    border-bottom: 1px solid #333;
}

fieldset label {
    float: left;
    clear: left;
    width: 90px;
    padding-right: 10px;
    line-height: 2em;
    font-size: .9em;
}

fieldset input {

}

fieldset table {
    width: 520px;
    border-collapse: collapse;
    border: none;
}

fieldset table th {
    text-align: center;
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;
    text-transform: none;
    font-size: .9em;
    background-color: transparent;
    font-weight: normal;
}

fieldset table th.row {
    width: 90px;
    padding-right: 10px;
    text-align: left;
    color: #666;
}

fieldset table th.first {
    text-align: left;
}

fieldset table td.numeric {
    background-color: transparent;
    border: none;
    text-align: center;
}

fieldset ul.radiolist {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 100px;
}

fieldset ul.radiolist li {
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
}

fieldset ul.radiolist li label {
    float: none;
    color: #fff;
}

fieldset p.help {
    font-size: .9em;
    color: #B6EB91;
    margin: .2em 0 1.5em 0;
    margin-left: 100px !important; 
}

fieldset p.error {
    font-size: .9em;
    color: #cc0000;
    background-color: #fff;
    background-image: url('/img/core/icons/warning_24.gif');
    padding: .5em .5em .5em 36px;
    background-repeat: no-repeat;
    background-position: 5px 1em;
    font-weight: bold;
    margin: .2em 0 1.5em 0;
    margin-left: 100px !important; 
}

fieldset textarea {
    width: 418px;
    height: 200px;   
}

fieldset textarea#id_summary,
fieldset textarea#id_intro {
    height: 100px;
}

fieldset textarea#id_body {
    height: 400px;
}

fieldset textarea#id_pull_quote {
    height: 20px;
}

fieldset select.vSelectMultipleField {
    width: 418px;
    height: 200px;
}

#content img {
    max-width: 520px;
}

div.latest-list {
    width: 172px;
    float: left;
}


div.latest-list dl {
    list-style-type: none;
    margin: 0 10px 0 0;
}

div.latest-list dl dt {
    margin: 0 0 2px 0;
}

div.latest-list dl dt a:link,
div.latest-list dl dt a:visited,
div.latest-list dl dt a:active {
    display: block;
    background-color: #2d2d2d;
    border-top: 1px solid #333;
    padding: 2px 5px 3px 5px;
    margin: 0;
    color: #B8CEE0;
    text-shadow: none;
}

div.latest-list dl dt a:hover {
    background-color: #333;
}

div.latest-list dl dd {
    margin: 0 0 2px 0;
    padding: 0;
    font-size: .8em;
    background-color: #2d2d2d;
    padding: 0 5px 2px 5px;
}

div#popular-theories dl dt {
    font-size: 1.4em;
}

p.paginator {
    width: 110px;
    float: right;
	text-align: right;
	height: 20px;
	padding: 0 5px;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	font-size: 9px !important;
	line-height: 30px !important;
}

p.paginator a:link,
p.paginator a:visited,
p.paginator a:active {
    color: #B8CEE0;
}

p.paginator a:hover {
    color: #fff;
}

p.paginator span {
	float: left;
	padding: 0 1em;
	display: block;
	border-right: 1px solid #ccc;
}

p.paginator span a:link, 
p.paginator span a:visited, 
p.paginator span a:active {
	color: #666;
}

p.paginator span.active a:link, 
p.paginator span.active a:visited, 
p.paginator span.active a:active {
	color: #333;
}

a.edit:link,
a.edit:visited,
a.edit:active {
    color: #B8CEE0;
    text-shadow: none;
}

a.edit:hover {
    color: #fff;
}

p.intro  {
    font-size: 1.5em;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

p.note {
    background-color: #304251;
    padding: 1em;
}

p.note a:link,
p.note a:visited,
p.note a:active {
    font-weight: bold;
    text-shadow: none;
}

fieldset p.note {
    font-size: .9em;
    margin: 1em 0 1.5em 0;
    margin-left: 100px !important; 
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

#zUL,#zUL ul {padding:0;margin:0}
#zUL li ul a {
    margin-left:1em;
    margin-right:1em;
    float:none;
    position:relative;
}
#zUL li {
    float:right;
    width:12em;
    position:relative;
    list-style-type:none;
    font-weight:600
}
#zUL li ul {
    visibility:hidden;
    position:absolute;
    width:12em;
}
#zUL li:hover ul {
    visibility:visible;
    background-color:#2d2d2d;
}
#zUL li.msieFix ul {
    visibility:visible;
    background-color:#2d2d2d;
}
* html fieldset p {z-index:-1}
* html #zUL li:hover ul,
* html #zUL li.msieFix ul {
  top:1.1em;
  left:.2em;
}

