/* 
* Skeleton V1.0.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 5/20/2011
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}
body {
	line-height: 1; 
}
ol, ul {
	list-style: none; 
}
blockquote, q {
	quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; 
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
}
		
		
/* #Basic Styles
================================================== */
body { 
	background: #fff;
	font: 80%/130%  Tahoma, Verdana, Helvetica, Arial,sans-serif;
	color: #444; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
 }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { 
		font-weight: normal;
		margin-bottom: 0.4em;
		line-height: 1.2em;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 2.5em; }
	h2 { font-size: 2.1em; }
	h3 { font-size: 1.8em; }
	h4 { font-size: 1.5em; }
	h5 { font-size: 1.2em; font-weight: bold; }
	h6 { font-size: 1em; font-weight: bold; }
	p { margin: 0 0 20px 0; line-height: 135%; }
	p img { margin: 0; }
	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }
	.left {float:left !important;}
	p .left, img.left {margin: 0 1.5em 1em 0;padding:0;}
	.right {float:right !important;}
	p .right, img.right {margin: 0 0 1.5em 1em;padding:0;line-height: 120%;}
	p a, p a:visited { line-height: inherit; }
	strong, dfn {font-weight:bold;}
	em, dfn {font-style:italic;}
	sup, sub {line-height:0;}
	abbr, acronym {border-bottom:1px dotted #666;}
	address {margin:0 0 1.5em;font-style:italic;}
	del {color:#666;}
	pre {margin:1.5em 0;white-space:pre;}
	pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
	li ul, li ol {margin:0;}
	ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
	ul {list-style-type:disc;}
	ol {list-style-type:decimal;}
	dl {margin:0 0 1.5em 0;}
	dl dt {font-weight:bold;}
	dd {margin-left:1.5em;}
	table {margin-bottom:1.4em;width:100%;}
	th {font-weight:bold; text-align: left;}
	thead th {background:#7a9cd9;color:#fff;}
	thead td {background:#c3d9ff;}
	th, td, caption {padding:4px 10px 4px 5px;}
	tbody tr:nth-child(even) td, tbody tr:nth-child(even) th {background:#e5ecf9;}
	tfoot {font-style:italic;}
	caption {background:#eee;}
	.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
	.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
	.hide {display:none;}
	.quiet {color:#666;}
	.loud {color:#000;}
	.highlight {background:#ff0;}
	.added {background:#060;color:#fff;}
	.removed {background:#900;color:#fff;}
	.first {margin-left:0;padding-left:0;}
	.last {margin-right:0;padding-right:0;}
	.top {margin-top:0;padding-top:0;}
	.bottom {margin-bottom:0;padding-bottom:0;}
	
/* #Blockquotes
================================================== */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

/* #Links
================================================== */
	a {color: #0089ca; text-decoration:none;}
	a:visited { color: #35728f; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #00adff; text-decoration:underline; }
	a:active {color:#ca0000;}
	

/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }
	
	
/* #Images
================================================== */
img.scale-with-grid { 
	max-width: 100%;
	height: auto; 
}


/* #Buttons
================================================== */
.container form a.button, 
.container form button,
.container form input[type="submit"],
.container form input[type="reset"],
.container form input[type="button"] {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
}
.container form a.button:hover, 
.container form button:hover,
.container form input[type="submit"]:hover,
.container form input[type="reset"]:hover,
.container form input[type="button"]:hover {
	color: #222;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa; 
}
.containera form .button:active, 
.container form button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(100%,rgba(255,255,255,.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa; 
}
.container form .button.full-width, 
.container form button.full-width,
.container form input[type="submit"].full-width,
.container form input[type="reset"].full-width,
.container form input[type="button"].full-width { 
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; 
}

		
			
/* #Forms
================================================== */
form {
	overflow:hidden;
}
fieldset {
	border-top:1px solid #ddd;
	padding: 20px 0 0 0;
	position:relative;
	margin: 10px 0 30px 0;
}
legend {
	font-size:1.5em;
	padding: 0 .8em 0 0;
	background: none;
	border: 0;
}
form p {
	margin-bottom: 8px;
}
form fieldset p {
	margin-bottom: 16px;
}
fieldset p label {
	width:20%;
	float: left;
	clear: left;
	line-height: 120%;
	font-weight: bold;
}
fieldset input[type="submit"],
fieldset .button {
	margin-left: 20%;
}
form input[type="text"],
form textarea,
form select,
form input[type="password"] {
	padding: 3px;
}
fieldset p input[type="text"],
fieldset p textarea,
fieldset p select,
fieldset p input[type="password"] {
	width:70%;
	border-style: solid;
	border-width: 1px;
	border-color: #abadb3 #e3e9ef #e3e9ef #abadb3;
}
fieldset p .labelgroup {
	display: block;
	float: left;
	width:70%;
	padding: 0 0 .8em 0;
}
fieldset p .labelgroup label {
	float: left;
	width: auto;
	clear: none;
	margin: 0 1em .5em 0;
}
fieldset p:hover {
	background-color: #f3f3f3;
}
fieldset p.autowidth  input,
fieldset.autowidth p select,
fieldset.autowidth p input[type="text"],
fieldset.autowidth p input[type="password"] {
	width: auto;
}
.alert, .notice, .success {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}

.alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info {
	background: url(../pics/information.png) no-repeat 0 0;
	padding: 0 0 0 22px;
	font-size: 85%;
}

.error,
.error small {
	color: #c00;
}
.error input,
.error select,
.error textarea {
	border-color: #c00;
}
.reset {
	color: #c00 !important;
}
form small {
	font-size: 85%;
	color: #666;
	font-weight: normal;
}

		
/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* #Base 960 Grid 
================================================== */

.container, .layout { position: relative; width: 960px; margin: 0 auto; padding: 0; clear: both; }
.column, .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row { margin-bottom: 20px; }
.row .row:last-child { margin-bottom: 0; }

/* Nested Column Classes */
.column.alpha, .columns.alpha { margin-left: 0; }
.column.omega, .columns.omega { margin-right: 0; }

/* Base Grid */
.one.column 					{ width: 40px;  }
.two.columns 				{ width: 100px; }
.three.columns 				{ width: 160px; }
.four.columns 				{ width: 220px; }
.five.columns 				{ width: 280px; }
.six.columns 				{ width: 340px; }
.seven.columns 				{ width: 400px; }	
.eight.columns 				{ width: 460px; }
.nine.columns 				{ width: 520px; }
.ten.columns 				{ width: 580px; }	
.eleven.columns 				{ width: 640px; }	
.twelve.columns 				{ width: 700px; }
.thirteen.columns 			{ width: 760px; }	
.fourteen.columns 			{ width: 820px; }	
.fifteen.columns 			{ width: 880px; }
.sixteen.columns 			{ width: 940px; }

.one-third.column			{ width: 300px; }
.two-thirds.column			{ width: 620px; }

/* Offsets */	
.offset-by-one 				{ padding-left: 60px;  }
.offset-by-two 				{ padding-left: 120px; }
.offset-by-three 			{ padding-left: 180px; }
.offset-by-four 				{ padding-left: 240px; }
.offset-by-five 				{ padding-left: 300px; }
.offset-by-six 				{ padding-left: 360px; }
.offset-by-seven 			{ padding-left: 420px; }
.offset-by-eight 			{ padding-left: 480px; }
.offset-by-nine 				{ padding-left: 540px; }
.offset-by-ten 				{ padding-left: 600px; }
.offset-by-eleven 			{ padding-left: 660px; }
.offset-by-twelve 			{ padding-left: 720px; }
.offset-by-thirteen 			{ padding-left: 780px; }
.offset-by-fourteen 			{ padding-left: 840px; }
.offset-by-fifteen 			{ padding-left: 900px; }

/* #Tablet (Portrait)
================================================== */	
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container { width: 768px; }
	.column, 
	.columns { margin-left: 10px; margin-right: 10px;  }
	.column.alpha, .columns.alpha { margin-left: 0; margin-right: 10px; }
	.column.omega, .columns.omega { margin-right: 0; margin-left: 10px; }

	.one.column 					{ width: 28px;  }
	.two.columns 				{ width: 76px; }
	.three.columns 				{ width: 124px; }
	.four.columns 				{ width: 172px; }
	.five.columns 				{ width: 220px; }
	.six.columns 				{ width: 268px; }
	.seven.columns 				{ width: 316px; }	
	.eight.columns 				{ width: 364px; }
	.nine.columns 				{ width: 412px; }
	.ten.columns 				{ width: 460px; }	
	.eleven.columns 				{ width: 508px; }	
	.twelve.columns 				{ width: 556px; }
	.thirteen.columns 			{ width: 604px; }	
	.fourteen.columns 			{ width: 652px; }	
	.fifteen.columns 			{ width: 700px; }
	.sixteen.columns 			{ width: 748px; }
	
	.one-third.column			{ width: 236px; }
	.two-thirds.column			{ width: 492px; }		
	
	/* Offsets */	
	.offset-by-one 				{ padding-left: 48px;  }
	.offset-by-two 				{ padding-left: 96px; }
	.offset-by-three 			{ padding-left: 144px; }
	.offset-by-four 				{ padding-left: 192px; }
	.offset-by-five 				{ padding-left: 288px; }
	.offset-by-six 				{ padding-left: 336px; }
	.offset-by-seven 			{ padding-left: 348px; }
	.offset-by-eight 			{ padding-left: 432px; }
	.offset-by-nine 				{ padding-left: 480px; }
	.offset-by-ten 				{ padding-left: 528px; }
	.offset-by-eleven 			{ padding-left: 576px; }
	.offset-by-twelve 			{ padding-left: 624px; }
	.offset-by-thirteen 			{ padding-left: 672px; }
	.offset-by-fourteen 			{ padding-left: 720px; }
	.offset-by-fifteen 			{ padding-left: 900px; }
}
	
/*	#Mobile (Portrait) 
================================================== */
/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
	.container { width: 300px; }
	.columns, .column { margin: 0; }
	
	.one.column,
	.two.columns,
	.three.columns,
	.four.columns,
	.five.columns,
	.six.columns,
	.seven.columns,
	.eight.columns,
	.nine.columns,
	.ten.columns,
	.eleven.columns,
	.twelve.columns,
	.thirteen.columns,
	.fourteen.columns,
	.fifteen.columns,
	.sixteen.columns, 
	.one-third.column, 
	.two-thirds.column  { width: 300px; }
	
	/* Offsets */	
	.offset-by-one,				
	.offset-by-two, 					
	.offset-by-three, 				
	.offset-by-four, 					
	.offset-by-five, 					
	.offset-by-six, 					
	.offset-by-seven, 				
	.offset-by-eight, 				
	.offset-by-nine, 					
	.offset-by-ten, 					
	.offset-by-eleven, 				
	.offset-by-twelve, 				
	.offset-by-thirteen, 			
	.offset-by-fourteen, 			
	.offset-by-fifteen { padding-left: 0; } 			
			
}	 
	
	
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container { width: 420px; }
	.columns, .column { margin: 0; }
	
	.one.column,
	.two.columns,
	.three.columns,
	.four.columns,
	.five.columns,
	.six.columns,
	.seven.columns,
	.eight.columns,
	.nine.columns,
	.ten.columns,
	.eleven.columns,
	.twelve.columns,
	.thirteen.columns,
	.fourteen.columns,
	.fifteen.columns,
	.sixteen.columns,
	.one-third.column, 
	.two-thirds.column { width: 420px; }
}
	 
	
/* #Clearing
================================================== */
/* Use clearfix class on parent to clear nested columns, 
or wrap each row of columns in a <div class="row"> */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row, 
.clearfix {
  zoom: 1; }
  
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


/* #Useful classes
================================================== */
.relative {
	position: relative;
}
.width100p {
	width: 100%;
}
.hidden {
	display: none;
}