body { background: #c8e2ee; }

a { color: #2aa5d4; text-decoration: underline; }
ul { margin: 0 0 1.5em 0; list-style: none; }
li { padding-left: 1.2em; }

.container {position: relative;}

/* Navigation */
ul.nav { margin-bottom: 0; padding-left: 25px; background: #252a2b; }
ul.nav li { display: inline; margin:0; padding: 0; background: none; }
ul.nav a { color: #d6d6d6; text-decoration: none; padding: 0 15px 0 15px; height: 3em; line-height: 3em; }
ul.nav a:hover,
#default ul.nav a.homeLink,
#news ul.nav a.newsLink,
#issues ul.nav a.issuesLink,
#campaigns ul.nav a.campaignsLink,
#gallery ul.nav a.galleryLink,
#biography ul.nav a.biographyLink,
#contact ul.nav a.contactLink { color: #2aa5d4; }

/* Header - generic */
.header { height: 324px; position: relative; margin-bottom: 1.5em; background: #5e5e5e url('../graphics/header_bg_hospital.jpg'); }
.header h1 { margin-top: 2em; }
.header a { color: #ffffff; text-decoration: none; }
.title, .title_bg { position: absolute; left: 40px; padding: 0 10px 0 10px; }
.title_bg { height: 19.5em; background: #000000;}
.title p {color: #25c4fd;}
.more_photos { position: absolute; bottom: 0; right: 0; line-height: 3em; padding: 0 10px; } /* <a> */
.more_photos_bg { position: absolute; bottom: 0; right: 0; height: 3em; width: 13em; background: #000000; } /* <div> */

/* Header - specific */
.biography { background-image: url('../graphics/header_bg_commons.jpg'); }
.biography .title_bg { background: #252a2b; }
.biography .title p { color: #a88454; }
.biography .more_photos_bg { background: #252a2b; }

.contact { background-image: url('../graphics/header_bg_school.jpg'); }
.contact .title_bg { background: #000000; }
.contact .title p { color: #adb042; }
.contact .more_photos_bg { background: #000000; }

.news { background-image: url('../graphics/header_bg_plane.jpg'); }
.news .title_bg { background: #0c0c0c; }
.news .title p { color: #71badb; }
.news .more_photos_bg { background: #537981; }

.campaigns { background-image: url('../graphics/header_bg_downing_street.jpg'); }
.campaigns .title_bg { background: #2e2e2e; }
.campaigns .title p { color: #d79e8a; }
.campaigns .more_photos_bg { background: #2e2e2e; }

.issues { background-image: url('../graphics/header_bg_issues.jpg'); }
.issues .title_bg { background: #22252d; }
.issues .title p { color: #2ab1ff; }
.issues .more_photos_bg { background: #000000; }

.gallery { background-image: url('../graphics/header_bg_polaroids.jpg'); }
.gallery .title_bg { background: #252a2b; }
.gallery .title p { color: #25c4fd; }
.gallery .more_photos_bg { background: #252a2b; }

.default, .search { background-image: url('../graphics/header_bg_hospital.jpg'); }
.default .title_bg, .search .title_bg { background: #000000; }
.default .title p, .search .title p { color: #25c4fd; }
.default .more_photos_bg, .search .more_photos_bg { background: #000000; }


/* Issues */
#issues img.left {margin:0 1.5em 1.5em 0; float: left; padding: 0;}



/* Search box */
form.search {position: absolute; right: 10px; top:6px; background: none;}
form.search fieldset {padding:0; margin:0; border:none;}
form.search input {height: 22px; border:none; margin:0; padding:0; float:left;}
form.search input.search_submit {width:32px;}

form.search input.search_string {outline:none; background: #ffffff url('../graphics/magnifying_glass.gif') top left no-repeat; padding-left:32px; line-height: 22px;}
div.footer form.search input.search_string {background-image: url('../graphics/magnifying_glass_blue.gif');}
div.footer form.search {position: static;}



.content { padding-top: 1.5em; background: #ffffff; }

.box { background: #9ecade; }

h1 { color: #9ecade; }
h1.article, h2.article a, h3.article a { color: #111111; text-decoration: none; }

.zemContactForm fieldset { padding: 1.4em 0 0 0; border: none; }

input.zemText { margin:0.5em 0; border:1px solid #bbb; width: 300px; padding:5px; }
input.zemText:focus { border:1px solid #666; }

.zemError { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }

ul li { background: url('../graphics/bullet_blue.gif') no-repeat 0 0.5em; }
.zemError li { background-image: url('../graphics/bullet_red.gif'); }

.morelink { padding-left: 1em; }

.gallery_thumb {float:left; padding:10px; border: 1px solid #e4e4e4; margin: 0 50px 40px 0;}



/* Page numbers */
ul.page_nums_list {
text-align: left;
padding: 3em 0 3em 0;
}
ul.page_nums_list li{
background: none;
display: inline;
padding:0;
margin:0;
}
ul.page_nums_list a, ul.page_nums_list a:visited, ul.page_nums_list span.unlinked{
padding: 0 5px;
border: 1px solid #1c95bf;
text-decoration: none; 
color: #1c95bf;
margin-right: 10px;
}
ul.page_nums_list span.etc {margin-right: 10px;}
ul.page_nums_list a:hover, ul.page_nums_list a:active{
color: #000;
background-color: #c8e2ee;
}
ul.page_nums_list span.unlinked{
background-color: #1c95bf;
color: #fff !important;
font-weight: bold;
cursor: default;
}

p img.left {margin-top:0;}

.footer {background: #b2d6e7;}

.footer ul li {background-image: url('../graphics/bullet_darkblue.gif');}

.footer a {color: #282f32; }
.footer h3 {color: #5896bd;}


