/*
Theme Name: vonnieda.org
Theme URI: http://www.vonnieda.org/theme
Description: The default theme for vonnieda.org.
Version: 1.0
Author: Jason von Nieda
Author URI: http://www.vonnieda.org/
*/

body
{
	text-align: center;
	background-color: #e9bf3c;
	font-size: 12px;
	color:black;
	font-family: arial, helvetica, "sans serif";	
}

a
{
	color:black;
	text-decoration:underline;
}

a:hover
{
	color:yellow;
	background-color:black;
}

select
{
	font-size: 11px;
	border: 1px solid black;
}

input
{
	font-size: 11px;
	border: 1px solid black;
}

textarea
{
	font-size: 11px;
	border: 1px solid black;
}

#page
{
	text-align: left;
	border: 0;
	width: 900px;
	margin: 0px auto;
}

#left
{
	border: 1px solid black;
	width: 150px;
	float: left;
	padding: 4px;
	background-color: #eeeeee;
}

#left ul
{
	padding: 0px;
	margin: 0px;
}

#left li
{
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	list-style-type: none;
	font-size: 11px;
	margin-bottom: 15px;
}

#left li ul li
{
	margin-bottom: 2px;
}

#left li h2
{
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

#left .title
{
	font-weight: bold;
	text-align: center;
}

#main
{
	border: 1px solid black;
	width: 660px;
	float: left;
	padding: 4px;
	margin-left: 6px;
	background-color: #eeeeee;
}

#main .title
{
	font-weight: bold;
	font-size: 14px;
}

#main .post_title
{
	font-weight: bold;
	font-size: 12px;
}

#comments
{
	display: hidden;
}

.commentlist
{
	width: 80%;
	border: black 1px dashed;
	margin: 0px auto;
	padding: 0px;
}

.commentlist li
{
	margin: 4px;
	margin-bottom: 4px;
	list-style: none;
}

.commentlist .comment_author
{
	background-color: #cccccc;
	font-weight: bold;
	padding: 4px;
}

.commentlist .comment_meta
{
	background-color: #cccccc;
	font-size: 10px;
	padding: 4px;
}

.commentlist .comment_content
{
	background-color: white;
	padding: 4px;
}

#next_posts
{
        float: left;
}

#previous_posts
{
        float: right;
}

#previous_posts a, #next_posts a
{
	background-color: #cccccc;
	border: 1px solid black;
	display: inline;
	padding: 2px;
}

#flickr_badge_image1 img
{
	width: 130px;
	height: auto;
	border: 0;
}

#left #s
{
	width: 120px;
}
