/*
Theme Name: paardenschuur
Theme URI: http://www.paardenschuur.nl
Description: None
Version: 1.0
Author: Maarten Kossen
Author URI: http://www.yourwebscape.nl/
*/

/* ###################### OVERALL SETTINGS ###################### */


body
{
	margin: 0;
	padding: 0;
	background: #003b34 url("images/main_back.png");
	font-family: Arial, helvetica, sans-serif;
	font-size: 15px;
	color: #111111;
}

a, a:link, a:visited, a:active
{
	color: #222222;
}

a:hover
{
	color: #B22222;
}

a img
{
	border: none;
}

#pageContainer
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border-left: 1px solid #003B34;
	border-right: 1px solid #003B34;
}

#header
{
	width: 100%;
}

#topMenu
{
	padding: 5px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

#ticker
{
	padding: 5px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

#ticker ul
{
	margin: 0;
	padding: 0;
	color: #666666;
	list-style: none;
}

#ticker a, #ticker a:active, #ticker a:visited, #ticker a:hover {
	color: #666666;
}

#topMenu a, #topMenu a:link, #topMenu a:visited, #topMenu a:active
{
	color: #222222;
	text-decoration: none;
}

#topMenu a:hover
{
	color: #B22222;
	text-decoration: underline;
}

#contentContainer
{
	width: 100%;
}

#left
{
	width: 180px;
	float: left;
	position: relative;
	padding: 0;
	background: #FFFFFF;
}

#left ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#left ul li
{
	padding-left: 10px;
}

#left ul li a, #left ul li a:link, #left ul li a:active, #left ul li a:visited, #left ul li a:hover
{
	text-decoration: none;
	font-weight: bold;
}

#subleft ul
{
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

#subleft ul li
{
	padding-left: 10px;
}

#subsubleft ul
{
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

#subsubleft ul li
{
	padding-left: 10px;
}

#content
{
	width:608px;
	float: left;
	position: relative;
	padding: 5px;
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#right
{
	width: 180px;
	float: left;
	position: relative;
	padding: 5px;
	background: #FFFFFF;
	font-weight: bold;
}

#footer
{
	
	clear: both;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	font-size: 11px;
	text-align: center;
}

hr
{
	height: 1px;
	border: 1px solid #CCCCCC;
}

h1
{
	font-size: 18px;
	margin: 2px;
}

.wpcf7-form-control-wrap label {
display: block;
}