/* Start of CMSMS style sheet 'base' */
/*
* Skeleton V1.2 (Base Stylesheet)
* 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 Contents
==================================================
	#Reset & Basics
	#Basic Styles (modified)
	#Site Styles
	#Typography (modified)
	#Links
	#Lists (modified)
	#Images
	#Buttons
	#Forms
	#Searchbar Form
	#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: inherit; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	html, body { height: 100%; }
	html {
		font-size: 62.5%;
	}
	body {
		font-size: 1.2rem; line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	blockquote:before, q:before {
		content:url('templates/default/icons/quote.png');
		margin-right:10px;}
	table {/*
		border-collapse: collapse;
		border-spacing: 0; */}

	*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

	.hidden { display: none; }


/* #Basic Styles
================================================== */
	body, p, h1, h2, h3, h4, h5, h6, .banner, .searchbar input[type="text"], 
	.button, button, input[type="submit"], input[type="reset"], input[type="button"],
	input[type="text"], input[type="password"], input[type="email"], textarea, select {
		font-family: 'Arimo', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		}

	body, p, .searchbar input[type="text"]  {
		font-size: 14px; font-size: 1.4rem;
		font-weight: 400;
		line-height: 18px;
		color: #231f20;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 		}

	body, .searchbar input[type="text"]  {
		background: #fff;
 		}


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

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700; 
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 24px; font-size: 2.4rem; line-height: 32px; margin-bottom: 24px;}
	h2 { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 12px; }
	h3 { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 10px; }
	h4 { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 6px; }
	h5 { font-size: 16px; font-size: 1.6rem; line-height: 24px;; margin-bottom: 6px; }
	h6 { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 6px; }
	.subheader { color: #777; }

	p, br {margin:0 0 20px 0;}
	#footer br {margin-bottom:5px;}
	p img { margin: 0; }

	em { font-style:italic; }
	strong { font-weight:700; }
	cite {font-weight:700;}
	small { font-size:80%; }




	/* Blockquotes  */
	blockquote, blockquote p { font-size: 16px; line-height: 24px; color: #231f20; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 0; }
	blockquote cite { display: block; font-size: 14px; color: #0066a8; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #0066a8; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
	hr.hr-thick { border: solid #0066a8; border-width: 2px 0 0; }


/* #Links
================================================== */
	a, a:visited { color: #0a3e75; text-decoration: none; outline: 0; }
	a:hover, a:focus, a.active { color:#0066a8; text-decoration:underline; }
	p a, p a:visited { line-height: inherit; }
	
	.header a, .header a:visited{text-decoration:none;}


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style:none outside; }
	#main-content ul {list-style:disc;padding-left:20px;}
	
	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 inside; }
	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 {
		max-width: 100%;
		height: auto;
	}
 
	.loading { background: url(/templates/default/images/loading.gif) center center no-repeat}


/* #Buttons
================================================== */

	a.button,
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		border:0;
		background-color:#0066a8;
		color:#fff;
		display:inline-block;
		font-size:14px;
		font-weight:bold;
		text-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
		text-decoration:none;
		text-transform:uppercase;
		cursor:pointer;
		margin-bottom:20px;
		line-height:1;
		padding:10px 40px;
		border-radius:20px;
		transition: all ease-in-out 0.3s;
		}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color:#fff;
		background-color:#5fa6d5;
		text-decoration:none;
		}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		color:#fff;
		background-color:#0066a8;
		text-decoration:none;
		}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

	table .button,
	table button,
	table input[type="submit"],
	table input[type="reset"],
	table input[type="button"] { margin-bottom: 0; }


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

form { margin-bottom: 20px; }
fieldset {margin-bottom: 20px; }
.captcha img{display:block;margin-bottom:10px;}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border:1px solid #ccc;
		border-radius:3px;
		padding:6px 4px;
		outline:none;
		font-size:14px;
		color:#5a5a5a;
		margin:0;
		display:block;
		margin-bottom:20px;
		background:#fff; }
	select {
		padding: 6px 4px; }

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #5fa6d5;
		border-radius:3px;
 		color: #231f20;
 		-moz-box-shadow: inset 0 3px 3px -3px rgba(95, 166, 213, .5);
		-webkit-box-shadow: inset 0 3px 3px -3px rgba(95, 166, 213, .5);
		box-shadow: inset 0 3px 3px -3px rgba(95, 166, 213, .5); }

	textarea {
		min-height: 60px; }

	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }

	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

	/* widths */
	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea { width: 100%; }



/* .searchbar Form
================================================== */
.searchbar form { margin-bottom:0; }
.searchbar input[type="text"] {
	display:inline;
	background:#fff;
	color:#b9b9b9;
	border:1px solid #5fa6d5;
	border-radius:16px;
	box-shadow:none;
	height:32px;
    font-size:14px;
	line-height:14px;
	margin-right:33px;
	margin-bottom:0;
	padding:6px 12px;
	width:220px;
}
.searchbar input[type="text"]:focus {
	border:2px solid #5fa6d5;
	padding:5px 12px;
	color:#231f20;
	box-shadow: inset 0 3px 3px -3px rgba(95, 166, 213 .5);
}


/* .searchbar button */
.searchbar input[type="submit"] {
	background-image:url('templates/default/icons/search.png');
    background-repeat:no-repeat;
    background-position:0 0;
	background-color:transparent;
	border:none;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	text-shadow:none;
	height:26px;
	width:23px;
	margin:0 0 0 -30px;
	padding:0 5px 0 25px;
}


@media only screen and (max-width: 767px) {
	
/* .searchbar button */
.searchbar form {position:relative;}
.searchbar input[type="submit"] {
	position:absolute;
	top:0;
	right:0;
	padding-right:30px;
	margin-top:5px;
}
}



	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

		input[type="text"],
		input[type="password"],
		input[type="email"],
		select { width: 100%; }

	}

	table input[type="text"],
	table input[type="password"],
	table input[type="email"],
	table textarea,
	table select { margin-bottom: 0; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.add-top { padding-top: 20px !important; }
	.add-right { margin-right: 20px !important; }
	.right { float: right !important; }
/* End of 'base' */

