/*- Wanderjahr theme by Jon McDonald for the K2 Wordpress theme (http://getk2.com) */

/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:	Jon McDonald
	Author Site	:	http://whereisjon.com
	Style Name	:	Wanderjahr
	Style URI	:	
	Version		:	0.8
	Comments	:
	Style Footer:	
*/

/*- Typography */

body, strong, em, b, i {
    font-family: Calibri, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Candara, "Trebuchet MS", Verdana, sans-serif;
	}

.comments input[type=text], .comments textarea, code {
	font-family: Verdana, "Courier New", Courier, monospace;
	}

/*- Headings */

#header h1, h1.blog-title {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 75px 40px 0;
	}

#header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

/* H3 is entry headlines. H4 is comments and replyform headlines */
.entry-title, h3, #primary h3, h4, .single .k2-asides h3 {
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.5em;
	font-weight: bold	;
	padding: 0;
	display: block;
	margin-bottom: 5px;
	}

h5 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	margin-bottom: 5px
	}

/*- Content */

body {
	font-size: 10pt;
	color: #444;
	background: #eee;
	}

body.lang-ar, body.lang-fa, body.lang-he, body.lang-hi, body.lang-km, body.lang-ko, body.lang-ja, body.lang-th, body.lang-zh {
	font-size: 75%; /* Resets 1em to 12px */
	}

.entry-meta { /* Time and category for blog entries */
	font-size: 1.1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #bbb;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: justify;
	color: #444;
	}

/*- Page Structure */

.columns-two #page {
	width: 800px;
	}

#header {
	/* Contains the H1 and menu */
	}

#page {
	/* The entire design is contained within the 'page' id */
	Layout Widths: 580px, 800px, 970px
	}

#rollingarchives {
	width: 520px;
	}

body.smartposition #rollingarchives {
	width: 520px;
	}

#primary {
	/* Contains the main column */
	position: relative;
	float: left;
	width: 520px;
	padding: 10px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

#commentlist li .comment-content {
	font-size: 1.2em;
	line-height: 1.4em;
	}

.widget_flickrRSS img { width: 80px; padding: 5px }