/*
Theme Name: Bradford Foyer
Theme URI: http://bradfordfoyer.org/
Description: Created specifically for use by Bradford Foyer Limited.
Version: 0.1
Author: Jack Roscoe & Peter Owen
Author URI: http://wapiti.co.uk/
Tags: #

*/

/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;#
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;/*Peter'sedit*/
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0px;
	width: 500px;
        background-color:#f1f1f1;
        padding:10px;
	}



  
	

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}*/ 
/*peter's edit */

*/html>body .entry li {
	margin: 7px 0 8px 10px;
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
*//*peter's edit */


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* ---------- WAPITI WRITTEN CSS ---------- */

* {
	font-family: calibri;
	margin: 0;
	padding: 0;
}

#wrap {
	margin: auto auto auto auto;
	width: 907px;
	
}

/* ------ HEADER STYLES ------ */

#header {
	float: left;
	width: 907px;
}

#header img{
	margin: 20px 0 0 0;	
}

#callus {
	float: right;
	margin: -52px 10px 20px 0;
}

#callus p {
	color: #000263;
	font-size: 16px;
        text-align: right;
        margin-bottom: 0;
}
#callus p span {
	color: #000263;
	font-size: 24px;
}



/* ------ NAV STYLES ------ */

#nav {
	clear: both;
	background-image: url(images/nav-background.jpg);
	width: 907px;
	height: 70px;
	padding: 0;
	margin: 0;
}

#nav ul {
	padding: 0;
	margin: 0;
}


#nav li {
	display: block;
	float: left;
	width: 129px;
	color: white;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	text-align: center;
	padding-top: 20px;
	line-height: 80%;
}

#nav a {
	text-decoration: none;
	color: white;
	
	
}

#nav a:visited {
	text-decoration: none;
	color: white;
}

#nav a:hover {
	text-decoration: underline;
}

/* ------ BANNER STYLES ------ */

#banner {
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: #1b1b1b 6px solid;
}

/* BODY FORMATTING STARTS HERE */

p {
	color: #6a6a6a;
	font-size:12px;
	margin-bottom: 20px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;

}

p span{
       font-weight:bold;
       font-size:14px;
}

h2 {
	color: #6a6a6a;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	font-size:18px;
	padding-top: 10px;
	margin-bottom: 10px;
	font-family: Geneva, sans-serif;
	font-weight:100;
	
}

h3 {
	margin-bottom: 10px;
	padding-top: 10px;
        font-family: Geneva, sans-serif;

}

h4 {
       color: #6a6a6a;
       font-weight:100;
       font-size:18px;
       font-family: Geneva, sans-serif;
}

#archivecontent1 {
    padding: 0 20px 10px 10px;
    width: 440px;
    min-height: 360px;
}

#homecontent1 {
	padding: 0 20px 10px 10px;
	margin: 0 0 0 0;
	width: 440px;
	float: left;
        background-color:#f1f1f1;
}

#homecontent1 h2 {
   margin-top:20px;
   color:#777777;

}


#mediacontent1 {
	padding: 0 20px 10px 10px;
	margin: 0 17px 0 0;
	width: 440px;
	float: left;
        background-image: url(http://wapiti.co.uk/bftesting/wp-content/themes/bf-theme/images/media_background.jpg);
        background-repeat: no-repeat;
        background-color:#780605;
}

#mediacontent1 p {
   color: white;
   margin-bottom: 10px !important;
}
#mediacontent1 h2 {
   color: white;
}
#mediacontent1 a {
   color: white;
}

   #mediacontent1 a:hover {
      text-decoration: none;
   }

#housingcontent1 {
	padding: 0 20px 0 10px;
	margin: 0 17px 0 0;
	width: 440px;
	float: left;
        background-image: url(http://wapiti.co.uk/bftesting/wp-content/themes/bf-theme/images/housing_background.jpg);
        background-repeat: no-repeat;
        background-color:#411263;
}

#housingcontent1 a {
   color: white;
}

   #houseingcontent1 a:hover {
      text-decoration: none;
   }

#housingcontent1 h2 {
   color: white;
}
#housingcontent1 p {
   color: white;
}


#learningcontent1 {
	padding: 0 20px 10px;
	margin: 0 17px 0 0;
	width: 440px;
	float: left;
        background-image: url(http://wapiti.co.uk/bftesting/wp-content/themes/bf-theme/images/learning_background.jpg);
        background-repeat: no-repeat;
        background-color:#640555;
}

#learningcontent1 p {
   color: white;
}
#learningcontent1 h2 {
   color: white;
}
#learningcontent1 a {
   color: white;
}

   #learningcontent1 a:hover {
      text-decoration: none;
   }

#connexionscontent1 {
	padding: 0 20px 10px;
	margin: 0 17px 0 0;
	width: 440px;
	float: left;
        background-image: url(http://wapiti.co.uk/bftesting/wp-content/themes/bf-theme/images/connexions_background.jpg);
        background-repeat: no-repeat;
        background-color:#f0890c;
}

#connexionscontent1 a {
   color: white;
}
#connexionscontent1 h2 {
   color: white;
}
#connexionscontent1 p {
   color: white;
}

#contactcontent1 {
	padding: 0 20px 10px;
	margin: 0 20px 0 0;
	width: 440px;
	float: left;
        min-height: 900px;
        background-color:#336f79;
}

#contactcontent1 p {
   color: white;
}

#contactcontent1 a {
   color: white;
}
#contactcontent1 h2 {
   color: white;
}

#address p{
       margin:0px;
       padding:0px;
}
/* VIDEO FORMATING STARTS HERE */

.video1 {
	
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}

.video1 object {
	float: left;
}

.videotext {
	width: 380px;
	clear: both;
	background-color:#f1f1f1;
        padding: 10px;
        padding-top:10px;
        margin-top:110px;

}

/* SITEMAP FORMATTING STARTS HERE */

#sitemap ul {
	margin-left: 10px;
        list-style: none;
}

#sitemap {
	padding: 10px;
}

/* CONTACT FORM STARTS HERE */

#contactform {
	padding: 6px 37px 10px 10px;
	width: 635px;
	float: left;
}

#contactform p {
	display: inline;
}

#contactform input,select,textarea {
	margin-bottom: 10px;
	margin-top: 10px;
}

#form1 {
	margin-right: 30px;
	width: 300px;
	float: left;
	text-align: right;
}

#form2 {
	float: left;
	width: 300px;
	margin-top: -15px;
}

#mediaimg {
     margin-bottom: 51px;
     float: left;
     border: 10px #f1f1f1 solid;

}

#mediaside{
     height: auto;
     float: left;
     margin: 0px 0 0 20px;

}

/* SIDE BAR FORMATTING STARTS HERE */

#sidebar {
    width: 300px;
    float: left;
}



/* SPONSORPAGE FORMATTING STARTS HERE */

#sponsorimg{
         border: 10px #f1f1f1 solid;
}

/* SPONSORPAGE FORMATTING STARTS HERE */

#sponsor-logos img {
    float: left;
    padding: 11px;
    border-style: none;
}

/* FOOTER FORMATTING STARTS HERE */

#footermenu {
	clear: both;
	background-color: #1b1b1b;
	height: 85px;
	padding-left: 260px;
	padding-top: 30px;
}

#footermenu ul {
	list-style: none;
	float: left;
	font-size: 12px;
	margin-left: 20px;
}

#footermenu a {
	text-decoration: none;
	color: white;
}

#footermenu a:hover {
	text-decoration: underline;
}

#footerbase {
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
	margin-top: -16px;
	background-color: #08076f;
	height: 40px;
}

#footerbase p {
	padding-top:10px;
	color: white;
        text-align: center;
}

/* ------ LANDING PAGE FORMATTING ------ */

#landwrap {
	margin-top: 60px;
}

#landlogo {
	margin: auto;
	width: 300px;
	padding-bottom: 20px;
	padding-left: 85px;
}

#landtitle1 {
	margin: auto;
	width: 300px;
	text-align: center;
	padding-bottom: 15px;
}

#landcontact {
	margin: auto;
	width: 150px;
	text-align: center;
}

#landcontact ul {
	list-style: none;
	color: #6a6a6a;
	font-size:14px;
}

#landtitle2 {
	margin: auto;
	width: 300px;
	text-align: center;
}

.car-list {
    list-style: none;
}

.car-list li ul {
    margin-left: 20px;
    list-style: none;
}

#previous-entries_link {
    margin-top: 20px;
}

#previous-entries_link img {
    float: left:
}

#previous-entries_link a {
    text-decoration: none;
    margin: 0 0 0 10px;
}

    #previous-entries_link a:hover {
        text-decoration: underline;
    }

/*Peter's edits */

p img{
       margin:0;
       padding:0;
}

#news{
     height: auto;
     float: left;
     margin: 20px 0 0 20px;
}

/*sidebar*/

#sidebar{
      width: 400px;
      margin: 0px;
}
#sidebar .recent-posts-thumb {
        border-style: none;
	float: left;
        margin-right:10px;
        margin-left:10px;	
}

#sidebar .advanced-recent-posts {
	float:right;
        width:400px;
     
	
}

#sidebar .advanced-recent-posts li {
        margin-bottom:10px;
        padding-bottom:10px;
        border-bottom:solid #CCC 1px;
	
}

#sidebar .advanced-recent-posts a {
       text-decoration:none;
       color: #05218c;
       weight:bold;
       
}

#sidebar .advanced-recent-posts a:hover {
       text-decoration: underline;
       color: #6a6a6a;
       weight:bold;
       
}

#postpage img{
     border: none;
}

#header img{
     border: none;
}

#sponsorform{
        width:350px;
        float:left;
        margin-top: -40px;
}

#allposts{
        float:right;
        margin-right: 10px;
}
