/*

	Created: 06/07/11
	Edited: 14/12/11
	Version: 1.1
	Copyright (C) 2011 Shape.
	Author: Jason Mayo (jason@madebyshape.co.uk)

*/

/* *************************************** */
/* Reset (Modified from Meyerweb version) */
/* *************************************** */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	min-width:1007px;
}

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

ins {
	background-color: #ff9; 
	color: #000;
	text-decoration: none;
}

mark { 
	background-color: #ff9; 
	color: #000; 
	font-style: italic; 
	font-weight: 600;
}

del { 
	text-decoration: line-through;
}

abbr[title], dfn[title] { 
	border-bottom: 1px dotted; 
	cursor: help;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0;
	width:100%;
}

td { 
	vertical-align: top;
}

th { 
	font-weight: 600;
}

hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #ccc; 
	margin: 1em 0; 
	padding: 0;
}

nav ul, nav li { 
	margin: 0; 
	padding: 0;
	list-style:none; 
	list-style-image: none;
}

.ie7 img { -ms-interpolation-mode: bicubic; }

/* *************************************** */
/* Common Elements (Custom Reset) */
/* *************************************** */

:focus, a, a:hover, a:active a:focus {
	-moz-outline-style: none;
	outline: none !important;
}

ol, ul {
	margin: 0 0 0 20px;
}

ol { 
	list-style: decimal;
	list-style-position: outside;
}

ul { 
	list-style-type: disc; 
	list-style-position: outside;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.2em;
}

p { 
	margin: 0 0 10px 0;
}

strong, b { 
	font-weight: 600; 
}

i, em {
	font-style: italic;
}

/* *************************************** */
/* Clear Fix */
/* *************************************** */

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* *************************************** */
/* Forms */
/* *************************************** */

input, textarea, select {
	font-size: 12px;
	border: 1px solid;
	padding: 6px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 3px;
	vertical-align: middle;
}

select {
	padding: 3px;
}

input[type="submit"] {
	padding: 5px 15px;
	width: auto;
	text-align: center;
	height: 28px;
}

input[type="radio"], input[type="checkbox"] { 
	vertical-align: text-bottom;
	width: auto;
	padding: 0;
	margin: 0;
}

.ie7 input[type="checkbox"] { 
	vertical-align: baseline;
}

.ie6 input { 
	vertical-align: text-bottom;
}

label {
	font-weight: 600;
	margin: 0px 15px 0 0;
	vertical-align: top;
}

label small {
	color: #F00;
	margin-left: 3px;
}

label, input[type="button"], input[type="submit"], input[type="image"], button { 
	cursor: pointer;
}

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	form ul li {
		overflow: hidden;
		margin-bottom: 7px;
	}		
	
/* *************************************** */
/* User Messages & Validation */
/* *************************************** */

#user-message {
	margin: 100px auto;
	width: 400px;
}
	
#user-message-header {
	overflow: hidden;
	padding: 20px 15px;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 5px solid;
}

#user-message-body {
	overflow: hidden;
	padding: 20px 15px;
	font-size: 13px;
	border: 1px solid;
}

#user-message-body a {
	font-weight: 600;
}

#notification {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	z-index: 500;
}

#notification-content {
	margin: 0 auto;
	width: 960px;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
}

input.error {
	float:left;
	margin: 0;
}

label.error {
	float:left;
	margin: 0 0 0 10px;
	padding: 5px 10px;
}