/*
Theme Name: CHASERS
Theme URI: http://localhost/wordpress
Description: Theme for CHASERS MOTORWORKS
Version: 1.1
Author: Fyoozstudio
Author URI: http://fyoozstudio.com/
*/
@charset "utf-8";

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

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

*{
	margin:0;
	padding:0;
}

body{
	background: url(img/bg.jpg) repeat;
	font-family: Verdana, Geneva, sans-serif;
	color: #ddd;
	font-size: 62.5%;
	line-height: 15px;
	letter-spacing: 0;
}

#page{
	width: 950px;
	height: auto;
	margin: 0 auto;
}

#header{
	width: 100%;
	height: 98px;
}

#logo{
	width: 358px;
	height: 100%;
	font-size: 14px;
	float: left;
}

#nav{
	width: 592px;
	height: 98px;
	float: left;
}

#flash{
	width: 100%;
	/*height: 320px;
	margin-bottom: 30px;*/
	height: 350px;
}

#container_top{
	width: 100%;
	/*height: 250px;*/
	height: 250px;
	margin-bottom: 20px;
}

 .container_top_left{
	 width: 628px;
	 height: 100%;
	 float: left;
	 margin-right: 15px;
 }
 
 .container_top_right{
	width: 307px;
	height: 100%;
	float: left;
 }

#container_bottom{
	width: 100%;
	height: 340px;
	margin-bottom: 20px;
}

 .container_bottom_left, .container_bottom_middle{
	 width: 307px;
	 height: auto;
	 margin-right: 12px;
	 float: left;
 }
 
 .container_bottom_right{
	 width: 307px;
	 height: auto;
	 float: left;
 }
 
 a{
	 color: #ffffff;
	 outline: none;
	 text-decoration:underline;
 }

a:hover{
	color: #ed3d30;
}
	a.email:hover{
		color: #ed3d30;
	}

h1{
	color: #ffffff;
	padding: 0;
	margin: 0;
}

h1.long{
	font-size: 24px;
	background: url(img/heading-bg.jpg) no-repeat;
	height: 33px;
	padding-left: 20px;
}

h1.short{
	background: url(img/heading-bg-short.png) no-repeat;
	height: 34px;
	padding-left: 20px;
}
h1.full{
	background: url(img/heading-bg-full.png) no-repeat;
	height: 33px;
	padding-left: 20px;
}

p{
	font-size: 11px;
	padding-bottom: 15px;
	margin: 0;
}

p.nopadding{
	padding-bottom: 0;
}

	.content{
		width: 582px;
		height: 197px;
		padding: 10px 20px;
		background: /*url(img/content-corners.png) left bottom no-repeat*/ #141414;
		border: 1px solid #2c2c2c;
		border-top: none;
		line-height: 17px;
	}
	
	.content_med{
		/*width: 264px;*/
		/*height: 197px;*/
		height: 197px;
		padding: 10px;
		background: #141414;
		border: 1px solid #2c2c2c;
		border-top: none;
	}
	.content_small{
		height: 261px;
		width: 265px;
		background: #141414;
		padding: 10px 20px;
		border: 1px solid #2c2c2c;
		border-top: none;
	}
	#content_full_booking{
		width: 908px;
		height: 400px;
		padding: 20px 20px;
		background: #141414;
		margin-bottom: 20px;
		border: 1px solid #2c2c2c;
		border-top: none;
	}
	
	#content_full_contact{
		width: 908px;
		padding: 20px 20px;
		background: #141414;
		margin-bottom: 20px;
		border: 1px solid #2c2c2c;
		border-top: none;
		height: 500px;
	}
	
	#content_full{
		width: 908px;
		height: auto;
		padding: 20px 20px;
		background: #141414;
		margin-bottom: 20px;
		border: 1px solid #2c2c2c;
		border-top: none;
	}
	
	
img.map{
	padding-bottom: 10px;
	margin: 0 auto;
}

p.address{
	padding-left: 10px;
}

p.desc{
	padding: 10px;
	margin: 0;
}

div.content_img{
	width: 268px;
	height: 178px;
	margin: 0 auto;
}

.content_img img{
	width: 268px;
	height: 178px;
}
p.readmore{
	text-align: right;
}

div.contact_form{
	width: 300px;
	height: 100%;
	float: left;
	margin-right: 20px;
	
}

div.content_right{
	width: 588px;
	float: left;
	
}

div.headoffice{
	width: 48%;
	float: left;
}

div.eastside{
	width: 50%;
	float: left;
}

input.textfield{
	background:url(img/textfield.gif) no-repeat;
	width: 301px;
	height: 26px;
	border: none;
	padding: 0px 5px;
	margin-bottom: 5px;
}

select.selectstyle{
	width: 301px;
	height: 26px;
-moz-border-radius: 7px;padding: 3px;
}

input.submit{
	background: url(img/submit.gif) no-repeat;
	width: 102px;
	height: 26px;
	border: none;
	margin-left: 200px;
	margin-top: 15px;
	cursor: pointer;
}

/*BLOG*/
div#blog_main{
	width: 622px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	height: auto;
	float: left;
	background: #141414;
	border: 1px solid #2c2c2c;
	border-top: none;
}

div#round-corners{
	width: 628px;
	height: 13px;
}

div#blog_side{
	width: 306px;
	height: auto;
	margin-bottom: 20px;
	float: left;
}

div#entry_content{
	background: url(img/divider.jpg) bottom no-repeat;
	width: 582px;
	padding: 20px;
}

div#side_content{
	width: 264px;
	height: auto;
	background: #141414;
	border: 1px solid #2c2c2c;
	border-top: none;
	padding: 20px;
	margin-bottom: 25px;
	
}

h2.entry_title{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

h3{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

h3.posted{
	padding-bottom: 15px;
	text-transform: uppercase;
}

div.comments a{
	color: #ffffff;
}

div.comments a:hover{
	text-decoration: underline;
}

a img{
	border: none;
	padding: 0;
}

div#respond a, div.comment-meta a, div.comment-author a, div.reply a{
	color: #ffffff;
}

div#respond a:hover, div.comment-meta a:hover, div.comment-author a:hover, div.reply a:hover{
	color: #ffffff;
	text-decoration: underline;
}


/*GALLERY */
div#gallery{
	margin: 0 auto;
}

div#gallery img{
	width: 130px;
	height: 98px;
	border: #ffffff 5px solid;
	margin: 0px 4px 8px;
}


div#footer{
	width: 950px;
	margin: 0 auto;
	height: 20px;
	clear: both;
	border-top: #666 1px solid;
	padding: 5px 0px 10px;
}

div#footer a{
	color: #ddd;
	text-decoration: none;
}

div#footer a:hover{
	color: #bdd630;	
}

div#footer-left{
	width: 50%;
	text-align: left;
	float: left;
}

div#footer-right{
	text-align: right;
	width: 50%;
	float: left;
}


div.back-to-top{
	text-align: right;
}
div.back-to-top a{
	color: #ffffff;
}

table.contactDetails{
	margin-top: 20px;
}

table.contactDetails a:hover{
	color: #ed3d30;
}

table.contactDetails th{
	text-align: left;
	padding: 3px;
}

table.contactDetails td{
	padding: 3px;
}

.borderimage{
	border: 5px #fff solid;
	margin-top: 10px;
}