/* 
Theme Name: AS Pickering
Theme URL: http://aspickering.co.uk/
Description: As Pickering Theme
Author: Scott Parry
Author URI: http://fabspider.com
Version: 1.0
*/

body {
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-color: #305f85;
width: 100%;
height: 100%;
margin: 0 auto;
}

#pageWrapper {
width: 100%;
height: 100%;
margin: 0 auto;
padding: 0;
text-align: center;
}

#contentWrapper {
width: 1000px;
height: 100%;
margin: 0 auto;
padding: 0;
text-align: center;
}

#header {
background-image: url(images/headerBg.jpg);
background-repeat: no-repeat;
width: 1000px;
height: 120px;
margin: 0 auto;
}

#logo {
background-image: url(images/logo.jpg);
background-repeat: no-repeat;
width: 384px;
height: 251px;
float: left;
}

#logo h1 { text-indent: -9999px; }
#logo p { text-indent: -9999px; }

#contact { float: right; margin-top: 10px;  }
#contact p { color: #ffffff; padding: 0px; margin-bottom:10px; }
#contact h3 { color: #ffea00; text-align: right; padding: 0px; margin-bottom:10px; }

#nav { 
float: right; 
margin-top: 1px; 
font-family: 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 12px; 
}

#nav ul { float: right; }

#nav li { float: left; margin-right: 5px; list-style: none; }

#nav li a { 
background-image: url(images/btnBg.jpg);
background-position: 0 0;
height: 22px;
border-left: 1px solid #4886CD;
border-right: 1px solid #4886CD;
padding: 11px 25px 5px 25px;
color: #ffffff;
float: left; 
text-decoration: none;
}

#nav li a:hover { 
color: #000000;
background-position: 0 -37px; 
}

#nav li a:visited { color: #ffffff; }
#nav li a:visited:hover { color: #000000; }
#nav li a:active { color: #000000; }

#banner {
width: 1000px;
height: 320px;
margin: 0px 0 25px 50px;
float: left;
}

.img1 {
background-image: url(images/vintage1.jpg);
background-repeat: no-repeat;
width: 300px;
height: 300px;
border: 5px solid #78a2bb;
margin-right: 5px;
float: left;
}

.img2 {
background-image: url(images/vintage2.jpg);
background-repeat: no-repeat;
width: 300px;
height: 300px;
border: 5px solid #78a2bb;
margin-right: 5px;
float: left;
}

.img3 {
background-image: url(images/vintage3.jpg);
background-repeat: no-repeat;
width: 300px;
height: 300px;
border: 5px solid #78a2bb;
margin-right: 5px;
float: left;
}

.post { 
width: 550px;
height: 100%;
margin-bottom: 25px;
margin-left: 45px;
margin-right: 30px;
float: left; 
text-align: left; 
}

.post p {
font-family: 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 13px;
color: #ffffff;
margin-bottom: 15px;
line-height: 15px;
letter-spacing: 1px;
}

.post h1 { 
color: #ffffff; 
margin-bottom: 25px;
line-height:35px;
font-family: 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
font-weight:normal;
}
.post h3 { 
color: #ffffff; 
margin-bottom: 15px;
font-family: 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
line-height: 24px;
font-size:18px;
}

.post .list1 {
width: 250px;
float: left;
}


.post .list2 {
width: 210px;
float: left;
margin-left:50px;
}



.post p {
line-height:20px;
}

.yellow {
font-family: 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 13px;
color: #ffea00;

}

.post li {
font-family: 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 13px;
color: #ffffff;
line-height: 25px;
list-style:  circle;
}

#sidebar {
width: 350px;
font-family: 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 13px; 
color: #ffffff;
margin-bottom: 25px;
text-align: left;
float: right;
}

.sidebarImg {
border: 5px solid #78a2bb;
margin: 0px 0px 50px 15px;
}

#sidebarimg1 {
width:300px;
height:200px;
background-image: url(images/vintage6.jpg);
border: 5px solid #78a2bb;
margin: 0px 0px 20px 15px;
}

#sidebarimg2 {
width:300px;
height:200px;
background-image: url(images/vintage7.jpg);
border: 5px solid #78a2bb;
margin: 0px 0px 20px 15px;
}

#sidebarimg3 {
width:300px;
height:200px;
background-image: url(images/vintage8.jpg);
border: 5px solid #78a2bb;
margin: 0px 0px 20px 15px;
}

#sidebarimg4 {
width:300px;
height:200px;
background-image: url(images/vintage9.jpg);
border: 5px solid #78a2bb;
margin: 0px 0px 20px 15px;
}

#sidebar li {
line-height: 25px;
list-style:  circle;
}

#footer {
font-family: 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 12px; 
color: #ffffff;
background-image: url(images/footerBg.jpg);
background-color: #284c6f;
background-repeat: repeat-x;
width: 100%;
height: 150px;
padding: 25px 0 0 0;
text-align: left;
float: left;
}

#footer a { color: #ffffff; text-decoration: underline; }
#footer a:hover { color: #000000; }
#footer a:visited { color: #ffffff; }
#footer a:visited:hover { color: #000000; }
#footer a:active { color: #000000; }

#footerInner {
width: 950px;
margin: 0 auto;
}

#footer .copy {
margin-left: 10px;
float: left;
}

#footer .icon {
background-image: url(images/vbra.png);
background-repeat: no-repeat;
width: 74px;
height: 67px;
float: right;
}
