
/*
// The Artroom Gallery
// Dark Colour // Highlight Colour */



html{
min-height: 101%;
overflow-x: hidden;
}

*{
padding: 0;
margin: 0;
border: 0;
font-size: 100%;
}

body{
position: relative;
padding: 0px;
text-align: center;
font-family: Arial,Verdana,Tahoma,sans-serif;
background-color: #efefef;
color: #4b4b4b;
overflow-x: hidden;
}

a{
text-decoration: none;
color: #363636;
}

a:hover{
color: #a5a5a5;
}

h1{
margin: 0;
padding: 0 0 0 0;
font: normal 1.6em FrutigerLight,Arial,Verdana,Tahoma,sans-serif;
color: #000080;
text-shadow: 0px 1px 1px #999999;
}

h2{
margin: 4px 0px;
padding: 0 0 0 0;
font: normal 1.3em FrutigerLight,Arial,Verdana,Tahoma,sans-serif;
color: #000080;
text-shadow: 0px 1px 1px #999999;
}

img{
border: none;
}

#content h2{
background-image: url(../images/bullet30.png);
background-repeat: no-repeat;
background-position: center left;
padding: 5px 0px 6px 34px;
text-align: left;
}




#container{
width: 940px;
text-align: left;
margin: 0px auto;
overflow: hidden;
background-image: url(../images/dropshadow.png);
background-repeat: repeat-y;
background-position: top left;
}

#container-inner{
width: 900px;
margin: 0px auto;
overflow: hidden;
background-color: #ffffff;
}

#content-wrapper{
clear: both;
overflow: hidden;
position: relative;
}



#column-left{
float: left;
width: 200px;
overflow: hidden;
}

#column-right{
float: left;
width: 700px;
height: auto;
overflow: hidden;
}



#header-wrapper{
overflow: hidden;
width: 100%;
background-color: #000080;
background-image: url(../images/header-bg.png);
background-position: top left;
background-repeat: repeat-x;
}

#header{
width: 900px;
height: 90px;
margin: 0px auto;
text-align: left;
}

#header-logo{
display: block;
float: left;
margin: 11px 0px 0px 0px;
}

#header-contact{
color: #c8c8d8;
float: right;
margin: 15px 10px 0 0;
text-align: right;
font-size: 0.9em;
line-height: 20px;
font-family: FrutigerLight,arial,verdana,sans-serif;
}

#header-contact a{
color: #c8c8d8;
}

#header-contact a:hover{
color: #ffffff;
}

#header-contact span{
font-family: FrutigerBold,arial,verdana,sans-serif;
color: #ffffff;
}



#navigation{
width: 900px;
height: 35px;
z-index: 99;
margin: 1px 0px;
overflow: hidden;
font-size: 14px;
background-color: #c8c8d8;
background-image: url(../images/grey-grad.png);
background-position: top left;
background-repeat: repeat-x;
}

#navigation li{
list-style-type: none;
float: left;
}

#navigation a{
font-family: FrutigerBold,arial,verdana,sans-serif;
display: inline-block;
padding: 10px 9px 10px 9px;
color: #000080;
text-decoration: none;
text-align: left;
font-size: 15px;
font-weight: normal;
background-color: #c8c8d8;
background-image: url(../images/grey-grad.png);
background-position: top left;
background-repeat: repeat-x;
float: left;
border-right: 1px solid #fff;
}

#navigation a:hover,#navigation a.current{
color: #ffffff;
background-color: #000080;
background-image: none;
text-shadow: 1px 1px 1px #333;
}

#navigation a.current:hover{
color: #ffffff;
}

#navigation a.first{
}

#navigation a.last{
border-right: none;
}



#slideshow{
width: 900px;
height: 300px;
overflow: hidden;
}

#slideshow img{
width: 900px;
height: 300px;
}

#slideshow-side{
margin-top: 1px;
width: 200px;
overflow: hidden;
}

#slideshow-side img{
margin-bottom: 1px;
}



#content{
margin: 10px;
text-align: justify;
font-size: 12px;
line-height: 150%;
color: #4b4b4b;
}

#content p{
margin: 5px 0px 15px 0px;
}

#content ul{
padding-left: 35px;
margin-bottom: 12px;
}



#footer-wrapper{
clear: both;
width: 100%;
overflow: hidden;
background-color: #fff;
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
}

#footer{
width: 900px;
margin: 0px auto;
overflow: hidden;
color: #666666;
font: normal 10px "Trebuchet MS", Tahoma, Verdana;
}

#footer a{
color: #666666;
font-size: 10px;
}

#footer a:hover{
color: #777777;
}

#footer-left{
float: left;
text-align: left;
padding: 7px;
}

#footer-right{
float: right;
text-align: right;
padding: 7px;
}



#contact-left{
float: left;
width: 260px;
margin: 10px 0px 20px 40px;
text-align: center;
}

#contact-right{
float: right;
width: 300px;
margin: 10px 40px 20px 0px;
}




form.contact-form label{
clear: both;
text-align: left;
font-weight: bold;
display: block;
margin-top: 7px;
font-family: FrutigerLight,arial,verdana,sans-serif;
}

form.contact-form input,form.contact-form textarea,form.contact-form select{
display: block;
width: 100%;
margin-top: 2px;
font: 9pt verdana,arial,tahoma,sans-serif;
border: 1px solid #cccccc;
padding: 3px;
}

form.contact-form input:hover,
form.contact-form textarea:hover,
form.contact-form select:hover,
form.contact-form input:focus,
form.contact-form textarea:focus,
form.contact-form select:focus{
border-color: #999;
}

form.contact-form textarea{
overflow: auto;
height: 100px;
}

form.contact-form input.contact-submit{
clear: both;
float: right;
width: auto;
margin-right: 2px;
padding: 4px 6px;
border: 0;
background-color: #000080;
text-transform: uppercase;
color: #ffffff;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}

.captcha-container{
width: 100%;
display: block;
clear: both;
float: left;
text-align: center;
padding: 5px;
margin-top: 7px;
border: 1px solid #cccccc;
}

form.contact-form div.captcha-container input{
width: 96%;
}

div.captcha-container small{
display: block;
}



#panel{
width: 1000px;
margin: 6px auto;
border: 1px solid #2ecc1e;
background-color: #b7e5b0;
color: #218416;
padding: 15px;
font-weight: bold;
}



#side-tab-container{
position: absolute;
top: 40px;
left: 0px;
width: 25px;
}

.side-tab{
display: block;
margin-bottom: 10px;
font-size: 11px;
}


.side-tab img{
border: 0;
text-decoration: none;
}

a.side-tab:hover{
color: #888888;
}



.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
}

.rounded{
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
behavior: url(includes/border-radius.htc);
}

.validated-form label.error{
color: red;
}

div.warningbox,div.infobox,div.confirmbox{
min-height: 40px;
padding: 4px 8px 4px 50px;
margin-bottom: 5px;
background-repeat: no-repeat;
background-position: 6px center;
font-size: 0.9em;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

div.warningbox{
background-color: #f1d7d7;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/warning.png);
border: 3px double #d4322a;
color: #d4322a;
}

div.infobox{
background-color: #cbd5eb;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/info.png);
border: 3px double #3960af;
color: #3960af;
}

div.confirmbox{
background-color: #c3e5bf;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/confirm.png);
border: 3px double #38972e;
color: #38972e;
}



table.artists{
font-family: FrutigerLight,arial,verdana,sans-serif;
margin-bottom: 10px;
}


table.artists td a{
display: block;
padding: 2px 6px;
text-align: center;
background-color: #e2e2e2;
border: 1px solid #cccccc;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

table.artists td a:hover{
background-color: #c8c8d8;
border-color: #777777;
color: #000080;
}

table.artists td.title{
font-weight: bold;
text-align: left;
background: none;
border: 1px solid #ffffff;
}

#content h2.artist-section{
clear: both;
font-size: 1.2em;
font-weight: normal;
background-color: #c8c8d8;
background-image: none;
color: #000080;
padding: 4px 14px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-family: FrutigerLight,arial,verdana,sans-serif;
text-shadow: 0px 1px 1px #999999;
}

div.artist{
overflow: hidden;
margin: 6px 0px;
border: 1px solid #cccccc;
padding: 10px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
width: 45%;
float: left;
margin: 4px;
}

div.artist h2{
text-transform: uppercase;
}

div.artist .main-image{
float: right;
margin-left: 10px;
display: block;
padding: 2px;
border: 1px dotted #cccccc;
}

div.artist a.main-image:hover{
border-color: #888888;
}

div.artist a.main-image img{
margin: auto auto;
}








#funded-by{

}

#funded-by a{
display: block;
float: left;
margin: 3px 1px 0px 1px;
}

#funded-by a:hover{
border-color: #c8c8d8;
}

#funded-by h3{
font-size: 12px;
font-family: FrutigerLight,arial,verdana,sans-serif;
}

#current-link{
font-family: FrutigerBold,arial,verdana,sans-serif;
font-size: 1.1em;
color: #000080;
}




#xmas-opening{
position: absolute;
width: 300px;
top: 160px;
right: 0;
z-index: 999;
background: url(../images/trans.png);
font-family: FrutigerBold,arial,verdana,sans-serif;
}

#xmas-opening div{
background-image: url(../images/holly.png);
background-position: right 20px;
background-repeat: no-repeat;
margin: 6px 12px;
}

#xmas-opening h2{
font-size: 16px;
font-weight: bold;
text-shadow: 1px 1px 1px #fff;
}

#xmas-opening table{
font-size: 12px;
color: #222;
text-shadow: 1px 1px 1px #fff;
}

#xmas-opening td{
border-bottom: 1px solid #777;
padding-bottom: 2px;
margin: 0;
margin-bottom: 2px;
}

#xmas-opening tr.last td{
border-bottom: 0;
margin-bottom: 0;
}

#xmas-opening td.time{
text-align: right;
font-size: 13px;
font-weight: bold;
}


#xuella-arnold{
width:300px;
float:left;
}

#norman-eames{
float:right;
}

#tara-kirkpatrick{
float:right;
}

#amanda-coleman{
float:right;
}



.signup{
    float: left;
    padding: 10px;
    width: 200px;
    color:#fff;
}

.signup input{
    border:1px solid #ccc;
}

.signup .submit{
    background:#fff;
    float:right;
    margin-top:2px;
}