/*
Theme Name: Sweetie
Version: 0
Author: Doug Alcorn
Author URI: http://lathi.net
*/

h2 {
	font-family: Georgia, Times, serif;
}

h2 a:link, h2 a:hover, h2 a:visited, h2 a:active {
	text-decoration: none;
}

.comments {
	font-size: 12px;
	margin-top: -25px;
	margin-right: 10%;
	text-align: right;
}

.comments a:hover, .comments a:link, .comments a:visited, .comments a:hover {
	color: #BF222F;
}

.red {
	color: #BF222F;
	display: inline;
}

.red a:hover, .red a:link, .red a:visited, .red a:active {
	color: #BF222F;
}

.time {
	font-size: 12px;
	margin-top: -23px;
}

#comments1 {
	color: #BF222F;
	font-size: 18px;
	text-align: center;
}

#content {
	margin: auto;
	width: 500px;
}

#content {
	font-size: 12px;
	width: 500px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

#header {
	border-bottom: 1px solid #BF222F;
	color: #BF222F;
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin: auto;
	text-align: right;
	width: 760px;
}

#header a:link, #header a:visited, #header a:active, #header a:hover {
	color: #BF222F;
	text-decoration: none;
}

#archive_months ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#archive_months li {display: inline; padding: 5px}
.archive_months ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
.archive_months li {display: inline; padding: 5px}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Sidebar */
#sidebar
{
	padding: 10px 0 10px 5px;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

