/**	@brief: Cascading stylesheet for The Imperial Laundry.
	@author: The On Connection
	@date: 2009/02/05
 */

/**		declare html styles		**/
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0; padding: 0; 
	color: #666; background-color: #fff;
	font-family: arial, tahoma, sans-serif; font-size: 14px;
	text-align: center; line-height: 150%;
}

h1, h2, h3, h4, p  {
	font-weight: normal; font-style: normal;
	line-height: 150%;
}

h1, h2, h3, h4, p {
	display: block;
	margin: 0; padding: 10px 20px;
}

h1 {   
	padding: 10px 20px;
	font-size: 17px; font-weight: normal;
	
}

h2 {
	margin: 0; padding: 24px 0 0 0;
	color: #000;
	font-size: 24px; font-weight: bold;
}

h3 {
	margin: 0; padding: 10px 0;
	color: #000;
	font-size: 20px; font-weight: normal;
}

h4 {
	margin: 0; padding: 10px 0 5px 0;
	color: #666;
	font-weight: bold;
}

p {
	float: left; display: inline;
	padding: 8px 0;
}

strong {
	font-weight: bold;
}

/**  links colors **/
a {
 	color: #006993; background-color: transparent;
 	text-decoration: none;
}

a:visited {
} 

a:hover {
	color: #35abe3; background-color: transparent;
	text-decoration: underline;
}

ol, ul {
	margin: 5px 0; padding: 0;
}

ol {
	margin: 0 0 0 20px;
	color: #fff;
	list-style-position: outside;
	list-style-type: decimal;
}

ul {
	margin: 0 0 0 20px;
	color: #fff;
	list-style-position: outside; list-style-type: disc;
}

ol li {
	margin: 5px 0 8px 35px; padding: 0 0 0 10px;
	list-style-type: decimal;
}

ul li {
	margin: 5px 20px; padding: 0 0 0 10px;
}

ul ul {
	padding: 0;
}

ul ul li {
	margin: 5px 0 8px 0px; padding: 0 0 0 10px;
}

del {
	color: #666666;
}

code {
	display: block;
	margin: 10px 15px; padding: 10px;
	background: #dfdfdf; 
	font: 400 1em courier, monospace;
	line-height: 120%;
	white-space: pre; overflow: auto;	
}

acronym {
	border-bottom: 1px solid #777;
	cursor: help;
}

dt {
	color: #666666;
	font-weight: bold;
}

dd {
	margin-left: 0; padding-left: 45px; 
}

label {
	display: block;
}

input, textarea, select {
	padding: 2px; border: 1px solid #444;
	color: #444; background: #eee;
	font: 400 1em verdana, sans-serif;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	color: #000; background: #eee;
	border: 0 none;
}

input.button {
	padding: 2px 5px; border: 1px solid #999;
	color: #444; background: #eee;
}

blockquote {
	min-height: 100px; width: 280px;
	margin: 10px; padding: 10px 70px 10px 70px;
	color: #ffffff; background: #072f51 url('/images/layout/quoteBackground.jpg') no-repeat 0 50%;
	font-size: 16px;
	line-height: 150%;
	text-align: justify;
}

sup {
	font-size: 9px;
	vertical-align: top;	
}