@charset "UTF-8";
/* CSS Document */

/* "High Gloss" theme styles
   $Id: theme.css 2788 2007-11-23 14:38:01Z josh $
---------------------------------------------------------------- */

body {
    margin: 0px;
    background: #003 url(http://ikclassicsandracing.co.uk/bm/bm~theme/bg2.gif);
    font-family: "trebuchet ms", trebuchet, verdana, arial,
                 helvetica, sans-serif;
    font-size:80%;
    color: #030;
}

a,
a:visited {
    color: #330000;
	font-weight:bold;
	font-size:120%;
}
a:hover {
    color: #303;
}

/* FONT SIZES
------------------------------------------------------------------------- */
.footer,
.bmc_caption,
.notes,
.sidebar,
p.bmw_tags,
div.bmw_breadcrumbs,
div.bmw_byline,
div.bmw_pagetools,
.bmc_comment_timestamp {
    font-size: 88%;
    line-height: 1.2em;
}

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

/* headings */
h1 { font-size: 170%; }
h2 { font-size:150%; }
h3 { font-size: 130%; }
h1,h2,h3 {
    font-weight: normal;
}
h4, h5 { font-size: 100%; }
h1,h2,h3,h4,h5 {
    color: #303;
    margin: 0em 0em .5em;
}
div.mainContent h1,
div.mainContent h2,
div.mainContent h3,
div.mainContent h4,
div.mainContent h5 {
    margin-top: 1.5em;
}

/* PAGE/COLUMN STRUCTURE
------------------------------------------------------------------------- */

.container {
    width: 850px;
    border:1px solid #330000;
    background-color: #030;
    padding: 5px;
    margin: 10px auto 0px;
    overflow:hidden;
}

.pageFrame {
    background: #ffffcc url(http://ikclassicsandracing.co.uk/bm/bm~theme/pageframe3.jpg) no-repeat;
    padding: 30px 0px 10px 10px;
    width:840px; /* ie6 needs specific width to display background */
    overflow:hidden;
}

/* container for the three columns */
.canvas {
    clear:both;
    width:840px;
    overflow:hidden;
}

/* common for all columns */
.column {
    float: left;
    margin-right: 10px;
    overflow:hidden;
    padding-bottom: 5px;
}

/* left-column nav, tips, etc */
.utility {
    width: 130px;
    overflow: visible; /*for dropdowns*/
}

/* center-column content */
.mainContent {
    width:435px;
    line-height: 1.4em;
}

/* right-column sidebar */
.sidebar {
    width: 220px; /* 270 should work, but ie6 doesn't like it */
   /* padding-top: 5px;*/
    line-height:1.4em;
/*	margin-right:15px;
*/
margin-left:20px;}

.footer {
    clear:both;
    padding-top:20px;
    padding-left:145px;
}


/* GLOSS EFFECTS
------------------------------------------------------------------------- */
.glossbox,
div.bmn_vnav {
    background: #B3D0B2 url(http://ikclassicsandracing.co.uk/bm/bm~theme/boxtop3.jpg) no-repeat;
    background-position: right top;
   /* border: 1px solid #DDE6DD;*/
    border: 1px solid #95C39E;
    margin-bottom:2em;
}
.glossbox { padding:4px; }

/* bottom of page */
.reflection {
    height: 60px;
    margin: 0px auto;
    width: 862px;
    background-image: url(http://ikclassicsandracing.co.uk/bm/bm~theme/bottom-reflect.png);
    background-repeat: no-repeat;
}


/* SITE TITLE/LOGO
------------------------------------------------------------------------- */
h1.bmw_sitelogo {
    margin: 0;
    padding-bottom: 10px;
    float:left;
    width: 545px;
    padding-left: 5px;
	text-indent:-2000px;
}
h1.bmw_sitelogo a {
    text-decoration: none;
}
h1.bmw_sitelogo a:hover {
    text-decoration: underline;
}

.logotext{
text-align:center;
/*color:#ffffcc;
font-size:80%;*/
}

.logotext h2{
color:#ffffcc;
font-size:100%;
padding-bottom:20px;
}

/* SEARCH
------------------------------------------------------------------------- */
form.bmw_search {
    float:right;
    width:270px;
    margin:0;
    padding-top: 0.1em;
    padding-right:10px;
    text-align:left;
    font-size: 100%;
    line-height:150%;
}

form.bmw_search input {
    width:150px;
    border:1px solid #dde6dd;
	background: #fff;
	background-position: right top;
    margin:0;
    vertical-align: bottom;
	height:20px;
}



form.bmw_search button {
	border:1px solid #dde6dd;
	background: #95C39E;
    background-position: right top;
	width:60px;
	text-align:center;
	margin-left:10px;
	margin-top:5px;
	width:60px;
}

div.bmw_search_results form.bmw_search {
    float:none;
    width:auto;
}


/* MAIN NAVIGATION
   (Intended for use with Big Medium's dropdown menus)
------------------------------------------------------------------------- */
div.bmn_vnav {
    /* these styles in addition to gloss effects above */
    padding-top:0.9em;
}

/*background color/border of dropdown menus */
div.bmn_vnav li {
    background-color: transparent;
    border: none;
}
div.bmn_vnav li ul li {
    background: #DDE6DD;
    border-bottom: 1px solid #dee;
}

/* rollover background color */
div.bmn_vnav li:hover, div.bmn_vnav li.bmn_hover {
    background: #95C39E;
}

/* navigation links */
div.bmn_vnav li a {
    padding: .3em 4px;
/*    text-transform: uppercase;
*/
font-size:125%;
line-height:125%;
text-decoration: none;
}

/* active/hover links */
div.bmn_vnav li a:hover,
div.bmn_vnav li.bmn_active a,
div.bmn_vnav li.bmn_active a:visited {
    text-decoration: underline;
    color:#000;
}

/* subnav links */
div.bmn_vnav li li a,
div.bmn_vnav li.bmn_active li a,
div.bmn_vnav li.bmn_active li a:visited {
    text-transform: none;
    text-decoration: none;
    color: #009;
}

/* dropdown border */
div.bmn_vnav ul ul {
    border-right: 1px solid #c9f;
    border-bottom: 1px solid #c9f;
	margin-left:80px;
	color:#333;

}

.bmw_navigation.bmn_vnav ul ul a:visited {
	color:#333;}

/* BREADCRUMB NAVIGATION
------------------------------------------------------------------------- */
.bmw_breadcrumbs {
    padding-left: 5px;
    padding-bottom: .3em;
    border-bottom:1px solid #DDE6DD;
    margin-bottom:1.5em;
    color: #333;
    clear:both;

    /* ie6 needs this or the top margin goes nuts */
    float:left;
    width: 825px;
}


/* LEFT-COLUMN STYLES (below navigation)
------------------------------------------------------------------------- */
.notes {
    padding: 5px;
    width:120px;
    overflow:hidden;
}

div.bmw_tips {
    margin-bottom: 3em;
}


/* MAIN CONTENT STYLES
------------------------------------------------------------------------- */
h2.bmw_headline,
div.mainContent h2.bmw_headline {
    margin: 0em 0em 0.5em;
    line-height: 1.2em;
}

.sidebar h3 {
    line-height: 1.6em;
}

/* 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;
}


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

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

pre {
    width: 94%;
    padding: 2%;
    overflow: auto;
    zoom:1;
}
pre,
div.bmw_authorblurb {
    margin: 1em auto;
}
div.bmw_authorblurb {
    background: #fff url(http://ikclassicsandracing.co.uk/bm/bm~theme/boxtop3.jpg) no-repeat;
    background-position: right top;
}

/* pullquotes */
blockquote.bmc_bigPullquote,
blockquote.bmc_smallPullquote {
    width: 170px;
    background:#FFFFCC url(http://ikclassicsandracing.co.uk/bm/bm~theme/pquote-bg.gif) no-repeat;
    border-top:1px solid #DDE6DD;
    border-bottom:1px solid #DDE6DD;
    color:#704c70;
    padding:15px 10px 10px 60px;
    line-height: 1.3em;
}

/* 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;
}

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

/* misc images */
div.bmc_image, bma_leftthumb {
    padding:10px;
    border:1px solid #DDE6DD;
/*    border-bottom: 1px solid #DDE6DD;
*/    background: #B3D0B2 url(http://ikclassicsandracing.co.uk/bm/bm~theme/boxtop3.jpg) no-repeat;
    background-position: right top;
}

.bma_leftthumb{
padding:10px;
    border-top:1px solid #DDE6DD;
    border-bottom: 1px solid #DDE6DD;
    background: #B3D0B2 url(http://ikclassicsandracing.co.uk/bm/bm~theme/boxtop3.jpg) no-repeat;
    background-position: right top;
}

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


/* image gallery */
div.bmw_gallery {
	text-align:center;
	padding-left:20px;}



div.bmw_gallery div.bmc_image {
    padding: 3px;
    margin-bottom: 0.5em;
	margin-left:20px;
    border: 1px solid #DDE6DD;
}
div.bmw_gallery h3 {
    margin-top: 0;
}

.bma_thumb img { border: medium solid #37A15F; margin-left:auto; margin-right:auto; }

/* FORMS
------------------------------------------------------------------------- */
form.bmf_form {
    border: 1px solid #DDE6DD;
    background-color: #fff;
    padding:.5em;
    font-size:100%;
}

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


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

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

/* gloss header bar for each comment */
.bmc_comment_meta {
    background: #fff url(http://ikclassicsandracing.co.uk/bm/bm~theme/boxtop3.jpg) no-repeat right top;
    border:1px solid #DDE6DD;
    padding: 2px 4px;
}
.bmc_comment_date,
.bmc_comment_time {
    border-right: 1px solid #333;
}

/* bolder header/border for staff comments */
.bmc_comment_staff {
    border-color: #303;
}
.bmc_comment_staff .bmc_comment_meta {
    background-image: none;
    border: none;
    background-color: #303;
    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;
}


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

.footdiv{
width:435px;
text-align:center;
}

.footaddress

.footphone p{
font-size:125%;
font-weight:bold:}

.footemail



a.bmw_bigmedium {
    margin: 10px 0px;
}

/* CAMPAIGN MONITOR FORM
------------------------------------------------------------------------- */
span.label,span.spacer,span.multiple span {width:100px;float:left;} 
span.multiple {float:left;}  
div.clear {clear:both;padding-top:5px;}

#subscribe {
	text-align:left;
	font-size:70%;
	padding-bottom:10px;
	margin-top:-30px;
}

#subscribe p{
margin-bottom:5px;
margin-top:5px;}

.cmbox{
	border: 1px solid #B3D0B2;
	/*width:120px;*/
	padding:10px;
}


.cmbox input{
    border:1px solid #dde6dd;
	background: #fff/* url(http://ikclassicsandracing.co.uk/bm/bm~theme/boxtop3.jpg) no-repeat*/;
    background-position: right top;
	width:100px;

}

.button input{
    border:1px solid #dde6dd;
	background: #95C39E /*url(http://ikclassicsandracing.co.uk/bm/bm~theme/boxtop3.jpg) no-repeat*/;
    background-position: right top;
	width:60px;
	text-align:center;/*
	color:#FFFFCC;*/
	margin-left:20px;
	margin-top:10px;

}


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

 span.bmw_emailpage,
    span.bmw_printpage {
	display:block;
	padding-bottom:10px;
	padding-right: 0px;
	margin-left: -5px;
    }
	
.qtmovie{
	color:#FFFFCC;
	height:300;
	padding-top:20px;
	background-color:#94C29B;
	border: 1px dotted #003600;
}

.30pxspacer{
height:30px;
width:400px;
}

/* CAR SALES TABLE
------------------------------------------------------------------------- */


#tblDetails tr td, #tblDetails tr th { margin: 0px; padding: 5px; }

#tblDetails tr #carsalesdescription { background-color: #FFC; }

#carsalesform { margin-top: 40px; }

#carsalesform h3 { background-color: #FFC; text-align: center; padding-top:5px; padding-bottom:5px; }

#carsalesform textarea, #carsalesform #name, #carsalesform #email, #carsalesform #formphone, #carsalesform #town { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; background-color: #FFC; }


/* FACEBOOK
------------------------------------------------------------------------- */

.facebook { text-align: center; margin-top:40px;}
