/* Gemaakt door Arian Stolwijk www.aryweb.nl */

body {
	margin: 0px;
	padding: 0px;
	background: #404040;
	font-family: 'Droid Sans', arial, serif;
	font-size: 0.8em;
}

img {
	border: 0;
}

#container {
	width: 680px;
	margin: 40px auto;
	background: url(../images/bg.jpg) repeat-y;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	padding: 40px 40px 0 40px;
	height: 60px;
	overflow: hidden;
}

#header a {
	border: 0;
}

#logo {
	float: left;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0 25px 0 0;
	list-style: none;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	color: white;
	display: inline-block;
	width: 110px;
	height: 20px;
	margin: 0;
	padding-top: 40px;
	text-decoration: none;
	height: 20px;
	text-shadow: #404040 1px 1px 2px;
	text-align: center;
}

#menu ul li a:hover {
	background: url(../images/menu-hover.png) center;
	_background: url(../images/menu-bg.jpg) center;
	color: #404040;
	text-shadow: #bbb 1px 1px 1px;
}

#content {
	background: url(../images/footer.jpg) no-repeat bottom;
	min-height: 140px;
	padding: 0 40px 40px 40px;
}

#text {
	background: url(../images/text_bg.png) repeat-x;
	min-height: 70px;
	padding: 25px;
}

h1 {
	margin: 0 0 20px 0;
	font-weight: normal;
	font-size: 1.5em;
	text-shadow: #bbb 1px 1px 2px;
}

p {
	margin: 0 0 10px 0;
}

abbr {
	font-style: italic;
	border-bottom: 1px dotted black;
	cursor: pointer;
}

a {
	color: #404040;
	text-decoration: none;
	border-bottom: 1px dotted #404040;
}

a:hover {
	border: 0;
}

.floated {
	display: block;
}

div.fout {
	font-weight: bold;
	color: red;
}

p.verstuurd {
	font-style: italic;
}

input, textarea {
	border: 1px solid #404040;
	background: #e7e7e7;
	padding: 4px;
	margin-bottom: 3px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#projects {
	margin-top: 25px;
	padding-top: 20px;
	position: relative;
}

#projects img {
	position: absolute;
	-moz-border-radius: 1px;
	border-radius: 5px;
	background: #404040;
	border: 3px solid #4086e6;
	padding: 1px;
}

#projects .desc {
	background: #404040;
	color: white;
	position: absolute;
	padding: 20px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	font-family: arial, serif;
}

#projects .desc h3 {
	margin: 0;
}

.homeColumns div {
	float: left;
	width: 250px;
	padding: 0 25px 0 0;
	text-align: justify;
}

.homeColumns  {
	padding: 0;
}

.projects {
	margin-top: 25px;
}

.homeColumns div h1, .github h1, .projects h1 {
	font-size: 1.1em;
	margin-bottom: 5px;
	font-style: normal;
}

.github {
	padding-top: 25px;
	clear: both;
}

#twitter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#twitter a, #github a {
	display: block;
	padding: 5px;
	border: 0; 
	overflow: hidden;
}

#twitter a {
	width: 251px;
}

#twitter a:hover, #github a:hover {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #4086E6;
	color: #e7e7e7;
}

#github {
	overflow: hidden;
}

#github ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#github li {
	float: left;
}




