@charset "UTF-8";
/* CSS Document */


.green {color:#2C524C;}
.orange {color:#FFBF00;}

html {
	margin:0;padding:0;
	background: url('/images/body-bg.jpg') no-repeat bottom center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

#wrapper {
	position:relative;
	width:960px;
	margin:0 auto;
	
}

#header {
	height:104px;
	width:960px;
	margin-top:25px;
	background: url('../images/header.png') top left no-repeat;
	margin-left:20px;
}

#header .logo {
	
}

#navbar {
	height:38px;
	padding-top:67px;
	padding-right:10px;
	float:right;
 }


#navbar #nav li {
	float:left;
	margin-right:30px;
	margin-top:10px;
	list-style-type:none;
}

#navbar #nav li a:link, #navbar #nav li a:visited {
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
}

#navbar #nav li a:hover {
	color:#FFBF00;
}

#main {
	margin-top:20px;
	padding:20px;
	width:920px;
	background-color:#fff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(40, 40, 40, 1);
	-moz-box-shadow:    0px 0px 14px 0px rgba(40, 40, 40, 1);
	box-shadow:         0px 0px 14px 0px rgba(40, 40, 40, 1);
	position:relative;
}


#homeLeft {
	float:left;
	width:650px;
	height:400px;
	margin-right:20px;
	margin-bottom:20px;position:relative;
 }

#thirty {position:absolute;top:290px;left:40px;z-index:100;}

#left {
	float:left;
	width:650px;
	margin-right:20px;
	margin-bottom:0px;
	background-color:#fff;
	
}


#right {
	float:right;
	width:250px;
}

#newsletter {
	background:url('../images/newsletter-bg.png') top left no-repeat;	
	height:190px;
	color:#fff;	
}
 
#newsletter h2 {
	background-color:#2C524C;
	padding:5px 15px;
	margin-bottom:0px;
	color:#fff;
	font:bold 18px 'PT Sans';
}

#newsletter p {
	padding:5px 15px;
	margin-bottom:0;
	line-height:1.4em;
	}

#right #coming-soon {
	height:190px;
}

#homeBottom {
	margin-top:20px;
	clear:both;
	width:630px;
	height:126px;
	border:1px solid #ccc;
	padding:13px 10px 10px 280px;
	background:#eee url('../images/exterior-1.jpg') top left no-repeat;
	color:#2C524C;
}

a:link, a:visited {color:#2C524C;text-decoration:underline;font-weight:bold;}
a:hover {text-decoration:none;}

h1 {
	font-weight:700;
	margin:0 0 20px 0;
	font-family: 'PT Sans', sans-serif;
	font-size:24px;line-height:1em;
	padding-bottom:5px;
	border-bottom:1px solid #555;
	color:#2C524C;
}

h2 {
	margin:0;
	padding:0;
	padding-top:2px;
	font-family: 'PT Sans', serif;
	font-weight:200;
	font-size:20px;
	border:0;
}

p {
	padding:0;margin:0;
	margin-bottom:20px;
	line-height:1.5em;
	font-size:15px;
	font-family: 'PT Sans', serif;
	font-weight:400;
}
 

#homeBottom h2 {
	font-family: 'PT Sans', serif;
	font-weight:700;
	font-size:19px;
	margin:0;
	padding:0;
}

#homeBottom p{
	font-family: 'PT Sans', serif;
	font-style:italic;
	font-weight:normal;
	font-size:15px;
}

#left h2 {
	color:#2C524C;
	margin-bottom:10px;
	font-size:22px;
	font-weight:700;
	border-bottom:0px solid #555;
}


#footer {
	margin-bottom:50px;
	width:980px;margin:0 auto;
	position:relative;
}

#footer #nav{
	height:20px;
	text-align:center;
	margin:20px 0;
	font-size:14px;background-color:;
}

#footer #nav li {
	list-style-type:none;
	float:left;
	margin-right:30px;
	text-transform:uppercase;
	}
	

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#fff;	
	font-weight:normal;
}

#footer a:hover {
	text-decoration:underline;
	color:#FFBF00;	
}

#footer #logos {
	width:840px;
	margin:0px auto;	
	height:45px;background-color:;
}

#footer #logos img {
	display:block;
	float:left;
	margin-right:50px;
	}
 
#footer #info{
	width:550px;
	margin:10px auto 20px;	
	height:50px;
}

#footer #info p {	
	color:#fff;
	text-align:center;
	font-size:12px;
}

#footer #info a:link {
	color:#fff;
	font-size:12px;
	}


#social {
	position:absolute;
	top:25px;right:20px;
}
 
#social img {
	margin-left:20px;display:block;float:left;
}
 
.shadow {
	-webkit-box-shadow: 0px 0px 10px -1px rgba(94,90,94,1);
	-moz-box-shadow: 0px 0px 10px -1px rgba(94,90,94,1);
	box-shadow: 0px 0px 10px -1px rgba(94,90,94,1);
}

.shadow-2 {
  -webkit-box-shadow: 0px 0px 6px 2px rgba(74,72,74,.4);
  -moz-box-shadow: 0px 0px 6px 2px rgba(74,72,74,.4);
  box-shadow: 0px 0px 6px 2px rgba(74,72,74,.4);
}

.shadow-3 {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(74,72,74,.4);
  -moz-box-shadow: 0px 0px 4px 1px rgba(74,72,74,.4);
  box-shadow: 0px 0px 4px 1px rgba(74,72,74,.4);
}

.round5px {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

 
.group:after {
  	content: "";
  	display: table;
  	clear: both;
	} 
	
	
.collection {
	width:313px;
	float:left;
	margin:0 20px 20px 0;
	background-color:#f1f1f1;
	border:1px solid #ccc;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(74,72,74,.3);
  	-moz-box-shadow: 0px 0px 4px 1px rgba(74,72,74,.3);
  	box-shadow: 0px 0px 4px 1px rgba(74,72,74,.3);
  	position:relative;
}

.nomargin {margin-right:0;}
	
.collection img {
	display:block;
	margin:0 0 10px 0;
}

.collection p {margin:0px 15px 10px;}

.collection .more {
width:100px;height:25px;
padding:10px 0 0 15px;
background-color:orange;
font-weight:bold;
font-size:14px;
position:absolute;
top:165px;right:0;
z-index:100;
-webkit-border-radius: 8px 0px 0px 0px;-moz-border-radius: 8px 0px 0px 0px;border-radius: 8px 0px 0px 0px;
}

.imageSet img {display:block;margin-bottom:20px;} 

.artist {
	margin:20px 0;
	overflow:auto;
	position:relative;
	height:175px;
	padding:4px;	
	
}

#left .artist h2{
	margin:0;
	padding:0;
	font-family: 'PT Sans', serif;
	font-weight:600;
	font-size:16px; 
	border:none;
	text-transform:uppercase;
}

.artist img.thumb {
	width:150px;
	height:150px;
	display:block;
	float:left;
	margin:0 20px 0 0;padding:5px; 
	-webkit-box-shadow: 0px 0px 4px 1px rgba(74,72,74,.4);
  	-moz-box-shadow: 0px 0px 4px 1px rgba(74,72,74,.4);
  	box-shadow: 0px 0px 4px 1px rgba(74,72,74,.4);
}


#quotes p{margin:20px 0;font-style:italic;font-size:14px;padding:0 5px; }

.attribution {display:block;text-transform:uppercase;font-weight:bold;}

.bg {background-color:#2C524C;}

.fadein { position:relative; width:650px; height:400px; }
.fadein img { position:absolute; left:0; top:0; }

.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}

