/*
	Louise Hill Stylesheet
	by osmanjaro@gmail.com
*/

* {
margin:0;
padding:0;
}

body {
font:.75em Arial, Helvetica, sans-serif;
color: #000;
}

#header {
background:#fff;
display:block;
width:230px;
padding:16px;
position:absloute;
top:0;
left:0;
border:#DBBBB8 1px solid;
border-top:0;
}


#content {
width:80%;
margin:0 auto;
padding:0;
display:block;
color:#524539;
}

#home {
background: #fff url(indexbackground.jpg) top right no-repeat;
}

#home #content {
height:90%;
}

#about {
background: #fff url(aboutbackground.jpg) top right no-repeat;
}

#gallery, #paintings {
background: #F1DED8 url(bg.gif) top right repeat-y;
}


#logo {
text-indent:-1000em;
display:block;
width:230px;
height:81px;
background:transparent url(logo.gif) 0 0 no-repeat;
margin-bottom:1em;
}

#footer {
position:fixed;
bottom:0;
clear:both;
background:#fff;
font-size:.8em;
z-index:2;
padding:4px 10px;
border:#D4ADA9 1px solid;
border-bottom:0;
}

#footer p, #footer h3 {
display:inline;
margin-right:.4em;
}

#footer h3 {
margin-right:1em;
font-size:1em;
}

#nav {
list-style-type:none;
text-align:right;
}

#nav li {
display:inline;
}

#nav li a {
text-decoration:none;
color:#AF7670;
font-weight:bold;
padding:2px 6px;
}

#nav li a:hover {
border-bottom:#000 1px solid;
background:transparent;
color:#AF7670;
}

a:link {
color: #000;
text-decoration:underline;
padding:3px;
}

#footer a:hover {
background:#000;
color:#fff;
}

a:visited {
color: #000033;
}

a:active {
color: #FF9900;
}


td a img {
padding:1px;
background:#fff;
}

td a:hover img {
background:#000;
}

p {
margin-bottom:1em;
}

h2 {
font-weight:normal;
margin:1em 0 .6em 0 ;
clear:both;
width:auto;
}

#about h3 {
font-weight:normal;
margin:1em 0 .6em .6em;
}

#home #box {
width:300px;
font-size:120%;
line-height:140%;
margin-top:1em;
}

.box, #slides{
width:100%;
line-height:1.4em;
margin:10px auto;
padding:10px;
background:#F7ECE8;
}

#about .box {
background:transparent;
}

#about table {
font-size:90%;
position:relative;
margin-bottom:1em;
}

#about td {
padding:2px 4px;
background:#fff;
}

#gallery p, #left_side h2 {
padding:10px 8px;
margin:0;
}
 
dl {
float:left;
background:#F9F1EE;
margin:2px;
width:100px;
height:120px;
}

dt, dd {
color:#444;
text-align:center;
margin:4px 2px;
}

dt {
padding:2px;
}


#slides br {
display:block;
clear:both;
}

#content a img{
padding:0;
margin:2px 0 0 0;
border:0;
border-bottom:#DBCCC7 4px solid;
}

#content a:hover, #content a:focus {
outline:0;
}

#content a:hover img {
border-bottom:#fff 4px solid;
}

#slides h2 {
display:block;
text-align:left;
}
