/*  
Theme Name: Skick!
Theme URI: http://www.franseslag.nl/
Description: Theme voor Franse Slag 
Version: 1.0
Author: Joost de Valk
Author URI: http://www.joostdevalk.nl/
*/

html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: Garamond, Adobe Garamond Pro, Georgia, Times;
	margin: 0;
	padding: 0;
	background: #79A029 url(images/bg.gif) repeat-y center top;
}
#frame {
	margin: 0;
	padding: 36px 0 0 0;
	width: 100%;
	height: 100%;
	background: url(images/bg-top.jpg) no-repeat center top;
}
#content {
	width: 780px;
	background: url(images/bg-content-bottom2.jpg) 1px bottom no-repeat;
	padding: 0 0 15px 0;
	margin: 0 auto;
}
#header {
	background: url(images/bg-content-top.gif) repeat-x left top;
	height: 70px;
}
#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	background: url(images/franse-slag2.png) 5px 5px no-repeat;
	height: 70px;
	width: 420px;
	float: left;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
#autos {
	/*background: url(images/header-image.jpg) no-repeat 5px top;*/
	background: url(images/header-image2.jpg) no-repeat 5px top;
	height: 205px;
	margin-bottom: 5px;
	text-indent: -1000px;
}
#mgf-tour #autos {
	background-image: url(images/4mgs.jpg);
}
#menu {
	clear: both;
	display: block;
	background-color: #94B042;
	float: left;
	width: 770px;
	padding: 8px 0 5px 0;
	margin: 0 5px 10px 5px;
}
#menu li {
	display: inline;
}
#menu li a {
	display: block;
	float: left;
	padding: 0 20px 0 10px;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#menu li a:hover, #menu li.current_page_item a, #menu li.current_page_parent a {
	color: yellow;
}
#breadcrumbs {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #94B042;
	width: 770px;
	padding: 8px 0 5px 5px;
	margin: 0 5px 3px 5px;
}
#breadcrumbs a {
	color: #94B042;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #000;
}
#sidebar {
	width: 234px;
	float: right;
	padding: 0 5px;
	border-left: 1px solid #cacaca;
}
#textcontent {
	width: 500px;
	padding: 0px 0 0 10px;
	float: left;
}
#textcontent h1 {
	font-size: 20px;
	margin-top: 0;
	padding-top: 0;
	color: #94B042;
}
#textcontent p, #textcontent ul, #textcontent ol, fieldset {
	font-family: Arial, sans-serif;
	font-size: 14px;
}
#textcontent small {
	font-family: Arial, sans-serif;
	font-size: 11px;	
}

img.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}

img.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}

fieldset {
	border: none !important;
}
legend {
	display: none;
}
form, fieldset, #gb_form_div {
	padding: 0;
	margin: 0;
}
fieldset {
	margin-bottom: 10px;
}
label {
	display: block;
}
#textcontent blockquote {
	padding: 0;
	margin: 18px 0 2px 0;
}
#textcontent cite {
	display: block;
	width: 100%;
	text-align: right;
	line-height: 14px;
	font-size: 12px;
	margin: 0 0 10px 0;
	font-style: normal;
}
#textcontent blockquote p {
	padding: 0 5px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif !important;
}
#telefoon {
	float: right; 
	margin: 10px 20px 0 0; 
	font-size: 20px; 
	font-weight: bold; 
	color: #000; 
	text-decoration: none;
}