/*
*	Default Alacrify Style Sheet
*	==============================
*	Designed By Alacrify Ltd
*	www.alacrify.co.uk
*	jon@alacrify.co.uk
*	Jon Sloper 
*	27th August 2009
*
*/
* {
border: 0px;
margin: 0px;
padding: 0px;
}
html {
overflow-y: scroll;
}
/* Standard HTML Tags */
body {
font-family: 'Lucida Sans Unicode',arial, sans-serif;
font-size: 13px;
line-height: 16px;
font-weight: normal;
background: url('../images/stone-background.gif') top left #fff;
}
h1 {
font-weight: normal;
font-size: 210%;
}
h2 {
font-weight: normal;
font-size: 150%;
}
h3 {
font-weight: normal;
font-size: 120%;
}
h1,h2,h3 {
font-family: 'Palatino Linotype',Georgia,serif;
letter-spacing: -1px;
font-style: normal;
font-weight: bold;
color: #757779;
}
p,ul,ol,pre {
letter-spacing: -0.1em;
color: #757779;
margin-bottom: 16px;
}
ul,ol {
margin-left: 4em;
}
a {
text-decoration:none;
color : #A28E4D;
}
a:visited {
color : #A28E4D;
}
a:hover {
color: #383671;
}
table {
}
td, th {
}
input {
float:left;
font-size: 120%;
padding: 3px;
}
textarea {
border: 1px solid #808080;
}
form {
background: #eee;
padding: 30px;
}
form p {
clear:left;
}

/* PAGE STRUCTURE DIVS */
#container{
text-align: left;
width: 1060px;
margin-right: auto;
margin-left: auto;
}
#shadow_container{
float: left;
width: 1060px;
padding: 0px 30px 0px 30px;
background: url("../images/wrapper.png") top left repeat-y;
overflow: hidden;
}
#wrapper {
float: left;
width: 1000px;
background: #fff;
text-align:left;
}
#masthead {
float:left;
background: url("../images/stone-background-pale.gif") top left #fff;
}
#mastheadLeft {
float:left;
width: 260px;
height: 200px;
background: url("../images/artseeker-logo.jpg") top left no-repeat #fff;
}
#mastheadCentre {
width: 520px;
height: 200px;
float:left;
background: url("../images/galleries/17/158.jpg") top left repeat-x #fff;
}
#mastheadRight {
width: 220px;
height: 200px;
float:left;
}
#topNavigationBar {
width: 1000px;
background: #eee5d8;
float:left;
height: 2em;
}
#leftColumn {
width: 260px;
float:left;
padding: 30px 0px 0px 0px;
}
#mainArea {
float:left;
width: 660px;
padding: 30px 0px 20px 30px;
border-left: 1px solid #ddd;
}
#footer {
width: 1000px;
background: #eee5d8;
float:left;
}
#alacrifyFooter {
float:right;
position:relative;
}

/* DIV SUB-ELEMENT FORMATTING */
/* mainArea */
#mainArea img {
float: left;
margin-right: 30px;
margin-top: 4px;
margin-bottom: 20px;
}
#mainArea h1,
#mainArea h2,
#mainArea h3 {
clear: left;
}

/* table formatting */
#mainArea table{
margin-left: 50px ;
margin-right: 50px ;
margin-bottom: 20px;
}
#mainArea th {
text-align: left;
padding: 5px ;
background: #ddd ;
font-size: 1.3em;
border-bottom: 1px solid #ccc;
}
#mainArea td {
color: #666;
border-bottom: 1px solid #bbb;
padding: 5px ;
}
#mainArea th p,
#mainArea td p {
margin: 0px;
padding: 0px;
font-size: 1em;
color: black;
line-height: 1.2em;
}
#mainArea td p {
color: #666;
}

/* topNavigation */
#topNavigationBar a {
float: left;
margin: 5px 0px 5px 30px;
color: #933;
white-space: nowrap;
}
#topNavigationBar a:hover {
color: #ab268b;
}

/* searchBox */
#searchBox {
margin: 0px 30px;
background: #f9f4ed;
padding: 10px;
font-size: 90%;
color: #745c38;
}
#searchBox form {
margin: 0px;
padding: 0px 0px 20px 0px;
background: #f9f4ed;
color: #745c38;
}
#searchBox p {
margin: 0px;
padding: 0px;
color: #745c38;
font-family: 'Palatino Linotype',Georgia,serif;
letter-spacing: -1px;
font-style: normal;
font-weight: bold;
color: #757779;
font-size: 150%;
}
#searchBox .featureLink {
margin: 0px !important;
padding: 0px;
font-family: 'Lucida Sans Unicode',arial, sans-serif;
font-size: 1em;
font-weight: normal;
}
#searchBox input {
margin: 0px;
padding: 0px;
font-size: 150%;
}

/* Google Map Styling */
#map {
    margin:0px !important;
}

/* footer */	
#footer p {
margin:0px;
border:0px;
padding:5px 5px;
font-size: 80%;
text-align:left;
}
#footer a {
text-transform:capitalize;
text-decoration:none;
padding: 5px;
color: blue;
}
#footer a:hover {
color: #00b4ff;
}

/* iconNav */
#iconNav {
float:right;
display:inline;
}
#iconNav a {

}

/* mainImage */
.mainImage {
    float: left;
    margin: 0px 20px 10px 0px;
    background: #eee;
}
.mainImage img {
    float: left;
    margin: 3px 0px 0px 0px !important;
}
.mainImage p {
    float: left;
    font-size: 90%;
    margin: 0px;    
    padding: 5px;
}

/* thumbGal */	
.thumbGal {
float: left;
margin-bottom: 20px;
}
.thumbGal img {
float: left;
margin: 0px 10px 10px 0px !important;
padding: 0px;
border: 0px;
width: 150px;
}

/* contactBox */
.contactBox {
clear: left;
margin: 30px;
background: #f9f4ed;
padding: 10px;
font-size: 90%;
}
.contactBox p {
color: #745c38;
}
.contactBox ul {
margin: 0px 5px 0px 16px;
list-style-type: square;
}
.contactBox a {
color: #324F69;
}
.contactBox a:hover {
color: purple;
}
#mainArea .contactBox {
padding: 20px 20px 0px 20px;
margin: 0px 0px 16px 0px;
font-size: 100%;
float:left;
width: 635px;
}
.inlineEdit {
float:left;
}
.fwdback {
text-align:right;
float: right;
font-weight: normal;
font-size: 60%;
margin-top: -1.2em;
}

/* regionalArtists gallery */
.regionalArtists {
    width:100%;
    margin-left:0px !important;
    margin-bottom:20px;
}
.regionalArtists a {
    width: 100px;
    height: 100px;
    border: 1px solid white;
    display:block;
    float:left;
}
.regionalArtists a:hover {
    border: 1px solid #d72922;
}

/* Infobox */
.tooltip {
background: #E1E1E1;
color: black;
border: 1px solid #000;
}
.tooltip p {
margin:1px;
padding:3px;
text-align:left;
font-size: 90%;
}
.tooltip h4 {
font-size: 1em;
font-weight: bold;
color: #404040;
background: url('../images/generic/masthead-gradient.jpg') repeat-x top left #e7e7e8;
margin: 0px;
padding: 3px;
text-align:left;
}
/* Pop-up Window Wrapper */
div.winWrapper {
position:relative;
border: 1px solid #999
}
html>body div.winWrapper {
position: absolute
}
div.winShadow {
height: 100%;
width: 100%;
filter:alpha(opacity=20);
opacity:0.20;
position: absolute;
left: 5px;
top: 5px;
background-color: #000
}
div.winContent {
background-color: #FFF;
position: relative;
left: 0px;
top: 0px;
color: #404040;
}
