/*	screen.css | Lilian Kluivers
**	Lodewijk Schutte | Low
**	v1.2 | 20101111
**	---------------------------------------------------------------------- */

/*	Global reset, based on http://meyerweb.com/eric/tools/css/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, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background:transparent;
	border:0;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/*	Body
**	---------------------------------------------------------------------- */

body {
	background:#333b27;
	/*color:#dce4dd;*/
	color:#fff;
	font:14px/1.5 georgia, serif;

}

/*	Global layout
**	---------------------------------------------------------------------- */

#top {
	margin:0 auto;
	width:900px;
}

/*	Header
**	---------------------------------------------------------------------- */

#header {
	height:210px;
}

#header #logo a {
	background:url(../images/logo_lilian.png) no-repeat;
	border:none;
	display:block;
	height:150px;
	margin:27px 0 0 -120px;
	overflow:hidden;
	text-indent:-9999em;
	width:360px;
}

/*	Nav
**	---------------------------------------------------------------------- */

#nav {
	border-color:rgba(255,255,255,0.5);
	border-style:dotted;
	border-width:1px 0;
	font-size:18px;
	line-height:1;
	margin-bottom:70px;
	padding:35px 0;
	text-transform:uppercase;
}

#nav ul {
	margin:0;
	padding:0 5px;
}

#nav li {
	display:inline;
	margin-right:45px;
}

#nav a {
	border:none;
	color:#fff;
	text-decoration:none;
}

#nav a:hover {
	border-bottom:1px solid;
}

/*	Colours
**	---------------------------------------------------------------------- */

.home #nav-home a, #nav-home a:hover, .home #content a, #content a.home {color:#869468}
.journalistiek #nav-journalistiek a, #nav-journalistiek a:hover, .journalistiek #content a, #content a.journalistiek {color:#8d71ac}
.do-in #nav-do-in a, #nav-do-in a:hover, .do-in #content a, #content a.do-in {color:#5180c1}
.shiatsu #nav-shiatsu a, #nav-shiatsu a:hover, .shiatsu #content a, #content a.shiatsu {color:#cccb5b}
.contact #nav-contact a, #nav-contact a:hover, .contact #content a, #content a.contact {color:#8da7af}
.blog #nav-blog a, #nav-blog a:hover, .blog #content a, #content a.blog {color:#e0693a}

/*	Content
**	---------------------------------------------------------------------- */

#content {
	overflow:hidden;
	padding-bottom:3em;
}

#primary {
	float:left;
	width:450px;
}

#aside {
	float:right;
	margin-right:40px;
	width:320px;
}

/*	Defaults
**	---------------------------------------------------------------------- */

#content h1, .home #primary h2, #aside h2 {
	font:normal 1.714em/1.167 georgia, serif;
	margin-bottom:1.167em;
}

h2 strong {
	font-weight:normal;
	text-transform:uppercase;
}

#primary h2, #aside h3 {
	font-size:1.286em;
	font-weight:normal;
	line-height:1.167;
}

p, ul, ol, dl,
table, blockquote, pre {
	margin-bottom:1.5em;
}

ul ul, ul ol, ol ul, ol ol {
	margin-bottom:0;
}

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

a:hover {
	border-bottom-style:solid;
}

/*	Primary
**	---------------------------------------------------------------------- */

#primary .intro {
	font-style:italic;
}

#primary p.meta {
	font-size:1.143em;
	line-height:1.3125;
	margin-top:-1.3125em;
}

#primary ul {
	list-style:disc outside;
	margin-left:1.5em;
}

#primary ol {
	list-style:decimal outside;
	margin-left:2em;
}

#primary blockquote {
	color:#dce4dd;
	font-style:italic;
	padding:0 1.5em;
}
/*
.home #primary {
	width:750px;
}
*/
.home #primary ul {
	list-style:none;
	margin-left:0;
}
/*
.home #primary ul li {
	display:inline;
	margin-right:1em;
}
*/
.contact #primary {
	width:600px;
}

.contact #primary h1 {
	display:none;
}

.contact #primary img {
	float:right;
}

/*	Blog
**	---------------------------------------------------------------------- */

.blog #primary .item {
	padding-bottom:1.5em;
}

#aside .ya li {
	display:inline;
}

#aside .ya li:before {
	content:' - ';
}

#aside .ya li:first-child:before {
	content:'';
}

#primary .archive {
	width:100%;
}

#primary .archive col.date {
	width:25%;
}

#primary .archive col.comments {
	width:10%;
}

#primary .archive th {
	color:#dce4dd;
	font-weight:normal;
	font-style:italic;
	text-align:left;
}

#primary .archive td.date {
	white-space:nowrap;
	padding-right:10px;
}

#primary .archive td.int {
	text-align:right;
}

/*	Comments
**	---------------------------------------------------------------------- */
#reacties {
	border-top:1px dotted #dce4dd;
	padding-top:1.5em;
}

#reacties ol {
	margin:1.5em 0 -1.5em 0;
	list-style:none;
}

#reacties li {
	margin-bottom:3em;
}

#reacties p.meta {
	margin:0 0 .75em 0;
	color:#dce4dd;
	font-style:italic;
	overflow:hidden;
}

#reacties .author {
	float:left;
}

#reacties .date {
	float:right;
}


#reactieformulier {
	border-top:1px dotted #dce4dd;
	padding:1.5em 0;
}

#reactieformulier label {
	display:block;
	margin-top:1.5em;
}

#reactieformulier fieldset input {
	width:50%;
}

#reactieformulier .options {
	margin:1.5em 0;
}

#reactieformulier .options label {
	display:inline;
	margin:0;
}

#reactieformulier fieldset .options input {
	width:auto;
}

#reactieformulier textarea {
	width:99%;
	height:10em;
}

/*	Aside
**	---------------------------------------------------------------------- */

#aside h2 {
	font-style:italic;
}

#aside h4 {
	font:normal 1.286em/1.167 georgia, serif;
	margin-top:1.167em;
}
