html {
	background: #e5e0d9 url(../graphics/bg_pattern_10.png) top right;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.3;
	color: #635a57;
	font-size: small;
	margin: 0;
	text-align: center;	 /* Just for the benefit of IE5/Win */
}

img {
	border: none;
}

sup {
	font-size: 80%;
}

form {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

.post {
	margin: 0 0 30px;
	padding: 0 0 30px;
	/*text-align: justify;*/
	line-height: 1.3;
	border-bottom: 1px dotted #ccc;
	}
	.post h2 {
	font-size: 170%;
	}

#respond {
	margin: 30px 0 0 0;
	/*padding: 30px 0 0 0;
	border-top: 1px dotted #ccc;*/
}

.cat-item {	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: "ff-nuvo-web-pro-1","ff-nuvo-web-pro-2",Georgia,"Times New Roman";*/
	font-size: 26px;
	/*font-weight: bold;*/
	color: #635a57;
	margin-bottom: 10px;
}	
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: "ff-nuvo-web-pro-1","ff-nuvo-web-pro-2",Georgia,"Times New Roman";*/
	font-size: 20px;
	margin: 0;
	color: #635a57;
}
	h2.top {
		margin-top: 0;
	}
	h2.pagetitle {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #635a57;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	margin-bottom: 5px;
}
	h3.post-reply {
		color: #635a57;
		font-style: italic;
		margin-bottom: 5px;
	}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
}
.page-contact p {margin: 0;}
p.postmetadata { margin: 0; }

em { font-style: italic; }
blockquote { width: 80%; margin: 10px auto; font-family: Georgia, "Times New Roman", Times, serif; }

#header {
	margin: 0 0 10px 0;
	height: 160px;
}

#container {
	text-align: left;
	min-height: 100%;
	
	width: 820px;
	margin: 0 auto;
}

#image-box {
	height: 545px;
	margin-top: 60px;
	background: #fff url(../graphics/main_image_v1.jpg) top left no-repeat;
	border: 1px solid #eee;
}
#content-box {
	background: #fff;
	border: 1px solid #8e8481;
	
	width: 100%; /* this is here to give IE hasLayout. Ensures shitbag IE correctly margins the #content-copy */
}

#logo {
	/*background: #fff url(../graphics/lynnsteven_logo.png) top left no-repeat;*/ /*Now an image, links to the homepage*/
	margin: 0;
	height: 160px;
	width: 140px;
}

#content-copy {
	margin: 50px;
	padding-right: 50px;
	background: #fff;
	
	border-right: 1px dotted #ccc;
}
	.page-shoptalk #content-copy {
	width: 500px;
	}

/* Begin Sidebar */
/* from WP LYNNsteven Theme style.css */
#sidebar
{
	margin-top: 50px;
	margin-right: 50px;
	width: 150px;

	}
#sidebar form {
	margin: 0;
	}
	
#sidebar li {
	padding: 0 0 5px 0;
}
#sidebar ul {
	padding: 0 0 20px 0;
}
#sidebar h2 {
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	color: #8e8481;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}
/* End Sidebar */

.wp-caption-text { font-size: 80%; text-align: center; }
.wp-caption { margin: 10px 0; }

.entry { padding-top: 10px;}
	.entry img {
		background-color: #fff;
		padding: 5px;
		border: 1px solid #ccc;
	}
	.entry img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	.entry img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	.entry img.alignright {
		margin: 0 0 10px 10px;
		display: inline;
		}
	
	.entry img.alignleft {
		margin: 0 10px 10px 0;
		display: inline;
		}
	.entry .alignright {
		float: right;
		}

	.entry .alignleft {
		float: left;
	}
	.entry h1 { margin: 14px 0 0 0; }
	.entry h2 { margin: 14px 0 0 0; }
	.entry h3 { margin: 10px 0 0 0; }
	.entry h4 { margin: 8px 0 0 0; }
	
	.entry div.images div {
		margin-left: 30px;
	}

.postmetadata, .commentmetadata {
	text-transform: uppercase;
	font-size: 80%;
	color: #555;
	padding-top: 5px;
	}

.comment {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}

.commentcount {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #555;
	margin-bottom: 5px;
}
	.commentcount img { vertical-align: middle; }

#rss { margin: 5px 5px 0 0;}

#nav {
	margin-top: 118px;
	margin-left: 10px;
}
	#nav li {
		margin-top: 12px;
		margin-left: 14px;
		display: block;
		float: left;
	}
	#nav li.first {
		margin-left: 0;
	}

	li.nav-shoptalk {
		width: 131px;
	}
		li.nav-shoptalk a:link, li.nav-shoptalk a:visited {
			display: block;
			height: 24px;
			background: url(../graphics/nav_shoptalk.png) no-repeat 0 0;
		}
		li.nav-shoptalk a:hover {
			background-position: -131px 0;
			outline: none;
		}
		.page-shoptalk li.nav-shoptalk a:link, .page-shoptalk li.nav-shoptalk a:visited {
			background-position: -131px 0;
		}
	li.nav-brands {
		width: 101px;
	}
		li.nav-brands a:link, li.nav-brands a:visited {
			display: block;
			height: 24px;
			background: url(../graphics/nav_brands.png) no-repeat 0 0;
		}
		li.nav-brands a:hover {
			background-position: -101px 0;
			outline: none;
		}
		.page-brands li.nav-brands a:link, .page-brands li.nav-brands a:visited {
			background-position: -101px 0;
		}
	li.nav-shop {
		width: 75px;
	}
		li.nav-shop a:link, li.nav-shop a:visited {
			display: block;
			height: 24px;
			background: url(../graphics/nav_shop.png) no-repeat 0 0;
		}
		li.nav-shop a:hover {
			background-position: -75px 0;
			outline: none;
		}
		.page-shop li.nav-shop a:link, .page-shop li.nav-shop a:visited {
			background-position: -75px 0;
		}
	li.nav-signup {
		width: 100px;
	}
		li.nav-signup a:link, li.nav-signup a:visited {
			display: block;
			height: 24px;
			background: url(../graphics/nav_signup.png) no-repeat 0 0;
		}
		li.nav-signup a:hover {
			background-position: -100px 0;
			outline: none;
		}
		.page-signup li.nav-signup a:link, .page-signup li.nav-signup a:visited {
			background-position: -100px 0;
		}
	li.nav-contact {
		width: 114px;
	}
		li.nav-contact a:link, li.nav-contact a:visited {
			display: block;
			height: 24px;
			background: url(../graphics/nav_contact.png) no-repeat 0 0;
		}
		li.nav-contact a:hover {
			background-position: -114px 0;
			outline: none;
		}
		.page-contact li.nav-contact a:link, .page-contact li.nav-contact a:visited {
			background-position: -114px 0;
		}
	li.nav-press {
		width: 79px;
	}
		li.nav-press a:link, li.nav-press a:visited {
			display: block;
			height: 24px;
			background: url(../graphics/nav_press.png) no-repeat 0 0;
		}
		li.nav-press a:hover {
			background-position: -79px 0;
			outline: none;
		}
		.page-press li.nav-press a:link, .page-press li.nav-press a:visited {
			background-position: -79px 0;
		}

.vcard { }
.telecommunications { }
.store-hours { }

/* was #scomedia */
#footer {
	font-size: 80%;
	margin: 5px 0 20px 0;
}
	#footer img {
		vertical-align: text-bottom;
	}

.brand-logo {
	height: 100px;
	width: 125px;
	margin: 15px 16px 15px 0;
	/*border: 1px solid #333;*/
}


.left { float: left; }
.right { float: right; }
.clr { overflow: hidden; zoom: 1; } /* alternative to clearing floats; apply to containing element */

.vert-200 { height: 300px; }

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 20px;
	padding: 0 0 0 35px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	/*content: "\00BB \0020";*/
	}
.entry ul li { list-style: square; padding-left: 14px; }

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	
	list-style: decimal outside;
	}

/* End Entry Lists */

/*********************************************/
/* TEXT                                      */
/*********************************************/
/* Main textual links throughout the site */

a {
	color: #635a57;
	text-decoration: underline;
}
a:link { }
a:visited { }
a:hover {
	color: #8e8481;
	text-decoration: underline;
}
a:active { 
	color: #fff;
	/*padding-bottom: 2px;*/
	background-color: #000;
	text-decoration: underline;
}

a.home-link {
	display: block;
	width: 100%;
	height: 100%;
	}
a.home-link:link { }
a.home-link:visited { }
a.home-link:hover { }
a.home-link:active { background: none;}

a.textlink {
	color: #000;
	text-decoration: underline;
}
a.textlink:link { }
a.textlink:visited { }
a.textlink:hover {
	color: #8e8481;
	text-decoration: underline;
}
a.textlink:active { 
	color: #fff;
	padding-bottom: 2px;
	background-color: #000;
	text-decoration: underline;
}

/* Tiny textual links throughout the site */
a.textlink-tiny {
	color: #000;
	text-decoration: none;
}
a.textlink-tiny:link { }
a.textlink-tiny:visited { }
a.textlink-tiny:hover {
	color: #8e8481;
	text-decoration: none;
}
a.textlink-tiny:active { 
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

h2 a {
	color: #333;
	text-decoration: none;
}
h2 a:link { }
h2 a:visited { }
h2 a:hover {
	color: #8e8481;
	text-decoration: underline;
}
h2 a:active { 
	color: #fff;
	padding-bottom: 2px;
	background-color: #000;
	text-decoration: underline;
}

.postmetadata a {
	text-transform: uppercase;
	color: #555;
	text-decoration: none;
}
.postmetadata a:link { }
.postmetadata a:visited { }
.postmetadata a:hover {
	color: #8e8481;
	text-decoration: underline;
}
.postmetadata a:active { 
	color: #fff;
	padding-bottom: 2px;
	background-color: #000;
	text-decoration: underline;
}

.author { font-size: 80%; color: #555; }
.author a {
	text-transform: uppercase;
	color: #555;
	text-decoration: none;
}
.author a:link { }
.author a:visited { }
.author a:hover {
	color: #8e8481;
	text-decoration: underline;
}
.author a:active { 
	color: #fff;
	padding-bottom: 2px;
	background-color: #000;
	text-decoration: underline;
}

.comment-author { font-size: 80%; color: #555; }
.comment-author a {
	text-transform: uppercase;
	color: #000;
	text-decoration: underline;
}
.comment-author a:link { }
.comment-author a:visited { }
.comment-author a:hover {
	color: #8e8481;
	text-decoration: underline;
}
.comment-author a:active { 
	color: #fff;
	padding-bottom: 2px;
	background-color: #000;
	text-decoration: underline;
}

a.more-link {
	color: #635a57;
	text-decoration: underline;
}
a.more-link:link { }
a.more-link:visited { }
a.more-link:hover {
	color: #8e8481;
	text-decoration: underline;
}
a.more-link:active { 
	color: #fff;
	padding-bottom: 2px;
	background-color: #000;
	text-decoration: underline;
}

#sidebar a {
	color: #635a57;
	text-decoration: underline;
}
#sidebar a:link { }
#sidebar a:visited { }
#sidebar a:hover {
	color: #8e8481;
	text-decoration: underline;
}
#sidebar a:active { 
	color: #fff;
	padding-bottom: 2px;
	background-color: #000;
	text-decoration: underline;
}

