html {
border: 0;
margin: 0 auto;
padding: 0;
background: #fff; 
}
body {
border: 0;
margin: 0 auto;
font: 0.7em "Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif;
line-height: 1.4em;
}
form, fieldset { border: 0; margin: 0; padding: 0; }
a { text-decoration: none; }
a:link, a:visited { color: #000; }
a:hover, a:active { color: #000; text-decoration: none; background: #e1e1e1; padding: 0 0 2px 0; }
.selected { color: #000; text-decoration: none; background: #e1e1e1; padding: 0 0 2px 0; }
a img { border: 0; }

.float-left {
float: left;
margin-right: 10px;
}
.float-left a:hover {
padding-bottom: 0;
}
/* ---- Typography ------ */
.bold, .company, span.price {
font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 3px;
margin-bottom: 4px;
font-size: 1.0em;
font-weight: normal;
}
input, textarea, em { font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif; }
strong { font-weight: normal; text-transform: uppercase; }
p, ol, ul, pre, blockquote {
margin-top: 5px;
margin-bottom: 5px;
}
blockquote { font: 1.1em "Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif; }
h1 {
font-weight: normal;
margin-top: 0;
margin-bottom: 10px;
}
h2, h3, h4, h5, h6 {
font-weight: normal;
}
h1 span, h2 span, h3 span {
background: #fff;
padding: 3px 10px 2px 0;
}
/* standard helper classes */

.hide { margin: 0; height: 0; width: 0; overflow: hidden; position: absolute;  /* for the benefit of IE5 Mac */ }
.clearing {
clear: both;
}

/* ------------ page layout --------------- */

#container {
position: relative;
min-height: 1px;
clear: both;
}

#header {
padding: 0;
height: 34px;
clear: both;
padding-bottom: 10px;
margin-bottom: 15px;
}
#header span { margin: 0; height: 0; width: 0; overflow: hidden; position: absolute;  /* for the benefit of IE5 Mac */ }

#pagebody {
width: 100%;
position: relative;
float: left;
}

#maincontent {
}

html#table div#maincontent {
background: #fff;
margin-top: 1px;
}

#sidebar {
display: none; margin: 0; height: 0; width: 0; overflow: hidden; position: absolute;
}

#footer {
clear: both;
font-size: 95%;
}
#footer p {
background: #fff;
padding-bottom: 5px;
text-transform: uppercase;
}
#footer a {
text-decoration: none;
color: #999;
}
#footer a:hover {
text-decoration: none;
color: #000;
}
div#frontpage ,div#home, div#individual_entry, div#category, div#datearchive, div#sitemap, div#previewcomment, div#pendingcomment, div#error, div#commentlist, div#trackbacklisting, div#commentlisting, div#searchresult, div#archive_auto {
padding: 0 0 10px 0;
margin: 0;
}
div#home h2, div#datearchive h2, div#individual_entry h2 {
padding-bottom: 2px;
margin-bottom: 0;
}
div#home h3, div#category h1, div#category h2, div#category h3, div#individual_entry h1, div#individual_entry h3, div#datearchive h3,  div#details h2, div#catalogue h2, div#cat_item h2, div#cat_item h3, div#season h2, div#searchresult h3, div#error h1, div#sitemap h1, div#previewcomment h1, div#previewcomment h3, div#pendingcomment h1 {
background: url(http://www.eleykishimoto.com/img/hback.gif) center left repeat-x;
text-transform: uppercase;
}

div#home h3 a, div#datearchive h3 a, div#datearchive h3 {
text-decoration: none;
}
div#individual_photo, div#photo_gallery {
padding: 60px 0 10px 0;
margin: 0;
min-height: 300px;
}
div#photo_gallery h2, div#individual_photo h2 {
padding-bottom: 2px;
position: relative;
clear: both;
}
div#individual_photo h1 {
text-align: center;
}
div#maincontent h1 {
margin-bottom: 20px;
}
div#login, div#season {
*height: 360px;
**height: 360px;
clear: both;
min-height: 360px;
}
div#cat_item {
}
div#garmentlist {
position: relative;
float: left;
width: 100%;
margin: 10px 0 20px 0;
}
div#maincontent p {
margin: 10px 0;
width: 470px;
}
body#showroom div#maincontent h2 {
margin-bottom: 20px;
}

/* -------- Archive List ---- */

div#archive_auto ul {
list-style: none;
margin: 20px 0;
padding: 0;
border: 0;
}
div#archive_auto li {
list-style: none;
margin: 10px 0;
padding: 0;
}
div#archive_auto li a {
text-decoration: none;
}

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

div#main_nav {
}
div#main_nav ul {
margin: 0 auto;
padding: 0;
list-style-type: none;
z-index: 99;
background: #fff;
height: 34px;
}
div#main_nav span {
height: 0;
width: 0;
overflow: hidden;
position: absolute;  /* for the benefit of IE5 Mac */
}
div#main_nav ul li span {
height: 0; width: 0; overflow: hidden; position: absolute;  /* for the benefit of IE5 Mac */
}
div#main_nav ul li {
margin: 0;
padding: 0;
float: left;
position: relative;
z-index: 100;
}
div#main_nav ul li a { display: block; text-decoration: none; position: relative; padding: 0; }

a#nav_logo { background: url(http://www.eleykishimoto.com/img/logo230x34.gif) no-repeat; height: 34px; width: 260px; }

/* ------------ Entry ---------- */

.entry {
position: static;
overflow: hidden;
clear: both;
margin-bottom: 20px;
}
.entry h1, .entry h2, .entry h3 {
margin: 0;
margin-bottom: 20px;
padding: 0;
}
.entry-body a {
padding: 0;
}

.entry h1 a:hover, .entry h2 a:hover, .entry h3 a:hover {
padding: 0;
}
div.entry-footer, .trackback-footer, .comment-footer {
color: #999;
padding-bottom: 15px;
padding-top: 15px;
clear: both;
}
.comment-footer {
padding-bottom: 0;
}
.entry-footer a, .entry-footer a:visited, .trackback-footer a, .trackback-footer a:visited, .comment-footer a, .comment-footer a:visited {
text-decoration: none;
color: #999;
}
.entry-footer a:hover, .trackback-footer a:hover, .comment-footer a:hover {
text-decoration: none;
color: #000;
}


/* ------------ Trackback ---------- */

#trackbacks {
position: static;
overflow: hidden;
clear: both;
margin-bottom: 10px;
}
#trackbacks h3 {
color: #000;
margin: 0;
padding: 0;
}
.trackback {
clear: both;
}

/* ------------ Comments ---------- */
div#comments h3 {
margin-bottom: 15px;
}
div#comments div.dropshadow {
padding-bottom: 5px;
width: 460px;
margin: 5px 5px 5px 5px;
background: #e1e1e1;
z-index: 5;
position: relative;
}
div#comments div.comment {
background: #fff;
padding: 0;
width: 460px;
margin: 0;
position: relative;
z-index: 6;
border: 1px solid #999;
margin-top: -5px;
margin-left: -5px;
}
div#comments div.owner_author {
border: 1px solid #0035ad;
}
div#comments div.comment h4 {
margin: 0;
padding: 2px 10px;
}
div#comments div.owner_author h4 {
background: #0035ad;
color: #fff;
margin: 0;
padding: 2px 10px;
}
h4.owner_author a:link, h4.owner_author a:visited, h4.owner_author a:hover {
text-decoration: none;
color: #fff;
}
div.comment p {
padding: 0 10px;
margin: 0;
}
div.comment p.comment-footer {
margin: 5px 0;
padding: 0 10px;
}
.date-header {
position: static;
clear: both;
}


.comments-open-footer, .archive-content {
clear: both;
margin: 5px 10px 20px 10px;
}

/* ---- Search Result   ---- */

div#searchresult h2 {
margin: 15px 0;
}
div.s_result {
margin-left: 110px;
padding-bottom: 15px;
}
div.s_result h3, div.s_result p {
margin: 0;
padding-bottom: 0;
padding-top: 0;
line-height: 0.8em;
}

/* ---- Directory List ------ */

dl {
width: 470px;
}
dd {
margin: 0;
}
dt {
text-transform: uppercase;
margin-top: 5px;
}

/* --- Forms ---- */
fieldset#userdetails, fieldset#shippingdetails, fieldset#companydetails {
width: 470px;
padding-bottom: 20px;
}
div#login-form {
margin-left: 20px;
margin-right: 10px;
}
fieldset#login-fieldset {
width: 250px;
margin: 0;
}
fieldset#login-fieldset div.row label, fieldset#login-fieldset div.row input {
float: none;
margin: 0;
padding: 0;
}
fieldset#login-fieldset div.row input {
padding: 2px;
}
fieldset#postcomment, fieldset#previewcomment {
padding: 10px 10px 10px 0;
border: 0;
position: relative;
margin-top: 15px;
}
fieldset#postcomment h3, fieldset#previewcomment h3 {
color: #000;
}
fieldset#postcomment label, fieldset#previewcomment label {
display: block;
}
div.row, div.row2, div.rowsubmit, div.rowradio {
clear: both;
padding-top: 5px;
min-height: 1px;
}
div.row label {
position: relative;
float: left;
text-align: right;
padding: 3px 10px 0 0;
width: 130px;
}
div#comments div.row label {
width: 120px;
}
div.row input {
position: relative;
float: left;
width: 200px;
border: 1px solid #999;
padding: 2px;
}
div#comments div.row input {
width: 290px;
}
div.row2 label {
padding: 3px 0 5px 0;
}
div.row2 textarea {
margin: 0;
padding: 1px 2px;
width: 430px;
border: 1px solid #999;
font-size: 1.0em;
}
div.rowsubmit input {
background: #0035ad;
border: 1px outset #999999;
width: 120px;
margin: 0 10px 3px 0;
padding: 0 5px;
color: #fff;
float: left;
position: relative;
}
div.rowradio label {
float: left;
position: relative;
padding: 3px 0;
}
div.rowradio input {
float: left;
position: relative;
width: 30px;
border: 0;
margin: 5px 0 0 160px;
}

/* --- Sidebar Globals --- */

div#sidebar ul {
margin: 0;
list-style: none;
padding: 0;
}
div#sidebar ul li {
margin: 0;
padding: 1px 0 1px 0;
}
div#sidebar h1, div#sidebar h2 {
margin: 0 0 20px 20px;
text-transform: uppercase;
}
div#sidebar h3 {
margin: 2px 0 0 0;
}
div#sidebar li h2 {
margin: 0;
}
body#blog div#sidebar h3 {
margin: 0;
}
div#sidebar h1 span, div#sidebar h2 span {
padding: 0 10px 4px 0;
background: #e1e1e1 url(http://www.eleykishimoto.com/img/dropshadow.gif) no-repeat;
}
div#divider {
border-top: 13px solid #f7f7f7;
border-bottom: 13px solid #f7f7f7;
height: 2px;
margin-left: 20px;
margin-right: 10px; 
position: relative;
clear: both;
background: #e1e1e1;
}
div#divider hr { margin: 0; height: 0; width: 0; overflow: hidden; position: absolute; display: none; /* for the benefit of IE5 Mac */ }

/* ---- Side Bar Modules general--- */

div#sidebar-text, div#recent-posts, div#recent-comments, div#failed-login, div#archives-list, div#collections-list, div#perm-nav, div#subcat-list, div#showroom-nav, div#no-search, div#logged-in, div#flickr-photos, div#next-prev {
margin-left: 20px;
margin-right: 10px;
padding: 0 0 20px 0;
clear: both;
}
div#showroom-nav p {
font-weight: normal;
}

/* --- Search box Module -- */

div#searchblog {
clear: both;
margin-left: 20px;
margin-right: 10px;
}
div#searchblog label { display: none; margin: 0; height: 0; width: 0; overflow: hidden; position: absolute;  /* for the benefit of IE5 Mac */ }

div#searchblog input#search-box {
position: relative;
float: left;
padding: 2px;
margin: 5px 0px 10px 0;
width: 190px;
border: 1px solid #999;
}
div#searchblog input#search-button {
position: relative;
float: left;
background: #e1e1e1;
border: 1px solid #999;
padding: 0;
width: 30px;
height: 19px;
margin: 5px 0 5px 3px;
text-align: center;
overflow: hidden;
color: #000;
text-transform: uppercase;
font-size: 0.7em;
}

/* --- Feed Module -- */

div#feed-box {
width: 250px;
clear: both;
float: left;
position: relative;
}
div#subscribe {
padding: 10px 5px 10px 20px;
clear: both;
margin: 0;
float: left;
position: relative;
}
div#subscribe span.separator {
float: left;
position: relative;
}
div#subscribe a.feed, div#subscribe a.feedhelp {
display: block;
padding: 2px 10px 2px 24px;
color: #000;
float: left;
position: relative;
}
div#subscribe a.feed {
background: url(http://www.eleykishimoto.com/img/feed-icon-16x16.gif) no-repeat;
}
div#subscribe a.feedhelp {
background: url(http://www.eleykishimoto.com/img/help-icon-16x16.gif) no-repeat;
}

/* --- Flickr Photos Module -- */

div#flickr-photos img {
float: left;
position: relative;
margin: 0 10px 10px 0;
border: 0;
}
div#flickr-photos a:hover {
padding: 0;
}

/* --- 360 Fashion Module -- */

div#fashion360 {
clear: both;
margin-left: 20px;
padding-bottom: 20px;
}
div#fashion360 a.logo360 {
width: 230px;
height: 160px;
display: block;
padding: 0;
background: url(http://www.anina.net/360fashion/360fashionLOGO.gif) center center no-repeat;
}
div#fashion360 span { margin: 0; height: 0; width: 0; overflow: hidden; position: absolute;  /* for the benefit of IE5 Mac */ }

/* ------ Lifeblog Stuff ------ */

.lifeblogsms {
border: 0;
padding:0 5px 0 5px;
}

.lifeblognote {
border: 0;
padding:0 5px 0 5px;
}

.lifeblogimage {
float: left;
position: relative;
border: 0;
width: 100%;
margin: 10px 0;
}

.lifeblogimage img{
width: 100%;
}
.lifeblog_mp4{
margin: 10px 0;
}
.lifeblog_3gpp{
margin: 10px 0;
}

/* --- Showroom Style Number Nav and Main Nav --- */

#garmentnav {
position: relative;
float: left;
margin-bottom: 15px;
clear: both;
width: 100%;
}
div#stylenumbers {
margin-bottom: 25px;
}
.styles {
border: 0;
margin: 0;
padding: 0;
clear: both;
list-style: none;
}
.styles li {
border: 0;
margin: 0 2px;
padding: 0 15px 5px 0;
float: left;
position: relative;
}

/* --- showroom data display --- */

div.dropshadow {
float: left;
position: relative;
padding-bottom: 5px;
width: 130px;
margin: 5px 5px 5px 7px;
background: #d5d5d5;
}
div.garmentbox {
background: #fff;
float: left;
position: relative;
margin: 0;
margin-top: -7px;
margin-left: -7px;
padding: 0;
width: 130px;
border: 1px solid #999;
min-height: 400px;
**height: 400px;
}
div.garmentbox img {
width: 130px;
height: 170px;
padding: 0;
margin: 0;
border: 0;
float: left;
}
div.garment h3, div.garment h4 {
margin: 0;
padding: 0;
}
div#garmentwrap {
bckground: #000;
}
div.garmentimage {
margin: 0 10px 8px 0;
padding: 0;
float: left;
position: relative;
}
div.garmentimage img {
/* width: 229px; */
}
div.garmentimage a:hover {
padding: 0;
background: #fff;
}

div#garmentdetailbox {
float: left;
width: 230px;
margin: 0 10px 10px 0;
position: relative;
}
div#garmentdetailbox p {
margin: 0 0 5px 0;
padding: 0;
width: 230px;
}
div#garmentdetailbox h4 {
margin: 0;
padding: 0;
width: 230px;
}

/* -- Showroom Page Listing Table Spec -- */

table.garmentspec {
width: 100%;
border-top: 1px solid #999;
empty-cells: show;
margin: 0;
clear: both;
line-height: normal;
}
table.garmentspec tbody td {
border-bottom: 1px solid #999;
padding: 1px 2px;
vertical-align: top;
line-height: 1.0em;
}
table.garmentspec tbody td.second, table.garmentspec tbody td.fibre  {
border-left: 1px solid #999;
}
table.garmentspec thead tr.empty, table.garmentspec tbody tr.empty, table.garmentspec tfoot tr.empty {
height: 0;
padding: 0;
border: 0;
display: none;
overflow: hidden;
position: absolute;  /* for the benefit of IE5 Mac */
}
table.garmentspec tbody td.fibre {
height: 50px;
padding-top: 2px;
}
div#pages {
clear: both;
padding: 2px 10px 3px 5px;
border: 0;
margin: 5px 0 3px 0;
color: #000;
letter-spacing: 1px;
text-align: right;
}
.wrap {
width: 100%;
clear: both;
float: left;
}


/* ----- Site Map ------- */

kbd {
/* font-weight: bold; */
}

#sitemap ul {
padding: 2px 5px 4px 20px;
list-style: none;
margin-bottom: 0;
margin-top: 0;
}
#sitemap li {
padding: 3px 5px 5px 20px;
list-style: none;
background: url(http://www.eleykishimoto.com/img/sitemap1.gif) no-repeat;
}
#sitemap li ul li {
padding: 2px 5px 4px 20px;
list-style: none;
background: url(http://www.eleykishimoto.com/img/sitemap2.gif) no-repeat;
}




