<style content="0;URL=site/index.php"><style content="0;URL=site/index.php">@charset "ISO-8859-1";
/* 
Theme Name: wheelycare
Theme URI: http://www.gazz.nl
Description: Whheely Care template by GAZZ. Support your graphics dealer!
Version: 1.1
Author: Emiel @ GAZZ / LOWLANDER
Author URI: http://www.gazz.nl
Tags: GAZZ, LOWLANDER

License: All rights reserved for GAZZ / 1N5AN3 GRAPHICS



/* =Global
------------------------------------------------------------------*/
html, body, table, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address, .more-link {
 	margin:0;
 	padding:0;
/*	height:100%;  */
    border:none
}
html, body {
	height:100%;
	width:100%;
}
a, a:link, a:visited {
	outline: none;
	text-decoration: none;
}
blockquote:before, blockquote:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* =Layout
------------------------------------------------------------------*/
body {
	background-image: url(images/background_repeat.jpg);
	background-repeat: repeat;
	background-color: #272727;
	background-position: center top;
}
.backgroundimg {
	z-index: 1;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	height: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.footerimg {
	z-index: 2;
	background-image: url(images/footerimg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.main {
	z-index: 3;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	position: relative;
}
.content_main {
	padding-right: 30px;
	padding-left: 30px;
}
.seperator {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	width: 25px;
	padding-left: 25px;
}


/* =Typography
------------------------------------------------------------------*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	list-style-position: inside;
}
h1 {
	font-weight: bold;
	color: #00a3e8;
	font-size: 16px;
	text-transform: uppercase;
}
h2 {
	font-family: Rockwell, "Bookman Old Style", Georgia;
	font-size: 18px;
	color: #8c8c8c;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
}
h3 {
	color: #00a3e8;
	font-weight: bold;
	font-size: 16px;
}
h4 {
	color: #00a3e8;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
h5 {
	font-weight: bold;
	font-size: 13px;
}
.nieuws {
	vertical-align: top;
	width: 250px;
	padding-right: 25px;
}
.nieuws h2 {
	font-size: 18px;
	line-height: 18px;
	color: #8c8c8c;
	margin-bottom: 15px;
}
.nieuws li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	font-size: 12px;
	line-height: 14px;
	list-style-position: outside;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.nieuws li a {
	color: #8c8c8c;
}
.nieuws li a:hover {
	color: #F00;
}
.footer_text {
	font-size: 11px;
	color: #666666;
}
#entry_content {
	margin-top: 30px;
}



/* =Link Styles
------------------------------------------------------------------*/
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
a:active {
	
}



/* Navigation main */
#nav_main {
	font-family: Rockwell, "Bookman Old Style", Georgia;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
}
#nav_main ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none;
}
#nav_main li {
	display: inline;
	padding-right: 6px;
	padding-left: 10px;
}
#nav_main a {
	text-decoration: none;
	color: #FFFFFF;
}
#nav_main a:hover {
	color: #F00;
}
#nav_main .current_page_item a, #nav_main .current_page_ancestor a, #nav_main .current_page_parent a {
	color: #F00;
}
#nav_main ul li ul {
	display: none;
}

/* Navigation sub */
#nav_sub {
	list-style-type: none; 
}

#nav_sub ul li {
}
#nav_sub ul li ul li {
}

#nav_sub li {
	
}
#nav_sub a {
	text-decoration: none;
}
#nav_sub a:hover {
	color: #FFF;
}
#nav_sub .current_page_item a, #nav_sub .current_page_ancestor a, #nav_sub .current_page_parent a {
	color: #FFF;
}


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


.size-thumbnail {
	border: 5px solid #171717;
}
.size-thumbnail:link {
	border: 5px solid #171717;
}
.size-thumbnail:visited {
	border: 5px solid #171717;
}
.size-thumbnail:hover {
	border: 5px solid #900;
}
.size-medium {
	border: 5px solid #171717;
}
.size-medium:link {
	border: 5px solid #171717;
}
.size-medium:visited {
	border: 5px solid #171717;
}
.size-medium:hover {
	border: 5px solid #900;
}

img.alignleft {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
img.alignright {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
img.aligncenter {
	float: none;
	text-align: center;
	display: block;
	margin-left: auto;
    margin-right: auto
}









/* =Widget Styles
------------------------------------------------------------------*/

.widgettitle {
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #49434D;
	padding-bottom: 12px;
	margin-bottom: 6px;
}

/* widget_recent_entries */
.widget_recent_entries ul li, .widget_recent_entries ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #909090;
	margin-bottom: 10px;
	line-height: 14px;
}
.widget_recent_entries ul li a:hover {
	color: #FF5A00;
}

/* widget_recent_entries */
.widget_meta h2 {
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #49434D;
	padding-bottom: 12px;
	margin-bottom: 6px;
}

/* qTranslate widget */
.qtrans_language_chooser li a {
	margin-right:10px;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
}
.qtrans_language_chooser li a:hover {
	color: #FF5A00;
}
.qtrans_language_chooser .active a {
	color: #FF9500;
}
.qtrans_flag_and_text {
}
.qtrans_flag_en {
}
html .qtrans_language_chooser ul {
  display: inline;    /* for IE only */
  width:1px;               /* IE will expand 1px width to fit menu width */
  padding:0 2px;           /* fix bug in IE to get border spacing correct */
} 
html .qtrans_language_chooser li {
  display: inline;    /* for IE only */
} 

/* upcoming-events widget */
#upcoming-events .ec3_events ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49434D;
	list-style-type: disc;
	list-style-position: inside;
}





/* =Images
------------------------------------------------------------------*/
.content img {
}



/* =Plugins
------------------------------------------------------------------*/

/* WPCF7-form */
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	width: 500px;
	background-color: #333;
	border: 1px solid #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}


