/*  
Theme Name: De Padvinders - Custom WP Theme
Theme URI: http://www.colourmotion.nl
Description: De Padvinders Theme
Version: 1.1
Author: Kees Plattel
Author URI: http://www.colourmotion.nl
*/


/* -------------- RESET --------------------- */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus 				{outline: 0;}
ol, ul 				{list-style: none;}
table 				{border-collapse: separate; border-spacing: 0;}
caption, th, td 	{text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q 		{quotes: "" "";}




/* -------------- Custom code --------------------- */

.clear		{clear:both;}
.right 		{float:right;}
.left 		{float:left;}
.center 	{margin: 0 auto; text-align: center;}
.bold		{font-weight: bold;}

p			{margin-bottom: 15px; line-height: 16px;}
a			{color:#000; text-decoration:underline; outline:none;}
a img		{border: none;}


h1			{}
h1.title	{text-indent: -9999px; padding: 0px; margin: 0px; line-height:0;}
h2			{font-weight:bold; font-size: 16px; font-family: Helvetica, Arial,sans-serif; color: black; margin-bottom: 10px; }
h2 a		{text-decoration: none;}
h2 a:hover	{text-decoration: underline;}
h3			{font-weight:bold; font-size: 14px;}
h4			{font-weight:bold; font-size: 12px;}
h5			{font-weight:bold; font-size: 10px;}



/* -------------- Structure code --------------------- */


body				{background:#fff; font-size:12px; font-family: Helvetica, Arial, sans-serif; color:#383838;}
#wrapper			{width:900px; margin:0 auto;}
	#header			{width:900px;}
		.logo		{margin-top: 20px;margin-bottom: 20px;}
	#content		{width:580px; float: left; }
		.insert{ width:580px; font-family: Times New Roman, Garamond, Georgia, serif; font-size: 22px; font-style: italic; line-height: 27px; }
		.post		{margin:0px;}
	#sidebar		{width:300px; float: left; border-bottom: 1px solid lightgrey; border-top: 1px solid lightgrey;  }
	#footer 		{border-top: 1px solid lightgrey; background-image: url('../images/verticalbar_footer.png'); background-repeat: repeat-x; padding-top: 10px;}
		.footerlist	{list-style-type: none; line-height: 18px;}




.col{
	float: left;
	width: 200px;
	border-right: 1px dashed #fff;
	height: 120px;
	padding-right: 20px;
	}

.widecol{
	float: left;
	width: 430px;
	height: 120px;
	padding-right: 20px;
}

.footerbutton{
	margin: 0px;
	margin-bottom: 10px;	
}

.searchform{
	border: 1px solid #aaa;
	padding: 2px;
	margin: 5px;
	margin-top: 10px;
	width: 170px;
}


.contactsplit{
	width: 290px;
	float: left;
}

.footerimg{
	padding: 5px;
}


/* -------------- Navigation class code --------------------- */
	
#nav{margin-top: 10px;}
.page_item {list-style-type: none; line-height: 24px;}
.page_item a{padding: 5px; 	text-decoration: none;}
.page_item a:hover{background-color: black; color: white; }



