/* + GLOBAL SETTINGS */
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: "" "";
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

/* + UTILITY */
.section:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.section {
    display: inline-block;
}

html[xmlns] .section {
    display: block;
}

* html .section {
    height: 1%;
}

/* - GLOBAL SETTINGS */

#header, #footer {
        background-color:#fff;
        margin:0 22px;

}


#header {
                height: 115px;
}

#container{
        background-color:#fff;
        overflow:hidden;
        margin:0 22px;
        padding-left:143px;
}

* html #container{
        height:1%;
}

#page {
        background-color:#fff;
        width: 100%;
        border-left:143px solid #cdcdcd; /* The width and color of the rail */
        margin-left:-143px; /* Hat tip to Ryan Brill */
        float:right;
}

#content {
        padding-left: .5em;
        line-height: 1.4em;
}

#content li p {
        padding: 0px;
}

#sidebar {
        background-color:#cdcdcd;
        padding-top: 10px;
        width:143px;
        float:left;
        margin-left: -143px;
        display:inline; /* So IE plays nice */
}

#print-logo {
        display: none;
}

#logo {
   position: absolute;
   width: 163px;
   height: 115px;
   background: url('/images/logo.png') no-repeat top left;
   z-index: 10;
}

#logo span {

        display: -moz-inline-block;
        display: inline-block;
        width: 163px;
        height: 115px;
        cursor: pointer;
        text-indent: -9999px;
}

#logo a {
text-decoration: none;
}

* html #logo a {
        display: block;
        width: 163px;
        height: 115px;
}

#nav-container {
        position: absolute;
        height: 25px;
        background-color: #cdcdcd;
        width: 97%;
        margin-top: 70px;
        z-index: 1;
}

#nav-container ul {
  height: 25px;
  padding-left: 175px;
}

#nav-container ul li{
  display: inline;

}

#nav-container ul li a:link,
#nav-container ul li a:active,
#nav-container ul li a:visited,
#nav-container ul li a:hover
{
  display: -moz-inline-block;
  display: -moz-inline-box;
  display: inline-block;
  height: 25px;
  font-weight: 900;
  position: relative;
  padding: 0 5px;
  width: auto;
  color: #333;
  text-decoration: none;
  line-height: 25px;
}

#nav-container ul li a:hover {
  color: #fff;
  background: #00539d;
}

#nav-container ul li a span {
        font-size: 0.85em;
        text-align: center;
        line-height: 25px;
        margin-top: 3px;
}

#nav { padding-left: 173px;}

#footer {
        background: #fff url('/images/container_codecite_footer.gif') no-repeat top left;
        padding-left: 153px;
        height: 51px;
}

/* + FONTS / HEADERS */

html {
        font-family: Arial, Helvetica, sans-serif;

}

ol {
        padding-top: 1%;
}

ol > li {
        margin-left: 5%;
        list-style: decimal;

}

code, pre {
        font-family: monospace;
        font-size: 110%;
        line-height: 1.2em;
}

* html code, * html pre {
        font-size: 80% !important;
}

pre {
        border: 1px solid gray;
        background-color: #ffffcc;
        padding: .6em;
        margin: .6em;
}

#page {
        color: #414141;
        font-size: 90%;


}

*html {
                line-height: 1.4em;
}

#page h1 {
        margin: 10px 15px;
        font-size: 28px; 
				color: #4d5c54;
				
}


#page h2 {
        margin: 10px 15px;
				font-size: 18px;
}

#page h2 a:link, #page h2 a:visited,  #page h2 a:active,  #page h2 a:hover{
        text-decoration: none;
				color: black;
}

#page h3 {
        margin-top: 10px;
        margin-left: 20px;
        font-size: 18px;
}

#page p, #page ul li{
        padding: 0 15px;

}

#page a:link,
#page a:visited,
#page a:active{
        text-decoration: none; color: #336699;}

#page a:hover {
        text-decoration: underline;
}

#page ul {
        padding: .5em;
        margin-left: 15px;
}

#page ul li {
        padding-left: 15px;
        background: url('/images/page_bullet.gif') no-repeat 0 0.3em;
}

#sidebar h2 {
        font-size: 22px;
        margin-left: 9px; 
				color: #4d5c54;
}

#sidebar ul li a {
        font-size: 75%;
        color: #555;
        font-weight: bold;
        text-decoration: none;
}

#sidebar ul li a em {
        font-size: 90%;
        font-style: italic;
        color: #254991;
}


#sidebar ul {
        padding-top: 10px;
}

#sidebar ul li {
        background: url('/images/column_left_bullet.gif') no-repeat 0 2px;
        padding-left: 15px;
        margin-top: 15px;
}

#sidebar ul li a {
        display: block;

}

#sidebar ul li a em {
        display: block;
        padding-top: 5px;
}

#container-footer span {
         font-size: 70%;
}

#footer-nav ul {
        font-size: 70%;
}

#footer-nav ul li a:link,
#footer-nav ul li a:visited,
#footer-nav ul li a:active,
#footer-nav ul li a:hover {
        text-decoration: none;
        color: #336699;
}

#footer span {
        font-size: 70%;
        line-height: 1.2em;
        color: #6d6d6d;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
        text-decoration: underline;
        color: #6d6d6d;
}

/* - FONTS / HEADERS */

/* + UTILITY */

.hide {
        display: none;
}

.center {
  text-align: center;
}

.clear {
        height: 1%;
        clear: both;
}

td {
        border: 0px solid gray;
        padding: 0 0.5em;
}

td.no-border{
  border: 0px solid gray;
}

.evaluations .first-textarea-question td, .evaluations td.submit {
  padding-top: 2em;
}

.evaluations .legend th {
  border: 0;
}

.evaluations th {
  font-weight: bold;
  border-bottom: 1px solid black;
}

.evaluations .answer {
  text-align: center;
  padding: 0 1em;
}

.evaluations td.question {
  vertical-align: top;
}

.evaluations textarea.answer {
  text-align: left;
  height: 6em;
  width: 98%;
  padding: 0;
}