

/* RESET
------------------------------------------------------------------------- */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,/*em,strong,*/th,var{font-style:normal;font-weight:normal;}
li{
	list-style-type: none;
}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

html { overflow-y:scroll; }

input[type=submit],label,select,.pointer { cursor:pointer; }


/* LAYOUT
------------------------------------------------------------------------- */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sitelogo {
width:600px;
height:180px;
float:right;
}

#search {
width:300px;
float:left;
}



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 30px 10px 30px 10px; /* padding keeps the content of the div away from the edges */
	text-align:center;
}
#mainContent { 
	margin: 0 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	 padding: 0 10px; /*remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
text-align:center;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* MAIN CSS
------------------------------------------------------------------------- */

body {
	background: #fffef1;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 84%;
	margin: 0;
	color: #333;
}

a,
a:visited {
    color: /*#900*/#f40c0c;
	text-decoration:none;
}
a:hover {
    color: #496030;
}


p {
margin-bottom:2em;
}





/* FONT SIZES
------------------------------------------------------------------------- */
.footer,
.bmc_caption,
p.bmw_tags,
div.bmw_byline,
div.bmw_pagetools,
.notes,
#sidebar2,
div.bmw_latestLinks {
    font-size: 90%;
    line-height: 1.3em;
}


div.bmw_breadcrumbs {
    font-size: 100%;
    line-height: 1.3em;
}



blockquote.bmc_bigPullquote {
    font-size: 130%;
}

/* headings */
h1 { font-size: 150%; }
h2 { font-size:130%; }
h3 { font-size: 115%; }
h1,h2 {
    font-weight:normal;
    letter-spacing: 0.05em;
}
h4, h5 { font-size: 100%; }
h1,h2,h3,h4,h5 {
    font-family: "trebuchet ms", trebuchet, verdana, arial, helvetica, sans-serif;
    color: /*#900*/#f40c0c;
    margin: 0em 0em .5em;
}


/* SITE TITLE/LOGO
------------------------------------------------------------------------- */
h1.bmw_sitelogo {/*
    left: 20px;
    top: 23px;*/
	margin: 0;
	color:#000000;
	font-size: 30px;
	line-height: 30px;
	padding-left: 0px;
	/*    height:125px;
*/    font-weight: normal;
	background-image:url(http://www.redladder.co.uk/images/red_ladder3.gif);
	background-repeat:no-repeat;
	background-position:right 10px;
	height:150px;
	text-indent:-10000px;
}

h1.bmw_sitelogo a,
h1.bmw_sitelogo a:visited {
    display:block;
	padding: 20px 40px 17px 0px;
    height: 30px;
    text-decoration:none;
    color: #000000;
    position:relative;
    top:-10px;
}


/* SEARCH
------------------------------------------------------------------------- */
form.bmw_search {
    margin-top: 30px;
    text-align:left;
    height: 50px;
    padding-right: 10px;
}
div.bmw_search_results form.bmw_search {
    text-align:left;
    margin:1em 0px;
    height: auto;
}

form.bmw_search input {
    border:1px solid #ccc;
    background: /*#fff*/#fffef1;
    width:158px;
    padding:1px;
    font-size: 12px;
    height: 15px;
}
form.bmw_search button {
    border:none;
    background: transparent url(http://redladder.co.uk/bm/bm~theme/search.gif) no-repeat;
    width:20px;
    height:20px;
    padding:0;
    margin:0px 0px 0px 3px;
    text-align:left;
    text-indent:-99999em;
    overflow:hidden;
}

/* MAIN NAVIGATION
   (Intended for use with Big Medium's dropdown menus)
------------------------------------------------------------------------- */
div.bmn_vnav {
	padding:15px 5px 23px 2px;
	width:140px;
	font-size:100%;
}

div.bmn_vnav,
div.bmn_vnav ul,
div.bmn_vnav li {
    width:140px;
    z-index:4;
}
div.bmn_vnav li ul {
    border-bottom: 1px solid #cc9;
    border-right: 1px solid #cc9;
    width:139px;
    margin-left:139px; /* match width above */
}
div.bmn_vnav li {
	background-color: fffef1; /*background color of main sections*/
	border-bottom: 1px solid #fffef1; /*border between items */
}
div.bmn_vnav li ul li { /* dropdown menu items */
    background: #fffef1;
    width:139px;
}
div.bmn_vnav li.bmn_active { /* current section bg */
/*    background-image: url(http://redladder.co.uk/bm/bm~theme/tag-hilite.png);
*/}
div.bmn_vnav li.bmn_active li {
    background-image: none;
}
div.bmn_vnav li:hover, div.bmn_vnav li.bmn_hover {
   /* background: #e8f0ff;*/ /* rollover color */
}

div.bmn_vnav a,
div.bmn_vnav a:visited {
	color: #000;
	text-decoration: none;
	padding-right: 8px;
	background-color:#fffef1;
	font-weight: bold;
}
div.bmn_vnav a:hover {
    color: /*#900*/#f40c0c;
	background-color:#fffef1;
}
div.bmn_vnav li a {
    text-align:right;
}


div.bmw_navigation a:hover {
background-color:fffef1;}


h3.bmw_announce{
color:/*#900*/#f40c0c;}

/* BREADCRUMBS
------------------------------------------------------------------------- */
div.bmw_breadcrumbs {
    color: #000000;
padding-bottom:15px;
}
div.bmw_breadcrumbs a,
div.bmw_breadcrumbs a:visited {
font-size:100%;
    color: #000;
}
div.bmw_breadcrumbs a:hover {
    color: /*#900*/#f40c0c;
}

/* RELATED LINKS
------------------------------------------------------------------------- */
div.bmw_related ul,
div.bmw_related li,
div.bma_related ul,
div.bma_related li {
    margin: 0em 0em 0em 0.6em;
    padding: 0;
}


/* FOOTER LINKS
------------------------------------------------------------------------- */

.footerlinks {
padding-top:15px;
}

.footerlinks li {
display:inline;
margin: 0 10px;
}



/* CONTENT PAGE: PULLQUOTES, DOCUMENTS, CODE BLOCKS, AUTHOR BLURBS
------------------------------------------------------------------------- */

/* misc boxes */
div.bmc_download,
div.bmc_document,
pre {
    background: #f0f8ff;
    border:1px solid #d5d5ff;
    padding: 1em;
}

pre {
    width: 94%;
    padding: 2%;
    overflow: auto;
    zoom:1;
}
pre,
div.bmw_authorblurb {
    margin: 1em auto;
}

/* cloud border for author blurb and pullquotes */
div.bmw_authorblurb,
blockquote.bmc_bigPullquote,
blockquote.bmc_smallPullquote {
	background:#fff url(http://redladder.co.uk/bm/bm~theme/pquote-bg2.png) no-repeat;
	padding:35px 15px 15px 60px;
	min-height:58px;
}

/* pullquotes */
blockquote.bmc_bigPullquote,
blockquote.bmc_smallPullquote {
    font-family: "trebuchet ms", trebuchet, verdana, arial, helvetica, sans-serif;
    color:#339;

    width: 170px;
    line-height: 1.3em;
}
/* for space all homepage/section-page pullquotes
   fill the main-column width, centered */
#mainContent blockquote.bmc_bigPullquote,
#mainContent blockquote.bmc_smallPullquote {
    width:215px;
    float:none;
    margin: 1em 0px;
}


/* document downloads */
div.bmc_aboveContent div.bmc_document,
div.bmc_belowContent div.bmc_document,
div.bmc_centerDocument,
div.bmc_download {
    text-align:center;
    margin: 0em auto 1em;
    width: auto;
}

/* byline */
div.bmw_byline {
    border-top: 1px #ccc dotted;
    border-bottom: 1px #ccc dotted;
    margin-bottom:1em;
}

/* container for email/print links */
div.bmw_pagetools {
    padding:3px;
    margin-bottom: 0.5em;
}
div.bmw_pagetools img {
    vertical-align: text-bottom;
}

/* document and image captions */
div.bmc_caption {
    color: #666;
    line-height: 1.3em;
}

/* "LATEST" links
------------------------------------------------------------------------- */
div.bmw_latestLinks {
/*    background: url(http://redladder.co.uk/bm/bm~theme/redladder.jpg)  no-repeat center top;
    margin-top: 1em;
    padding-top: 45px;*/
}


/* IMAGES
------------------------------------------------------------------------- */

/* misc images */
div.bmc_image {/*
    padding:10px;
    border-top:1px solid #d5d5ff;
    border-bottom: 1px solid #d5d5ff;
    background: #f0f8ff;*/
}

div.bmc_centerContentImage {
    margin-bottom: 1em;
}

div.bmc_rightContentImage bmc_image {
float:left;}

/* image gallery */
div.bmw_gallery div.bmc_image {
    padding: 3px;
    margin-bottom: 0.5em;
    border: 1px solid #d5d5ff;
}
div.bmw_gallery h3 {
    margin-top: 0;
}

/* PAGETOOLS
------------------------------------------------------------------------- */


span.bmw_emailpage,
    span.bmw_printpage {
        display:block;
		margin-top:20px;
    }



/* FORMS
------------------------------------------------------------------------- */
form.bmf_form {
    border: 1px solid #d5d5ff;
    background-color: #f0f8ff;
    padding:5px;
    width:460px;
    font-size:100%;
    margin: 1em auto;
}

input, button, textarea {
    color: #333;
    font-family: "trebuchet ms", trebuchet, verdana, arial,
                 helvetica, sans-serif;
    font-size: 100%;
}

input, textarea {
background: /*#fff*/#fffef1;}


form.bmf_form textarea {
    width: 98%;
}


/* COMMENTS
------------------------------------------------------------------------- */

div.bmw_comments {
/*    background: url(http://redladder.co.uk/bm/bm~theme/redladder.jpg)  no-repeat center top;
*/    margin-top: 1em;
    padding-top: 45px;
}

/*light border for comments */
.bmc_comment {
    background-color: #f0f8ff;
    border:1px solid #d5d5ff;
    padding:4px;
}

/* light blue header bar for each comment */
.bmc_comment_meta {
    background: #d5d5ff;
    border:1px solid #f0f8ff;
    padding: 2px 4px;
}
.bmc_comment_date,
.bmc_comment_time {
    border-right: 1px solid #333;
}

/* dark blue header/border for staff comments */
.bmc_comment_staff {
    border-color: #339;
}
.bmc_comment_staff .bmc_comment_meta {
    background-image: none;
    border: none;
    background-color: #339;
    color: #fff;
}
.bmc_comment_staff .bmc_comment_meta a,
.bmc_comment_staff .bmc_comment_meta a:visited {
    color: #fff;
}
.bmc_comment_staff .bmc_comment_date,
.bmc_comment_staff .bmc_comment_time {
    border-right: 1px solid #fff;
}

/* NEWS FEED LIST
------------------------------------------------------------------------- */
div.bmw_sectionfeeds {
    margin-top: 1.5em;
}

div.bmw_sectionfeeds ul,
div.bmw_sectionfeeds ul li {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    list-style: none;
}

div.bmw_newsgadget {
    margin: .8em 0em;
}


/* PUBLISHED DATE
------------------------------------------------------------------------- */

div#pub {/*
padding-top:20px;
padding-bottom:20px*/
margin-top:20px;
margin-bottom:20px;}




/* BIG MEDIUM
------------------------------------------------------------------------- */

a.bmw_bigmedium { /* center bigmedium logo */
    margin: 15px auto 5px;
}
/* CAMPAIGN MONITOR
------------------------------------------------------------------------- */

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
/*span.button {padding-left:120px;}*/ 
div.clear {clear:both;padding-top:5px;}

.cmonitor {
color:#333;}

.cmonitor input {
width:120px;
margin-bottom:5px;
}


/* CONTACT FORM
------------------------------------------------------------------------- */

#contact input,textarea,button {
width:120px;
margin-bottom:5px;
}






/* FACEBOOK
------------------------------------------------------------------------- */
div.facebook{
	padding-top: 40px;
	padding-bottom: 40px;
}


/* TWITTER
------------------------------------------------------------------------- */
div#twit{
	padding-top: 40px;
/*	padding-bottom: 40px;*/
	margin-left: -40px;
}


/* GOOGLE MAP
------------------------------------------------------------------------- */
div#gmap{/*
height:454px;
width:604px;*/
padding:2px;
margin-top:20px;
margin-bottom:20px;
background-color:#666;}


/* LADDER
------------------------------------------------------------------------- */

/*div.bmw_latestLinks {
background-color:#f40c0c;}

h3.bma_heading, .bmw_latestLinks a {
padding-top:10px;
color:#FFFFCC;}*/

div.bmw_links, div.bmw_latestLinks, div.bmw_newsLinks {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F40c0c;
	border-left-color: #F40c0c;
}




#outer {
	width:617px;}

#carousel-wrapper { width: 535px; height: 380px; overflow: hidden; border: 1px solid #000; }
#carousel-content {
    width: 3800px;
}
#carousel-content .slide { float: left; width: 493px; height: 358px; border: 1px solid #333; padding-right: 20px; padding-left: 20px; padding-top:20px; }

#carousel-content .slide p { margin-top:10px; color:#F00; font-weight:bold;}

#prev {
	float:left;
	width:40px;
	font-size:80px;
	text-align:left;}

#next {
	float:right;
	width:40px;
	font-size:80px;
	text-align:right;}
	
.roundabout-holder {
				list-style: none;
				width: 600px;
				height: 326px;
				margin: 1em auto;
			}
			
			.roundabout-moveable-item {
				height: 326px;
				width: 493px;
				cursor: pointer;
			}
			
			.roundabout-moveable-item img {
				width: 100%;
			}
			
			.roundabout-in-focus {
				cursor: auto;
			}
			
			#filler {
				margin-top:100px;
				text-align: center;
				height: 1em;
			}

		
#myRoundabout li { background-color:#FFF; padding:10px; border: thin solid #000; }

#myRoundabout img { border: thin solid #000; }

