											/*
---------------------------------------------
1. TYPOGRAPHY, COLORS & HTML ELEMENTS
---------------------------------------------
											*/
html {
	font-family:constantia,'Bodoni SvtyTwo OS ITC TT','big caslon',rekha,'goudy old style','garamond','Palatino Linotype',serif;
	font-size:100%;
	color:#555;
}

body {
	font-size:.95em;
	line-height:1.5em;
	margin:0 1em;
}
	.sidebar li li{
		line-height:1.3em;
	}

h1,h2,h3 {
	color:#222;
	font-family:corbel,calibri,'lucida grande',geneva,'gill sans mt',verdana,sans-serif;
}
	.sidebar h2, .sidebar h3 {
		font-size:1.05em;
		font-weight:normal;
		margin:0;
		margin-bottom:1em;
		margin-top:1em;
	}
	#content h2, #content h3 {
		font-size:1.05em;
		font-weight:normal;
		margin:0;
		margin-top:1em;
	}
		#content h3 {
			font-size:.9em;
			font-weight:bold;
			margin-top:2em;
			color:#444;
		}

	h1#blog-title {
		margin-bottom:10px;
	}

abbr, dfn {
	font-style:normal;
}
	abbr[title] {
		border-bottom:1px dotted;
	}

a {
	text-decoration:none;
	color:#09f;
}

	#content a {
		border-bottom:#09f solid 1px;
	}
		#content a:hover {
			color:red;
			border-bottom-color:red;
		}

		#content .wp-caption a, #content .img-postmaster a,
		#content .formcontainer a, #content #aspdf a {
			border:0;
		}
		#content a[rel^=lightbox]{
			border:0;
		}
		#content a[rel=footnote] {
			border-bottom:0;
			font-weight:bold;
			margin-left:.3ex;
			margin-right:.5ex;
		}
		#content a[rev=footnote] {
			border:0;
			font-family:'gill sans',corbel,calibri,'lucida grande',geneva,'gill sans mt',verdana,sans-serif;
			font-size:80%;
		}
	#content h2 a, #content h3 a {
		border:0;
	}
	.sidebar ul a:hover {
		color:red;
	}

blockquote, p.code-example {
	margin:1em 2em;
}

cite {
	border:0;
	text-decoration:none;
	font-style:normal;
}

img {
	border:none;
}

ins {
	text-decoration:none;
}

label {
	cursor:default;
}
	label:hover {
		color:red;
	}

q:before {
	content:"‘";
}
q:after {
	content:"’";
}


textarea, code {
	font-family:'lucida sans typewriter',consolas,'andale mono','courier new',monospace;
	font-size:.8em;
}
											/*
---------------------------------------------
2. MAIN LAYOUT
---------------------------------------------
											*/
#wrapper {
	max-width: 61em;	/* 990/16 */
	min-width:480px;
	margin:0px auto;
}
div#container {
	float:left;
	width:60%;
	padding-right:1.8%;
/*margin:0 -200px 0 0;
width:100%;
*/
}

div#content {
/*margin:0 200px 0 0;*/
}

div.sidebar {
	overflow:hidden;	
/*float:right;
width:180px;*/
}
div#primary, div#secondary {
	width:18.2%;
	max-width:18.2%;
	float:left;
	margin-left:.9%;
}

div#secondary {
/*clear:right;*/
}

div#footer {
width:100%;
}

div.skip-link {
	position:absolute;
	left:-9999em;
}

div#menu {
	height:1.5em;
	margin:1em 0;
	width:100%;
	display:none;
}
#blog-title a {
	outline:0;
}

											/*
---------------------------------------------
3. LISTS
---------------------------------------------
											*/

.sidebar ul, .sidebar ul ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.sidebar ul ul ul {
	list-style-type:circle;
	padding-left:1.2em;
}
	.sidebar li.cat-item li.cat-item a {
		font-size:90%;
		color:red;
	}
		.sidebar li.cat-item li.cat-item a {
		}
			.sidebar li.cat-item li.cat-item a:hover {
				color:#555555;
			}


.sidebar ul ul {
	margin-bottom:1em;
}
	.sidebar ul.children {
		margin-bottom:0;
	}

body.home ul#recent-posts, ul.photos {
	list-style-type:none;
	padding:0;
}

#b_tag_nav {
	max-width:80%;
	margin-bottom:1ex;
	margin-left:0;
}

											/*
---------------------------------------------
4. MISC
---------------------------------------------
											*/
/* My random photo on the start page */
img#bart-start {
	float:right;
	margin-left:2em;
	margin-right:1em;
}

/* The list of recent posts on the start page */
body.home ul#recent-posts abbr.published {
	font-size:80%;
	color:red;
	border:none;
}
body.home ul#recent-posts li a {
	border:none;
}

#content span.edit-link a {
	border:none;
}

/* The footer */
div#footer p {
	font-family:'gill sans',corbel,calibri,'lucida grande',geneva,'gill sans mt',verdana,sans-serif;
	font-size:.8em;
	float:left;
}
div#footer address a {
	color:#555;
}
address {
	display:inline;
	font-style:normal;
}


/* Posts */
div.post {
	margin-bottom:1em;
}
	div.post img.alignleft, div.post img.alignright {
		margin:1em;
	}
		div.post img.alignleft {
			float:left;
			margin-left:0px;
		}
		div.post img.alignright {
			float:right;
			margin-right:0px;			
		}


.entry-meta, .navigation, #comment-notes, .edit-link {
	clear:both;
	font-family:'gill sans',corbel,calibri,'lucida grande',geneva,'gill sans mt',verdana,sans-serif;
	font-size:80%;
	line-height:150%;
	color:#666;
}
	#content .entry-meta a {
		border:0;
	}
	#content .entry-meta a:hover {
		color:#000;
	}
		span.meta-nav {
			color:red;
			font-size:80%;
		}

/* Comment form */
div.form-textarea textarea {
	width:95%;
}


#login, .form-label {
	font-family:'gill sans',corbel,calibri,'lucida grande',geneva,'gill sans mt',verdana,sans-serif;
	font-size:.7em;	
}

/* Navigation */
#nav-above {
	display:none;
}

#nav-below {
	margin:2em auto;
}
	#nav-below a {
		border:0;
	}
	#nav-below .nav-previous, #nav-below .nav-next {
		width:49%;
		max-width:49%;
		float:left;
	}
	#nav-below .nav-next {
		text-align:right;
	}

/* must get rid of stupid misuse of abbr */
abbr.published {
	border:0;
}

#comments {
	margin-top:4em;
}


/* TAG CLOUD */
.tagcloud {
	text-align:center;
	margin:1.6em;
	margin-right:2em;
}
	#content .tagcloud a {
		border-bottom:0px solid;
		text-decoration:none
	}

/* PDF link */
#content #aspdf {
	text-align:right;
	padding-right:3em;
}
	body.pageid-19 #content #aspdf {
		display:none;
	}
