html { font-size: 100%; /* IE hack */ }

body {
	margin: 0;
	padding: 0;
	font-family: futura, verdana, arial, sans-serif;
	font-size: 0.75em;
	color: #484d60;
	background: #fff url('/img/gray-line.png') repeat-y left;
}

.splash {
	background: #d8dbd7 url('/img/frontpage-thorns.jpg') no-repeat top left;
}

a {
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -.045em;
	color: #48484a;
}

img {
	border: none;
}

#landing {
	overflow: hidden;
}

.menu {
}

#menu {
	float: left;
	margin: 40px 0 0 0;
	width: 250px;
	text-align: center;
}

.menu a {
	letter-spacing: .1em;	
}

.menu .current {
	font-weight: bold; 
}

#menu ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 2em;
}

.menu ul li {
	list-style: none;
	margin-left: 0;
	letter-spacing: .5em;	
}

#menu ul li {
	margin-top: 1.5em;
}

#content {
	margin: 10px 0 0 260px;
	padding: 87px 10px 0 0;
}

#content a {
	color: black;
}

#content ul {
	padding-left: 0;
	margin-left: 0;
}

#content .menu {
	margin: 1em 1em 1em 0;
	background-color: rgb(242, 242, 242);
	font-size: 1.5em;
	padding: 0.5em;	
}

#content .menu a {
	font-size: .55em;
}

#content ul li {
	list-style: none;
	margin-left: 0;
	margin-top: 1em;
	padding-left: 22px;
	padding-top: 3px;
	background: transparent url('img/plover_bullet.png') 2px 4px no-repeat;
}

#collection {
        padding: 0;
        margin: 1em 0 0 0;;
}

#brown_leaves { background-image: url('/img/swatch/brown_leaves_thumb.png'); }
#confetti { background-image: url('/img/swatch/confetti_thumb.png'); }
#blue_yellow_roses { background-image: url('/img/swatch/blue_yellow_roses_thumb.png'); }
#blue_waves { background-image: url('/img/swatch/blue_waves_thumb.png'); }
#yellow_carnation { background-image: url('/img/swatch/yellow_carnation_thumb.png'); }
#plover {
        width: 220px;
        background-image: url('/img/swatch/plover_thumb.png');
}
#charcoal_stripe {background-image: url('/img/swatch/charcoal_stripe_thumb.png'); }
#green_poppies { background-image: url('/img/swatch/green_poppies_thumb.png'); }
#green_geometric { background-image: url('/img/swatch/green_geometric_thumb.png'); }

#blue_geo { background-image: url('/img/swatch/fall2008/bluegeo.jpg'); }
#blue_dots { background-image: url('/img/swatch/fall2008/bluedots.jpg'); }
#blue_ottoman { background-image: url('/img/swatch/fall2008/blueottoman.jpg'); }
#gold_dots { background-image: url('/img/swatch/fall2008/golddots.jpg'); }
#gold_waves { background-image: url('/img/swatch/fall2008/goldwaves.jpg'); }
#lilac_crescent { background-image: url('/img/swatch/fall2008/lilaccrescent.jpg'); }
#olive_dots { background-image: url('/img/swatch/fall2008/olivedots.jpg'); }
#red_dots { background-image: url('/img/swatch/fall2008/reddots.jpg'); }
#red_leaves { background-image: url('/img/swatch/fall2008/redleaves.jpg'); }
#red_roses { background-image: url('/img/swatch/fall2008/redroses.jpg'); }
#vine { background-image: url('/img/swatch/fall2008/vine.jpg'); }

#gray_calico { background-image: url('/img/swatch/summer2009/gray_calico.jpg'); }
#teal_confetti { background-image: url('/img/swatch/summer2009/teal_confetti.jpg'); }
#cartouche { background-image: url('/img/swatch/summer2009/cartouche.jpg'); }
#gray_squares { background-image: url('/img/swatch/summer2009/gray_squares.jpg'); }
#teal_squares { background-image: url('/img/swatch/summer2009/teal_squares.jpg'); }

#bloglinks {
	margin-bottom: 2em;
}

#bloglinks a {
        margin-right: 2em;
}

.pattern_container {
         width: 490px;
         margin-left:-35px;
         padding: 1.5em 0 0 0;
         clear: left;
}


