/* remove default browser styles */
@import url("reset.css");

/* ie6 win fixes */
@import url("ie6win.css");


html {
    height:100%;
}

body {
	font-size:11px;
	font-family: Georgia, serif;
    background-color:#000;
	color:#666;
	text-align:center;
	height:100%;
}

:focus {
	outline:1px dotted #999;
}

a {
	text-decoration:none;
	color: #996699;
}
a:hover {
	text-decoration:none;
	color:#333;
}

#wrapper {
	width:940px;
	height:100%;
	margin:0 auto 0 auto;
    background-color:#000;
	text-align:left;
}

#wrapper_dynamic {
	width:940px;
	height:100%;
	margin:0 auto 0 auto;
    background-color:#fff;
	text-align:left;
}

#standing_photo {
	margin:30px 30px 30px 30px;
    background-color:#fff;
	text-align:left;
	font-size:13px;
	font-family: Georgia, serif;
	color:#666;
}

#standing_text {
	margin:30px 30px 30px 30px;
	padding:0 0 30px 0;
    background-color:#fff;
	text-align:left;
	font-size:11px;
	font-family: Georgia, serif;
	color:#666;
}



/* HEADER */
#header {
    padding-top:20px;
	color:#fff;
	background: #000 url('/images/nav_background.gif') repeat-x bottom left;
	height:145px;
}
#header #cab-logo {
	float:left;
	margin-left:0px;
	margin-top:5px;
}
#header #cab-name {
	float:left;
	margin-left:25px;
	margin-top:40px;
}

#header #cab-tagline {
	float:left;
	margin-left:25px;
	margin-top:70px;
}

/* TOP NAVIGATION */
#header ul#top-nav {
	padding-left:18px;
	height:54px;
	overflow:hidden;
}
#header ul#top-nav li {
	float:left;
	height:28px;
	margin-top:15px;
	margin-right:20px;
	z-index: 1;
}
#header ul#top-nav li a {
	text-indent:-9999px;
	float:left;
	height:100%;
	width:100%;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#header ul#top-nav li a:hover {
	background-position: right -28px;
}
#header ul#top-nav li.active a {
	background-position: top right;
}

/* SEARCH */
#header form#site-search {
	float:right;
	padding-right:30px;
	padding-top:38px;
}
#header form#site-search input {
	padding:2px 2px;
	width:145px;
	
	background-color:#e6e6e6;
	color:#666;
	border:none;
	border-top:1px solid #666;
	border-left:1px solid #666;	
	font-size:10px;
}
#header form#site-search input.focused {
	background-color:#999;
	color:#999;
	text-align:left;
}

/* SUB NAVIGATION	*/
#header ul#sub-nav {
	padding-left:0px;
	z-index: 1;
	height:25px;
	float:left;
}
#header ul#sub-nav li {
	float:left;
	padding:52px 30px 0 0;
	z-index:1;
}
#header ul#sub-nav li a {
	display:block;
	text-decoration:none;
	background-color:#663366;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
}
#header ul#sub-nav li a:hover,
#header ul#sub-nav li a.active {
	color:#999;
}

#header ul#sub-nav li ul {
	position: absolute;
	width: 120px;
    left: -999em;
	padding-top:8px;
	margin-left:-7px;
	
	background-color:#663366;
	z-index: 1;
}
html.hasJS #header ul#sub-nav li ul {
    left:auto;
}

html.hasJS #header ul#sub-nav ul.level2, 
html.hasJS #header ul#sub-nav ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}
html.hasJS #header ul#sub-nav ul.level3 {
    border-right:1px solid #663366;
}

#header ul#sub-nav li ul li {
	padding:0;
	width:120px;
	z-index: 1;
}
#header ul#sub-nav li ul li a {
    padding:6px 0 6px 7px;
	width:113px;
	color:#fff;
	background-color:#663366;
	text-transform:none;
	letter-spacing:normal;
	font-size:10px;
	border-top: 1px dashed #999;
	border-left: 1px dashed #999;
}
#header ul#sub-nav li ul li a:hover {
	color:#fff;
	background-color:#666;
}

html.hasJS #header ul#sub-nav li ul ul {
    margin:0;
}
#header ul#sub-nav li ul ul {
    margin: -22px 0 0 120px;
	padding-top:0;
	z-index: 1;
}

#header ul#sub-nav li:hover ul ul {
    left: -999em;
	z-index: 1;
}
html.hasJS #header ul#sub-nav li:hover ul ul {
    left:0;
}
#header ul#sub-nav li:hover ul, 
#header ul#sub-nav li li:hover ul {
    left: auto;
    z-index: 1;
}
html.hasJS #header ul#sub-nav li:hover ul, 
html.hasJS #header ul#sub-nav li li:hover ul {
    left:0;
}


/* HEADER ADDRESS */
#header ul#header-address {
	float:right;
	display:block;
	width:205px;
	height:70px;
	padding:0px 0 0 8px;
	margin:15px 0 0 0;
	
	border-left:1px solid #fff;
}
#header ul#header-address li {
	margin:0 0 3px 0;
	width:100%;
	display:block;
	float:left;
	color:#fff;
	font-size:10px;
	font-weight: bold;
	font-style: italic;
	line-height:13px;
}
#header ul#header-address li a {
	text-decoration:none;
	color:#996699;
}
#header ul#header-address li a:hover {
	text-decoration:none;
	color:#663366;
}
#header ul#header-address li a em {
	color:#999;
}

/* PAGE */
#page {
	margin:27px 0 0;
	overflow:hidden;
	padding:0 30px 20px;
	background: #000 url('/images/body_background_01.gif') repeat-y;
}



/* SIDE BAR */
#sidebar {
	float:right;
	width:240px;
}

#sidebar #headers {
	font-size:14px;
	font-weight:bold;
	margin-bottom: 0px;
	letter-spacing: 1px;
	text-align:left;
	text-transform:uppercase;
	color:#000;
	padding:5px 0 5px 15px;
	background-color:#996699;
}

#sidebar ul#page-nav {
	margin-top:0px;
	overflow:hidden;
	padding:2px 0 2px 0;
/*  border-top:1px dashed #fff;*/
}

#sidebar ul#page-nav li {
	float:left;
  width:240px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	border-bottom:1px dashed #fff;
	margin:0px 0 2px 0px;

}

#sidebar ul#page-nav p {
	float:left;
	width:215px;
	font-size:12px;
	font-style:italic;
	text-transform:capitalize;
	letter-spacing:0px;
	font-weight:bold;
	margin:0px 0 3px 0px;
	padding-left:25px;

}

#sidebar ul#page-nav li a,
#sidebar ul#page-nav li span {
	display:block;
	text-decoration:none;
	color:#333;
	padding:2px 0 2px 15px;
}
#sidebar ul#page-nav li span {
    color:#999;
}
#sidebar ul#page-nav li.active {
	color:#666;
}
#sidebar ul#page-nav li a:hover {
	background-color:#663366;
	color:#fff;
}
#sidebar ul#page-nav li.active a,
#sidebar ul#page-nav li.active span{
	color:#333;
}
#sidebar h2.section-header {
	margin:0 0 11px 5px;
}



/* PAGE CONTENT*/
#page #page-content {
	width:610px;
	float:left;
	color:#111;
	background-color:#fff;
}
#page #page-content h2.section-header {
	margin:0 0 11px 5px;
}

#page #page-content .textblock {
	width:440px;
	margin-left:5px;
}
#page #page-content h3 {
	font-size:17px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-top:7px;
	margin-bottom: 12px;
	color:#333;
}
#page #page-content h4 {
	color:#996699;
	font-size:14px;
	line-height:18px;
	margin-top:9px;
	margin-bottom:4px;
	font-style:italic;
	font-weight:bold;
}
#page #page-content h5 {
	color:#996699;
	font-size:12px;
	line-height: 16px;
	margin-bottom: 4px;
	font-style:italic;
}

#page #page-content h6 {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#996699;
	letter-spacing:2px;
	margin:30px 0 19px 30px;
}

#page #page-content h7 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	letter-spacing:2px;
	margin:30px 0 19px 30px;
}
#page #page-content h8 {
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	margin:4px 0 0 0;
	letter-spacing:0.02em;
}

#page #page-content p {
	font-size:14px;
	line-height:18px;
	margin-bottom:1em;
	letter-spacing:0.02em;
}

#page #page-content td {
	font-size:14px;
	line-height:18px;
	margin-bottom:1em;
	letter-spacing:0.02em;
}

#page #page-content .notes {
	font-size:10px;
	font-style:italic;
}
#page #page-content ul {
	font-size:14px;
	margin-bottom:1em;
/*  margin-left:15px;*/
}
#page #page-content ul li {
/*  list-style: disc outside;*/
	margin-bottom:0.5em;
	padding-left:15px;
	line-height:18px;
	background: transparent url(/images/purple-bullet.gif) no-repeat;
	background-position: 0 0.3em;
}
#page #page-content ul li em {
	color:#996699;
}
#page #page-content ol {
	font-size:12px;
	margin-bottom:1em;
	margin-left:15px;
	list-style-type: decimal;
	list-style-position: outside;
}
#page #page-content ol li {
	font-size:12px;
	margin-bottom:0.5em;
	line-height:16px;
}


/* INDEX PAGE */
body#index #page {
	margin:0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	margin-bottom:0px;
	background-color:#000;
}
body#index #page #page-content {
	margin:0;
	width:700px;
}
body#index #page #page-content .hero-image {
	float:left;
	margin:0;
}
body#index #page #page-content .hero-image img {
	display:block;
	float:left;
}
body#index #page #page-content #homepage_footer {
    height:103px;

}
body#index #page #page-content #homepage_footer ul.index-item-list {
	margin:0;
	padding:15px 0 0 40px;
	float:left;
	height:88px;
}
body#index #page #page-content ul.index-item-list li {
	list-style:none;
	float:left;
	width:98px;
	margin:0 28px 0 0;
	text-align:center;
	padding-left:0;
	background-image:none;
}
body#index #page #page-content ul.index-item-list li.last {
	margin-right:0;
}
body#index #page #page-content ul.index-item-list li img {
	display:block;
	margin:0 auto;
}
body#index #page #page-content ul.index-item-list li a {
	color:#333;
	font-size:10px;
	display:block;
}
body#index #page #page-content ul.index-item-list li a:hover {
	color:#999;
	text-decoration:none;
}
body#index #page #page-content #external_link {
	float:right;
	margin:0;
	padding:0;
}
body#index #page #page-content #external_link img {
	margin:0;
	padding:0;
	display:block;
    float:left;
}
body#index #page #page-content #external_link a {
	margin:0;
	padding:0;
}


body#index #page .entry {
	border-bottom:1px dashed #999;
	color:#666;
	margin:30px;
}

body#index #page #page-content .textheavy {
	color:#666;
	margin:30px;
}

body#index #page #page-content .small {
	color:#666;
	margin:30px;
}

body#index #page #page-content .small td {
	font-size:12px;
	line-height:16px;
	margin:5px 0 0 0;
}

body#index #page #page-content .small h4 {
	color:#996699;
	font-size:13px;
	line-height:18px;
	margin-top:9px;
	margin-bottom:4px;
	font-weight:bold;
}

body#index #page #page-content .entry * {
	width:620px;
}
body#index #page #page-content .entry * * {
	width:auto;
}
body#index #page #page-content .entry object, 
body#index #page #page-content .entry embed {
	width:550px;
}
body#index #page #page-content .entry img {
	margin-bottom:5px;
	width:auto;
}
body#index #page #page-content .entry h3 {
	font-size:14px;
	font-weight:bold;
	color:#666;
	letter-spacing:2px;
	margin:30px 0 19px 0;
}

body#index #page #page-content .entry h3.first {
	margin:25px 0 19px 0;
}
body#index #page #page-content .entry h3 a {
	color:#666;
}
body#index #page #page-content .entry h3 a:hover {
	color:#f60;
	text-decoration: none;
}
body#index #page #page-content .entry p {
	font-size:13px;
	line-height:18px;
}
body#index #page #page-content .entry img {
	margin:0;
}
body#index #page #page-content .entry blockquote {
	margin:20px;
	font-size:12px;
}
body#index #page #page-content .entry blockquote p {
	font-size:inherit;
}
body#index #page #page-content .entry ul li {
	font-size:13px;
}
body#index #page #page-content .entry .entry-details {
	font-style:italic;
	font-size:12px;
	color:#666;
}
body#index #page #page-content .entry .entry-details a {
	color:#f60;
}
body#index #page #page-content .entry .entry-details a .add-this img {
	padding:-5px 3px 0 0;
}
body#index #page #page-content .navigation {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
	letter-spacing:2px;
	margin:30px 0 19px 30px;
}
body#index #page #page-content .navigation a {
	color:#996699;
}
body#index #page #page-content .navigation a:hover {
	color:#666;
}


/* SEARCH RESULTS */
body#search-results #page h2 {
	margin-left:10px;
}
body#search-results #page #main_results {
    float:left;
    width:515px;
    margin:0 48px 0 12px;
}
body#font-list #page {
	margin-left:12px;
}
body#search-results #page #related-fonts,
body#font-list #page #related-fonts {
	width:514px;
	
	font-size:11px;
}
body#search-results #page h3,
body#font-list #page h3 {
	font-size:18px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-top:16px;
	color:#333;
	margin-bottom:3px;
}
body#search-results #page #main_results h3 {
	margin-bottom:0;
	padding-bottom:0;
}
body#search-results #page h3#related-items-title {
    float:left;
    margin-bottom:20px;
}
body#search-results #page #related-fonts li,
body#font-list #page #related-fonts li {
	border-top:1px dashed #999;
	padding-top:17px;
	padding-bottom:12px;
	float:left;
	
	
	font-style:italic;
}
body#search-results #page #related-fonts li.first,
body#font-list #page #related-fonts li.first {
  border-top:none;
}
body#search-results #page #related-fonts li h4,
body#font-list #page #related-fonts li h4 {
	display:inline;
	color:#996699;
	font-style:normal;
}
body#search-results #page #related-fonts li strong,
body#font-list #page #related-fonts li strong {
	font-style:normal;
}
body#search-results #page #related-fonts li img,
body#font-list #page #related-fonts li img {
	margin-top:9px;
}
body#search-results #page #related-fonts li a,
body#font-list #page #related-fonts li a {
	color:#666;
	display:block;
}
body#search-results #page #related-fonts li a:hover,
body#font-list #page #related-fonts li a:hover {
	color:#999;
	text-decoration:none;
}
body#search-results #page #related-items {
    float:left;
    width:300px;
}
body#search-results #page #related-items h3 {
	margin-bottom:20px;
}
body#search-results #page #related-items li {
	list-style:none;
	float:left;
	width:100px;
	height:100px;
    text-align:center;
    margin-left:-15px;
    margin-right:15px;
}
body#search-results #page #related-items li img {
	margin-bottom:5px;
}
body#search-results #page #related-items li a {
	color:#333;
	display:block;
}
body#search-results #page #related-items li a:hover {
	text-decoration:none;
	color:#999;
}


/* BLOG */

body#blog #page {
	margin:0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	margin-bottom:0px;
}

body#blog #page #page-content {
	width:700px;
	float:left;
}
body#blog #page #page-content h2.section-header {
	margin:0 0 0 -5px;
}
body#blog #page .entry {
	border-bottom:1px dashed #999;
	color:#666;
}
body#blog #page #page-content .entry * {
	width:620px;
}
body#blog #page #page-content .entry * * {
	width:auto;
}
body#blog #page #page-content .entry object, 
body#blog #page #page-content .entry embed {
	width:550px;
}
body#blog #page #page-content .entry img {
	margin-bottom:5px;
	width:auto;
}
body#blog #page #page-content .entry h3 {
	font-size:14px;
	font-weight:bold;
	color:#666;
	letter-spacing:2px;
	margin:30px 0 19px 0;
}
body#blog #page #page-content .entry h3.first {
	margin:25px 0 19px 0;
}
body#blog #page #page-content .entry h3 a {
	color:#666;
}
body#blog #page #page-content .entry h3 a:hover {
	color:#f60;
	text-decoration: none;
}
body#blog #page #page-content .entry p {
	font-size:13px;
	line-height:18px;
}
body#blog #page #page-content .entry img {
	margin:0;
}
body#blog #page #page-content .entry blockquote {
	margin:20px;
	font-size:12px;
}
body#blog #page #page-content .entry blockquote p {
	font-size:inherit;
}
body#blog #page #page-content .entry ul li {
	font-size:13px;
}
body#blog #page #page-content .entry .entry-details {
	font-style:italic;
	font-size:12px;
	color:#666;
}
body#blog #page #page-content .entry .entry-details a {
	color:#f60;
}
body#blog #page #page-content .entry .entry-details a .add-this img {
	padding:-5px 3px 0 0;
}
body#blog #page #page-content .navigation {
	text-align:center;
	font-size:11px;
}
body#blog #page #page-content .navigation a {
	color:#fff;
}
body#blog #page #page-content .navigation a:hover {
	color:#000;
}






body#blog-archive #page, 
body#blog #page {
	margin:0;
	padding:27px 0 27px 30px;
}
body#blog-archive #page {
	background: #fff url("/furniture/blog_archive_bg_tile.gif") repeat-y top right;
}
body#blog-archive #page #page-content {
	width:600px;
	margin-left:11px;
	float:left;
}
body#blog-archive #page #page-content h2.section-header {
	margin:0 0 0 0;
}

body#blog-archive #page #page-content dt.year {
	margin:24px 0 0 0;
}
body#blog-archive #page #page-content dt.month h4 {
	font-style:normal;
	letter-spacing:1px;
}
body#blog-archive #page #page-content dt {
	list-style:none;
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:8px;
	font-weight:bold;
	color:#666;
	padding-left:0;
	background-image:none;
}
body#blog-archive #page #page-content dl dd a {
	color:#666;
}
body#blog-archive #page #page-content dl dd a:hover {
	color:#f60;
	text-decoration:none;
}

body#blog-archive #page #page-content dl dd {
	color:#999;
	margin-bottom:2px;
	text-transform:none;
	font-weight:normal;
	font-style:italic;
	padding-left:0;
	background-image:none;
}


