/*   
Create for CityCraft
Author: Dash Station
http://dashstation.com/
Version: 1.1
Copyright 2010
*/

/* BODY ---------------------------------------------------------*/

body {

	background: #ffffff url(/images/stripes.gif) repeat;
	margin: 20px 0;
	font-size: 14px;
	line-height: 20px;
	font-family: "museo-1","museo-2",serif;
	font-weight: 300;
	color: #554236;
	text-align: left;

}

/* WRAPPER ---------------------------------------------------------*/
	
#wrapper {
	width: 960px;
	margin:0 auto;
		
	}
	
	
/* HEADER ---------------------------------------------------------*/

#header {
	width: 960px;
	height: 276px;
	position: relative;
	overflow: hidden;
	background-image: url(/images/header.png);
	background-repeat: repeat-y;
	}

#header #branding {
	width: 960px;
	height: 268px;
	text-align: center;
	}
	
#header #branding #logo a{
	width: 300px;
	height: 268px;	
	text-align: center;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	margin: auto;
	display: block;
		}
	
	
/* BLURB AND VISIT STORE-------------------------------------------*/

.blurb {
	width: 245px;
	height: 100px;
	margin: 0;
	position: absolute;
	top: 150px;
	right: 0;
	bottom: 0;
	text-align: left;
	padding: 20px;
	font-weight: 300;
	border-left: 1px dashed #fbb03b;
	left: 650px;
	}
	
	
.visitstore {
	right: 100px;
	
}

.visitstore a{
	width: 167px;
	height: 163px;
	background-image: url(/images/visitstore.png);
	background-repeat: no-repeat;
	margin: 0;
	position: absolute;
	top: 115px;
	left: 25px;
	bottom: 0;
	text-align: left;
	padding: 20px;
	display: block;
	}
	
.carttop {

	height:25px;
	position: absolute;
	right: 73px;
	top: 90px;	
	font-size:10px;
	color:#FFF;
	line-height:11px;
	
}

.carttop a{

	text-decoration:none;
	color: #FFF;
	letter-spacing: .1em;
	
}
.logintop {
	color:#534429;
}


.logintop a{
	color:#ba126a;
	letter-spacing: 0;
}

#hiddenform a, #logout a{
	color:#ba126a;
	letter-spacing: 0;
	
}

#hiddenform, #logout{
	color:#534429;
}

/* MAIN ---------------------------------------------------------*/
	
#main { 

	width: 960px;
	min-height:480px;
	background: url(/images/middle.png) repeat-y;
	font-size: 12px;
	color: #534429;
	text-align: left;
	padding: 20px 0 50px 0;
	}
	
#navbar {
	width: 615px;
	border-top: 1px dashed #fbb03b;
	border-bottom: 1px dashed #fbb03b;
	margin: auto;
	margin-bottom: 20px;
}

#navbar ul {

	width: 630px;
	height: 18px;
	padding: 5px 0 5px 0;
	margin: auto;
	}

#navbar li {

	float: left;
	list-style: none;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform:uppercase;
	color: #56d1c5;
	}
	
#navbar li.dots {

	width: 45px;
	height: 15px;
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	background: url(/images/dots.png) no-repeat;	
		}
		
#navbar a {

	text-decoration:none;
	color:#56d1c5;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
	
/* FOOTER ---------------------------------------------------------*/	
	
#footer {

    width: 960px;
    height: 70px;
    background: url(/images/middle.png) repeat-y;
	font-size: 14px;
	color: #534429;
	text-align: center;
	padding-top: 30px;
	}
	
#footer a{
	
	color: #534429;
	text-decoration: none;
	}
	
.footerlinks{
	width: 460px;
	margin: auto;
}

.newsletter-form{
	width: 510px;
	margin: 20px auto;
	font-size: 12px;
}

#footer .newsletter-form .item{
	padding: 0;
}

#footer .newsletter-form .cat_textbox_small{
	width: 130px;
}

#footer .newsletter-form .cat_button{
	background: none;
	border: none;
	font-size: 12px;
	font-family: "museo-1","museo-2",serif;
	font-weight: 500;
	color: #554236;
	margin: 0 20px 0 0;
}

#bottom {

    width: 960px;
	height:46px;
	background:url(/images/bottom.png) repeat;	
	font-size: 14px;
	color: #534429;
	text-align: center;
	}

/* CREDITS ---------------------------------------------------------*/

#credits { 

    width:275px;
	float: right;
	margin:0 40px 25px 0;
	padding-bottom: 20px;
	font-size: 11px;
	text-align: right;

	}
	
#credits a {
	
	 color: #534429;
	 text-decoration: none;

	}


/* HOMEPAGE ---------------------------------------------------------*/

/* FABRIC ---------------------------------------------------------*/

#fabric {
	width: 825px;
	height:425px;
	margin-left:60px;
	position: absolute;
	border: 7px solid #f9f8f0;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
	

}
#fabric .fadein { 

	width: 825px;
    height:425px;
	position: relative;
	z-index:1;
	
	}
	
#fabric .fadein img{
		position: absolute;
		left:0; 
		top:0;
	}

.updates { 

	width: 360px;
	height:260px;
	background: #c9da81; /*for IE*/
	background: rgba(201,218,129,.8); /*for browsers that support RGBA*/
	position: absolute;
	top: 110px;
	right: 0;
	font-size: 13px;
	z-index:2;
	}
	
.updatetext { 

	width: 320px;
	height:220px;
	padding:10px;
	border: 1px dashed #FFF;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index:3;
	}
	
.updatetext a{
	
	color: #534429;
	text-decoration: none;
}

	
.blogbutton { 

	width: 206px;
	height:176px;
	position: absolute;
	top:-85px;
	right:-30px;
	z-index:4;
	}


/* INTERIOR ---------------------------------------------------------*/

/* CONTENT ---------------------------------------------------------*/
	
.content { 

	width: 800px;
	padding-top:30px;
	margin:auto;
	text-align: left;
	}
	
.content h4{ 
	width: 560px;
	font-size: 16px;
	font-weight: 300;
	float: right;
	margin-top: 40px;
	}

.pageheader {
	height: 200px;
}

.divider{
	width: 800px;
	border-top: 1px dashed #ba126a;
	clear: both;
}

.designers{
	width: 800px;
	margin-top: 20px;
}


#classleft { 

	width: 300px;
	float:left;
	margin-left: 20px;
	font-size: 16px;
	color: #534429;
	text-align: left;
	
	}
	
#classleft a {
	
	color: #534429;
	text-decoration: none;

	}
		
#classright { 

	width: 300px;
	float:right;
	margin-right: 20px;
	font-size: 16px;
	color: #534429;
	text-align: left;
	
	}
	

#classright a {
	
	color: #534429;
	text-decoration: none;

	}
		
.text{
	font-size: 16px;
}

#faq, #faq a{
	font-size: 16px;
	color: #534429;
	text-decoration: none;
}

/* STORE ---------------------------------------------------------*/

.storecontent{
	width: 850px;
	margin-left:60px;
	padding-bottom: 30px;
	
}

.featurepic{
	width: 580px;
	height: 296px;
	float: right;
	padding: 5px;
	border: 1px dashed #f7ad3c;
	margin: 30px 10px 5px 0;
}

.featurepic .fadein { 

	width: 580px;
    height:296px;
	position: relative;
	
	}
	
.featurepic .fadein a{
		position: absolute;
		left:0; 
		top:0;display:block; text-decoration:none; }
.featurepic .fadein	img { border:0; display:block; }	


.featurebar{
	width: 600px;
	height: 110px;
	padding-bottom: 20px;
	float: right;
	margin-right: 8px;

}

.featurebar li.classes a{
	width: 202px;
	height: 110px;
	background:url(/images/classes.png) no-repeat;
	display:block;
	float: left;
}

.featurebar li.visitblog a{
	width: 201px;
	height: 110px;
	background:url(/images/visitblog.png) no-repeat;
	display:block;
	float: left;
}

.featurebar li.freeship {
	width: 196px;
	height: 110px;
	background:url(/images/freeship.png) no-repeat;
	display:block;
	float: left;
}

#featuredproducts{
	width: 580px;
	height: 150px;
	float: right;
	margin: 10px 12px 10px 0;
	border: 1px dashed #f7ad3c;
	padding: 5px;
}

#featuredproducts h1{
	height: 20px;
	background: #f7ad3c;
	padding: 5px;
	color: #FFF;
	font-family: "felt-tip-senior-1","felt-tip-senior-2",serif;
	font-weight: normal;
	font-size: 22px;
}

#featuredproducts ul.productfeaturelist li{
	float: left;
	padding: 10px 0 0 0;

}

#featuredproducts ul.productfeaturelist .shop-product-small{
	width: 116px;
	border: none;
	}	

#featuredproducts ul.productfeaturelist .shop-product-small .image {
	height: 100px;
	margin: 0 auto 9px;
	overflow: hidden;
	width: 100px;
	text-align: center;
	padding: 0px;
	border: none;
}	

#featuredproducts ul.productfeaturelist .shop-product-small .image img{
	height: 100px;
	overflow: hidden;
	width: 100px;
	
}

#featuredmain{
	width: 600px;
	padding-bottom: 0;
	float: right;
	margin-right: 8px;
	
}
#featuredblog{
	width: 275px;
	height: 140px;
	padding: 5px;
	float: right;
	margin: 10px 5px 10px 0;
	border: 1px dashed #f7ad3c;

}	

#featuredblog .headline a{
	text-decoration: none;
	font-weight: bold;
	color:#534429 ;
}


#featuredmain h1{
	height: 20px;
	background: #f7ad3c;
	padding: 5px;
	color: #FFF;
	margin-bottom: 5px;
	font-family: "felt-tip-senior-1","felt-tip-senior-2",serif;
	font-weight: normal;
	font-size: 22px;
}	

#featuredblog #creditfooter{
	display: none;
}

#featuredproject{
	width: 275px;
	height: 140px;
	padding: 5px;
	float: left;
	margin: 10px 0 10px 5px;
	border: 1px dashed #f7ad3c;
	overflow: hidden;
	
}

#featuredproject .image{
	width: 275px;
	height: 105px;
	overflow: hidden;	
}

#featuredproject img{
	width: 275px;
	overflow: hidden;	
}

#featuredpicks{
	width: 580px;
	height: 250px;
	float: right;
	margin: 10px 12px 10px 0;
	border: 1px dashed #f7ad3c;
	padding: 5px;
}

#featuredpicks h1{
	height: 20px;
	background: #f7ad3c;
	padding: 5px;
	color: #FFF;
	font-family: "felt-tip-senior-1","felt-tip-senior-2",serif;
	font-weight: normal;
	font-size: 22px;
}

#featuredpicks h2{
	font-family: "felt-tip-senior-1","felt-tip-senior-2",serif;
	font-weight: normal;
	font-size: 24px;
	width: 330px;
	float: right;
	margin: 20px 0 0 0;
}

#featuredpicks .pickscontent{
	margin: 10px 0 0 0;
	height: 210px;
}

#featuredpicks .pickscontent ul{
	width: 330px;
	float: right;
	list-style: disc;
	color: #534429;
	margin: 20px 0 0 0;
}


#featuredpicks .pickscontent ul li a{
	margin: 0 0 15px 0;
	color: #534429;
	text-decoration: none;
	text-transform: uppercase;
}



.sidebar{
	width: 200px;
	float: left;
	text-align: left;
	margin: 30px 0 0 0;

}

.sidenav a{
	
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	
}

.catalog{
	width: 610px;
	float: right;
	margin: 30px 0 5px 0;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.shop-product-small span{
	display: none;
}
	
.product-form{
	width: 200px;
	margin-top: 30px;
}

.product-form h3, .featuredclass h1, #featuredsocial h3{
	height: 20px;
	background: #f7ad3c;
	padding: 5px;
	color: #FFF;
	font-family: "felt-tip-senior-1","felt-tip-senior-2",serif;
	font-weight: normal;
	font-size: 22px;
	text-transform: none;
}

.featuredclass{
	width: 200px;
	margin-top: 30px;
}

.featuredclass a{
	color: #534429;
	text-decoration: none;
	}
	
.featuredclass .fadein2 { 

	width: 180px;
    height:180px;
	position: relative;
	
	}
	
.featuredclass .fadein2 a{
	position: absolute;
	left:0; 
	top:0;
	display:block; 
	text-decoration:none; 
		
		
	}
.featuredclass .fadein2	img { 
	border:0; 
	display:block; 
	border: 1px dashed #f7ad3c;
	padding:5px;
	margin-top: 15px;
	}	

.product-form div.form div.item .cat_dropdown_small, .product-form div.form div.item .cat_textbox_small{
	width: 150px;
}

.shop-product-large .details .tweet{
	height: 20px;
}

.shop-product-large .details .tweet a{
	text-decoration: none;
	color:#ba126a;
	font-weight: 500;
}

#featuredsocial{
	width: 200px;
	margin-top: 30px;
}

ul#socialbar {
	width: 200px;
	height: 60px;
	margin-top: 15px;
	}
	
ul#socialbar li {
	
	list-style:none;
}

ul#socialbar li.twitter a{
		list-style:none;
		background:url(http://blog.citycraftonline.com/wp-content/themes/becrafty/images/twitter.png) no-repeat;
		width: 55px;
		height: 53px;
		float: left;
}
	
ul#socialbar li.facebook a{
		list-style:none;
		background:url(http://blog.citycraftonline.com/wp-content/themes/becrafty/images/facebook.png) no-repeat;
		width: 48px;
		height: 53px;
		float: left;
}
	
ul#socialbar li.youtube a{
		list-style:none;
		background:url(http://blog.citycraftonline.com/wp-content/themes/becrafty/images/youtube.png) no-repeat;
		width: 48px;
		height: 53px;
		float: left;
}

ul#socialbar li.rss a{
		list-style:none;
		background:url(http://blog.citycraftonline.com/wp-content/themes/becrafty/images/rss.png) no-repeat;
		width: 48px;
		height: 53px;
		float: left;
}

/* NON-FABRIC CATALOGS ---------------------------------------------------------*/
.catalog2{
	width: 610px;
	float: right;
	margin: 30px 0 5px 0;
}

.catalog2 .detailedesc{
	display: none;
}

/* COMING SOON CATALOGS ---------------------------------------------------------*/
.catalog3{
	width: 610px;
	float: right;
	margin: 30px 0 5px 0;
}

.catalog3 .detailedesc{
	display: none;
}

.catalog3 .shop-product-small .saleprice{
	display: none;
}

.catalog3 .shop-product-large .price{
	display: none;
}

.catalog3 .shop-product-large .quantity{
	display: none;
}


























