/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

@import "default.css";

@media screen {

body {
 font: normal 12px Arial, Helvetica, sans-serif;
 background-color: #feefc6;
 color: Black;
 text-align: center;
}

head+body .fix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

a:link, a:active, a:focus, a:visited {text-decoration: none; color: #a76b34; font-weight: bold;}
a:hover {text-decoration: underline;}

#shadow {
 width: 810px;
 margin: 0 auto;
 background: url(../images/shadow.gif) top repeat-y;
}

#container {
 margin: 0 20px;
 background-color: White;
 text-align: left !important;
}

h1 img { 
 display: block;
 margin-left: 439px;
}

h2 {
 padding: .5em 0;
 color: #a76b34;
 font-size: 170%;
 font-weight: bold;
}


/* NAVIGATION */

#nav {
 list-style: none;
 margin: 0;
 padding: 0;
 background: #F2E2B9;
 height: 1%; /* IE */
}

#nav li {
 float: left;
}

#nav a {
 display: block;
 padding: 3px 10px;
 border-right: solid 3px White;
 font-weight: bold;
 font-size: 94%;
 text-transform: uppercase;
 color: #a76b34;
}
#nav a:hover,
#nav a:focus {
 background: #2FC7A2;
 color: #FFFFFF;
 text-decoration: none !important;
}

#content {
 margin: 12px 12px 0 12px;
}

p {
 padding: .5em 0;
 text-align: left;
}



#left {
 width: 182px;
 float: left;
 padding-top: 180px;
}
#left_close {
 width: 182px;
 float: left;
 clear: left;
 margin-top: 20px;
 padding-top: 116px;
 background: url(../images/stjohnsclose_unit5_small.jpg) top left no-repeat;
}

#left_close h2 a {font-size: .75em;}

body#home #left { padding-top: 256px; background: White url(../images/elliott.jpg) top left no-repeat; }
/*AJS 210809 - NEW PIC*/

body#services #left { padding-top: 227px; background: White url(../images/services_small_1009.jpg) top left no-repeat; */}
body#kids #left { padding-top: 227px; background: White url(../images/kids_small_1009.jpg) top left no-repeat;  }
body#facilities #left { padding-top: 116px; background: White url(../images/stjohnsclose_unit5_small.jpg) top left no-repeat; }
body#events #left { background: White url(../images/events_small.jpg) top left no-repeat; }
body#farm #left { padding-top: 319px;background: White url(../images/farm_small_1009.jpg) top left no-repeat; }
body#groups #left { background: White url(../images/groups_small.jpg) top left no-repeat; }
body#stewardship #left { background: White url(../images/stewardship_small.jpg) top left no-repeat; }
body#links #left { padding-top: 213px; background: White url(../images/links_small_1009.jpg) top left no-repeat; }
body#contactus #left { padding-top: 256px; background: White url(../images/elliott.jpg) top left no-repeat; }

#left h2, #left_close h2 {
 margin-right: 12px;
 padding: 1em 10px;
 background-color: #F2E2B9;
 color: #8E7E55;
 font-size: 130%;
 font-weight: normal;
}

#right {
 width: 162px;
 float: right;
 padding-top: 95px;
 background: url(../images/right_pic.gif) top right no-repeat;
}

#article {
 float: left;
 width: 402px;
 line-height: 1.5;
}
#article h2{
color:#626365;
font-size: 17px;
}
#article p, #article li{
font-size: 13px;
}
#article p a,#article li a{
color:#AF749E;
}



body#events #article li{
list-style-type:disc;
margin-left: 30px;
margin-bottom: 5px;
}

/* Added by AJS 13/11/08. REMOVE THIS DIV EARLY IN THE NEW YEAR - 2009*/
#vicar{ 
margin-top: 20px;
padding: 360px 20px 60px 20px;
border: 1px solid #969;
background: #F2E2B9 url(../images/elliott.jpg) center 30px no-repeat;
text-align: justify;

}


/* Footer */
#footer {
 height: 1%;
 clear: both;
 font-size: 92%;
 padding: 24px 0 12px 0;
}

#footer a {
 color: #C49314;
 font-weight: normal !important;
}

#footer p {
 padding: 10px 0 10px 0 !important;
 float: left;
 display: inline;
}

#footer p a {
 margin-right: 0.2em;
 text-transform: uppercase;
}

#footer a.designby {
 float: right;
 padding: 10px 28px 10px 0 !important;
 background: url(../images/4pd_logo.gif) center right no-repeat;
}



/* Contact Form */

#contact {
 width: 350px;
}

#contact td {
 padding: 0 10px 10px 0;
 width: 33%;
 font-size: 13px;
}

.button {
 border: 1px solid #f1decd;
 background: White;
 font-size: 11px;
}

#contact input.text, 
#contact textarea, 
#contact select {
   border: 1px solid #f1decd;
   width: 100%;
}

#contact textarea {
 height: 110px;
}

.required {
 color:  #8e0000;
 font-weight: bold;
}


#banner {
 width: auto;
 height: 168px;
 border-top: solid 3px White;
 background: url(../images/main-content-home-h2.gif) top left no-repeat;
}

#banner img {
 float:right;
}

}