﻿/***

	Blueroom V4 Base Stylesheet
	2008 www.aislondon.com

	-[Contents]------------------------
	1. GLOBAL
		1.1 Common classes
	2. DEVELOPMENT
	-----------------------------------

	-[Colours]-------------------------
	  Blues (Dark to Light)
		#032B5A
		#005896
		#419EDA
		#88CCFF
		#D2E9FF
		#EEF6FC
	  Greyscale (Black to White)
		#000
		#515559
		#9299A1
		#BFC5CC
		#E6E6E6
		#F0F0F0
		#FFF
	  Supporting
		#CC0000 (Turquoise)
		#B30000 (Red)
		#414E67 (GreyBlue)
		#CADDEE (Sky Blue)
		#0088C3 (Sea Blue)
	-----------------------------------

***/

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;	
}

body {
	background-color: #032B5A;
	font: normal 0.625em Arial, Helvetica, sans-serif;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after { /* Safari does not suppport quotes attr:*/ 
	content: "";
}

h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
    margin:0pt;
    padding:0pt;
    }

caption, th, td {
	font-weight: normal;
	text-align: left;
}

table {
	border-collapse: collapse;
}

/**
	1.1 Common classes
*/

.hidden {
	display: none;
}
.accessibility {
	display: none;
}
.small-print {
	color: #838282;
	font-size: 1em;
}

/**
	2. Development
*/

div#dev-note {
	background: #FFCECE;
	border: solid 1px red;
	color: #000;
	line-height: 1.6em;
	margin: 0 0 2em 0;
	padding: 4px;
}

div#dev-note:before {
	content: "Development note: ";
	font-size: 1.2em;
	font-weight: bold;
}

div#dev-note ol,
div#dev-note ul {
	list-style-position: inside;
}
