﻿/*
css for RUSTYK-Art Studio
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #241d1b;
  line-height: 130%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", AriaL, Helvetica, sans-serif;
  border: 0px solid white;
}

h1 {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin:0; 
}

h2 {
  color: #e9b58e;
  font-size: 130%;
  font-weight: normal;
  padding-top: 75px;
  text-decoration: underline;
}

li {
  padding: 2px 10px;
  border-top: 2px solid #674455;
  border-left: 2px solid #674455;
  border-right: 2px solid #674455;
}
 
ul {
  background-color: #865f59;
  margin: 0;
  padding: 0;
  width: 140px;
  border-bottom: 2px solid #674455;
}

p {
  font-size: small;
  color: #e9b58e;
  border: 0px solid blue;
}

a {
  font-weight: bold;
}

a:link {
  color: #e9b58e;
}

a:visited {
  color: #e5cbb9;
}

a:hover {
  text-decoration: none;
  color: #e9b58e;
  background-color: #aa483a;
}

a:active {
  text-decoration: none;
  color: #e9b58e;
  background-color: navy;
}

#navigation {
  width: 150px;
  background-color: none;
}
 
#header, #navigation, #bodycontent {
  position: absolute;
}

#navigation, #bodycontent {
  top: 30px;
}

#bodycontent {
  left: 210px;
}

#header {
  width: 85%;
}

.feature {
  position: absolute;
  left: 200px;
  margin: 15px;
}

.homepic {
  position: absolute;
  top: 200px;
  left: 250px;
}

.galleryphoto img {
 border: 3px solid white;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: none;
  color: #544123;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: none;
  margin-bottom: 10px;
}

.txt-artdescription {
  color: #e9b58e;
  font-family: Arial;  
  font-size: 12px;
  padding-bottom: 40px;
  padding-top: 5px;
}

.txt-galdescription {
  color: #e9b58e;
  font-family: Arial;  
  font-size: 12px;
  padding-top: 2px;
} 

.ex1 {
  border-collapse: seperate;
  border-spacing: 15px 15px;
}

.ex1 img {
  border: 0px solid white;
}

.title {
  position: absolute;
  left: 50px;
  top: 300px;
  width: 170px;
  background-color: none;
  font-family: Arial;  
  font-size: 30px;
  font-color: #e9b58e;
}

.title1 {
  font-family: Arial;  
  font-size: 20px;
  font-color: #e9b58e;
  line-height: 125%;
}

.sold {
  color: red;
}

.avail {
  color: green;
}

.enlargetit {
 font-size: 18px;
 font-style: italic;
}

.copyright {
  background-color: none;
  text-align: center;
  margin-top: 100px;
  font-size: 10px; 
}

.copyright2 {
  background-color: none;
  text-align: center;
  margin-top: 580px;
  margin-left: 200px;
  font-size: 10px;
}

.copyright3 {
  position: absolute;
  top: 580px;
  left: 180px;
  text-align: center;
  font-size: 10px;
  font-color: #e9b58e;
}
 