/*
	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
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Steven She
	Author Site	: http://www.woggie.net
	Style Name	: Steven
	Style URI	:
	Version		: 1.0
	Comments	:
*/

body {
	background: white;
	font-family: "Verdana", "Arial", sans-serif;
	line-height: 1.25;
	}

h1, .blog-title, h2, h3 {
	font-family: "Arial", sans-serif;
	}

h1.entry-title {
	font-size: 2em;
}

h3.entry-title, h3.falbum-title {
	font-size: 1.8em;
}

#header {
	background: url('header.png') bottom right no-repeat;
	height: 70px;
	border-bottom: 2px dotted #ccc;
	}

#header h1.blog-title {
	display: none;
}

.blog-title {
	padding-top: 20px;
	}

.columns-one #page {
	margin: auto;
	padding: 0;
	border: 0;
	width: 760px;
	}
	
#primary {
	width: 700px;
}

ul.menu li a {
	color: black;
}
ul.menu li a:hover {
	color: black;
	background: #ddd;
}

#rollingarchives {
	width: 700px;
	}

.post {
	margin: 2em auto;
	}

.aside, .presentation {
	font-size: 1.1em;
	background-color:#fbfbf5;
	padding: 1em 2em;
	margin: 1em auto;
	border-top: 1px dotted #e0e0d5;
	border-bottom: 1px dotted #e0e0d5;
	}

.presentation {
	background: #e9fde3;
	border-top:2px solid #e0e0d5;
	border-bottom:2px solid #e0e0d5;
}


.entry-content pre {
	font-size: 1.3em;
	color: #333;
	border: 1px solid #ddd;
	padding: 5px;
	background: #eef7dd;
	overflow: auto;
}

.wp_syntax {
	background: none;
	border: none;
}

.photo-wrapper {
	text-align: center;
}

.photo {
	padding: 4px;
	border: 1px solid #ccc;
}

#falbum-wrapper {
	clear: both;
}

#sidebar-1 {
	width: 200px;
	}

#sidebar-2 {
	padding-top: 4.0em;
	width: 480px;
}

#sidebar-2 .widget_archive {
	width: 200px;
}

#sidebar-2 .widget_flickrRSS {
	width: 280px;
}

#sidebar-2 .widget {
	float: left;
	}

.secondary {
	/* Contains both sidebars */
	}
