﻿/* Stylesheet for Rainbow Living - Atom14 Ltd
*
* colours -
*
*/

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* HTML Element Styles */

body {
	background: url('images/head-bg.png') center top repeat-x scroll #BBB;
}
blockquote {
	background: url('images/quote_open.png') left top no-repeat scroll transparent;
	color: #bbb;
	font-size: 1.1em;
	font-style: italic;
	margin: 30px 8px 0px;
	padding: 0px 8px 0px 24px;
}
blockquote span.closeQuote {
	background: url('images/quote_close.png') right top no-repeat scroll transparent;
	padding-right: 24px;
	width: 19px;
}

cite {
	color: #555;
	display: block;
	margin-right: 48px;
	text-align: right;
}
h1 {
	color: #666;
	font-size: 2em;
	padding: 12px;
}
h2 {
	background: url('images/rainbow-living.jpg') 12px 12px no-repeat scroll transparent;
	float: left;
	height: 200px;
	text-indent: -4000px;
	width: 280px;
}
p {
	font-size: 0.8em;
	padding: 4px 0px;
}

ul {
	list-style-position: outside;
	margin-left: 24px;
}
li {
	font-size: 0.8em;
	padding: 4px;
}


/* Layout styles */

.wrapper {
	margin: 0 auto;
	position: relative;
	width: 988px;
}

#header {
	background-color: white;
	border: 4px #d6d6d6 solid;
	margin: 40px 0px 0px 0px;
	width: 100%;
}
#content {
	background: url('images/swooshes.png') center bottom no-repeat scroll white;
	border: 4px #d6d6d6 solid;
	box-shadow: 0px 10px 5px #888;
	margin: 20px 0px;
	min-height: 400px;
	padding-bottom: 200px;
	width: 100%;
}

#mainContent {
	float: left;
	padding: 8px;
	width: 640px;
}

#sideBar {
	border-left: 1px gainsboro dotted;
	float: right;
	margin: 8px;
	padding: 8px;
	width: 290px;
}

/* Main navigation styles */
#main-nav {
	height: 200px;
	line-height: 200px;
}
#main-nav ul {
	float: left;
	list-style: none;
	padding: 12px 8px;
}
#main-nav li {
	float: left;
	padding: 8px;
}
#main-nav li a {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px;
	text-decoration: none;
}
#main-nav li a.red {
	border-bottom: 4px red solid;
}
#main-nav li a.red:hover {
	background-color: red;
	background: -moz-linear-gradient(-90deg, rgba(217, 0, 0, 0.38), rgba(255, 55, 55, 0.7)) repeat scroll 0 0 red;
	background: -webkit-gradient(linear, center top, center bottom, from(#ff0000), to(#990000)); 
	border-radius: 30px 30px 30px 30px;
	border-color: red;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	color: white;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}
#main-nav li a.orange {
	border-bottom: 4px orange solid;
}
#main-nav li a.orange:hover {
	background-color: orange;
	background: -moz-linear-gradient(-90deg, rgba(255, 165, 0, 0.38), rgba(255, 165, 0, 0.7)) repeat scroll 0 0 orange;
	background: -webkit-gradient(linear, center top, center bottom, from(#ff6200), to(#a13e00)); 
	border-radius: 30px 30px 30px 30px;
	border-color: orange;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	color: white;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}
#main-nav li a.yellow {
	border-bottom: 4px yellow solid;
}
#main-nav li a.yellow:hover {
	background-color: yellow;
	background: -moz-linear-gradient(-90deg, #ffff00, #cccc00) repeat scroll 0 0 yellow;
	background: -webkit-gradient(linear, center top, center bottom, from(#ffff00), to(#cccc00)); 
	border-radius: 30px 30px 30px 30px;
	border-color: yellow;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
/*	color: white; */
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}
#main-nav li a.green {
	border-bottom: 4px green solid;
}
#main-nav li a.green:hover {
	background-color: green;
	background: -moz-linear-gradient(-90deg, #00ff00, #00cc00) repeat scroll 0 0 green;
	background: -webkit-gradient(linear, center top, center bottom, from(#00ff00), to(#009900)); 
	border-radius: 30px 30px 30px 30px;
	border-color: green;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	color: white;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}
#main-nav li a.blue {
	border-bottom: 4px blue solid;
}
#main-nav li a.blue:hover {
	background-color: blue;
	background: -moz-linear-gradient(-90deg, #0000ff, #0000cc) repeat scroll 0 0 blue;
	background: -webkit-gradient(linear, center top, center bottom, from(#0000ff), to(#0000cc)); 
	border-radius: 30px 30px 30px 30px;
	border-color: blue;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	color: white;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}
#main-nav li a.indigo {
	border-bottom: 4px indigo solid;
}
#main-nav li a.indigo:hover {
	background-color: indigo;
	background: -moz-linear-gradient(-90deg, #9900ff, #660099) repeat scroll 0 0 indigo;
	background: -webkit-gradient(linear, center top, center bottom, from(#9900ff), to(#660099)); 
	border-radius: 30px 30px 30px 30px;
	border-color: indigo;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	color: white;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}
#main-nav li a.violet {
	border-bottom: 4px violet solid;
}
#main-nav li a.violet:hover {
	background-color: violet;
	color: white;
}

/* Content styling */
#content p {
	line-height: 1.4em;
	margin: 4px 12px;
	text-align: justify;
}
#content div.column {
	border-right: 1px gainsboro dotted;
	float: left;
	margin-top: 8px;
	padding: 8px;
	width: 300px;
}
#content div.lastColumn {
	float: left;
	margin-top: 8px;
	padding: 8px;
	width: 300px;	
}
#content img {
	border: 2px gainsboro solid;
}

/* Footer styles */
#footer p {
	color: gray;
	font-size: 0.8em;
}
#footer a {
	color: white;
	font-size: 0.8em;
}

/* Utility styles */

.clear {
	clear: both;
}

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
img.alignLeft {
	margin: 0px 8px 8px 0px;
}
img.alignRight {
	margin: 0px 0px 8px 8px;
}
img.noBorder, #content img.noBorder {
	border: 0px;
}
.phone {
	background: url('images/Phone.png') left center no-repeat scroll transparent;
	padding-left: 30px;
}
.email {
	background: url('images/email.png') left center no-repeat scroll transparent;
	padding-left: 30px;
}
.address {
	background: url('images/home.png') left center no-repeat scroll transparent;
	padding-left: 30px;
}
.rainbow {
	background: url('images/rainbow.png') center bottom no-repeat scroll transparent;
	padding-bottom: 24px;
}