/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers:h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Globals
   ========================================================================== */
body {
    font-family: 'open_sansregular', Arial, sans-serif;
    background: transparent url('../images/gui/bg_blue.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 14px;
    color: #2a3031;
}

i{
    font-family: 'open_sansitalic', Arial, sans-serif;
    font-style: normal;
}


/* ==========================================================================
   Items
   ========================================================================== */

#content {
    width: 890px;
    margin: 0 auto;
    /* background: #f3f9f9 url('../images/gui/bg_content.png') 0 0 repeat-y; */
    background-color: #f3f9f9
}

.logo-wrapper{
    position: relative;
    border-bottom: 1px solid #12826e; /* Dark green */
    border-top: 5px solid #12826e; /* Dark green */
    background-color: #5ba99c;
}
    .logo-wrapper h1 {
        margin: 20px auto;
        padding: 0;
        width: 401px;
        height: 75px;
        background: transparent url('../images/gui/logo_2.png') 0 0 no-repeat;
        text-indent: -999em;
    }
.warwick{
    display: block;
    position: absolute;
    background: transparent url('../images/gui/warwick.png') 0 0 no-repeat;
    height: 45px;
    width: 155px;
    left: 20px;
    top: 34px;
    opacity: 0.7;

}
.darwin{
    display: block;
    position: absolute;
    background: transparent url('../images/gui/darwin.png') 0 0 no-repeat;
    height: 80px;
    width: 63px;
    right: 20px;
    top: 10px;
    opacity: 0.7;
}
.warwick:hover,
.darwin:hover{
    opacity: 1.0;
}

#item{
    border: 0px solid black;
    width: 500px;
    margin-left: 63px;
    float: left;
}

#all_items {
    padding: 15px;
    height: 500px;
}

.nbl {
    width: 268px;
    float: left;
    margin-bottom: 40px;
}

#wrapper {
    width: 800px;
}

.content-wrapper{
    border-top: 1px solid #9bc9c3; /* Dark green */
}

.footer {
    padding: 40px;
    text-align: center;
    border-top: 1px solid #12826e;
    border-bottom: 5px solid #12826e;
    background-color: #5ba99c;
}

#options1,
#options2 {
    margin-left: -20px;
    padding: 20px 0px 20px 35px;
    background-color: #dceceb;
    color: #007d5f;
    font-family: 'open_sansbold', arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
    position: relative;
}

.corner {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    background: transparent url('../images/gui/corner.svg') 0 0 no-repeat;
}

#options1 {
    padding-bottom: 0;
}

#options1 select{   
    margin-left: 5px;
    outline: none;
}

#options2 {

}

#tax_nav_tab {
    padding: 2px 4px 2px 10px;
    cursor: pointer;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border: 2px solid #5ba99c;
    margin-left: 3px;
}

#shape_nav_tab {
    padding: 2px 10px;
    cursor: pointer;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border: 2px solid #5ba99c;
    border-left: 0;
}

.selected_tab {
    text-decoration: none;
    background-color: #5ba99c;
    color: #fff;
}

.unselected_tab {
    background-color: #fff;
    color: #5ba99c;
}

.unselected_tab:hover{
    color: #007d5f;
}

#options3 {
    padding: 20px 0px 10px 15px;
    background-color: #dceceb;
    color: #007d5f;
    font-family: 'open_sansbold', arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#options3 img {
    border: solid #ffffff 1px;
}

#options3 a {
    color: #0f2b5b;
    text-decoration: none;
    font-family: open_sansregular, Arial, sans-serif;
    font-size: 14px;
     text-transform: none;
}

#options4 {
    padding: 10px 0px 20px 15px;
    background-color: #dceceb;
    color: #007d5f;
    font-family: 'open_sansbold', arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#options4 a {
    color: #0f2b5b;
    text-decoration: none;
    font-family: open_sansregular, Arial, sans-serif;
    font-size: 14px;
     text-transform: none;
}

#all_items {
    overflow: auto;
    background-color: #5ba99c;
}

#items {
    display: block;
    margin-top: 0px;
    padding: 5px 0px 5px 0px;
}

.nav_item_tax,
.nav_item_shape {
    display: block;
    padding: 0px 0px 0px 3px;
    color: #fff;
    text-decoration: none;
    cursor: default;
    font-family: 'open_sansbold', arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.nav_item {
    display: block;
    padding: 0px 5px 0px 13px;
    color: #e4f9f9;
    text-decoration: none;
    font-size: 14px;
}

.nav_item.active,
.nav_item.active:hover {
    color: #1c5046;
}

.nav_item:hover {
    display: block;
    padding: 0px 5px 0px 13px;
    color: #fff;
    text-decoration: none;
}

.selected_item {
    display: block;
    padding: 0px 5px 0px 8px;
    color: #0f2b5b;
    text-decoration: none;
    font-family: 'open_sansitalic', Arial, sans-serif;
    cursor: default;
}

/* Content */

#picture img {
    max-height: 382px;
    width: 100%;
    height: 382px;
}

#thumb_scroll_container {
    position: relative;
    top: 0px;
    padding: 0px;
    width: 100%;
    height: 42px;
    text-align: center;
}

.arrows {
    width: 95px;
    height: 25px;
}

#highlighter {
    position: absolute;
    top: 0px;
    left: 80px;
}

#leftarrow {
    position: absolute;
    top: 10px;
    left: 0px;
    cursor: pointer;
}

#rightarrow {
    position: absolute;
    top: 10px;
    left: 315px;
    cursor: pointer;
}

#picture_info {
    padding: 5px;
    padding-left: 10px;
    font-size: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #12826e; /* Light green */
}

#item_info {
    font-size: 14px;
    padding: 20px 10px 10px 0;
    color: #2a3031;
    border-top: 1px solid #9bc9c3; /* Dark green */
    margin-bottom: 40px;
}


#item_title {
    margin-right: 10px;
    color: #218978;
    font-family: 'open_sansbold_italic', arial, sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    display: inline;
}
.note_title {
    margin: 20px 10px 0 0;
    color: #218978;
    font-family: 'open_sansbold', arial, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: inline-block;
}
.version {
    font-size: 10px;
}
#item_author {
    font-family: 'open_sansregular', arial, sans-serif;
    font-size: 13px;
    letter-spacing: .1em;
}

#item_desc {
    overflow: auto;
    margin-top: 20px;
    min-height: 80px;
}

h2 {
    color: #218978;
    font-family: 'open_sansbold', arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
h3 {
    color: #218978;
    font-family: 'open_sansbold', arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 2.2em 0 1.0em 0;
}
h4 {
    font-family: 'open_sansbold', arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}



/* ==========================================================================
   Gallery
   ========================================================================== */
.gallery {
	background-color: #000000;
    margin-top: 20px;
}
.images {
	display: block;
	position: relative;
	width: 500px;
	height: 375px;
}
.images img{
	display: none;
	position: absolute;
	max-height: 375px;
	max-width: 500px;
}
.images img.first{
	display: block;
}
.preview {
	display: block;
	position: relative;
	height: 40px;
}
.thumbnails {
	width: 450px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 25px;
}
.thumbnails ul {
	margin: 0;
	padding: 0;
	width: 10000px;
	list-style-type: none;
}
.thumbnails li {
	float: left;
	padding-right: 5px;
}
.thumbnails a {
	display: block;
    position: relative;
}
.thumbnails img {
	display: block;
	width: 40px;
	height: 40px;
}
.thumbnails span {
    display: none;
}
.thumbnails a.active span {
    display: block;
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 3px solid #349784;
    position: absolute;
}

.preview_left,
.preview_right,
.preview_left a,
.preview_right a {
	display: block;
	width: 25px;
	height: 40px;
}
.preview_left {
	position: absolute;
	top: 0;
	left: 0;
}
.preview_right {
	position: absolute;
	top: 0;
	right: 0;
}
.preview_left a {
    background: #dceceb url('../images/gui/arrows.png') 0 0 no-repeat;
}
.preview_right a {
    background: #dceceb url('../images/gui/arrows.png') -25px 0 no-repeat;
}
.preview_left:hover {
    background-position: 0 -40px;
}
.preview_right:hover {
    background-position: -25px -40px;
}
.preview_left:active {
    background-position: 0 -80px;
}
.preview_right:active {
    background-position: -25px -80px;
}



.image-arrows {
  display: block;
}
.image-arrow{
    z-index: 2;
    position: absolute;
    display: block;
    height: 375px;
    width: 20%;
    overflow: hidden;
}
.image-arrow span{
    display: none;
    height: 375px;
    background-color: rgb(200, 200, 200);
    background-image: url("../images/gui/arrows.svg");
    background-repeat: no-repeat;
    opacity: 0.8;
}
.image-arrow:hover span{
    display: block;
}
.next {
  right: 0;
  padding-left: 30%
}
.next span{
    background-position: -473px 138px;
}
.prev {
  left: 0;
  padding-right: 30%
}
.prev span{
    background-position: 20px 150px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `: before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {



}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a: visited {
        text-decoration: underline;
    }

    a[href]: after {
        content: " (" attr(href) ")";
    }

    abbr[title]: after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a: after,
    a[href^="javascript: "]: after,
    a[href^="#"]: after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}