/*
Theme Name: Lets talk Central Bedford
Theme URI: http://
Description: Lets Talk Central Bedford theme.
Version: 1.0
Author: Adam Maltpress
Author URI: http://www.maltpress.co.uk
Tags: 

	Let's Talk
	 

	This theme was designed and built by Adam Maltpress
	
*/



/* CSS for Lets Talk Central Bedford */
/* design and style by Adam Maltpress */
/* www.maltpress.co.uk */
/* Meyer reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
        text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end Meyer reset */

/* body styles */
body {background: url('images/bg.gif') #4a4a30;
    height: 100%;
    color: #000;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.6em;
}

body#transport {
    background: url('images/transportbg.gif') #4A3C39;
}

#content {
    text-align: left;
    background: url('images/content_bg.png') repeat-y;
    width: 761px;
    margin: 0 auto;

    padding: 10px 16px 0px 16px;
}

a:link {color: #F74902;}
a:visited {color: #F74902;}

/*navigation using sliding doors */

#navigation {
    float:left;
    clear: both;
    font-size:120%;
    line-height:normal;
    font-weight: bold;
    background: #ffffff url('images/navbg.jpg') repeat-x bottom;
    width: 751px;
    padding-left: 10px;
    }

#navigation ul {
    margin:0;
    padding:0;
    list-style:none;
    }
#navigation li {
    float:left;
    background: url(images/navRightOff.jpg) no-repeat right top;
    margin:0;
    padding:0;
    margin-right: 4px;
    }

 #navigation a {
    display:block;
    background:url("images/navLeftOff.jpg")
      no-repeat left top;
    padding:5px 15px 4px;
    color: #fff;
    text-decoration: none;
    }

#navigation a:hover {
    color: #F74902;
}

#navigation li.current_page_item a {
	color: #647c15;
}

#navigation li.current_page_item  {
    background: url(images/navRightOn.jpg) no-repeat right top;
}

#navigation .current_page_item a {
    background: url(images/navLeftOn.jpg) no-repeat;
    padding-bottom: 6px;
}

/* logo and scrolling image */

#headerDiv {
    clear:both;
}

#headerDiv h1 a {
    display: block;
    text-indent: -10000px;
    height: 200px;
    width: 300px;
    background: #fff url('images/logo.jpg') no-repeat 30px 35px;
    float: left;
    padding: 0;
}

.imageScroller {
    background: #4a4a30;
    height: 200px;
    margin-left: 300px;
}



span.imageHeadline {
    font-family: georgia;
    font-weight: bold;
    color: #FFC61E;
    font-size: 200%;

    position: relative;
    top: 10px;
    line-height: 1em;
    left: 10px;
}

span.imageSub {
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    font-size: 140%;

    position: relative;
    top: 30px;
    line-height: 1em;
    left: 10px;
}

/* left column */

#leftColumn {
    width: 450px;
    float: left;
}

/* button list */

#buttonBox {
    padding-top: 10px;
}

.button {
    width: 416px;
    height: 70px;
    background: url('images/buttonBG.jpg') no-repeat;
    margin: 10px 0px 0px 20px;
    padding: 5px 0px 0px 10px;
}

#button1 {
    padding-top: 10px;
}

.button a {
    font-size: 150%;
    font-family: georgia;
    color: #647c15;
    text-decoration: none;
    font-weight: bold;
}

.button a:hover {
    color: #aacc23;
}

.buttonLinkImg {
    float: left;
    margin-right: 5px;
}

a:Hover .buttonLinkImg {
    opacity:0.8;
}

.textBox {
    background: #4a4a30;
    margin: 10px 10px 0px 20px;
    padding: 5px;
}



.textBox h2, #columnBody h2, #respond h3, h3#comments {
    font-size: 150%;
    font-family: georgia;
    color: #FFC61E;
    margin-bottom: 10px;
}

/* right column */

#columnBody h2 {
    padding-left: 10px;
    padding-top: 5px;
}

#columnBody h3, h2.widgettitle {
    font-size: 120% !important;
    font-family: georgia;
    color: #4a4a30 !important;
    margin-bottom: 5px;
    padding-left: 10px;
    margin-top: 15px;
}

#columnBody h4 {
    font-size: 110%;
    color: #4a4a30;
    padding-left: 10px;
    padding-top: 5px;
}

.textBox p {
    font-size: 100%;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.2em;
}

#columnBody p {
    padding: 5px 10px;
}
#columnBody p a {
    font-weight: bold;
    color: #F74902;
    text-decoration: none;
}
#columnBody p a:hover {
    color: #4a4a30;
}

/* add content buttons */

#addButtons ul {
    text-align: center;
    margin-top: 20px;

}

#addButtons ul a {
    font-size: 100%;
    font-weight: bold;
    color: #F74902;
    text-decoration: none;
}

#addButtons li:hover, #socialButtons a:hover {
    opacity: 0.8
    filter:alpha(opacity=80);
}

#addButtons ul li {
    height: 30px;
    padding-left: 30px;
    padding-top: 9px;
    display: inline;
    padding-bottom: 9px;
   
}

li.video {
    background: url('images/video.png') no-repeat;
    display: block;
}

li.blog {
    background: url('images/blog.png') no-repeat;
    display: block;
}

li.photo {
    background: url('images/photo.png') no-repeat;
    display: block;
}

/* social media icons */

#socialButtons {
    margin: 20px;
    text-align: center;
}

a.FB img {
    padding-bottom: 4px;
}

a.TW img {
    padding-bottom: 7px;
}
#socialButtons a {
    margin-left: 20px;
}

/* right column */

#rightColumn {
    margin-top: 20px;
    float: right;
    width: 280px;
    margin-right: 20px;
}

#columnTop {
    background: url('images/columnBGTop.jpg') no-repeat left top;
    height: 35px;
    margin-bottom: -25px;
}

#columnBody {
    border-left: 2px solid #647c15;
    border-right: 2px solid #647c15;
    width: 276px;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

#columnBottom {
    background: url('images/columnBGBot.jpg') no-repeat left bottom;
    margin-bottom: 20px;
}

/* footer */

.clear {
    clear: both;
}

#footer {
    background: #000;
    color: #fff;
    clear: both;
    width: 721px;
    height: 20px;
    padding: 15px 20px 5px 20px;
    font-size: 80%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.footerLinks a {
    color: #fff;
    text-decoration: none;
}

.footerLinks a:hover {
    text-decoration: underline;
}

.footerLinks li {
    display: inline;
    margin-right: 3px;
    border-right: 1px solid #fff;
    padding-right: 5px;
}

.footerLinks li:last-child {
    border-right: none;
}

/* add some of the reset styles back in */

.textBox ul {
    list-style-type: disc;
    list-style-position: outside;
    color: #fff;
    margin-left: 10px;
    padding-left: 5px;
    font-size: 120%;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.textBox a {
    color:  #F74902;
}

.textBox a:hover {
    color: #aacc23;
}

/* single column layout */

.singlePost {width: 715px !important;
    padding: 20px 15px 20px 20px;
    }

h2 {    font-size: 150%;
    font-family: georgia;
    color: #FFC61E;
}

small {font-weight: bold; margin-bottom: 10px; margin-top: -10px;}

p small {font-size: 0.8em;}

.entry {margin-top: 10px;}

.entry p, p {

    font-size: 100%;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.entry ul, ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 10px;
    padding-left: 5px;
    font-size:100%;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.entry ol, ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 15px;
    padding-left: 5px;
    font-size: 100%;
    line-height: 1.2em;
    margin-bottom: 10px;
}

#columnBody ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
}

/* comments */

#respond {
    background: #4a4a30;
    margin: 10px 0px 0px 0px;
    padding: 5px;
    color: #fff;
}

form.tdomf_form {

}

#respond form p, form.tdomf_form p {
    margin: 10px 0px 10px 0px;
}

#respond form textarea {
    
}

#respond form input, #respond form textarea, form.tdomf_form input, form.tdomf_form textarea  {
    background: #b3b374;
    border: 2px solid #F74902;
}

#respond form textarea {
	width: 99%;
}

#respond form input:focus, #respond form textarea:focus, form.tdomf_form input:focus, form.tdomf_form textarea:focus {
    background: #fff;
}

#tdomf_form1_preview, #tdomf_form2_preview, #tdomf_form3_preview {
    margin-right: 10px;
}

fieldset {
    font-size: 1em;
    margin-bottom: 10px;
}

fieldset p {
    font-size: 1em !important;
}

fieldset legend {
    font-size: 120%;
    font-family: georgia;
    color: #F74902;
    padding-bottom: 0px !important;
}

fieldset small, label.required {
    font-weight: normal !important;
    font-size: 1em;
}

/* blog page */

.page-template-blog-php #leftColumn, #leftColumn.search, .archive #content #leftColumn, .category #content #leftColumn, .category-featured #content #leftColumn {
    padding: 20px 0px 20px 20px;
    width: 440px !important;
}




h3 a {
    text-decoration: none;
    font-size: 150%;
    font-family: georgia;
    color: #F74902;
    padding: 20px 0 0px 0;
    display: block;
}

.bottom {
    margin: 15px 0;
}

/* inline upload form */

#s {
        width: 110px;
}

.screen-reader-text {
        margin-left: 10px;
}

/* twitter list */

ul.twitlist {
	margin: 0px 10px 0px 10px !important;
}

.date_twit {font-size: 0.8em; font-weight: bold;}

li.twitter {padding-bottom: 5px !important; background: #fff !important;}

/* comment styles */

ol.commentlist {
	list-style-type: none;
	margin: 0;
}

li.comment {
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}

img.avatar {
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0px 5px 0px 0px;
}

.comment-body p {
	margin-left: 43px;
}

.even {
	border: 2px solid #647c15;
}

.odd {
	border: 2px solid #F74902;
}

/* transport page */

#headerDiv h1 a.transport {
        background: #4c393b url('images/myjourneyicon.jpg') no-repeat 0px 0px;
}




#image1, #image2, #image3, #image4, #image5, #transimage1, #transimage2, #transimage3, #transimage4, #transimage5 {
    width: 461px !important;
}

.imageheader {
    background: url('images/black.png') repeat;
    display: block;
    margin-top: 100px;
    height: 100px;
}

/* WP Polls styling */

.wp-polls-ul li {
    margin-left: 20px;
    width: 80%;
}

/* RSS link */

a.rssLink:link,a.rssLink:visited  {
    text-decoration: none;
    margin-left: 10px;
    margin-bottom: 10px;

}

