﻿/*
Name: PSCM CSS
*/

/* =Reset default browser CSS. 
---------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, dfn, em, font, img, ins, kbd, q, s, samp,
small, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background: black;
}
h1, h2, h3, h4, h5, h6 {
	/* clear: both; */
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
	text-decoration: none;
}

/* =Layout
-------------------------------------------------------------- */

#container {
	margin-left: 220px;
	margin-right: 220px;
	background: black;
	padding-top: 50px;
	background-color: black;
	text-align: center;
}

#containersponsor {
	margin-left: 100px;
	margin-right: 100px;
	background: black;
	padding-top: 50px;
	background-color: black;
	text-align: center;
}

.sponsor {
	width: 1010px;
	height: 2010px;
	text-align: center;
	background: black;
	background-color: black;
	border: 0px;
}

.sponsor2 {
	width: 1010px;
	height: 1220px;
	text-align: center;
	background: black;
	background-color: black;
	border: 0px;
}

.sponsor3 {
	width: 1010px;
	height: 2400px;
	text-align: center;
	background: black;
	background-color: black;
	border: 0px;
}

#content
 {
	margin: 0;
	float:none;
	overflow: hidden;
	background: black;
	text-align: center;
}
.content {
	font-size: 11pt;
	width: 650px;
}
.contentadtext {
	font-size: 11pt;
	width: 800px;
	text-align: center;
	background: black;
	background-color: black;
	border: 0px;
	padding: 10px 10px 10px 10px;
}

.contentbannerad {
	width: 800px;
	height: 100px;
	text-align: center;
	background: black;
	background-color: black;
	border: 0px;
	padding: 10px 10px 10px 10px;
}
#sidebar1,
#sidebar2 {
	/*overflow: hidden;*/
	
}

#sidebar1 {
	float: left;
	width: 182px;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 50px;
	background: black;
	color: #CCCCCC;
}
#sidebar2 {
	float:  right;
	width: 182px;
	overflow: hidden;
	padding-right: 20px;
	padding-top: 50px;
	background: black;
	color: #CCCCCC;
}


#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	background: black;
}

.pscm-style1 {
	text-align: center;
	font-size: 40pt;
}
.pscm-style2 {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center
}
.pscm-style3 {
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center
}
.auto-style1 {
	color: #CCCCCC;
}
.auto-style2 {
	text-decoration: underline;
	color: orange;
}
.auto-style3 {
	font-size: medium;
}
.auto-style4 {
	font-size: large;
}
.style5 {
	font-size: 36px;
	font-weight: bold;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
	background: black;
}
#site-title {
	font-size: 50px;
	margin-left: 220px;
	margin-right: 220px;
	line-height: 36px;
	width: 948px;
	margin: 0;
	text-align: center;
}
#site-title a {
	font: 40pt "Trebuchet MS", "Lucida Grande", Lucida, Vernada, sans-serif;
	color: #fff;
	text-decoration: none;
}
#site-description {
	font: normal 14px Verdana, Helvetica, Sans-serif;
	
	text-align: center;
	margin-bottom: 20px;
	color: white;
}
#imageMenu {
background: url(http://www.prestonsupercarmeet.co.uk/header.png) bottom no-repeat #252525;
	height: 208px;
	overflow: hidden;
	border-style: none;
	margin: 0 auto;
    width: 964px;
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: black;
}
.clear {
	clear: both;
}

#smoke1 {
	width: 100%;
	height: 358px;
	padding-top: -10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	background:url(http://www.prestonsupercarmeet.co.uk/autobg1.png) 0 0 repeat-x;
}

#smoke2 {
	width: 100%;
	height: 358px;
	padding-top: -10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	background: url(http://www.prestonsupercarmeet.co.uk/autobg2.png) 0 0 repeat-x;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {

	font-family:"Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	}
	
/* =Global Elements
-------------------------------------------------------------- */

body {
background: black;
}
body,
input,
textarea {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #555;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
	font-size: 12px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote { color:#ddd;
	background: #000 url(images/blockquote.png) no-repeat 10px 1px;
	width:80%; height:auto;
	display:block;
	margin: 0 0 15px 10px;
	padding: 5px 25px 0px 75px;
}
blockquote i {
	font-style: normal;
}
input[type=text], textarea {
	background: #333;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #3fa0dc;
	text-decoration: none;
}
a:visited {
}
a:active,
a:hover {
	text-decoration: underline;
	color: #fff;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Images
-------------------------------------------------------------- */

#content img {
	height: auto;
	max-width: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;

/* Main sidebars */
#sidebar1 {
}
#sidebar2 {
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
	background: black;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
}
#site-info a {
	color: #ddd;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	color: #999;
	display: inline-block;
	line-height: 18px;
	text-decoration: none;
}
#site-generator p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}


#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title,
	#site-description {
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
}

#facebook_like {
	height: 30px;
}