/*
 * 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.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: Constantia, 'Hoefler Text', 'Times New Roman', Times, serif; color: #333; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

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


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; text-decoration: none; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0 0 1.4em 0; padding: 0 0 0 40px; }
li { margin: 0 0 .5em 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: Michael Bouchard
   ========================================================================== */

p, ul, ol, address { margin: 0 0 1.3em 0; line-height: 1.4em; }

h1 
{ 
	font-family: 'Gruppo', Georgia, serif; 
	color: #fff; 
	font-size: 4em; 
	margin: 0 0 .35em 0; 
	line-height: .9em; 
	font-weight: normal; 
	background: url(../images/back_accent.png) no-repeat;
	text-shadow: 2px 1px 1px #4890B0;
}

body { qqqbackground: #222; background: #959899 url(../images/back_pattern1.png); }

.introduction
{
	font-size: 1.3em;
	color: #BEE5F4;
	margin: 0 0 2em;
}
.actions
{
	list-style: none;
	margin: 0 0 4.6em 0;
	padding: 0;
}
.action_item
{
	float: left;
	margin-right: 33px;
	display: block;	
}
a.btn_basic
{
	background: #BA0000;
	color: #fff;
	padding: 6px 9px 4px;	
	
	-webkit-box-shadow: 0px 0px 4px 0px #777;
    -moz-box-shadow: 0px 0px 4px 0px #777;
    box-shadow: 0px 0px 4px 0px #777;
}

a.btn_basic:hover
{
	background: #444;
	-webkit-transition: background linear .2s; 
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
	transition: background linear .2s;
}
a.btn_basic:active { background: #000; }

.footer { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	font-family:  Verdana, Geneva,'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}
.footer_item
{
	float: left;
	display: block;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 0 9px 0 0;
	margin: 0 9px 0 0;
	font-size: .8em;
	border-right: 1px solid #BEE5F4;
	color: #BEE5F4;
}
.footer_item.last { border: none; }
.footer_item a, .footer_item a:visited
{
	padding: 2px 4px;
	color: #BEE5F4;
}
.footer_item a:hover, .footer_item a:active , a.link_alt
{
	color: #BA0000;
}


a.link_alt:hover { color: #BEE5F4; }

h1
{
	background-position: -33px 2px;
	padding: 0 0 0 6%;
}
#container { 
	padding: 60px 0 0 0; 
	background: #519ABF; 
	margin: 6px;
	border-left: 1px solid #61B0CE;
	border-top: 1px solid #61B0CE;
	-webkit-box-shadow: 5px 0px 6px -2px #777;
    -moz-box-shadow: 5px 0px 6px -2px #777;
    box-shadow: 5px 0px 6px -2px #777;
}
#main { padding: 0  7%; }
footer { padding: 0 0 70px 7%; }


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.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: drupal.org/node/897638 */
.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; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* =============================================================================
   Media Queries
   ========================================================================== */
   

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
  
  
	h1 
	{
		background-position: -17px 6px;
		line-height: 1em;
		padding: 0 0 0 7%;
	}
	#container { padding: 33px 0 0 0; }
	
	#main { padding: 0  7%; }
	
	footer { padding: 0 0 60px 7%; }
}






@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
  
    h1
	{
		background-position: 0px 6px;
		padding: 0 0 0 7.5%;
	}

	#container { 
		padding: 70px 0 0 0;
		width: 75%;
	}
	
	#main { padding: 0 7.5%; }
	
	footer { padding: 0 7.5% 85px 7.5%; }

}
