/* -----------------------
   Linde Lee, Inc.
   Main Styles
-------------------------- */

/* 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none; text-decoration: none; }

ul { list-style: none; }
		
/* Global
--------------------------------- */

body {
	background: #482B0B url(../img/bg_body.jpg) no-repeat top center;
	color: #A1968B;
	font-family: Georgia, serif;
	font-size: 100%;
	margin: 40px auto 0;
}

#page {
	position: relative;
	width: 968px;
	height: 640px;
	margin: 0 auto;
}

#skip {
	display: block;
	text-indent: -9999px;
	position: absolute;
	overflow: hidden; /* bug fix for IE 7 */
}

/* header
--------------------------- */

h1 {
	text-indent: -9999px;
	overflow: hidden;
}

h1 a:link, h1 a:visited {
	position: absolute;
	top: 17px;
	left: 0;
	width: 380px;
	height: 31px;
	background: transparent url(../img/logo_linde_lee.gif) no-repeat;
	color: inherit;
	text-indent: -999em;
	overflow: hidden;
	display: block;
}

h1 a:hover {
	background: transparent url(../img/logo_linde_lee.gif) no-repeat;
	color: inherit;
}

/* primary nav */
/* CSS Sprites - http://www.alistapart.com/articles/sprites/ */

#nav-primary {
	position: absolute;
	width: 517px;
	top: 32px;
	right: 0;
}

#nav-primary ul {
	list-style: none;
	height: 16px;
	background: url(../img/nav_primary.gif) top left no-repeat;
	list-style: none;
	position: relative;
}

#nav-primary li {
	list-style: none;
	display: block;
	position: absolute;
}
	
#nav-primary li, #nav-primary a {
	height: 16px;
	display: block;
	background-image: none;
}

#nav-primary ul li a {
	text-indent: -9999px;
	text-decoration: none;
}

/* clickable regions */
#nav-primary #nav-about {left: 0; width: 58px;}
#nav-primary #nav-designers {left: 58px; width: 107px;}
#nav-primary #nav-showroom {left: 158px; width: 109px;}
#nav-primary #nav-press {left: 274px; width: 70px;}
#nav-primary #nav-calendar {left: 344px; width: 99px;}
#nav-primary #nav-contact {left: 443px; width: 74px;}

/* rollover states */
#nav-primary #nav-about a:hover {background: transparent url(../img/nav_primary.gif) 0 -16px no-repeat;}
#nav-primary #nav-designers a:hover {background: transparent url(../img/nav_primary.gif) -58px -16px no-repeat;}
#nav-primary #nav-showroom a:hover {background: transparent url(../img/nav_primary.gif) -158px -16px no-repeat;}
#nav-primary #nav-press a:hover {background: transparent url(../img/nav_primary.gif) -274px -16px no-repeat;}
#nav-primary #nav-calendar a:hover {background: transparent url(../img/nav_primary.gif) -344px -16px no-repeat;}
#nav-primary #nav-contact a:hover {background: transparent url(../img/nav_primary.gif) -443px -16px no-repeat;}

/* you are here nav - update ID in BODY tag on each page */
body.page-template-about-php #nav-primary #nav-about {background: transparent url(../img/nav_primary.gif) 0 -16px no-repeat;}
body.page-template-designers-php #nav-primary #nav-designers {background: transparent url(../img/nav_primary.gif) -58px -16px no-repeat;}
body.page-template-showroom-php #nav-primary #nav-showroom {background: transparent url(../img/nav_primary.gif) -158px -16px no-repeat;}
body.page-template-press-php #nav-primary #nav-press {background: transparent url(../img/nav_primary.gif) -274px -16px no-repeat;}
body.page-template-calendar-php #nav-primary #nav-calendar {background: transparent url(../img/nav_primary.gif) -344px -16px no-repeat;}
body.page-template-contact-php #nav-primary #nav-contact {background: transparent url(../img/nav_primary.gif) -443px -16px no-repeat;}

/* utility nav */
/* CSS Sprites - http://www.alistapart.com/articles/sprites/ */

#nav-util {
	position: absolute;
	width: 269px;
	top: 0;
	right: 0;
}

#nav-util ul {
	list-style: none;
	height: 8px;
	background: url(../img/nav_util.gif) top left no-repeat;
	list-style: none;
	position: relative;
}

#nav-util li {
	list-style: none;
	display: block;
	position: absolute;
}
	
#nav-util li, #nav-util a {
	height: 8px;
	display: block;
	background-image: none;
}

#nav-util ul li a {
	text-indent: -9999px;
	text-decoration: none;
}

/* clickable regions */
#nav-util #nav-list {left: 0; width: 126px;}
#nav-util #nav-login {left: 126px; width: 143px;}

/* rollover states */
#nav-util #nav-list a:hover {background: transparent url(../img/nav_util.gif) 0 -8px no-repeat;}
#nav-util #nav-login a:hover {background: transparent url(../img/nav_util.gif) -126px -8px no-repeat;}

/* you are here nav - update ID in BODY tag on each page */
body.page-template-login-php #nav-util #nav-login {background: transparent url(../img/nav_util.gif) -126px -8px no-repeat;}

/* main
--------------------------- */

#main {
	position: absolute;
	top: 78px;
	left: 0;
	width: 968px;
	height: 512px;
	text-align: left;
	font-size: .83em;
}

#main p {
	margin-bottom: 1em;
}

#main p.error {
	font-weight: bold;
}

#main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main ul li {
	padding-left: 10px;
	margin-left: 3px;
	background: url(../img/icon_bullet.gif) no-repeat 0 6px;
}

#main ul.thumbs li, #main ul.nav-sec li {
	padding: 0;
	margin: 0;
	background-image: none;
}

/* boxes
-------------------------- */

/* legend: 2 rows of 5 boxes */

.box-a { /* boxes 1, 2 */
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	min-height: 250px;
  height: auto !important;
  height: 250px;
	z-index: 10;
}

.box-b { /* boxes 6, 7 */
	position: absolute;
	top: 262px;
	left: 0;
	width: 380px;
	min-height: 250px;
  height: auto !important;
  height: 250px;
}

.box-c { /* boxes 3 - 5, 8 - 10 */
	position: absolute;
	top: 0;
	left: 392px;
	width: 576px;
	min-height: 512px;
  height: auto !important;
  height: 512px;
}

.box-d { /* boxes 1, 2, 6, 7 */
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	min-height: 512px;
  height: auto !important;
  height: 512px;
	z-index: 10;
}

.box-e { /* boxes 3, 4, 8, 9 */
	position: absolute;
	top: 0;
	left: 392px;
	width: 380px;
	min-height: 512px;
  height: auto !important;
  height: 512px;
	z-index: 10;
}

.box-f { /* box 5 */
	position: absolute;
	top: 0;
	left: 784px;
	width: 184px;
	min-height: 250px;
  height: auto !important;
  height: 250px;
}

.box-g { /* box 10 */
	position: absolute;
	top: 262px;
	left: 784px;
	width: 184px;
	min-height: 250px;
  height: auto !important;
  height: 250px;
}

.box-h { /* boxes 5, 10 */
	position: absolute;
	top: 0;
	left: 784px;
	width: 184px;
	min-height: 512px;
  height: auto !important;
  height: 512px;
}

.box-i { /* box 6 */
	position: absolute;
	top: 262px;
	left: 0;
	width: 184px;
	min-height: 250px;
  height: auto !important;
  height: 250px;
}

.box-j { /* box 7 */
	position: absolute;
	top: 262px;
	left: 196px;
	width: 184px;
	min-height: 250px;
  height: auto !important;
  height: 250px;
}

.box-k { /* boxes 1 - 10 (home page) */
	position: absolute;
	top: 0;
	left: 0;
	width: 968px;
	min-height: 512px;
  height: auto !important;
  height: 512px;
}

.color-a { /* white */
	background-color: #F3F1E9;
	color: #442D17;
}

.color-a a:link, .color-a a:visited {
	background-color: transparent;
	color: #7AAEB2;
}

.color-b { /* blue */
	background-color: #93C2C6;
	color: #442D17;
}

.color-b a:link, .color-b a:visited {
	background-color: transparent;
	color: #F3F1E9;
}

#main .gallery-wrap {
	background-color: #F3F1E9;
	color: #442D17;
}

#main #thumbs {
	margin-top: 2px;
	margin-left: 2px;
}

.content {
	margin: 30px 38px;
}

.box-e .content {
	margin: 28px 38px;
}

.photos img {
	float: left;
	margin-left: 12px;
	margin-bottom: 12px;
}

.photos img.first {
	margin-left: 0;
}

form .inp-login {
	background-color: #93C2C6;
	color: #442D17;
	border: 0;
	margin-right: 6px;
	padding: 3px;
	width: 207px;
	font-family: Georgia, serif;
	font-size: 13px;
	white-space: nowrap;
}

/* footer
--------------------------- */

#footer {
	position: absolute;
	bottom: 9px;
	right: 0;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	background-color: transparent;
	color: #A1968B;
}

#footer a:hover, #footer a:active {
	background-color: transparent;
	color: #A1968B;
}

#footer .divider {
	padding: 0 4px;
}

/* common
--------------------------- */

a:link, a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #7AAEB2;
	outline: none;
}

a:hover, a:active {
	text-decoration: underline;
	background-color: transparent;
	color: #7AAEB2;
	outline: none;
}

ul.nav-sec li.current_page_item a:link, ul.nav-sec li.current_page_item a:visited {
	background-color: transparent;
	color: #442D17;
	text-decoration: none;
}

h2 {
	margin-bottom: 19px;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: transparent;
	color: #93C2C6;
}

h3 {
	margin-bottom: 15px;
	font-size: 1.25em;
	font-weight: normal;
}

h4 {
	margin-bottom: 3px;
	font-size: 1.3em;
	font-weight: normal;
}

h5 {
	margin-bottom: 3px;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}

blockquote {
	margin: 0 0 1.5em 0;
}

.reg {
	position: relative;
	top: -.5em;
	font-size: .8em;
}

.small {
	font-size: .85em;
}

acronym, abbr {
	border-bottom: none;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.padright {
	padding-right: 10px;
}

.imgleft {
	float: left;
	margin: 5px 10px 0 0;
}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

hr, .print-only {
	display: none;
}

.wai {
	display: block;
	text-indent: -9999px;
	position: absolute;
	overflow: hidden; /* bug fix for IE 7 */
}
