
/*
* 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; }

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;
	margin:2.5em auto;
	width: 90%;
}

thead th { text-align:center; }

tbody th, .num { text-align:right; }

/* #Basic Styles
================================================== */
	body {
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
}
body, p, blockquote, li, td{
	line-height: 155%;}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	margin: 1.5em auto;
	font-family: 'Cabin Sketch', cursive;
	color: #ae0e05;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

h1 {
	font-size: 45px;
	line-height: 90%;
	margin: 1em auto .5em;
	font-weight: bold;
}

#Content h1 {
	background-image: url("../images/menu-red_bg.png");
	color: #fff;
	margin-left: -8px;
	padding: 10px 8px 8px;
	width: 100%;
}

h2 {
	font-size: 35px;
	line-height: 40px;
	margin: 1.5em auto .5em;
	font-weight: bold;
}

h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: -20px;
}

h4 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: -20px;
	font-weight: bold;
}

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, i { font-style: italic; }

strong, th, b {
	font-weight: bold;
	color: #12282b;
}

a strong { color:inherit; }

small { font-size: 80%; }

sup {
	font-size: 12px;
	vertical-align: super;
}

sup a { font-weight:normal; }

/*	Blockquotes  */
	blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote { margin: 2em 3em; }

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: 3px solid #3D6337;
	clear: both;
	margin: -1em auto 2em;
	width: 100%;
	height: 0;
}

/* #Links
================================================== */
	a, a:visited {
	color: #06590b;
	text-decoration: none;
	outline: 0;
	font-weight:bold;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

a:hover {
	color: #077d0d;
	text-decoration:underline;
}

/* #Lists
================================================== */
ul, ol {
	margin: 1em 3em;
	line-height:175%;
}

ul { list-style: disc; }

ol { list-style: decimal; }

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; }


/* #Images
================================================== */

	img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

/* #Forms
================================================== */

	form { margin-bottom: 20px; }

fieldset { margin-bottom: 20px; }

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}

select { padding: 5px; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	-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;
	width:100%;
}

label, legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
	display:inline;
}


input[type="checkbox"] { display: inline; }

label span, legend span {
	font-weight: normal;
}

/*


HEADER ============================================================================================== */
#header { margin: 1.5em auto; }

#uix {
	text-align:center;
	background-image:url(../images/uix_bg.png);
	background-repeat:repeat-x;
	font-weight:bold;
	margin-bottom:22px;
	padding:10px 0;
	font-size:20px;
	font-family: 'Cabin Sketch', cursive;
	position:fixed;
	top:0;
	width:100%;
	height: 26px;
	z-index: 200;
}

#linkHome {
	float:left;
	margin:0 0 0 20px !important;
	color: #06590B !important;
}

/* SOCIAL */
#social {
	margin:0 20px 0 0;
	float:right;
	position:relative;
	top:-5px;
	width:auto;
}

#social li { display:inline; }

#social img {
	height:32px;
	width:32px;
}

/* LANGUAGE */

#social a {
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#social a:hover, #footer li:hover {
	zoom: 1;
	filter: alpha(opacity=1);
	opacity: 1;
}

#footer li a:hover { color:#791210; }

/*


 Footer ============================================================================================== */

#footer {
	text-align:center;
	font-size:12px;
	text-align:center;
	clear:both;
	color:#333;
	margin: 3em auto 0 220px;
	padding: 0 0 1em;
	background-image:url(../images/black-10.png);
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}

#footer p { margin:0; }

#footer form {
	margin:30px auto;
	display:inline-block;
}

#footer input { margin:0; }

#footer a { font-weight:bold; }

#footer li { margin:6px 6px 0 !important; }

#global_SearchBox input {
	display:inline;
	height: 26px;
}

.SearchButtonInline {
	height:32px !important;
	position:relative;
	top: -1px;
}
