/* {{{ reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
    border:0;
}
/* }}} */

html, body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    background-color: #4E403D;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
}

a {
    color: #fff;
    text-decoration: none;
}

table {
    border: none;
    width: 100%;
    height: 100%;
}

td {
    text-align: center;
}

#site_inner_content {
    text-align: left;
    position: relative;
    width: 900px;
    height: 550px;
    margin: 0 auto;
}

h1 {
    font-size: 15px;
    letter-spacing: 1px;
}

h1 span {
    font-size: 11px;
}

h1 .sep {
    display: none;
}

/*{{{ home */
.home {
    text-transform: uppercase;
}

.home #site_inner_content {
    text-align: center;
}

.home h1 {
    margin-bottom: 25px;
}

.home h1 span.sep, h2 span.sep {
    display: none;
}

.home h1 span, h2 span {
    display: block;
    margin-top: 6px;
}

.home h2 {
    font-size: 11px;
    margin-bottom: 6px;
}

.home ul {
    margin-bottom: 25px;
}

.home li {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 1px;
}
/*}}}*/

.artist h1 {
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
}

.artist #site_inner_content {
    border-bottom: 1px solid #fff;
}

#artist_menu {
    position: absolute;
    bottom: -14px;
}

#artist_menu #submenu {
    display: none;
}

#artist_menu:hover #submenu {
    display: block;
}

#artist_menu ul {
    margin-bottom: 10px;
}

#artist_menu h2 {
    font-size: 11px;
}

#artist_menu li {
    font-size: 13px;
}

#artist {
    top: 50px;
    left: 150px;
    position:absolute;
}

#artist h2 {
    font-size: 15px;
    margin-bottom: 20px;
}

#gallery_photo {
    left:240px;
    top: 0;
    position:absolute;
}

#gallery_thumbs, #gallery_nav {
    position: absolute;
    top: 200px;
    width: 150px;
}

#gallery_thumbs a {
    display: block;
    float: left;
    border: 1px solid #fff;
    margin: 1px;
}

#gallery_menu li {
    margin-bottom: 2px;
}

.hasFlash {

}

.hasFlash body {

}

.hasFlash div#site_content {

}
