/* 
	- Client: Boutique Sale 
	- Author: Dave Robinson of sypher design (www.sypher-design.co.uk) 
	- Date: 15th February 2010
	- Version: 1.0
	- Comments: 3 Page website showcasing events.
	
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: arial, 'Times New Roman', serif;
	font-size: 13px;
	background: #201924 url("images/background.jpg") fixed center center no-repeat;
}

img {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

h1, h2 {
	color: #952511;
	font-size: 20px;
}

label, button, input[type="submit"] {
	cursor:pointer;
}

#floater { /* to make our site position vertical/center aligned */
	float: left;
	height: 50%;	
	margin-bottom: -374px;
	width: 1px;
}

#container {
	position: relative;
	clear: both;
	margin: auto;
	padding: 0;
	width: 846px;
	height: 748px;
}

#siteContainer {
	height: 562px;
	background: #fff url("images/background-content.jpg") bottom no-repeat;
}

#floatContainer {
	height: 100%;
	background: url("images/background-content-corner.jpg") right top no-repeat;
}

#header {
	height: 94px;
	background: url("images/background-header.jpg") left bottom no-repeat;
}

#header ul {
	list-style-type: none;
	float: right;
	padding: 55px 3px;
}

#header ul li {
	display: inline;
	font-size: 20px;
	letter-spacing: -1px;
	margin-right: 15px;
}

#header ul li:last-child {
	margin-right: 13px;
}

#header ul li a {
	color: #E3DDE7;
	text-decoration: none;
	text-align: center;
	height: 35px;
	color: #E3DDE7;
	padding: 10px;
	background: url("images/nav-background.jpg") bottom repeat-x;
}

#header ul li a:hover {
	color: #F0EEF2;
	text-decoration: none;
}

#header ul li.navBoutique a {
	color: #A4442E;
	background: url("images/nav-boutique.jpg") bottom repeat-x;
}

#header ul li.navEvents a {
	color: #A4442E;
	background: url("images/nav-events.jpg") bottom repeat-x;
}

#header ul li.navContact a {
	color: #A4442E;
	background: url("images/nav-contact.jpg") bottom repeat-x;
}

#leftFloat {
	width: 235px;
	float: left;
	height: 100%;
	background: #1E0F5B url("images/background-left.jpg") bottom no-repeat;
	margin-left: 15px;
}

#leftFloat img {
	margin: 0 auto;
	padding: 5px;
}

#rightFloat {
	margin-right: 16px;
	width: 580px;
	float: right;
}

#contentBlock {
	width: 296px;
	height: 304px;
	background: url("images/background-content-block.png") no-repeat;
	margin: 5px 0px 5px 11px;
	position: absolute;
}

#contentBlock h2 {
	width: 250px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: -5px;
	letter-spacing: -1px;
}

#contentBlock p {
	width: 250px;
	margin: 0 auto;
	margin-top: 15px;
}

#contentBlock p strong {
	color: #952511;
}

#newsletterSignup {
	width: 283px;
	height: 134px;
	background: url("images/background-mail-signup.png") no-repeat;
	margin: 307px 0px 5px 13px;
	position: absolute;
}

#newsletterSignup h2 {
	width: 250px;
	margin: 15px 0px -5px 20px;
	letter-spacing: -2px;
}

#newsletterSignup p {
	width: 225px;
	margin: 0 auto;
	margin: 10px 15px 0px 21px;
	font-size: 11px;
	letter-spacing: 0px;
}

#newsletterSignup p strong {
	color: #3F116F;
}

#newsletterSignup form {
	margin-left: 20px;
	display: inline;
}

#newsletterSignup form input {
	margin: 3px;
	display: inline;
	margin-bottom: -10px;
	margin-left: 0px;
}

#newsletterSignup form input[type="text"] {
	border: 1px solid #F1E1C4;
	background-color: #fff;
	padding: 3px;
	color: #C2C2C2;
	font-size: 12px;
	font-weight: bold;
}

#rightFloat h1 {
	display: inline;
	float: right;
	background-color: #FEFEF3;
	text-align: right;
	padding: 6px;
	width: 440px;
	margin-right: 16px;
	margin-top: -10px;
	position: relative;
	border: 0px solid #FAEED3;
	border-bottom-width: 1px;
	border-right-width: 1px;
	font-size: 19px;
}

#gallery {
	background: url("images/gallery/background-gallery.jpg") repeat;
	border: 1px solid #F0F0F0;
	width: 460px;
	height: 445px;
	overflow: auto;
	float: right;
	clear: both;
	margin-top: 12px;
	padding: 10px;
}

#gallery img {
	position: absolute;
}

#gallery .img1 {
	z-index: 10;
}

#gallery .img2 {
	right: 30px;
	top: 190px;
	z-index: 9;
}

#gallery .img3 {
	bottom: 125px;
	z-index: 8;
}

#gallery .img4 {
	right: 30px;
	bottom: 125px;
	z-index: 7;
}

#content {
	margin-top: 12px;
	clear: both;
	background-color: #fff;
	border: 1px solid #F0F0F0;
	width: 460px;
	float: right;
	line-height: 145%;
	color: #333;
	padding: 12px;
	overflow: auto;
}

#content p {
	margin-bottom: 10px;
}

#content form {
	background-color: #421A60;
	border: 0px solid #69348C;
	border-bottom-width: 1px;
	padding: 5px;
}

#content form label {
	display: block;
	background: url("images/background-label.jpg");
	color: #952511;
	margin-top: 4px;
	text-transform: uppercase;
	padding: 5px;
	border: 0px solid #FAEED3;
	border-right-width: 2px;
	border-bottom-width: 2px;
	font-weight: bold;
}

#content form input[type="submit"] {
	background-color: #551488;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	padding: 3px;
	margin: 0 auto;
	border: 0;
	letter-spacing: -1px;
	display: block;
	margin-top: 6px;
}

#content form label input, textarea {
	background: #fff;
	border: 1px solid #FAEED3;
	padding: 2px;
	color: #666;
}

#content form label input:focus, textarea:focus {
	background: #FAEED3;
}

#content form label input {
	margin-left: 2px;
}

#content form textarea {
	display: block;
	width: 99%;
}

.gmap {
	background: #333;
	width: 212px;
	text-align: center;
	display: block;
}

.gmap:hover {
	background: #666;
}

.gmap a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px;
}

#contentLeft {
	float: left;
	width: 222px;
	margin-top: 10px;
}

#contentLeft .contentBox h3 {
	background-color: #1E0F5B;
	color: #fff;
	font-size: 20px;
	padding: 5px 5px 0px 5px;
	text-transform: uppercase;
}

#contentLeft .contentBox ul {
	list-style-type: none;
	padding: 5px;
	vertical-align: baseline;
}

#contentLeft .contentBox ul li {
	padding: 0px 1px 1px 12px;
	background: url("images/icon-list.jpg") left center no-repeat;
	font-weight: bold;
	color: #666;
	font-size: 11px;
}

#contentLeft .socialFacebook {
	margin-top: 5px;
	display: block;
	background: #3B5998 url("images/background-social-facebook.jpg") right top no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	padding-bottom: -3px;
	padding-left: 5px;
	height: 17px;
}

#contentRight {
	margin-top: 10px;
	float: right;
	width: 222px;
}

#email + p {
	clear: both;
	padding-top: 10px;
}

#email span {
	display: block;
	font-weight: bold;
	color: #1E0F5B;
}


.contentBox {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #F0F0F0;
}

.contentBox:hover {
	border: 1px solid #E1E1E1;
}

#footer {
	height: 92px;
	background: url("images/background-footer.jpg") left bottom no-repeat;
}

#footer span {
	margin: 12px;
	float: right;
	font-size: 11px;
	text-align: right;
}

#footer span {
	color: #525252;
}

#footer:hover span {
	color: #ccc;
}


#footer:hover span a {
	color: #D7D7D7;
	text-decoration: none;
}

#footer span a {
	color: #666;
	text-decoration: none;
}

#footer span a:hover {
	text-decoration: underline;
}

#footer .footerFbook {
	display: block;
	height: 25px;
	width: 25px;
	background: url("images/footer-facebook.jpg") no-repeat top;
	margin-left: -5px;
	margin-right: 16px;
}

#footer .footerFbook:hover {
	background: url("images/footer-facebook.jpg") no-repeat bottom;
}

#footer .footerTwitter {
	display: block;
	height: 25px;
	width: 25px;
	background: url("images/footer-twitter.jpg") no-repeat top;
	margin-left: -5px;
}

#footer .footerTwitter:hover {
	background: url("images/footer-twitter.jpg") no-repeat bottom;
}

.success {
	padding: 5px;
	color; #fff;
	background-color: #26AE86;
	border: 1px solid #69DEBB;
	text-align: center;
}

.error {
	padding: 5px;
	color; #fff;
	background-color: #B32222;
	border: 1px solid #691414;
}

