/*--------------------------------------------- 


[Reset Stylesheet] 


Project: [joutacoaching.nl]

Version: [V0.1]

Last change: [20/07/2011] [Start of the project]

Assigned to: [Meine Nijenhuis / Meine Grafische vormgeving] [NL] 


----------------------------------------------*/


/* Thanks to Eric Meijer: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */


/* NOTE: Yes, there is duplicate data in here. I do this because i want to be able to change certain seperate elements, and not all at once. */


/* Main styles reset */


html, body, div {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	line-height: 1;

	font-size: 11pt;

	vertical-align: baseline;

	

}



/* Font styles reset */



p, h1, h2, h3, h4, h5, h6 {

	

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	display: block; /* this is so we can easily position these elements */
	
	font-weight: 400;
	
	font-style: normal;

	

}



a img {



	border: 0px;

	

}



hr {

	

	margin: 0;

	padding: 0;

	

}



/* Blockquote styles */



blockquote, q {



	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	line-height: 22px;

	font-size: 100%;

	vertical-align: baseline;

	

}



/* Form styles reset */



form, fieldset {

	

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	line-height: 1;

	font-size: 100%;

	vertical-align: baseline;



}



input, textarea, label, submit, button, legend {

	

	margin: 0;

	padding: 0;

	display: block; /* this is so we can easily position these elements */



}



input[type="hidden"] {

    margin: 0;

    padding: 0;

    border:	0;

}





/* List styles reset */



ol, ul {

	

	list-style: none;

	

}



ul, li {

	

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	

}



/* Focus style reset */



:focus {

	

	outline: 0;

	

}



/* Table style reset */



/* Tables still need 'cellspacing="0"' in the markup */



table {

	

	border-collapse: collapse;

	border-spacing: 0;



}



td, tr, th, tbody, tfoot, thead, caption {

	margin: 					0;

	padding: 				0;

	border: 					0;

	outline: 				0;

	line-height: 			1;

	font-size: 				100%;	

	vertical-align: 		baseline;

}