/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

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

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
input[type=file], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  
/* ---- Global / Element ---- */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.chromeframe {position: absolute; top: 0;}

body
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	
	color: #666;
}

body, select, input, textarea {color: #333;}

a {color: #000;text-decoration: none;font-weight: 600;}
a:hover {text-decoration: underline;cursor: pointer;}

::-moz-selection{background: #000; color: #fff; text-shadow: none;}
::selection {background: #000; color: #fff; text-shadow: none;}

a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

strong {font-weight: 600;}

::-webkit-input-placeholder { color:#000; font-weight: bold; }
::-moz-placeholder { color:#000; font-weight: bold; }
:-moz-placeholder { color:#000; font-weight: bold; }
:-ms-input-placeholder { color:#000; font-weight: bold; }

h1,h2,h3,h4,h5,h6
{
	line-height: 140%;
	letter-spacing: 1px;
	color: #000;
	font-weight: 300;
}

h1
{
	margin-bottom: 20px;
	
	font-size: 28px;
	line-height: 34px;
	
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 300;
}

h2
{
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 16px;
	font-family: 'Merriweather Sans', sans-serif;
	font-style: italic;
	font-weight: 700;
	color: #939598;
	letter-spacing: 1px;
	
	text-transform: uppercase;
}

h3
{
	font-size: 24px;
	line-height: 30px;
	
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 300;
}

h4
{
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 5px;
	font-family: 'Merriweather Sans', sans-serif;
	font-style: italic;
	font-weight: 700;
	color: #939598;
	letter-spacing: 1px;
	
	text-transform: uppercase;
}

h5
{
	height: 30px;
	display: inline-block;
	
	font-size: 13px;
	line-height: 30px;
	color: #ccc;
	text-shadow: 1px 1px #000;
}

h6
{
	font-size: 14px;
	color: #24acdd;
}

hr
{
	background: none;
	width: 100%;
	height: 0;
	border: 0;
	border-bottom: 1px solid #ddd;
}

hr.dashed
{
	border-bottom: 1px dashed #ddd;
}

/* ---- Responsive Layout ---- */

.column-layout
{
	padding: 0 15px 15px 0;
	position: relative;
}

.column-layout.tight
{
	padding: 0 5px 5px 0;
	position: relative
}

.column-layout.fullbleed
{
	padding: 0;
	position: relative;
}

.column-layout.forms
{
	padding: 0 20px 20px 0;
	position: relative;
}

.column-layout .last
{
	width: auto;
	float: none;
	overflow: hidden;
}

.column-layout .span-12.last
{
	width: 100%;
	overflow: visible;
}

.span-12,.span-11,.span-10,.span-9,.span-8,.span-7,.span-6,.span-5,.span-4,.span-3,.span-2,.span-1
{
	padding-top: 15px;
	padding-left: 15px;
	float: left;
	position: relative;
}

/*
.span-12 > div,.span-11 > div,.span-10 > div,.span-9 > div,.span-8 > div,.span-7 > div,.span-6 > div,.span-5 > div,.span-4 > div,.span-3 > div,.span-2 > div,.span-1 > div
{
	margin-left: 15px;
}
*/

.tight > .span-12,.tight > .span-11,.tight > .span-10,.tight > .span-9,.tight > .span-8,.tight > .span-7,.tight > .span-6,.tight > .span-5,.tight > .span-4,.tight > .span-3,.tight > .span-2,.tight > .span-1
{
	padding-top: 5px;
	padding-left: 5px;
}

/*
.tight > .span-12 > div,.tight > .span-11 > div,.tight > .span-10 > div,.tight > .span-9 > div,.tight > .span-8 > div,.tight > .span-7 > div,.tight > .span-6 > div,.tight > .span-5 > div,.tight > .span-4 > div,.tight > .span-3 > div,.tight > .span-2 > div,.tight > .span-1 > div
{
	margin-left: 5px;
}
*/

.fullbleed > .span-12,.fullbleed > .span-11,.fullbleed > .span-10,.fullbleed > .span-9,.fullbleed > .span-8,.fullbleed > .span-7,.fullbleed > .span-6,.fullbleed > .span-5,.fullbleed > .span-4,.fullbleed > .span-3,.fullbleed > .span-2,.fullbleed > .span-1
{
	padding-top: 0;
	padding-left: 0;
}

.forms .span-12,.forms .span-11,.forms .span-10,.forms .span-9,.forms .span-8,.forms .span-7,.forms .span-6,.forms .span-5,.forms .span-4,.forms .span-3,.forms .span-2,.forms .span-1
{
	padding-top: 20px;
	padding-left: 20px;
}

/*
.fullbleed > .span-12 > div,.fullbleed > .span-11 > div,.fullbleed > .span-10 > div,.fullbleed > .span-9 > div,.fullbleed > .span-8 > div,.fullbleed > .span-7 > div,.fullbleed > .span-6 > div,.fullbleed > .span-5 > div,.fullbleed > .span-4 > div,.fullbleed > .span-3 > div,.fullbleed > .span-2 > div,.fullbleed > .span-1 > div
{
	margin-left: 0;
}
*/

.fullbleed
{
	padding: 0;
}

.span-12
{
	width: 100%;
}

.span-11
{
	width: 91%;
}

.span-10
{
	width: 83%;
}

.span-9
{
	width: 75%;
}

.span-8
{
	width: 66%;
}

.span-7
{
	width: 58%;
}

.span-6
{
	width: 50%;
}

.span-5
{
	width: 41%;
}

.span-4
{
	width: 33%;
}

.span-3
{
	width: 25%;
}

.span-2
{
	width: 16%;
}

.span-1
{
	width: 8%;
}

.content-area
{
	padding: 10px;
	position: relative;
}

/* ---- Text ---- */

.text-center
{
	text-align: center !important;
}

.text-left
{
	text-align: left !important;
}

.text-right
{
	text-align: right !important;
}

.text-justify
{
	text-align: justify !important;
}

/* ---- Module ---- */

.module
{
	background: url('../img/bg-module-header.png') repeat-x top left;
	min-height: 100px;
	border: 1px solid #edefef;
	border-radius: 5px;
}

.module-dark
{
	background-color: #eeeff0;
	border-color: #c6c6c6;
}

.module .module-header
{
	height: 30px;
	padding: 0 10px;
	position: relative;
	
	line-height: 30px;
	color: #ccc;
}

.module .module-header *
{
	vertical-align: baseline;
}

.module .module-header-utilitybar
{
	position: absolute;
	height: 30px;
	top: 0;
	right: 5px;
	
	line-height: 32px;
}

.module .module-header-utilitybar .button7
{
	margin-left: 2px;
	position: relative;
	right: -5px;
}

.module .module-utilitybar
{
	height: 15px;
	padding: 0 5px;
	
	line-height: 15px;
}

.module .module-collapsible
{
	cursor: pointer;
}

.module .module-collapsible-indicator
{
	background-color: #fff;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	float: left;
}

.module-header-spacer
{
	width: 50px;
	display: inline-block;
}

/* ---- Utility ---- */

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.left-border
{
	border-left: 1px solid #edefef;
}

.right-border
{
	border-right: 1px solid #edefef;
}

.rounded
{
	border-radius: 3px;
}

.rounded-top-left
{
	border-top-left-radius: 4px;
}

.rounded-top-right
{
	border-top-right-radius: 4px;
}

.hide
{
	display: none;
}

.clickable
{
	cursor: pointer;
}

.space-5
{
	height: 5px;
}

.space-10
{
	height: 10px;
}

.space-20
{
	height: 20px;
}

.space-35
{
	height: 35px;
}

.space-50
{
	height: 50px;
}

.space-100
{
	height: 100px;
}

.space-200
{
	height: 200px;
}

/* ---- Boxes ---- */

.panel
{
	background-color: #f9fafb;
	border: 1px solid #e0e0e1;
	border-radius: 3px;
	padding: 14px;
	position: relative;
}

.panel:hover
{
	background-color: #f1f7fa;
	border-color: #bdd5e1;
}

.panel.tight
{
	padding: 6px;
}

.tip
{
	padding: 5px;
}

/* ---- Buttons ---- */

.button1,.button2,.button3,.button4,.button5,.button6,.button7
{
}

.button1 img,.button2 img,.button3 img,.button4 img,.button5 img,.button6 img,.button7 img
{
	vertical-align: bottom;
	opacity: 0.6;
}

.button1:hover img,.button2:hover img,.button3:hover img,.button4:hover img,.button5:hover img,.button6:hover img,.button7:hover img
{
	opacity: 1;
}

.button1,.button2,.button3,.button4
{
	background-repeat: no-repeat,no-repeat,repeat-x;
	background-position: top left,top right,top left;
	height: 33px;
	padding: 0 17px;
	border: 0;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
	
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	letter-spacing: 1px;
	
	opacity: 0.8;
}

.button1:hover,.button2:hover,.button3:hover,.button4:hover
{
	opacity: 1;
	
	color: #fff;
}

.button1
{
	background-image: url('../img/btn-1-l.png'),url('../img/btn-1-r.png'),url('../img/btn-1-m.png');
	
	color: #fbf4c6;
	text-shadow: 0px 2px 0px #9d3128;
}

.button2
{
	background-image: url('../img/btn-2-l.png'),url('../img/btn-2-r.png'),url('../img/btn-2-m.png');
	
	color: #dadada;
	text-shadow: 0px 2px 0px #000;
}

.button3
{
	background-image: url('../img/btn-3-l.png'),url('../img/btn-3-r.png'),url('../img/btn-3-m.png');
	
	color: #cae8f8;
	text-shadow: 0px 2px 0px #064c54;
}

.button4
{
	background-image: url('../img/btn-4-l.png'),url('../img/btn-4-r.png'),url('../img/btn-4-m.png');
	height: 23px;
	padding: 0 10px;
	
	font-size: 12px;
	line-height: 19px;
	text-shadow: 0px 2px 0px #000;
	
	opacity: 1;
}

.button4:hover
{
	background-image: url('../img/btn-4-l-sel.png'),url('../img/btn-4-r-sel.png'),url('../img/btn-4-m-sel.png');
}

.button5
{
	background-color: #444444;
	height: 29px;
	padding: 0 10px;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
	
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	text-decoration: none;
}

.button5:hover
{
	background-color: #00aced;
	
	color: #fff;
}

.button6
{
	background-color: #444444;
	height: 29px;
	padding: 0 10px;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
	
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	text-decoration: none;
	opacity: 0.5;
}

.button6:hover
{
	opacity: 1;
	
	color: #fff;
}

.button7,ul.button-group > li
{
	background-color: rgba(255,255,255,0.08);
	height: 32px;
	padding: 0 10px;
	display: inline-block;
	cursor: pointer;
	
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 32px;
	color: #ccc;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
}

.button7:hover,ul.button-group > li:hover,ul.button-group > li.sel
{
	background: url('../img/btn-7-sel.png') repeat-x;
	color: #fff;
}

ul.button-group
{
	display: inline-block;
	position: relative;
	right: -5px;
}

ul.button-group > li
{
	display: inline-block;
}

/* ---- Forms ---- */

.forms
{
	line-height: 20px;
	color: #888;
	letter-spacing: 1px;
}

.forms div.blank
{
	height: 40px;
}

.forms input,.forms textarea
{
	background-color: #fafafa;
	width: 100%;
	height: 36px;
	margin: 4px 0 0;
	padding: 0 7px;
	border: 1px solid #bababa;
	border-radius: 5px;
}

.forms input:focus
{
	background-color: #f1f7fa;
	width: 100%;
	border-color: #bdd5e1;
	outline: none;
}

.forms input[type=file]
{
	padding: 7px;
}

.forms input[type=radio],.forms input[type=checkbox]
{
	width: auto;
	height: 17px;
	margin-right: 5px;
}

.forms textarea
{
	height: auto;
	padding: 5px 7px;
}

.forms select
{
	width: 100%;
	height: 36px;
}

.forms .custom-select
{
	width: 100%;
	height: 36px;
	margin-top: 4px;
	
	font-size: 14px;
}

.forms .custom-selectInner
{
	background: url('../img/btn-select-forms-arrow.png') no-repeat center right;
	line-height: 30px;
}
/* ---- Custom Select Menus ---- */

select
{
	cursor: pointer;
}

select.hasCustomSelect
{
	padding: 2px 5px;
	border: 1px solid #ccc;
	margin-top: 5px;
}

.custom-select
{
	background: #eeefef;
	height: 20px;
	margin-top: 5px;
	padding: 3px 5px 2px;
	border: 1px solid #999;
	border-radius: 3px;
	
	color: #666;
	font-size: 11px;
	line-height: 11px;
}

.custom-selectInner
{
	background: url('../img/btn-select-arrow.png') no-repeat center right;
	width: 100%;
	padding-right: 15px;
}

/* ---- Custom Buttons ---- */

.custom-button
{
	background: #eeefef;
	height: 20px;
	margin-top: 5px;
	padding: 3px 5px 2px;
	border: 1px solid #999;
	border-radius: 3px;
	display: inline-block;
	
	line-height: 11px;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

.custom-select-button
{
	background: #eeefef url('../img/btn-select-button-arrow.png') no-repeat 100% 6px;
	height: 20px;
	margin-top: 5px;
	padding: 3px 25px 2px 5px;
	border: 1px solid #999;
	border-radius: 3px;
	display: inline-block;
	
	font-size: 11px;
	line-height: 11px;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

.custom-button:hover,.custom-select-button:hover
{
	color: #666;
}

.custom-select-date
{
	background: #fff url('../img/btn-select-date-arrow.png') no-repeat center right;
	height: 30px;
	padding: 0 40px 0 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
	
	font-size: 17px;
	line-height: 30px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

.custom-select-date:hover
{
	color: #666;
}

.custom-select-date img
{
	margin: 0 7px 0 2px;
}
