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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* global */
body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	font-family:"MuseoSlab", Helvetica, Arial, sans serif;
	font-size:12px;
}

#wrapper-logo {
	width:100%;
	height:160px;
	background-image:url(../images/top-texture.png);
	background-repeat:repeat-x;
}

#logo {
	width:300px;
	height:160px;
	background-image:url(../images/logo.png);
	margin:0 auto 30px auto;
	display:block;
}

#container {
	width:906px;
	height:auto;
	margin:0 auto 30px auto;
	padding:0 0 5px 0;
	position:relative;
}

#nav {
	width:906px;
	height:60px;
	margin:0px auto;
}

#content {
	width:856px;
	height:auto;
	background-image:url(../images/content-bg.png);
	background-repeat:repeat-y;
	padding:20px 25px 14px 25px;
}

#text {
	padding:10px;
}
	
	#text p {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:12px;
		line-height:20px;
		color:#3b3827;
		margin-bottom:18px;
	}
	
	#text h3 {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:24px;
		line-height:28px;
		color:#69ad55;
		margin-bottom:8px;
	}	

	#text a:link, #text a:visited {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:12px;
		text-decoration:none;
		color:#3b3827;
	}
	
	#text a:hover, #text a:focus {
		text-decoration:underline;
		color:#69ad55;
	}
		
#content-bottom {
	width:906px;
	height:10px;
	background-image:url(../images/bg-bottom.png);
	background-repeat:no-repeat;
}
	
#footer {
	width:861px;
	height:20px;
	padding:0 25px 0 0;
	margin:10px auto;
	text-align:right;
}

	#footer p {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:10px;
		color:#3b3827;
	}
	
	#footer a:link, #footer a:visited {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:10px;
		text-decoration:none;
		color:#3b3827;
	}

	#footer a:hover, #footer a:focus {
		text-decoration:underline;
		color:#69ad55;
	}
	
#policies {
	width:300px;
	height:auto;
	background-color:#f2f2f1;
	margin:0;
	padding:20px;
}

	#policies h4 {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:14px;
		line-height:18px;
		text-transform:capitalize;
		color:#3b3827;
	}
	
	#policies p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:14px;
		color:#3b3827;
		margin:0 0 20px 0;
	}
	
	#policies a:link, #policies a:visited {
		color:#69ad55;
		text-decoration:none;
		font-weight:bold;
	}
	
	#policies a:hover, #policies a:visited:hover {
		text-decoration:underline;
	}
	
	.clearfix {clear:both;}
	
/* home page elements */
body#home-page #content #slideshow { 
	width:550px;
	height:450px;
	float:left;
	overflow:hidden;
}
	
#box-1 {
	width:260px;
	height:334px;
	float:right;
	text-align:left;
	overflow:hidden;
	padding:0 20px 0 0;
}

	#box-1 h2 {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:24px;
		line-height:22px;
		color:#69ad55;
		margin-bottom:5px;
	}
	
	#box-1 h3 {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:16px;
		line-height:22px;
		color:#3b3827;
	}
	
	#box-1 p {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:12px;
		line-height:18px;
		color:#3b3827;
		margin-bottom:16px;
	}
	
#box-2 {
	width:250px;
	height:auto;
	float:right;
	margin:75px 0 0 0;
	padding:6px 0 10px 0;
	text-align:left;
	background-color:#69ad55;
	position:absolute;
	right:9px;
	bottom:80px;
}
	
	#box-2 a:link, #box-2 a:visited {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:24px;
		line-height:24px;
		margin:0 0 0 10px;
		color:#f2f2f1;
		margin-bottom:5px;
		text-decoration:none;
	}
	
	#box-2 a:hover, #box-2 a:visited:hover {
		border-bottom:solid 2px #f2f2f1;
	}
	
/* about page elements */
body#about-page #content #text {
	width:420px;
	float:left;
}

#about-img {
	width:330px;
	height:485px;
	float:right;
}

/* shop page elements */
body#shop-page #content {
	padding-bottom:30px;
}


#content.notecards #shopNav li.notecardsNav a:link, 
#content.notecards #shopNav li.notecardsNav a:visited,
#content.folded #shopNav li.notecardsNav a:link,
#content.folded #shopNav li.notecardsNav a:visited,
#content.greeting #shopNav li.greetingNav a:link,
#content.greeting #shopNav li.greetingNav a:visited,
#content.enclosure #shopNav li.enclosureNav a:link,
#content.enclosure #shopNav li.enclosureNav a:visited,
#content.notepad #shopNav li.notepadNav a:link,
#content.notepad #shopNav li.notepadNav a:visited,
#content.sticker-lg #shopNav li.stickersNav a:link,
#content.sticker-lg #shopNav li.stickersNav a:visited,
#content.sticker-sm #shopNav li.stickersNav a:link,
#content.sticker-sm #shopNav li.stickersNav a:visited, 
#content.prints #shopNav li.printsNav a:link,
#content.prints #shopNav li.printsNav a:visited,
#content.planner #shopNav li.printsNav a:link,
#content.planner #shopNav li.printsNav a:visited {
	color:#69ad55;
	font-size:16px;
	line-height:18px;
}

#content.notecards #shopNav li.notecardsNav a:hover,
#content.notecards #shopNav li.notecardsNav a:visited:hover,
#content.folded #shopNav li.foldedNav a:hover,
#content.folded #shopNav li.foldedNav a:visited:hover,
#content.greeting #shopNav li.greetingNav a:hover,
#content.greeting #shopNav li.greetingNav a:visited:hover,
#content.enclosure #shopNav li.enclosureNav a:hover,
#content.enclosure #shopNav li.enclosureNav a:visited:hover,
#content.notepad #shopNav li.notepadNav a:hover,
#content.notepad #shopNav li.notepadNav a:visited:hover,
#content.sticker-lg #shopNav li.stickersNav a:hover,
#content.sticker-lg #shopNav li.stickersNav a:visited:hover,
#content.sticker-sm #shopNav li.stickersNav a:hover,
#content.sticker-sm #shopNav li.stickersNav a:visited:hover,
#content.prints #shopNav li.printsNav a:hover,
#content.prints #shopNav li.printsNav a:visited:hover, 
#content.planner #shopNav li.prints a:hover,
#content.planner #shopNav li.prints a:visited:hover {
	text-decoration:none;
}

#shopNav {
	width:836px;
	height:20px;
	margin:20px 0 0 0;
	padding:0 10px;
	float:left;
}
	#shopNav ul {
		list-style:none;
	}
	
	#shopNav li {
		list-style: none;
		display: inline;
	}
	
	#shopNav li a:link, #shopNav li a:visited {
		text-decoration: none;
		float:left;
		margin-right:12px;
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-size:12px;
		line-height:20px;
		color:#3b3827;	
	}
	
	#shopNav li a:hover, #shopNav li a:visited:hover {
		text-decoration:underline;
	}
	

#shopNav-sub {
	width:826px;
	height:20px;
	float:left;
	margin:0 0 0 20px;
}

	#shopNav-sub ul {
		list-style:none;
	}
	
	#shopNav-sub li {
		list-style: none;
		display: inline;
	}
	
	#shopNav-sub li a:link, #shopNav-sub a:visited {
		text-decoration: none;
		float:left;
		margin-right:12px;
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-size:12px;
		line-height:20px;
		color:#3b3827;	
	}
	
	#shopNav-sub li a:hover, #shopNav-sub a:visited:hover {
		text-decoration:underline;
	}
	
	#shopNav-sub li a.selected {
		color:#69ad55;
	}
		
		#shopNav-sub li a.selected:hover {
			text-decoration:none;
		}

#cartlink {
	width:auto;
	height:20px;
	float:right;
	text-align:right;
}

	#cartlink a:link, #cartlink a:visited {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:12px;
		line-height:20px;
		text-decoration:none;
		color:#3b3827;
		}

		#cartlink a:hover, #cartlink	 a:focus {
			text-decoration:underline;
			color:#69ad55;
		}
		
#description {
	width:600px;
	height:auto;
	float:left;
	margin:10px 0 5px 10px;
}

	#description p {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:11px;
		line-height:14px;
		color:#3b3827;
	}
	
	#description h2 {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		color:#69ad55;
		font-size:16px;
		line-height:20px;
		font-weight:lighter;
	}
	
#content.notecards div.simpleCart_shelfItem {
	width:240px;
	height:160px;
	background-image:url(../images/thumbnail-bg-notecard.jpg);
	background-repeat:no-repeat;
	padding:10px;
	margin:10px 12px 20px 12px;
	float:left;
}

#content.greeting div.simpleCart_shelfItem {
	width:190px;
	height:250px;
	background-image:url(../images/thumbnail-bg-greeting.jpg);
	background-repeat:no-repeat;
	margin:20px 36px;
	padding:10px;
	float:left;
}

#content.folded div.simpleCart_shelfItem {
	width:240px;
	height:185px;
	background-image:url(../images/thumbnail-bg-folded.jpg);
	background-repeat:no-repeat;
	margin:20px 12px;
	padding:10px;
	float:left;	
}

#content.enclosure div.simpleCart_shelfItem {
	width:220px;
	height:126px;
	background-image:url(../images/thumbnail-bg-enclosure.jpg);
	background-repeat:no-repeat;
	margin:20px 22px;
	padding:10px;
	float:left;	
}


#content.notepad div.simpleCart_shelfItem {
	width:auto;
	height:auto;
	margin:0 42px;
	padding:0;
	float:left;
}

	#content.notepad div.simpleCart_shelfItem.notepad2 {
		margin:0 86px 20px 86px;	
	}

#content.sticker-lg div.simpleCart_shelfItem {
	margin:10px 20px;
	float:left;	
}

#content.sticker-sm div.simpleCart_shelfItem {
	margin:0 12px 20px 12px;
	float:left;
}

#content.prints div.simpleCart_shelfItem {
	width:190px;
	height:250px;
	background-image:url(../images/thumbnail-bg-greeting.jpg);
	background-repeat:no-repeat;
	margin:20px 36px 30px 36px;
	padding:10px;
	float:left;
}

#content.planner div.simpleCart_shelfItem {
	width:330px;
	height:186px;
	background-image:url(../images/thumbnail-bg-planner.jpg);
	background-repeat:no-repeat;
	margin:20px 0;
	padding:15px;
	float:left;
}

.thumbnail-notecard {
	width:240px;
	height:160px;
	position:relative;
}

	.thumbnail-notecard a {
		text-decoration:none;
	}
	
.thumbnail-greeting {
	width:190px;
	height:250px;
}

.thumbnail-folded {
	width:240px;
	height:185px;
}

.thumbnail-enclosure {
	width:220px;
	height:126px;
}

.thumbnail-notepad-sm {
	width:120px;
	height:377px;
	background-image:url(../images/thumbnail-bg-notepad-sm.jpg);
	background-repeat:no-repeat;
	padding:5px;
}

.thumbnail-notepad-lg {
	width:245px;
	height:379px;
	background-image:url(../images/thumbnail-bg-notepad-lg.jpg);
	background-repeat:no-repeat;
	padding:5px;
}

.thumbnail-sticker-lg-vert {
	width:144px;
	height:310px;
	background-image:url(../images/thumbnail-bg-sticker-lg-vert.jpg);
	background-repeat:no-repeat;
	padding:5px;
}

.thumbnail-sticker-lg-horiz {
	width:310px;
	height:144px;
	background-image:url(../images/thumbnail-bg-sticker-lg-horiz.jpg);
	background-repeat:no-repeat;
	padding:5px;
}

.thumbnail-sticker-sm {
	width:250px;
	height:160px;
	background-image:url(../images/thumbnail-bg-sticker-sm.jpg);
	background-repeat:no-repeat;
	padding:5px;
}

.thumbnail-prints {
	width:190px;
	height:250px;
}

.thumbnail-planner {
	width:300px;
	height:156px;
}

	#content.notecards div.simpleCart_shelfItem .desc-text {
		width:240px;
		height:20px;
		margin:15px 0 0 0;
	}
	
	#content.greeting div.simpleCart_shelfItem .desc-text {
		width:190px;
		height:20px;
		margin:15px 0 0 0;
	}

	#content.folded div.simpleCart_shelfItem .desc-text {
		width:240px;
		height:20px;
		margin:15px 0 0 0;
	}

	#content.enclosure div.simpleCart_shelfItem .desc-text {
		width:220px;
		height:20px;
		margin:15px 0 0 0;
	}
	
	#content.notepad div.simpleCart_shelfItem .desc-text {
		width:136px;
		height:50px;
		margin:10px 0;
	}
		#content.notepad div.simpleCart_shelfItem.notepad2 .desc-text {
			width:245px;
			height:30px;
			margin:0 0 0 5px;
		}
	
	#content.sticker-lg div.simpleCart_shelfItem .desc-text.vert {
		width:144px;
		height:40px;
		float:left;
		margin:5px 10px 0 0;
	}
		.desc-text.vert h3, .desc-text.vert p, .desc-text.vert a:link {
			float:left;	
		}	
	#content.sticker-lg div.simpleCart_shelfItem .desc-text.horiz {
		width:310px;
		height:20px;
		float:right;
		margin:5px 5px 0 0;
	}
	
	#content.sticker-sm div.simpleCart_shelfItem .desc-text {
		width:240px;
		height:20px;
		float:right;
		margin:0 15px 0 0;
	}
	
	#content.prints div.simpleCart_shelfItem .desc-text {
		width:190px;
		height:20px;
		margin:15px 0 0 0;
	}
	
	#content.planner div.simpleCart_shelfItem .desc-text {
		width:300px;
		height:20px;
		margin:15px 0 0 0;
	}
	
	#content.prints div.simpleCart_shelfItem .desc-text h3 {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:16px;
		line-height:20px;
		color:#3b3827;
		float:left;
	}
	
	#content.prints div.simpleCart_shelfItem .desc-text p {
		line-height:20px;
	}	

	.desc-text h3 {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:14px;
		line-height:20px;
		color:#3b3827;
		float:left;
	}
		.desc-text h3.right {
		 	font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		  	font-weight:lighter;
		  	font-size:14px;
		  	line-height:20px;
		  	color:#3b3827;
		 	float:right;
	  	}
	
	.desc-text p {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:14px;
		line-height:22px;
		color:#3b3827;
		float:left;
	}
		
		.desc-text p.right {
			font-family:"MuseoSlab", Arial, Helvetica, sans serif;
			font-weight:lighter;
			font-size:14px;
			line-height:20px;
			color:#3b3827;
			float:right;
		}
	
	.desc-text a:link, .desc-text a:visited {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:12px;
		line-height:21px;
		text-decoration:none;
		color:#3b3827;
		float:right;		
	}

	.desc-text a:hover, .desc-text a:focus {
		text-decoration:underline;
		color:#69ad55;
	}
	
	#content.prints div.simpleCart_shelfItem .desc-text a:link {float:left;}
	
	#content.notepad div.simpleCart_shelfItem .desc-text a.item_add {
		float:right;
	}
		
		.left {float:left;}
		
		.right {float:right;}

#emmy-box, 
#redcarpet-box,
#goldenglobe-box,
#oscar-box,
#holiday-box {
	width:675px;
	height:500px;
}

.boxset-image {
	width:675px;
	height:450px;
}

.desc-text-lg {
	width:100%;
	height:auto;
	padding:10px 0 0 0;
	background-color:#f2f2f1;
}

	.desc-text-lg h4 {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:20px;
		line-height:30px;
		color:#3b3827;
		float:left;
		margin:0 0 0 10px;	
	}
	
	.desc-text-lg a:link, .desc-text-lg a:visited {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:20px;
		line-height:30px;
		text-decoration:none;
		color:#3b3827;
		float:right;
		margin:0 10px 0 0;		
	}
	
	.desc-text-lg a:hover, .desc-text-lg a:visited:hover {
		text-decoration:underline;
		color:#69ad55;
	}

.shop-catagory {
	width:398px;
	height:270px;
	float:left;
	margin:15px;
	position:relative;
}
	.shop-catagory a:link, .shop-catagory a:visited {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:20px;
		line-height:30px;
		text-decoration:none;
		color:#3b3827;
		position:absolute;
		bottom:10px;
		right:0px;
		padding:5px 10px;
		background-color:#f2f2f1;
	}
	
	.shop-catagory a:hover, .shop-catagory a:visited:hover {
		color:#69ad55
	}
	
	.shop-catagory img {
		width:398px;
		height:270px;
		overflow:hidden;
	}
	
	.saleTag {
		width:40px;
		height:20px;
		position:absolute;
		bottom:14px;
		right:0;
		background-color:#69ad55;
		padding:0 14px 0 10px;
	}
	
		.saleTag p {
			font-family:"MuseoSlab", Arial, Helvetica, sans serif;
			font-weight:lighter;
			text-transform:uppercase;
			font-size:12px;
			line-height:20px;
			color:#fff;
			text-decoration:none;
		}

#shop-update {
	height:200px;
	text-align:center;
	padding:50px;	
}
		
#shop-update h2 {
	font-family:"MuseoSlab", Arial, Helvetica, sans serif;
	font-weight:lighter;
	font-size:24px;
	line-height:22px;
	color:#69ad55;
	margin-bottom:5px;	
}
		
		
		
/* press page elements */
body#press-page #content {
	padding-bottom:30px;
}

	body#press-page #content h3 {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:24px;
		line-height:28px;
		color:#69ad55;
		margin-bottom:18px;
	}
	
	.press-item {
		width:210px;
		height:260px;
		margin:10px 36px 20px 36px;
		text-align:left;
		float:left;
	}
	
		.press-item img {
			margin:5px;
		}
	
		.press-item a:hover img {
			border:5px solid #69ad55;
			margin:0;
		}
		
		.press-item p {
			font-size:12px;
			margin:5px;
			line-height:14px;
			color:#69ad55;
		}

/* custom page elements */
body#custom-page #content #text {
	width:280px;
	float:left;
}

	body#custom-page #content #text a:link, body#custom-page #content #text a:visited {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:20px;
		line-height:30px;
		text-decoration:none;
		color:#3b3827;
	}
	
	body#custom-page #content #text a:hover, body#custom-page #content #text a:visited:hover {
		color:#69ad55
	}

body#custom-page #content #slideshow {
	width:550px;
	height:450px;
	float:right;
	overflow:hidden;
}


/* contact page elements */
body#contact-page #content #text {
	float:left;
	width:400px;
}

#info {
	height:auto;
}

#icons { 
	width:360px; 
	height:auto;
	margin:30px 0 0 0;
	float:left;
}		

	#icons ul {
		list-style:none;
	}
	
	#icons li {
		list-style: none;
		display: inline;
	}
	
	#icons li a {
		text-decoration: none;
		display:block;
		float:left;	
		text-indent:-9999px;
		margin:0 40px 10px 0;
	}

li#facebook a {
	width:120px;
	height:140px;
	background-image:url(../images/icon-facebook.jpg);
	background-repeat:no-repeat;
}
	 
	li#facebook a:link, li#facebook a:visited {	
		background-position: 0px 0px;
	}
	
	li#facebook a:hover, li#facebook a:visited:hover {
		background-position:0px -140px;
	}

li#twitter a {
	width:120px;
	height:140px;
	background-image:url(../images/icon-twitter.jpg);
	background-repeat:no-repeat;
}

	li#twitter a:link, li#twitter a:visited {
		background-position:0px 0px;
	}
	
	li#twitter a:hover, li#twitter a:visited:hover {
		background-position:0px -140px;
	}
	
li#blogIcon a {
	width:120px;
	height:140px;
	background:url(../images/icon-blog.jpg) no-repeat;
}

	li#blogIcon a:link, li#blogIcon a:visited {
		background-position:0px 0px;
	}
	
	li#blogIcon a:hover, li#blogIcon a:visited:hover {
		background-position:0px -140px;
	}
	
li#stores a {
	width:120px;
	height:140px;
	background:url(../images/icon-stores.jpg) no-repeat;
}

	li#stores a:link, li#stores a:visited {
		background-position:0px 0px;
	}
	
	li#stores a:hover, li#stores a:visited:hover {
		background-position:0px -140px;
	}

	
#contact-form {
	width:350px;
	height:395px;
	background-image:url(../images/form-bg.jpg);
	background-repeat:no-repeat;
	float:right;
	margin:0 20px 0 0;
	text-align:left;
	padding:25px;
}

	#contact-form p {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-size:10px;
		line-height:20px;
	}
	
	#contact-form h3 {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:24px;
		line-height:30px;
		margin-top:40px;
		color:#69ad55;
		text-align:center;
	}
	
	#contact-form label {
		font-size:11px;
		color:#3b3827;

	}

#locations {
	width:400px;
	height:300px;
	background-color:#f2f2f1;
	overflow:auto;
	padding:15px;
}

	#locations h2 {
	font-family:"MuseoSlab", Arial, Helvetica, sans serif;
	font-weight:lighter;
	font-size:20px;
	line-height:20px;
	color:#3b3827;
	margin:0 0 10px 0;
	border-bottom: 2px solid #3b3827;
	}
	
	#locations h3 {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:14px;
		line-height:18px;
		text-transform:capitalize;
		color:#3b3827;
		margin:0;
		color:#69ad55;

	}
	
	#locations p {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:12px;
		line-height:16px;
		margin-bottom:25px;
		color:#3b3827;

	}
	
	#locations a:link, #locations a:visited {
		font-family:"MuseoSlab", Arial, Helvetica, sans serif;
		font-weight:lighter;
		font-size:12px;
		color:#3b3827;
		text-decoration:none;
		margin-bottom:25px;
	}
	
	#locations a:hover, #locations a:visited:hover {
		text-decoration:underline;
		color:#69ad55;
	}

