/*
Css file: stylesheet.css
Version: 4.00
Description: Stylesheet for Cuie&Co website v4.00 coming soon one pager.
Author: Cuie&Co - Andy Walton
Author URI: http://www.cuieandco.com */

/* Created: 24 July 2009 (Last updated - 25 July 2009)
For more info contact andy (at) cuieandco (dot) com
Designed for screen */

/* Global reset (clear it all)
----------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, img { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
q:before, q:after { 
	content:'';
}
a {
	text-decoration: none;
}
a, a:link, a:visited, a:active, a:hover {
	outline: none;
}
* {
	margin: 0; padding: 0;
}

/* Typography
---------------------------------------------------------- */

dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img {
	margin: 0;
	padding: 0;
}
blockquote {
	font: italic 20px/20px Baskerville, Palatino, "Book Antiqua", serif;
	padding: 0 36px 20px 36px;
}
cite {
	font: normal 12px/20px Lucida Grande, Verdana, Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
h1 {
	font: normal 28px/40px Georgia, Lucida Grande, Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 20px;
}
h2 {
	color: #73b1bf;
	font: normal 18px/20px Lucida Grande, Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 20px;
}
h3 {
	font: normal 15px/20px Lucida Grande, Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 20px;
}
h4 {
  	font: normal 13px/20px Lucida Grande, Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 20px;
}
h5 {
	font: normal 12px/20px Lucida Grande, Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
}
strong {
  font-weight: bold;
}
em {
	font-style: italic;
}
acronym {
	border-bottom: 1px dotted #cfeaf0;
	cursor: help;
}

/* Links
---------------------------------------------------------- */
a {
	color: #c62424;	
	text-decoration: none;
}
a:hover {
	color: #c62424;
	text-decoration: underline;
}

/* Horizontal rules
---------------------------------------------------------- */
hr {
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
	border: 0;
	border-bottom: 1px dashed #73b1bf;
	clear: both;
}

/* Site
---------------------------------------------------------- */

/* General layout */
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #333;
	border: 0;
	color: #444;
	font: normal 12px/20px Lucida Grande, Lucida Grande, Verdana, Helvetica, Arial, sans-serif, serif;
	margin: 0;
	min-width: 940px;
	padding: 0;
	position: relative;
	width: 100%;
}
#wrapper {
	background-color: #fff;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.inner {
	clear: both;
	margin: 0 auto;
	padding: 0 36px;
	width: 868px;
}

/* Navigation */
#nav {
	background: #9fd5e1 url(../images/bg_header.png) top left repeat;	
	border-bottom: 1px solid #73b1bf;
	display: block;
	height: 96px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#logo {
	background: transparent url(../images/logo_cuie.png) top left no-repeat;
	display: block;	
	float: left;
	height: 82px;
	margin: 0;
	padding: 0;
	width: 206px;
}
#logo h1 {
	display: block;
	text-indent: -9999px;
}
#nav ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#nav ul li {
	display: block;
	float: left;
	margin: 32px 12px 0 0;
	width: auto;
}
#nav a {
	background-color: #73b1bf;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 5px 8px;
	text-transform: lowercase;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#nav li.last {
	margin-right: 0;
}
#nav li a:hover, #nav a:active {
	background-color: #c62424;
	color: #fff;
}

/* Page container */
#container {
	background-color: #fff;
	margin: 0 auto 0 auto;
	overflow: auto;
	padding-top: 96px;
	position: relative;
	width: 100%;
}

/* Content */
#content {
	margin: 0 auto;
	padding: 0 0 20px 0;	
	width: 940px;
}
#content ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 0 0 0 0;
	text-indent: 0;
}
#content li {
	padding-bottom: 20px;
}
#coming-soon {
	background: #fff url(../images/bg_coming_soon.jpg) 0 0 no-repeat;
	border-bottom: 1px solid #efefef;
	clear: both;
	display: block;
	height: 330px;
	margin: 0 0 2px 0;
	padding: 0;
	width: 940px;
}
#coming-soon h1 {
	font: normal 18px/27px Lucida Grande, Verdana, Helvetica, Arial, sans-serif, serif;
	padding: 230px 0 0 0;
	text-align: center;
}
span.cuie-blue {
	color: #73b1bf;
}
.section {
	clear: both;
	padding: 36px;
	border-top: 1px solid #efefef;
	overflow: auto;
	width: 868px;
}
.section h1 {
	padding-top: 20px;
}
.column {
	float: left;
	margin: 0;
	padding: 0 36px 0 0;	
	width: 416px;
}
.split {
	float: left;
	margin: 0;
	padding: 0 36px 0 0;	
	width: 208px;
}
.last {
	padding: 0;
}
.thumbnail {
	float: left;
	height: 90px;
	margin:  18px 0 0 0;
	padding: 0 18px 0 0;
	width: 90px;
}
.thumbnail img {
	border: 5px solid #a3d4df;
}
.thumbnail a:hover img {
	border: 5px solid #c62424;
}
.thumbnail.end {
	padding: 0;
}

/* Footer */
#footer {
	background-color: #333333;
	border-top: 1px solid #73b1bf;
	color: #878585;
	clear: both;
	margin: 0;
	padding: 12px 0;
	width: 100%;
	overflow: hidden;
}
#footer a, footer a:hover {
	color: #7e7e81;
}

/* Additional styling classes */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

/* Forms
---------------------------------------------------------- */
input {
	background-color: #fff;
	border: none;
	color: #4a4848;
	font-size: 12px;
	padding: 6px;
	margin: 0 18px 0 0;
	width: 250px;	
}
button {
	background-color: #73b1bf;
	border: none;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 9px 0;
	padding: 5px 8px;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	text-transform: lowercase;
	width: 100px;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
		
}
button:hover {
	background-color: #c62424;
	color: #fff;
}
#subscribe {
	background-color: #e9e9e9;
	margin-bottom: 9px;
	padding: 18px 18px 9px 18px;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}