/*****************************************
 * style.css                             *
 * ------------------------------------- *
 * Global stylesheet for skyinmotion.com *
 * (c) 2014 Brett Roberts                *
 ****************************************/

/****************************************
 * CUSTOM FONTS                         *
 ***************************************/
@import url(//fonts.googleapis.com/css?family=Droid+Sans);
@import url(//fonts.googleapis.com/css?family=Lato);
@import url(//fonts.googleapis.com/css?family=Oxygen);
@import url(//fonts.googleapis.com/css?family=Roboto);

/****************************************
 * GLOBAL ELEMENTS                      *
 ***************************************/

*{
font-family: Roboto, tahoma, sans-serif;
margin: 0px;
padding: 0px;
}

body
{
background: #333;
color: #ddd;
text-align: center;
}

h1
{
border-bottom: 1px dotted #999;
font-size: 18px;
font-weight: normal;
margin-bottom: 10px;
padding-bottom: 10px;
padding-top: 5px;
width: 100%;
}

h2
{
font-size: 15px;
margin-bottom: 15px;
padding-top: 5px;
}

img
{
border: 0px;
}

p
{
font-size: 12px;
line-height: 18px;
margin-top: 12px;
margin-bottom: 12px;
}

ul.content
{
font-size: 12px;
line-height: 18px;
margin-left: 16px;
margin-top: 12px;
margin-bottom: 12px;
}

input
{
background: #333;
border: 1px solid #666;
color: #eee;
font-size: 12px;
}

select
{
background: #fff;
border: 1px solid #fff;
color: #000;
font-size: 14px;
font-weight: bold;
padding: 1px;
}

textarea
{
background: #fff;
color: #000;
font-size: 14px;
}

a:link,a:visited,a:active
{
color: #6ad;
text-decoration: none;
}

a:hover
{
color: #fff;
}

/****************************************
 * SITE-WIDE CLASSES/IDs                *
 ***************************************/

/*
 * Site header
 */

#site_header
{
background: #555;
color: #999;
margin: 0px;
text-align: left;
height: 80px;
width: 100%;
min-width: 950px;
}

#site_header-left
{
display: inline;
float: left;
}

#site_header-right
{
display: inline;
float: right;
}

#site_header-left-banner
{
float: left;
}

#site_header-right-social
{
float: right;
padding-top: 30px;
padding-right: 10px;
}

.social_icon
{
height: 25px;
width: 25px;
}

a.social_link
{
padding-left: 6px;
padding-right: 6px;
}

#site_header-menu
{
float: left;
font-size: 15px;
list-style-type: none;
}
.site_header-menu-item
{
float: left;
}

a.site_menu:link,a.site_menu:visited
{
color: #ccc;
display: block;
font-size: 14px;
font-weight: bold;
height: 40px;
padding-left: 14px;
padding-right: 14px;
padding-top: 40px;
text-align: center;
text-transform: uppercase;
}
a.site_menu:active
{
color: #fff;
}
a.site_menu:hover
{
border-bottom: 3px solid #fff;
color: #fff;
}

a.site_menu-current:link,a.site_menu-current:visited,a.site_menu-current:active,a.site_menu-current:hover
{
border-bottom: 3px solid #ccc;
color: #ccc;
display: block;
font-size: 14px;
font-weight: bold;
height: 40px;
padding-left: 14px;
padding-right: 14px;
padding-top: 40px;
text-align: center;
text-transform: uppercase;
}

/*
 * Site footer
 */

#site_footer
{
border-top: 1px dotted #262626;
margin-bottom: 20px;
padding-bottom: 20px;
text-align: left;
width: 100%;
}

.site_footer-item
{
color: #ddd;
float: left;
font-size: 12px;
padding-left: 8px;
padding-right: 8px;
padding-top: 8px;
text-transform: uppercase;
}

/*
 * Page content container
 */

#page_content
{
color: #ddd;
margin: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
width: 100%;
min-width: 950px;
}

#page_content-pad
{
padding-left: 20px;
padding-right: 20px;
}

/*
 * Site navigation tracer
 */

#page_nav_tracer
{
color: #999;
font-family: 'Lato', tahoma, sans serif;
font-size: 15px;
font-weight: bold;
margin: 0px;
padding-bottom: 20px;
text-align: left;
}

a.nav_tracer:link,a.nav_tracer:visited,a.nav_tracer:active
{
color: #fff;
}
a.nav_tracer:hover
{
text-decoration: underline;
}

/*
 * Sub-navigation bar
 */

#sub_navbar
{
background: #2c2c2c;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
list-style-type: none;
margin-bottom: 20px;
padding-bottom: 5px;
padding-top: 5px;
text-align: center;
width: 100%;
}
.sub_navbar-item
{
display: inline-block;
font-size: 12px;
padding-left: 6px;
padding-right: 6px;
}

/*
 * Labeled image links
 */

.image_links_container
{
margin-bottom: 15px;
overflow: hidden;
}

.labeled_image_link-container
{
float: left;
overflow: hidden;
padding: 5px;
}

.labeled_image_link
{
position: relative;
}

img.labeled_image_link-image
{
display: block;
}

.labeled_image_link-label-container
{
background: #000;
display: block;
left: 0px;
opacity: 0.7;
height: 25px;
position: absolute;
bottom: 0px;
width: 100%;
z-index: 1;
}

.labeled_image_link-label
{
bottom: 0px;
display: block;
left: 0px;
padding: 3px;
position: absolute;
z-index: 2;
}

/*
 * Lightbox image thumbnail
 */
.lightbox_image_link
{
display: inline-block;
margin: 0 10px 20px 10px;
line-height: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
border: 4px solid #5e5e5e;
-webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
.lightbox_image_link:hover
{
border: 4px solid #6ad;
}

/****************************************
 * CHASE LOG PAGES                      *
 ***************************************/

/*
 * Chase year page
 */

 #chase_year_summary
 {
 font-family: Roboto, tahoma, sans-serif;
 padding: 8px;
 width: 90%;
 font-size: 13px;
 margin: auto;
 background: #292932;
 color: #fff;
 line-height: 20px;
 border-radius: 8px;
 }

.chase_year-month_entries_container
{
overflow: hidden;
width: 100%;
min-width: 920px;
}

.chase_year-chase_entry
{
float: left;
height: auto;
margin: 12px;
min-height: 100px;
position: relative;
width: 280px;
}

img.chase_year-chase_entry-photo
{
display: block;
min-height: 186px;
}

.chase_year-chase_entry-date_container
{
background: #000;
display: block;
left: 0px;
opacity: 0.5;
height: 32px;
position: absolute;
top: 0px;
width: 100%;
z-index: 1;
}

.chase_year-chase_entry-date
{
display: block;
left: 0px;
font-size: 20px;
padding-left: 5px;
padding-top: 4px;
position: absolute;
top: 0px;
z-index: 2;
}

.chase-year_chase_entry-bottom_container
{
background: #000;
bottom: 0px;
display: block;
height: 22px;
left: 0px;
opacity: 0.6;
position: absolute;
width: 100%;
z-index: 1;
}

.chase-year_chase_entry-destination
{
bottom: 0px;
display: block;
left: 0px;
font-size: 11px;
padding-bottom: 3px;
padding-left: 6px;
position: absolute;
z-index: 2;
}

.chase-year_chase_entry-spc
{
bottom: 0px;
display: block;
font-size: 11px;
font-weight: bold;
padding-bottom: 3px;
padding-right: 6px;
position: absolute;
right: 0px;
z-index: 2;
}

/*
 * Chase day page
 */

.chase_page-header-date
{
font-size: 14px;
font-weight: bold;
line-height: 22px;
text-align: center;
width: 100%;
}
.chase_page-header-destination
{
font-size: 14px;
line-height: 22px;
text-align: center;
width: 100%;
}

#chase_page-synopsis p
{
font-size: 13px;
line-height: 20px;
min-height: 120px;
padding: 3px
}

#chase_page-map
{
border: 1px solid #ccc;
height: 480px;
margin-bottom: 15px;
width: 700px;
}

#chase_page-account
{
}
#chase_page-account p
{
font-family: Roboto;
font-size: 13px;
line-height: 20px;
padding: 3px;
}

.chase_page-embedded_image
{
margin-top: 20px;
text-align: center;
width: 100%
}

.spc_seetext
{
color: #fcde0a;
}
.spc_marginal
{
color: #82d282;
}
.spc_slight
{
color: #ffc000;
}
.spc_enhanced
{
color: #f6c27f;
}
.spc_moderate
{
color: red;
}
.spc_high
{
color: magenta;
}

.spc_watch_svr
{
color: #00b2ee;
}
.spc_watch_tor
{
color: #fe0000;
}
.spc_watch_pdssvr
{
color: #00f;
}
.spc_watch_pdstor
{
color: #8a0000;
}

/****************************************
 * WEATHER PAGES
 ***************************************/

.centered
{
text-align: center;
}

div.select_label
{
display: inline;
font-size: 14px;
padding-left: 15px;
padding-right: 8px;
}

.top_selection
{
margin: auto;
padding-bottom: 15px;
}

.browser_image
{
/* height: 600px; */
margin: auto;
padding-bottom: 30px;
}

#climate_image
{
width: 800px;
}

.bottom_selection
{
margin: auto;
padding-bottom: 20px;
}

.browser_about
{
font-size: 14px;
font-weight: bold;
margin-bottom: 14px;
}

.browser_footer
{
color: #bbb;
font-size: 10px;
margin: auto;
}

#hour_navbar-wrapper
{
display: table;
margin: auto;
overflow: hidden;
}

#hour_navbar
{
display: table-cell;
margin: auto;
padding-bottom: 25px;
padding-top: 15px;
text-align: center;
}

#hour_navbar-links
{
display: table-cell;
float: left;
margin: auto;
}

#hour_navbar-prev
{
display: table-cell;
float: left;
margin: auto;
padding-right: 30px;
}
#hour_navbar-next
{
display: table-cell;
float: right;
margin: auto;
padding-left: 30px;
}

a.hour:link,a.hour:visited,a.hour:active
{
color: #6ad;
font-family: tahoma, sans-serif;
font-size: 12px;
padding: 6px;
text-decoration: none;
}
a.hour:hover
{
color: #fff;
}

a.hour_selected:link,a.hour_selected:visited,a.hour:active
{
background: #000;
color: #bbb;
font-family: tahoma, sans-serif;
font-size: 12px;
padding: 6px;
text-decoration: none;
}

a.hour_move:link,a.hour_move:visited,a.hour_move:active
{
background: #666;
border: 1px solid #000;
color: #fff;
font-family: tahoma, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 5px;
text-decoration: none;
}
a.hour_move:hover
{
border: 1px solid #fff;
}

.rank_table
{
border-collapse: collapse;
font-family: courier new,courier,monospace;
font-size: 11px;
margin-top: 10px;
margin-bottom: 30px;
}

.rank_table_td,.rank_table_th
{
background-clip: padding-box;
border: 1px solid #ccc;
padding: 6px;
position: static;
}

/****************************************
 * LINKS PAGES
 ***************************************/

ul.link_section_ul
{
list-style-type: square;
margin-bottom: 10px;
margin-left: 20px;
}

.link_li
{
font-size: 12px;
line-height: 20px;
padding-bottom: 10px;
}

/****************************************
* CONTACT PAGE
****************************************/

#contact_form
{
margin-bottom: 25px;
}

.contact_item_container
{
margin-bottom: 15px;
overflow: hidden;
}

.contact_label
{
float: left;
font-size: 13px;
width: 110px;
}

.contact_input
{
float: left;
width: 200px;
}
.contact_textarea
{
background: #333;
border: 1px solid #666;
color: #eee;
font-size: 12px;
float: left;
height: 200px;
width: 400px;
}
#contact_submit
{
font-size: 14px;
margin-top: 10px;
}
