/* stylesheet for lodeclaassen.nl - Lode Claassen - June 2008 */

body {
	margin: 0 auto;
	padding: 0 30px;
	width: 725px;
	font: medium Verdana, sans-serif, helvetica;
	background-color: #EEE;
/*text-align: center;*/
}
body * {
/*text-align: left;*/
}
a {
	color: #5794CE;
	text-decoration: none;
}
img {
	border: 2px solid #2B5466;
}
a img {
	border: 2px solid #5794CE;
}
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }

#quickmenu {
	display: none;
}

#templates {
	float: right;
	margin: 0;
	list-style-type: none;
}
#templates li {
	float: left;
	margin-left: 0.25em;
}
#templates li #template-red { border-color: #ED5A23; }
#templates li #template-turquoise { border-color: #69A6C0; }

#photo {
	float: left;
	height: 150px;
	border: 2px solid #69A6C0;
	border-bottom-width: 0;
}
	#photo img {
		border-width: 0;
	}
#sitetitle {
	padding-top: 1em;
	text-indent: 1em;
	font-size: inherit;
	font-style: italic;
}
#headline {
	margin-left: 230px;
	text-indent: -1em;
	font-size: smaller;
	font-style: italic;
}
#menu, #menu ul {
	float: right;
	display: inline;
	text-indent: 1em;
	list-style-type: none;
}
	#menu li, #menu ul li {
		float: left;
		margin-top: 0.5em;
		letter-spacing: 0.1em;
		font-size: smaller;
	}
	#menu ul {
		display: none;
	}

#header {
	clear: left;
	width: 725px;
	overflow: hidden;
}
#pagelinks {
	float: left;
	margin: 0;
	padding: 0;
	height: 150px;
	width: 725px;
	list-style-type: none;
	background-color: #69A6C0;
}
	#pagelinks li a {
		display: block;
		margin: 1em;
		color: #2B5466;
		text-decoration: none;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	#pagelinks li a .small {
		font-size: smaller;
	}
	#pagelinks li a .highlight {
		padding: 0.1em;
		color: #69A6C0;
		background-color: #2B5466;
	}
	#pagelinks li a .link, #pagelinks li a .link:link {
		color: #366B82;
		border-bottom: 2px solid #366B82;
	}

#title, .title, h3, h4, h5, h6 {
	color: #2B5466;
}

#block {
	float: right;
	margin-left: 1em;
	margin-right: -175px;
	padding: 0 0.25em;
	width: 160px;
	border-left: 2px solid #69A6C0;
	background-color: #ADF;
}
#block h4 {
	margin: 0.5em 0;
}
#block span {
	display: block;
	margin-bottom: 0.5em;
	float: left;
	width: 100px;
}
#block span.name {
	clear: left;
	width: 60px;
	font-weight: bold;
}
#block span.highlight {
	display: inline;
	margin-bottom: 0;
	float: none;
	width: auto;
	font-weight: bold;
}
#block p {
	font-size: smaller;
}
#block a {
	color: #2B5466;
	text-decoration: underline;
}

#text {
	margin-left: 0.5em;
	width: 675px;
}
	#text .project {
		clear: left;
		margin-bottom: 2em;
	}
	#text .project p, #text p, #text li {
		font-size: smaller;
	}
	#text .project .image {
		float: left;
		width: 200px;
		margin-right: 1em;
	}
	#text .project .creator {
		margin-top: -1.5em;
		text-indent: 2em;
		font-size: x-small;
	}
	#text .project .readmore {
		font-weight: bolder;
	}
	
	#text .projectsingle {
	}
	#text .projectsingle p, #text .projectsingle h3 {
		margin-left: 220px;
	}
	#text .projectsingle p {
		font-size: smaller;
	}
	#text .projectsingle .creator, #text .projectsingle .image, #text .projectsingle .download {
		clear: left;
		float: left;
		margin-left: 0;
		margin-right: 1em;
		width: 200px;
		font-weight: bold;
	}
	#text .projectsingle .creator {
		margin-top: auto;
		text-indent: 0;
	}
	#text .projectsingle .mypart:before {
		content: '';
	}

#copyright {
	clear: both;
	padding-bottom: 1em;
	text-align: right;
	font-size: x-small;
	border-top: 1px solid #AAA;
}
