/*  
Theme Name: Wingmen
Theme URI: http://www.wingmen.nl/
Description: Wingmen default theme
Version: 1.0
Author: Mark van Rossem
Author URI: http://www.linkedin.com/in/mrossem
*/

body {
	margin: 0px;
	padding: 0px; 
	font-size: 12px;
	font-family: Trebuchet MS, Geneva, Helvetica, sans-serif;
	color: #464646;
	background: #FFFFFF url("../i/background.gif") repeat-x;
	text-align: left;
}

/* MAIN DIVS */

#topleft {
	float: left;
	height: 100%;
	top: 0px;
	width: 650px;
	margin-top: 0px;
	margin-left: 30px;
}

#topright {
    float: left;
 	top: 0px;
	left: 700px;
	height: 200px
}

#page {
  float: left;
  position: relative;
  height: 100%;
  width: 650px;
  margin-left: 30px;
}

/* CONTENT */

h1 {
	font-family: Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-size: 5em;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #FFAE2E;
}

h2 {
	font-family: Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #FFAE2E;
}

h3 {
	font-family: Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #464646;
	font-weight: bold;
}

h4 {
	font-family: Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #FFAE2E;
}

p {
	font-family: Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #464646;
	padding: 0px;
	margin-left: 50px;
	
}

#map{
	margin-left: 50px;
}


/* topleft */

#topleft a, a:link, a:visited{
	color: #464646;
	text-decoration: none;
}

#topleft a:hover {
	color: #FFAE2E;
	text-decoration: none;
}

/* H1 */

h1, h2, h4 a, a:link, a:visited{
	color: #464646;
	text-decoration: none;
}

h1, h2, h4 a:hover {
	color: #FFAE2E;
	text-decoration: none;
}

/* BASIC ELEMENTS */

img {
	border: none;
}

a img {
	border: none;
}

hr {
	display: none;
}

a, a:link, a:visited {
	color: #FFAE2E;
	text-decoration: none;
}

a:hover {
	color: #FFAE2E;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.delicious-odd { background-color: #fff }
.delicious-banner a { font-size: 140% }
.delicious-post { font-size: 120% }
.delicious-posts a:hover { text-decoration: underline; color: #ffae2e  }
.delicious-posts a { text-decoration: none; color: #464646; display: block; padding: 0.5em }
.delicious-post a { color: #464646 }

