/*
	Style sheet for Motoring in West Berkshire
	Last updated: 04/08/2006
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #000;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #fff;
	width: 100%;
	text-align: center;
	font-size: 10pt; 
    /*background-image: url('/media/wrapperbg.gif'); */
	/*background-repeat: repeat-y;*/
	}

#wrapper {
	margin:1px auto;
	padding: 0;
	width: 95%;	 
	background-color: #fff;
	text-align: left;
	border: none;
	}

#header {
	display:none;
	}


#navigation {
	display:none;
	}

#sidenavigation {
	display:none;
	}
	
#sidenavigationnews {
	display:none;
	}

#maincontent	{
	padding: 0;
	vertical-align:top;
	width: 99%;

	}

#rightnavigation{
	display:none;
	}

#footerbanner {
	display:none;
	}

#footer {
	display:none;
	}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12pt; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

li {
	padding-bottom:3px;
	list-style-type: square;
	}

#footer p {
	padding:5px;
	color: #78288c;
	text-align: center;
	}

#cards p {
	text-align: center;
	}

.small{
	font-size:85%;
	}

.sectiontitle {
	border-left: solid 12px #dc88b8;
	background: #78288c;
	padding: 3px 3px 3px 6px;
	}

.sectiontitle p {
	color: #f0bbd9;
	font-weight: bold;
	}

.red{
	color: #ff0000;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #78288c;
	background: transparent; 
	font-weight: normal;
    }

a:hover {
    text-decoration: none;
	color: #78288c;
	background-color: none;
    }


.repeat a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

.repeat a:hover {	
	padding:1px;
	text-decoration:underline;
	color: #fff;
	}
	
#footer a {	
	text-decoration:none;
	padding:1px 3px 1px 3px;
	color: #78288c;
	}

#footer a:hover {	
	text-decoration:none;
	padding:1px 3px 1px 3px;
	color: #fff;
	}

.red a {	
	color: #ff0000;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #b36f7d;
	color: white; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.login {
	display: none;
	}
	
.hidefromprint {
	display: none;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #78288c;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #78288c;
	}
