/*
	Cascading Style Sheets (Screen) for ConceptualAudioSolutions.ca
	Copyright Ian Loiselle 2011, ConceptualImprints.ca
*/


/* Global Resets and Styles 
--------------------------- */

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 {
	border: 0;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}	

html, body { 
	margin: 0px; 
	padding: .8em;
	font-size: 62.5%;
	text-align: center; 	
}

* a { 
	outline: none; 
	text-decoration: none; 
} 

.clear { 
	clear: both; 
}

* em {
	font-style: italics;
}

/* HTML5 Display-Role Reset for Older Browsers 
---------------------------------------------- */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* Header
--------- */

header {
	margin-bottom: 10px;
}


header hgroup h1 {
	color: #333;
	font-family: 'Droid Sans';
	font-size: 14em;	
	padding-bottom: 10px;
}

header hgroup h2 {
	color: #666;
	font-family: 'Droid Sans';
	font-size: 5em;
	padding-bottom: 10px;
}

xnav,
xhgroup {
	display: block;
	text-align: right;
	float: left;
}

header nav ul li {
	display: inline;
}

header nav ul li a {
	background: #333;
	color: #ccc;
	font-family: 'Droid Sans';	
	list-style: none;
	padding: 10px;
	text-decoration: none;
}


/* Section
---------- */

section {
	margin: 20px 0px;
}

section h1 {
	color: #999;
	display: inline-block;
	font-family: 'Droid Sans';
	font-size: 5em;
	margin-bottom: 16px;
	border-bottom: 1px #ccc dotted;	
}

section h2 {
	color: #666;
	display: block;
	font-family: 'Droid Sans';	
	font-size: 5em;
	margin-bottom: 16px;
}

section h3 {
	color: #666;
	display: block;
	font-family: 'Droid Sans';	
	font-size: 3em;
}

section h4 {
	color: #666;
	display: block;
	font-family: 'Droid Sans';	
	font-size: 2em;
}

section p,
section ul li,
form label {
	color: #666;
	display: block;
	font-family: "Lucida Grande", tahoma, verdana,arial, sans-serif;
	font-size: 2.5em;
	line-height: 1.4em;
}

section p {
	padding-bottom: 10px;
}

section ul li,
form label {
	padding-bottom: 5px;
}


label.error {
		color: #CC0000;
	}

span.line-through {
	text-decoration: line-through;
}

span.red {
	color: #CD0000;
}

section aside {
	width: 20%;
	float: left;
}

img { 
	margin-bottom: 15px; 
}

a:link, 
a:visited {
	color: #21759b;
	border-bottom: 1px solid #dfdfdf;
}

a:hover,
a:active {
	color: #d54e21;
	border-bottom: 1px solid #d54e21; 
}

hr {
	border: 1px dotted #ccc;
	color: white;
	margin: 0px 0px 30px;
	width: 95%;
}

ul {
	padding-top: 10px;
}

ul li {
	font-size: 2.5em;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

span.green {
	color: #008000;
}

span.amber {
	color: #E01B6A;
}

ul li span.blockText {
	background: #666;
	border: 4px solid #333;
	color: #fff;
	display: block;
	font-size: 12px;
	margin: 15px 0px 0px 0px; 
	padding: 10px;
}
 
.linethrutxt { 
	text-decoration: line-through; 
}

.greytxt { 
	color: #000;
}

.blacktxtbold {
	color: #000 !important;
	font-weight: bold;
}

p.left {
	float: left;
	width: 100px;
}

.hide {
	display: none;
}

.inline-controls {
	white-space: nowrap;
}


/* FORM	
------- */

form {
	padding-bottom: 40px;
}

input[type=text],
input[type=submit],
input[type=reset],
textarea {
	color: #333;
	display: block;
	font-family: "Lucida Grande", tahoma, verdana,arial, sans-serif;
	font-size: 2.5em;
	line-height: 1.4em;
	padding: 2px;
	margin: 0px auto;
	margin-bottom: 20px;
	width: 220px;
}

textarea {
	height: 200px;
	overflow: visible;
}

input[type=submit],
input[type=reset] {
	width: auto;
	display: inline;
}

label.error {
	display: block;
	margin-top: -16px;
	margin-bottom: 16px;
}

#error-message {
	margin: 0px auto;
	background: #666;
	margin-bottom: 20px;
	padding: 20px;
	width: 250px;
}

#error-message * {
	color: #fff;
}

#error-message h4 {
	padding-bottom: 4px;
}

#error-message ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: auto;
}

#error-message ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 0px;
	padding-bottom: 4px;
}

#error-message span {
	font-size: 2.5em;
}
	
#error-message ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
	
#error-message {
	bottom: 0px; 
}	


/* Footer 
 *********/

footer p {
	color: #333;
	font-family: "Lucida Grande", tahoma, verdana,arial, sans-serif;
	font-size: 2em;
	line-height: 1.4em;
	padding-bottom: 10px;
}
	
.grey {
	color: #666;
}

* strong {
	font-weight: bold;
}

p + h2 {
	margin-top: 6px;
}
