/* --------------------------------------------------------- */
/* Global Styles */
html {
	background: #e8e8e8;
	background: #262626;
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
	text-shadow: 0px 1px 0 #fff;
}
html, button, input, select, option, textarea {
	font-family: 'Open Sans', Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 13px;
}
html, body, h1, h2, h3, ul, li, p {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
a {
	text-decoration: none;
	color: #069;
}

/* --------------------------------------------------------- */
/* Transition */
a, 
a span, 
a strong,
.header-container header,
.main-container div.main, 
.main-container div.main ul li, 
.footer-container footer,
article input,
article section ul li {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}

/* --------------------------------------------------------- */
/* Structure */
.header-container,
.main-container, 
.footer-container {
	overflow: auto;
}
.header-container {
	font-family: 'Roboto Condensed', 'Open Sans', Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 13px;
	border-bottom: solid #bbb 1px;
	border-top: solid #069 2px;
	background: #fff;
	text-shadow: none;
}
.main-container {
	padding: 15px 0;
	background: #e8e8e8 url(../images/background/bg-001.png) no-repeat right top;
	border-bottom: solid #fff 1px;
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, .05);
	box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, .05);
}
.footer-container {
	padding: 15px;
	border-top: solid #181818 1px;
	background: #262626;
	color: #999;
	text-shadow: 0px -1px 0px #111;
}
.header-container header,
.main-container div.main, 
.footer-container footer {
	max-width: 760px;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
}

/* --------------------------------------------------------- */
/* Header & Navigation */
.header-container h1 {
	float: left;
	line-height: 30px;
	margin: 20px 0;
	font-size: 22px;
	font-weight: 300;
}
.header-container h1 strong {
	font-weight: 500;
}
.header-container h1 a {
	color: #222;
}
.header-container h1 a:hover {
	color: #069;
}
.header-container nav {
	float: right;	
	padding: 20px 0;
}
.header-container nav ul {
	float: left;
	margin: 0 0 0 10px;
}
.header-container nav ul li,
.header-container nav ul li a {
	display: block;
	float: left;
	line-height: 30px;
}
.header-container nav ul li a {
	text-transform: capitalize;
	padding: 0 10px;
	border-left: solid #ddd 1px;
}
.header-container nav ul li:first-child a {
	border-left: none;
}
.header-container nav ul li a:hover {
	background: #069;
	color: #fff;
}


/* --------------------------------------------------------- */
/* Main Content */
.main-container header {
	text-align: center;
	padding: 10px 0 20px 0;
}
.main-container header h1 {
	font-size: 28px;
	font-weight: 400;
}
.main-container header p {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2;
}

.main article h2 {
	display: none;
}
.main article section ul {
	overflow: auto;
	border-bottom: solid #d0d0d0 1px;
	-webkit-box-shadow: 0px 1px 0px 0px #fff;
	box-shadow: 0px 1px 0px 0px #fff;
	padding: 0 0 20px 0;
}
.main article section ul li { 
	display: block;
	float: left;
	padding: 0;
	margin: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .1), 0px 1px 5px 0px rgba(0, 0, 0, .15);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .1), 0px 1px 5px 0px rgba(0, 0, 0, .15);
}
.main article section ul li.list-item {
	cursor: pointer;
}
.main article section ul li.list-item:hover {
	background: #ccc;
}
.main article section ul li.active {
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .7), 0 2px 0 0 rgba(0, 0, 0, .15);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .7), 0 2px 0 0 rgba(0, 0, 0, .15);
	font-weight: bold;
}
.main article section ul li figure { 
	position: relative;	
}
.main article section ul li figure img { 
	display: block;	
}
.main article section ul li figure figcaption { 
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 5px 10px;
	background: rgba(255, 255, 255, .75);
}

/* Button */
.main article section p input, 
.main article footer p input {
	display: block;
	margin: 25px auto 15px auto;
	padding: 15px 50px;
	color: #fff;
	border: solid #058 1px;
	font-size: 20px;
	font-weight: 300;
	text-transform: capitalize;
	text-shadow: 0px -1px 1px #058;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .15), 0px 2px 0px 0px rgba(0, 0, 0, .15);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .15), 0px 2px 0px 0px rgba(0, 0, 0, .15);
	background: #069;
	background: -moz-linear-gradient(top,  rgba(51,153,204,1) 5%, rgba(0,102,153,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,rgba(51,153,204,1)), color-stop(100%,rgba(0,102,153,1))); 
	background: -webkit-linear-gradient(top,  rgba(51,153,204,1) 5%,rgba(0,102,153,1) 100%); 
	background: -o-linear-gradient(top,  rgba(51,153,204,1) 5%,rgba(0,102,153,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(51,153,204,1) 5%,rgba(0,102,153,1) 100%); 
	background: linear-gradient(to bottom,  rgba(51,153,204,1) 5%,rgba(0,102,153,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#006699',GradientType=0 ); 
}
.main article section p input:hover, 
.main article footer p input:hover {
	border: solid #014 1px;
}

/* Canvas */
#canvas-container {
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .1), 0px 1px 5px 0px rgba(0, 0, 0, .15);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .1), 0px 1px 5px 0px rgba(0, 0, 0, .15);
	margin: 0 0 20px 0;
	height: auto;
}
#canvas-container img {
	display: block;
	width: 100%;
}

/* --------------------------------------------------------- */
/* Footer */
.footer-container footer {
	font-size: 13px;
	text-align: center;
}
.footer-container footer h3 {
	font-weight: normal;
	font-size: 13px;
	margin: 0 0 3px;
}
/* .footer-container footer p {} */
.footer-container footer a {
	color: #09c;
}
.footer-container footer a:hover {
	color: #fff;
}


/* --------------------------------------------------------- */
/* Media Queries */
/*
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1140px) {}
@media (min-width: 768px) {
	.header-container header,
	.main-container div.main, 
	.footer-container footer {
		max-width: 760px;
		margin: 0 auto;
		padding: 0;
	}
	.main-container header h1 {
		font-size: 32px;
	}
	.main-container header p {
		font-size: 24px;
	}
	html, button, input, select, option, textarea {
		font-size: 13px;
	}
	article section p input, 
	article footer p input {
		padding: 15px 50px;
		font-size: 20px;
	}
}
*/
@media (min-width: 621px) and (max-width: 768px) {
	.header-container header,
	.main-container div.main, 
	.footer-container footer {
		max-width: 570px;
		margin: 0 auto;
		padding: 0;
	}
	.main-container header h1 {
		font-size: 28px;
	}
	.main-container header p {
		font-size: 22px;
	}
	html, button, input, select, option, textarea {
		font-size: 12px;
	}
	.main article section p input, 
	.main article footer p input {
		padding: 15px 50px;
		font-size: 20px;
	}
}
@media (min-width: 421px) and (max-width: 620px) {
	.header-container header,
	.main-container div.main, 
	.footer-container footer {
		max-width: 380px;
		margin: 0 auto;
		padding: 0;
	}
	.main-container header h1 {
		font-size: 24px;
	}
	.main-container header p {
		font-size: 18px;
	}
	html, button, input, select, option, textarea {
		font-size: 11px;
	}
	.main article section p input, 
	.main article footer p input {
		padding: 10px 40px;
		font-size: 18px;
	}
}
@media (max-width: 420px) {
	.header-container header,
	.main-container div.main, 
	.footer-container footer {
		max-width: 190px;
		margin: 0 auto;
		padding: 0;
	}
	.main-container header h1 {
		font-size: 22px;
	}
	.main-container header p {
		font-size: 16px;
	}
	html, button, input, select, option, textarea {
		font-size: 11px;
	}
	.main article section p input, 
	.main article footer p input {
		padding: 10px 20px;
		font-size: 13px;
	}
	.header-container h1 {
		margin: 20px 0 0 0;
	}
	.header-container nav {
		padding: 5px 0 20px 0;
	}
	.header-container nav ul {
		margin: 0;
	}
}

/* --------------------------------------------------------- */
/* Common Classes */
.chromeframe {
	margin: 0;
	background: #630;
	color: #fff;
	text-shadow: none;
	padding: 0.5em 1em;
}
.chromeframe a {
	color: #c93;
}
.error-message {
	border: solid #900 1px;
	background: #fff;
	color: #600;
	padding: 15px 15px 15px 50px;
	margin: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .2);
	position: relative;	
}
.error-message:before {
	position: absolute;
	top: 12px;
	left: 12px;
	content: '\00D7';
	content: '\2716';
	background: #611;
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 24px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	text-align: center;
	font-size: 16px; 
}

/* --------------------------------------------------------- */
/* Helper Classes */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.invisible {
	visibility: hidden;
}
/* .clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
} */


/* --------------------------------------------------------- */
/* Print styles */
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}