* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#E2BB9B;
	margin:0 0;
	padding:0px 0;
	background-color:#000;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:30px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.7em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	font-weight:bold;
	color:#CD6348;
	margin-top:0em;
	margin-bottom:0.75em;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
	color:#CD6348;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#CD6348;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

/* Default Link Properties */

a {
	color: #CD6348;
}

a:hover {
	text-decoration:none;
	color:#FFF;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:950px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#000;
	margin-top: 1px;
}

#header {
	height:295px;
	margin:0;
	padding:0;
	background-image:url("../images/header-bg.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	
}

#body {
	margin:0 10px;
	min-height:120px;
	_height:120px;
	padding-top:0px;
}

#content {
	width:580px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0px 25px 0px 25px;
	float:left;
	background-image:url(../images/content-bg.png);
	background-repeat:repeat-y;
	margin-left: 10px;
}


#content-top {
	width:630px; /* 2px less due to IE bug with overflowing <em>s */
	float:left;
	background-image:url(../images/content-top.png);
	background-repeat:no-repeat;
	display:block;
	padding-top:29px;
	height:0px !important; /* for most browsers */
	height /**/:29px; /* for IE5.5's bad box model */
	overflow:hidden;
	margin-left: 10px;
}

#content-bottom {
	width:630px; /* 2px less due to IE bug with overflowing <em>s */
	float:left;
	background-image:url(../images/content-bttm.png);
	background-repeat:no-repeat;
	display:block;
	padding-top:22px;
	height:0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	overflow:hidden;
	margin-left: 10px;
}

#sidebar {
	width:268px;
	padding:0px 0px 0px 0px;
	float:right;
	background-image:url(../images/sidebar-middle.png);
	background-repeat:repeat-y;
	margin-bottom: 10px;
}

#sidebar p {
	line-height:1.5em;
padding-left: 15px;
padding-right: 15px;
}

#sidebar-top {
	width:258px; /* 2px less due to IE bug with overflowing <em>s */
	background-image:url(../images/sidebar-top.png);
	background-repeat:no-repeat;
	display:block;
	padding-top:31px;
	height:0px !important; /* for most browsers */
	height /**/:31px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#sidebar-bottom {
	width:258px; /* 2px less due to IE bug with overflowing <em>s */
	background-image:url(../images/sidebar-bttm.png);
	background-repeat:no-repeat;
	display:block;
	padding-top:1px;
	height:0px !important; /* for most browsers */
	height /**/:1px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#footer {
	padding:0 10px;
	height:45px;
	background-image:url(../images/footer-bg.png);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
	position:relative;
	margin-left: 0px;
}

#footer-container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
}

#footer-left {
	width: 500px;
	float: left;
	text-align: left;
}

#footer-right {
	width: 200px;
	float: right;
	text-align: right;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:8px;
	top:62px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:346px;
	display:block;
	padding-top:125px;
	height:0px !important; /* for most browsers */
	height /**/:125px; /* for IE5.5's bad box model */
	overflow:hidden;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */
#sidebar {
	color:#333;
	font-size:90%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Headings within the Sidebar */

#sidebar h2 {
	color:#E2BB9B;
	font-size:160%;
text-align: center;
margin-top: -5px;
width: 258px;
}

/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#E2BB9B;
	font-size:85%;
	margin:0;
	padding-right:5px;
	padding-top:12px;
	padding-bottom:3px;
	text-align:left;
padding-left: 15px;
}

#footer a {
	color:#E2BB9B;
	font-size:90%;
	margin:0;
}

#newline-signature {
	text-align:center;
	margin:0 auto;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:15px auto;
	margin-bottom:0;
	width:260px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}

/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width:800px;
	top:246px; 
	left:5px;
}

#main-nav li {
	display:block;
	margin:0;
	padding:0;
	float:left;
	background:none;
	line-height:30px;
	height:30px;
}

#main-nav li a {
	padding:0px;
	display:block;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:11px;
	float:left;
	background-repeat:no-repeat;
	padding-top:30px;
	height:0px !important; /* for most browsers */
	height /**/:30px; /* for IE5.5's bad box model */
	overflow:hidden;
}

#main-nav-home a {		background-image:url(../images/main-nav/home.png); width:108px; }
#main-nav-about-the-artist a {		background-image:url(../images/main-nav/about-the-artist.png); width:222px; }
#main-nav-handwovens a { background-image:url(../images/main-nav/handwovens.png); width:195px; }
#main-nav-gallery a {	background-image:url(../images/main-nav/gallery.png); width:147px; }
#main-nav-contact a {	background-image:url(../images/main-nav/contact.png); width:128px; }


#main-nav li a:hover {
	background-position:0 -30px;
}

#main-nav li a.current,
#main-nav li a.current:hover {
	background-position:0 -30px;
}

/* Sub nav */

#sidebar h2.sub-nav {
	
}

#sidebar #sub-nav {
	margin-left:0;
	padding:0;
	list-style:none;
	
}

#sub-nav li {
	padding:0;
	margin:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}	

#sub-nav li a {
	display:block;
	padding:4px 0px;
	padding-left:15px;
	color:#333333;
	text-decoration:none;
	width:243px;
font-size: 115%;
}

#sub-nav li a:hover {
font-weight: bold;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
	font-weight:bold;
	color: #E2BB9B;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#666;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	background-image:url(../images/crumbs-bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
margin-left: 10px;
}

#crumbs li {
	display:inline;
}


/* Posts/News/Blog
============================================================ 
--------------------------------------------------------- */

/* Posts - styles for category listing*/

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

/* Post - styles for individual post detail view*/

.posts .meta {
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #666;
}

.posts .date {
	font-weight:normal;
	color:#E4BD9C;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #666;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #666;
}

.post .date {
	font-weight:normal;
	color:#E4BD9C;
}

.post .categories a {
	color:#777;
}


/* Comments */

#comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments ol li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

#comments ol .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
	border-bottom:1px solid #C3D0E2;
}

#comments ol .date {
	font-weight:normal;
	color:#275A98;
}





/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border-color:#CD6348;
}

div.picture-right p,
div.picture-left p,
div.picture-center p {
	color:#73A290;
	
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
	border-bottom:1px solid #C3D0E2;
}

#sidebar ul.recent-posts  {
		
}

ul.recent-posts span.date {
	color:#275A98;
}

#sidebar ul.recent-posts a {

}

#sidebar ul.recent-posts p {

}

div .hr {
	background-color:#C3D0E2;
}

div .hr-transparent {
	background-color:#E9F1E4;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
border-color: #000;
}

fieldset table th {
	width:140px;
	text-align:right;
background-color: #000;
border-color: #000;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border-bottom:none;
border-color: #000;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
}

fieldset table th {
	width:140px;
	text-align:right;
	color:#0547A0;
}

fieldset label {
color: #E4BD9C;
}
/* Custom Widgets
============================================================ 
--------------------------------------------------------- */

/* Products */

table.products {
    width:100%;
}

table.products td {
    width:30%;
    padding:5px 5px;
    vertical-align:top;
    text-align:center;
}

table.products img {
	border: 1px dotted #ddd;
}

table.products h3 {
    font-size:100%;
    margin-top:0.2em;
    margin-bottom:0;
}

table.products p.sku {
    font-size:85%;
    color:#666;
}

div.product h1 span.sku {
	color:#666;
	font-size:70%;
}

#google-map {
	color:#333333;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
}

fieldset table th {
	width:120px;
	text-align:right;
}

/* Table Styles
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px dotted #C3D0E2;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    border-bottom:1px dotted #C3D0E2;
	color:#333;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px dotted #C3D0E2;
}