/*
 
 STYLE SHEET FOR faithcentral.co.uk WEB SITE
 Created by B A Senior
 www.theseniors.org.uk
 
 ToC
 
 1. defaults
 2. structure
 3. links and navigation
 4. fonts
 5. images
 6. tables
 7. forms
 
 Notes
 
 */
/* --------- 1. defaults  --------- */
* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url('./images/gradient2.gif');
    background-repeat: repeat-x;
    background-color: #000000;
    font-size: 62.5%;
    font-family: "Trebuchet MS", Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}
/*  --------- 2. structure  --------- */
/* main container */
#container {
    width: 950px;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
}
/* top bar with menu on it */
#topbar {
    background-image: url('./images/topbarbkgd1.gif');
    background-repeat: repeat-x;
    margin-top: 0px;
    width: 950px;
    height: 38px;
    background-color: #a2a2a2;
}
/* menu stuff */
/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  border-left: 1px solid #000;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: 1.22em/25px "Trebuchet MS", Verdana, Arial, SunSans-Regular, Sans-Serif;
  background: #565656;
  color: #ffffff;
  display: block;
  padding: 0 9px;
  text-transform: lowercase;
  text-decoration: none;
  margin-top: 8px;
}

.nav li a:hover {
  background: #ccc;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #565656;
  color: #ffffff;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  background: #565656;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 120px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 100px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}

/* tour information blocks */
#tourinfo {
    text-align: center;
    font-size: 1.2em;
}

#tourinfo h1 {
    font-size: 1.8em;
    margin-top: 10px;
    margin-bottom: 15px;
}

#tourinfo h2 {
    font-size: 1.6em;
    margin-top: 5px;
    margin-bottom: 2px;
}

#tourinfo p {
    margin-top: 10px;
    text-align: left;
	margin-left:10px;
	margin-right:10px;
    font-size: 1.4em;
}

#tourinfo .left {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#tourinfo .right {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
/* imagebank logo png overlay */
.logooverlay {
	/*
    height: 135px;
    width: 485px;
    position: absolute;
    top: 0px;
    left: 450px;
    z-index: 3;
    background-image: url('./images/logo.png');
    background-repeat: no-repeat;*/
}
/*InfoBox - containts info about imagebank, disappears after X secs. */
#InfoBox {
    height: 170px;
    width: 400px;
    position: absolute;
    top: 120px;
    left: 340px;
    background-image: url('./images/infobox.png');
    background-repeat: repeat-y;
    z-index: 2;	
}
/** 
 * main image background - late load.
 * While we're having the loading class set, show loading image.
 * Removing it will remove the loading message
 */
#loader.loading {
  background: url('./images/ajax-loader.gif') no-repeat center center;
}
/* right hand bar including category list, imagebank search box */
#rightbar {
    height: 723px;
    width: 200px;
    position: absolute;
    top: 0px;
    left: 750px;
    background-image: url('./images/rightbarbkgd.png');
    background-repeat: repeat-y;
    z-index: 2;
}

#categorylist, #otherimageslist {
    margin: 0px;
}

#categorylist ul {
    margin-top: 2px;
    width: 200px;
}

#categorylist li, #categorylist a, #otherimageslist li, #otherimageslist a {
    list-style-type: none;
    list-style-image: none;
    text-decoration: none;
    background-color: #373737;
    color: #ffffff;
    margin: 2px;
    border: thin solid #000000;
    padding-left: 10px;
}

#otherimageslist ul {
    margin-top: 2px;
    width: 120px;
}

.listtext {
    margin-left: 15px;
    background-color: #494949;
}

.subcat ul {
    background-color: #6E6E6E;
}

.subcat li, .subcat a {
    list-style-type: none;
    list-style-image: none;
    text-decoration: none;
    margin-left: 15px;
    color: #ffffff;
    border: thin solid #000000;
    background-color: #6E6E6E;
    width: 150px;
}
/* search box widget */
#searchbox {
    width: 200px;
    height: 100px;
    position: absolute;
    top: 120px;
    /*left:915px;
     */
    z-index: 3;
}

#searchform {
    margin-top: 10px;
    margin-left: 20px;
    color: #ffffff;
}
/* main content box for pic */
#maincontent {
    width: 950px;
    height: 713px;
    background-color: #000000;
    position: relative;
    display: block;
}
/* wallpaper */
#maincontent img {
    width: 950px;
    height: 713px;
    float: left;
    z-index: 0;
}
/*icon set display */
#iconset {
    height: 500px;
    width: 490px;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 3;
}

#iconset img {
    margin: 5px;
}
/* bottom bar including google search box */
#bottombar {
    background-image: url('./images/topbarbkgd1.gif');
    background-repeat: repeat-x;
    width: 950px;
    height: 27px;
    background-color: #a5a5a5;
}
/* footer text */
#footer {
    text-align: center;
    width: 950px;
    height: 30px;
    color: #ffffff;
    font-size: small;
}

.separator {
    clear: both;
}

.separatorInvisible {
    clear: both;
    height: 1px;
}

.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* ---------- 3. links and navigation ---------- */
a {
}

a:hover {
}
/* ---------- 4. fonts ---------- */
html {
    font-size: 100%;
}

body {
    font-size: 62.5%;
}

h1, h2, h3, h4, p, ul {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

p {
}

ul {
}

blockquote {
}

a {
    color: #ffffff;
    text-decoration: underline;
}
/* ---------- 5. images ---------- */
a img {
    border: 0;
}

/* ---------- 7. forms ---------- */
form {
    padding: 5px;
}
/* web login form */
#Login {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
}

#wlpeReset {
    text-align: left;
    margin: 10px;
}

#wlpeNewUser {
    text-align: left;
}

#wlpeNewUser fieldset {
    height: 240px;
    width: 190px;
    border: 1px solid #e5e5e5;
    margin: 0;
    float: left;
}

#wlpeNewUser fieldset label {
    margin-top: 5px;
    display: block;
}

#wlpeNewUser input {
    background-color: #e5e5e5;
    margin-left: 30px;
}

#wlpeNewUser select {
    background-color: #e5e5e5;
    width: 122px;
}

#wlpeNewUser button {
    margin-left: 50px;
    margin-top: 5px;
}

#wlpeReset p {
    margin-top: 5px;
    margin-bottom: 5px;
}

#wlpeReset label {
    position: relative;
    display: block;
    width: 100px;
    text-align: left;
    margin-left: 7px;
    padding: 5px 0 5px 0;
}

#wlpeResetButtonFieldset {
    text-align: center;
    border: outset 1px #ccc;
    background: #e5e5e5;
    padding: 1px 2px;
    background: url(./images/boxbkg.jpg) repeat-x left top;
}

#wlpeLoginForm label {
    position: relative;
    display: block;
    width: 100px;
    text-align: left;
    margin-left: 7px;
    padding: 5px 0 5px 0;
}

#wlpeLoginForm input {
    /*margin-left:5px;
     */
}

#wlpeLoginForm select {
    background-color: #e5e5e5;
}

#wlpeLoginForm input {
    background-color: #e5e5e5;
}

#wlpeLoginForm fieldset {
    border: 1px solid #e5e5e5;
}

#wlpeLoginForm legend, #wlpeNewUser legend {
    padding: 0.2em 0.5em;
    border: 1px solid #e5e5e5;
    font-size: 120%;
    color: #e5e5e5;
    text-align: right;
}

.submit input {
    margin-left: 4.5em;
}

#wlpeLoginButtons {
    border: outset 1px #ccc;
    background: #e5e5e5;
    padding: 1px 2px;
    background: url(./images/boxbkg.jpg) repeat-x left top;
}

#wlpeSaveProfileButton, #wlpeProfileDoneButton, #wlpeProfileLogoutButton, #wlpeProfileDeleteButton, #wlpeLoginButton, #wlpeResetButton, #wlpeResetCancelButton, #wlpeReminderButton, #wlpeRegisterButton, #wlpeSaveRegisterButton, #wlpeCancelRegisterButton, #wlpeLogoutButton, #wlpeProfileButton {
    cursor: pointer;
    width: 120px;
    border: outset 1px #ccc;
    background: #e5e5e5;
    padding: 1px 2px;
    color: #ffffff;
    background: url(./images/blank2.png) left top;
}
/*search button class*/
.search {
    cursor: pointer;
    width: 120px;
    border: outset 1px #ccc;
    background: #e5e5e5;
    padding: 1px 2px;
    color: #ffffff;
    background: url(./images/blank2.png) left top;
}

#wlpeUserProfile {
    text-align: left;
}

#wlpeUserProfile fieldset {
    height: 200px;
    width: 190px;
    border: 1px solid #e5e5e5;
    margin: 0;
    float: left;
}

#wlpeUserProfile fieldset label {
    margin-top: 5px;
    display: block;
}

#wlpeUserProfile input {
    background-color: #e5e5e5;
    margin-left: 30px;
}

#wlpeUserProfile select {
    background-color: #e5e5e5;
    width: 122px;
}

#wlpeUserProfile button {
    margin-left: 50px;
    margin-top: 5px;
}

#wlpeUserProfileButtons {
    float: left;
    margin-left: 40px;
    border: outset 1px #ccc;
    background: #e5e5e5;
    padding: 1px 2px;
    background: url(./images/boxbkg.jpg) repeat-x left top;
}

#extsearch {
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    width: 480px;
    margin-left: 20px;
}

#extsearch fieldset {
    height: 150px;
    width: 150px;
    border: 1px solid #e5e5e5;
    margin: 0;
    float: left;
}

#extsearch legend {
    padding: 0.2em 0.5em;
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
    text-align: right;
}

#extsearch label {
    width: 80px;
    float: left;
    text-align: right;
    margin-right: 5px;
    margin-left: 5px;
	font-size:12px;
    display: block
}

#extsearch input {
    background-color: #e5e5e5;
}

#extsearch submit {
    cursor: pointer;
    border: outset 1px #ccc;
    background: #e5e5e5;
    padding: 1px 2px;
    color: #ffffff;
    background: url(./images/blank2.png) left top;
}

#extsearch select {
    background: #e5e5e5;
    text-align: center;
    width: 50px;
}

#extsearch h1, h2 {
    font-size: 12px;
    clear: both;
    display: block;
    margin-top: 10px;
}

#extsearch p {
    clear: both;
    display: block;
    margin-top: 5px;
}

form#tags {
    text-align: left;
    margin-top: 10px;
}
/* This for ther input buttons on the image edit page */
#controls {
    text-align: center;
    margin-left: 0px;
}

input.brightnessup {
    border: 0px;
    background-image: url("images/brightness1.png");
    height: 50px;
    width: 50px;
    background-color: #494949;
    background-position: bottom left;
    background-repeat: no-repeat;
}

input.brightnessdown {
    border: 0px;
    height: 50px;
    width: 50px;
    background-color: #494949;
    background-image: url("images/brightness2.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}

input.contrastup {
    border: 0px;
    height: 50px;
    width: 50px;
    background-color: #494949;
    background-image: url("images/contrast1.png");
    background-position: bottom left;
    background-repeat: no-repeat;
}

input.contrastdown {
    border: 0px;
    background-color: #494949;
    background-image: url("images/contrast2.png");
    /*background-position:bottom left;*/
    background-repeat: no-repeat;
    height /**/: 50px;
    width: 50px;
}
/* image pane */
#viewedit {
    font-size: 12px;
    margin-top: 10px;
}

.set, .similar {
    font-size: 12px;
    background-color: #373737;
    color: #ffffff;
    margin: 2px;
    border: thin solid #000000;
    text-align: center;
}

