/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #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: 14px/21px Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	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; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #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; /*font-size: 1.1em;*/ }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	/* ------------------------------------------
Git CSS3 Buttons
------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------- BUTTON */
.gbutton {
	position: relative;
	overflow: visible;
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px solid #d4d4d4;
	margin: 0;
	text-decoration: none;
	font: 11px/normal sans-serif;
	color: #fff;
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	background-color: #3072b3;
	-webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    background-image: linear-gradient(#599bdc, #3072b3);/*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */;
	/* IE hacks */
	zoom: 1;
	*display: inline;
}
.gbutton:hover, .gbutton:focus, .gbutton:active , .gbutton.active{
	border-bottom-color: #2a65a0;
	text-decoration: none;	
	color: #fff;
	background-color: #3072b3;
	background-image: linear-gradient(#3072b3, #599bdc);
	border-left-color: #3072b3;
    border-right-color: #3072b3;
    border-top-color: #3072b3;
}
.gbutton:active {
	border-bottom-color: #3884CF;
	color: #fff;
	background-color: #3072b3;
	background-image: linear-gradient(#3072b3, #599bdc);
	border-left-color: #2a65a0;
    border-right-color: #2a65a0;
    border-top-color: #2a65a0;
}
/* overrides extra padding on button elements in Firefox */
.gbutton::-moz-focus-inner {
	padding: 0;
	border: 0;
}
/* ............................................................................................................. Rotate Negative 90 degrees */
.gbutton.rotateNeg90 { 
     -moz-transform: rotate(-90deg);  
       -o-transform: rotate(-90deg);  
  -webkit-transform: rotate(-90deg);  
      -ms-transform: rotate(-90deg);  
          transform: rotate(-90deg);  
             filter: progid:DXImageTransform.Microsoft.Matrix( 
                     M11=6.123233995736766e-17, M12=1, M21=-1, M22=6.123233995736766e-17, sizingMethod='auto expand');
               zoom: 1;
}
/* ............................................................................................................. Rotate 90 degrees */
.gbutton.rotate90 { 
     -moz-transform: rotate(90deg);  
       -o-transform: rotate(90deg);  
  -webkit-transform: rotate(90deg);  
      -ms-transform: rotate(90deg);  
          transform: rotate(90deg);  
             filter: progid:DXImageTransform.Microsoft.Matrix( 
                     M11=6.123233995736766e-17, M12=-1, M21=1, M22=6.123233995736766e-17, sizingMethod='auto expand');
               zoom: 1;
}
/* ............................................................................................................. Positive */
.gbutton.positive, .gbutton-group.minor-group .gbutton.positive { color:#569D2B } 

.gbutton.positive,
.gbutton.positive.active, 
.gbutton-group.minor-group .gbutton.positive.active{
	border-bottom-color: #569D2B;
	text-decoration: none;	
	color: #fff;
	background-color: #76CA43;
	background-image: linear-gradient(#76CA43, #569D2B);
	border-left-color: #76CA43;
    border-right-color: #76CA43;
    border-top-color: #76CA43;
}
.gbutton.positive:hover, .gbutton.positive:focus, .gbutton.positive:active,
.gbutton-group.minor-group .gbutton.positive:hover, .gbutton-group.minor-group .gbutton.positive:focus, .gbutton-group.minor-group .gbutton.positive:active {
	border-bottom-color: #3E721F;
	color: #fff;
	text-decoration: none;	
	background-color: #69C034;
	background-image: linear-gradient(#69C034, #4A8825);
	border-left-color: #91D16A;
    border-right-color: #91D16A;
    border-top-color: #91D16A;
}
.gbutton.positive:active,.gbutton-group.minor-group .gbutton.positive:active,.gbutton.positive.active:active {
	border-bottom-color: #1D350F;
	color: #fff;
	background-color: #468222;
	background-image: linear-gradient(#468222, #5FAE2F);
	border-left-color: #346019;
    border-right-color: #346019;
    border-top-color: #346019;
}
/* ............................................................................................................. Negative */
.gbutton-group.minor-group .gbutton.positive  { color: #900 }
.gbutton.negative,
.gbutton.negative.active,
.gbutton-group.minor-group .gbutton.negative.active {
	border-bottom-color: #a0302a;
	text-decoration: none;	
	color: #fff;
	background-color: #dc5f59;
	background-image: linear-gradient(#dc5f59, #b33630);
	border-left-color: #b53f3a;
    border-right-color: #b53f3a;
    border-top-color: #b53f3a;
}
.gbutton.negative:hover, 
.gbutton.negative:focus, 
.gbutton.negative:active,
.gbutton-group.minor-group .gbutton.negative:hover, 
.gbutton-group.minor-group .gbutton.negative:focus, 
.gbutton-group.minor-group .gbutton.negative:active  {
	border-bottom-color: #A02121;
	color: #fff;
	text-decoration: none;	
	background-color: #D74040;
	background-image: linear-gradient(#D74040, #AD2323);
	border-left-color: #AB2222;
    border-right-color: #AB2222;
    border-top-color: #AB2222;
}
.gbutton.negative:active,
.gbutton-group.minor-group .gbutton.negative:active{
	border-bottom-color: #bf4843;
	background-color: #b33630;
	background-image: linear-gradient(#b33630, #dc5f59);
	border-left-color: #a0302a;
    border-right-color: #a0302a;
    border-top-color: #a0302a;
}
/* ............................................................................................................. Black */
.gbutton.black,
.gbutton.black.active,
.gbutton-group.minor-group .gbutton.black.active {
	border-bottom-color: #3E3E3E;
	text-decoration: none;	
	color: #fff;
	background-color: #8B8B8B;
	background-image: linear-gradient(#8B8B8B, #424242);
	border-left-color: #858585;
    border-right-color: #858585;
    border-top-color: #858585;
}
.gbutton.black:hover, .gbutton.black:focus, .gbutton.black:active,
.gbutton-group.minor-group .gbutton.black:hover, .gbutton-group.minor-group .gbutton.black:focus, .gbutton-group.minor-group .gbutton.black:active  {
	border-bottom-color: #2B2B2B;
	color: #fff;
	text-decoration: none;	
	background-color: #8D8D8D;
	background-image: linear-gradient(#8D8D8D, #0B0B0B);
	border-left-color: #858585;
    border-right-color: #858585;
    border-top-color: #858585;
}
.gbutton.black:active,
.gbutton-group.minor-group .gbutton.black:active {
	border-bottom-color: #2B2B2B;
	color: #fff;
	background-color: #8B8B8B;
	background-image: linear-gradient(#8B8B8B, #858585);
	border-left-color: #858585;
    border-right-color: #858585;
    border-top-color: #858585;
}
/* ............................................................................................................. Orange */
.gbutton.orange,
.gbutton-group.minor-group .gbutton.orange { color:#D07E03 }

.gbutton.orange.active,
.gbutton-group.minor-group .gbutton.orange.active {
	border-bottom-color: #D07E03;
	text-decoration: none;	
	color: #fff;
	background-color: #FEB039;
	background-image: linear-gradient(#FEB039, #EF9103);
	border-left-color: #EE8F00;
    border-right-color: #EE8F00;
    border-top-color: #EE8F00;
}
.gbutton.orange:hover, .gbutton.orange:focus, .gbutton.orange:active,
.gbutton-group.minor-group .gbutton.orange:hover, .gbutton-group.minor-group .gbutton.orange:focus, .gbutton-group.minor-group .gbutton.orange:active  {
	border-bottom-color: #D07E03;
	text-decoration: none;	
	color: #fff;
	background-color: #FDAD33;
	background-image: linear-gradient(#FDAD33, #DC8605);
	border-left-color: #EE8F00;
    border-right-color: #EE8F00;
    border-top-color: #EE8F00;
}
.gbutton.orange:active,.gbutton-group.minor-group .gbutton.orange:active{
	border-bottom-color: #D07E03;
	color: #fff;
	background-color: #EF9002;
	background-image: linear-gradient(#EF9002, #FFA621);
	border-left-color: #EE8F00;
    border-right-color: #EE8F00;
    border-top-color: #EE8F00;
}
/* ............................................................................................................. Pill */
.gbutton.pill {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}
/* ............................................................................................................. Titanic */
.gbutton.titanic {
	font-size: 23px;
}
/* ............................................................................................................. Giant */
.gbutton.giant {
	font-size: 21px;
}
/* ............................................................................................................. Huge */
.gbutton.huge {
	font-size: 19px;
}
/* ............................................................................................................. Big */
.gbutton.big {
	font-size: 17px;
}
/* ............................................................................................................. Large */
.gbutton.large {
	font-size: 15px;
}
/* ............................................................................................................. Medium */
.gbutton.medium {
	font-size: 13px;
}
/* ............................................................................................................. Go Bold */
.gbutton.bold {
	font-weight:bold;
}
/* ............................................................................................................. Disabled */
.gbutton.disable {
	color: #D4D4D4;
	cursor:not-allowed;
}
.gbutton.disable:hover, .gbutton.disabled:focus, .gbutton.disabled:active {
	border-color: #d4d4d4;
	text-decoration: none;	
	color: #D4D4D4;
	background-color: #ececec;
	background-image: linear-gradient(#f4f4f4, #ececec);
	}
/* ------------------------------------------------------------------------------------------------------------- BUTTON GROUPS */
/* ............................................................................................................. Standard */
.gbutton-group {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
/* IE hacks */zoom: 1; *;
	*display: inline; 
}
.gbutton + .gbutton, .gbutton + .gbutton-group, .gbutton-group + .gbutton, .gbutton-group + .gbutton-group {
	margin-left: 15px;
}
.gbutton-group li {
	float: left;
	padding: 0;
	margin: 0;
}
.gbutton-group .gbutton {
	float: left;
	margin-left: -1px;
}
.gbutton-group > .gbutton:not(:first-child):not(:last-child),
.gbutton-group li:not(:first-child):not(:last-child) .gbutton {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.gbutton-group > .gbutton:first-child, .gbutton-group li:first-child .gbutton {
	margin-left: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.gbutton-group > .gbutton:last-child, .gbutton-group li:last-child > .gbutton {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/* ............................................................................................................. Minor */
.gbutton-group.minor-group .gbutton {
	border: 1px solid #d4d4d4;	
	background-image: none;
	background-color: #fff;
}
.gbutton-group.minor-group .gbutton:hover, .gbutton-group.minor-group .gbutton:focus, .gbutton-group.minor-group .gbutton:active {
	background-color: #599bdc;
}
.gbutton-group.minor-group .gbutton:active, .gbutton-group.minor-group .gbutton.active {
	background-color: #3072b3;
}
.gbutton-group.minor-group .gbutton.icon:before {
	opacity: 0.8;
}
/* ------------------------------------------------------------------------------------------------------------- BUTTON CONTAINER */
/* For mixing buttons and button groups, e.g., in a navigation bar */
.gbutton-container .gbutton, .gbutton-container .gbutton-group {
	vertical-align: top;
}

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #777777;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


