/*
	Theme Name: Infimum
	Theme URI: http://www.acroyear2.org/infimum/
	Description: A very minimal theme, widget-ready, gravatar-supporting, and standards-compliant. Black on white with blue highlights, two columns with a thin right sidebar. Possibly the minimalest of minimalist themes.
	Version: 1.3
	Author: Alex Smith
	Author URI: http://www.acroyear2.org/
	Tags: widgets, blue, white, right sidebar, fixed width, two columns, valid CSS, valid XHTML, widget ready, 2 column, 2 columns, clean, simple, free, Gravatar, light, minimal, minimalist, sidebar right, tags, Two Column, widgetized, widget
*/

/* Todo list:
   * Have a better content title for time-based archives.
   * Put the page number of paged archives in the content title.
   * Make colors user-editable.
*/

/* Changelog:
	1.3: Added real blog tagline support (previous was fake): if you have a tagline it displays it prominently, if you have no tagline it looks exactly like it did before. Made list-of-posts pages better. Removed an ugly line that happened sometimes in the comments. Bumped version number because of requirement in WordPress Theme Directory. Released 2008/07/31.
	1.1: Added categories, multipule authors, blog tagline, and gravatar support. Made compatible with WordPress Theme Directory. Changed version numbering scheme. Released 2008/07/29.
	1.02: Compatibility updates. Released 2008/07/21.
	1.01: Fixed comment date bug. Released 2008/07/01.
	1.0: Initial release. Released 2008/03/23.
*/

/* whole page */
body {
	margin: 0em;
	padding: 0em;

	color: black;
	background: white;
	
	font-family: Helvetica Neue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.90em;
	
	line-height: 1.55em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
}

#page {
	margin: 8em auto;
	margin-bottom: 1em;
	padding: 0em;
	
	width: 70em;
}

a {
	color: #1070c0;
	background: inherit;
	
	text-decoration: none;
}

a:visited {
	color: #0060b0;
	background: inherit;
}

a:hover {
	border-bottom: 1px dotted #1070c0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */

/* header */
#header {
	margin: 0em;
	padding: 0em;
	
	width: 70em;
}

#header h1 {
	margin: 0 0 2em 0;
	padding: 0em;
	
	font-size: 4em;
	
	float: left;
}

#header #tagline {
	margin: 0em 0em 0em 2em;
	border: 0px solid gray;
	border-left: 1px solid gray;
	padding: 0.5em 0em 0.5em 2em;
	
	color: gray;
	background: inherit;
	
	float: left;
}
/* end header */

/* content area */
#content {
	margin: 0;
	padding: 0em;
	width: 50em;
	
	float: left;
}

#content h2 {
	margin: 0em 0em 1em;
	padding: 0em;
	
	font-size: 1.5em;
}

#content .post {
	margin: 0 0 4em 0;
}

#content h3 {
	margin: 0;
	padding: 0em;
	font-size: 1.7em;
}

#content .postmetadata {
	color: #777777;
	background: inherit;
	
	font-size: 0.9em;
}

#content .navigation {
	margin: 2em 0em 0em;
	padding: 0em;
	
	display: block;
}

#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	
	float: left;
	
	font-size: 1.25em;
}

#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	
	float: right;
	
	font-size: 1.25em;
}

#content #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}

#content .commentlist {	
	margin: 0em;
	padding: 0em;
	
	font-size: 0.9em;
}

#content .commentlist li {
	margin: 0em;
	padding: 0em;
	border-bottom: 1px dotted lightgrey;
	list-style-type: none;
}

#content .commentlist img.avatar {
	float: right;
	margin-left: 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;
	background: inherit;
}

#content #respond {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}
/* end content area */

/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;







	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#sidebar {
	margin: 0;
	padding: 0;

	width: 16em;
	float: right;
}

#sidebar h2 {
	margin: 0em;
	padding: 0em;

	font-size: 1.0em;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: black;
	background: inherit;
}

#sidebar h2 a:hover {
	color: white;
	background: #1070c0;
}

#sidebar ul {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 1em;
	padding: 0em;
	
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 0.9em;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
}

#sidebar .textwidget {
	font-size: 0.8em;
}
/* end sidebar */

/* footer */
#footer {
	margin: 0em;
	padding: 4em 0 0 0;
	width: 70em;
	clear: both;
}

#footer p {
	margin: 0em;
	padding: 0em;
	
	font-size: 0.8em;
	
	text-align: center;
}
/* end footer */


/*************************************
 BEGIN Custom Shizzle
 *************************************/

.entry a[href^="http:"] {
	background-image: url("http://www.jurriaanpersyn.com/images/ext_link.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 16px 1px 0;
}

.entry a[href^="http://www.beyondjazz.net"] {
	background-image: url("http://www.jurriaanpersyn.com/images/beyondjazz_link.gif");
	padding: 0 16px 1px 0;
}

.entry a[href^="http://www.flickr.com"] {
	background-image: url("http://www.jurriaanpersyn.com/images/flickr.png");
	padding: 0 22px 1px 0;
}

.entry a[href^="http://www.jurriaanpersyn.com"], .entry a[href^="http://www.jurriaanpersyn.com"]:hover {
	background-image: none;
	padding-right: 0;
}

.entry .syntax_hilite a {
	background-image: none;
	padding: 0;
}

.entry .syntax_hilite {
	width: 600px;
}

.entry .igBar {
	width: 611px;
}

.entry li .syntax_hilite {
	width: 560px;
}

.entry li .igBar {
	width: 571px
}


/* My CV */

#cv {
	margin-left:30px;
}
#cv h1 {
	margin-top: 20px;
	padding: 3px;
	border-bottom:1px dotted #AAAAAA;
	font-size:140%;
	margin-left:-20px;	
	letter-spacing: 0;
}
#cv h2 {
	margin-top: 14px;
	padding: 3px;
	border-bottom: 1px dotted #CCCCCC;
	font-size:130%;
	margin-left:-15px;		
	letter-spacing: 0;
}
#cv h3 {
	margin-top: 10px;
	padding: 3px;
	border-bottom: 1px dotted #DDDDDD;
	font-size:120%;
	margin-left:-10px;		
	letter-spacing: 0;
}
#cv h4 {
	margin-top: 8px;
	padding: 3px;
	border-bottom: 1px dotted #DDDDDD;
	font-size:110%;
	margin-left:-5px;		
	letter-spacing: 0;
}
#cv table caption {
	display:none;
}
#cv h1,#cv h2,#cv h3,#cv h4,#cv h5,#cv h6,#cv h7 {
	margin-bottom: 0;
}
#cv table {
	border:0px;
}
#cv td {
	vertical-align:top;
}
#cv ul, #cv li, #cv p, #cv table p, #cv table ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top:0;
	padding-bottom:0;
}

#sidebar img {
	border: none;
}

.pol {
	background-color: white;
	width: 200px;
	padding: 12px;
	text-align: center;
	margin: 5px;
	float: left;
}
.pol img {
	width: 200px;
	height: 200px;
}
.pol p {
	margin: 0;
	padding: 6px 0 0 0;
	font-size: small;
	height: 150px;
	text-align: justify; 
}

li.lastfm-item {
	margin-bottom: 0.2em;
}

#content h3.pagetitle {
	margin: 0;
}

#sidebar .friendfeed.widget {
	border: 0;
	font-family: inherit;
	font-size: 0.8em;
}

#sidebar .friendfeed.widget div.summary {
	display: none;
}

#sidebar .friendfeed.widget .feed {
	padding: 0;
	margin: 0;
}

#sidebar .friendfeed.widget .feed .entry .comments .comment, 
#sidebar .friendfeed.widget .feed .entry .body .summary {
	white-space: inherit;
}

#sidebar .friendfeed.widget a {
	padding: 0;
	color: #1070C0;
	text-decoration: none;
}

#sidebar .friendfeed.widget .entry div.summary,
#sidebar .friendfeed.widget .entry div.comments,
#sidebar .friendfeed.widget .entry div.info {
	display: none;
}

table td {
	vertical-align: top;
}

/*************************************
 END Custom Shizzle
 *************************************/
