@import url(http://www.bonesauce.com/main.css);

/* Typeography */

p
{
	margin: 8px 0px 8px 0px; 
}

pre {
	width: 510px;
	padding: 5px
}

blockquote {
	/* color: #777; */
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd
}

hr {
	border: 0px;
	color: black;
	width: 1px;
}

/* Images */

img
{
	border: 0;
}


/* Forms */

form {
	width: 510px;
	font-size: 11px;
	margin: 0px;
	padding: 0px
}
	
input, select, option, textarea
{
	font-size: 10px;
	text-align: left;
}

/*
------------
THEME SPECIFIC
------------
*/


/* Navigation */

#navigation
{
	color: #000;
	position: relative;
	height: 25px;
}

#navigation a, #navigation a:hover
{
	color: inherit;
    font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

/* Main */

#main
{
	width: 490px;
	padding: 10px;
	margin: 10px;
	border-bottom: 1px solid #653333;
	/* sidebar total width + 10px + 10px = 220 */
}

#popup
{
	padding: 20px;
}

.comment
{
	margin-bottom: 12px;
	/* border: 1px #0f0 dashed; */
}

.entry
{
	margin-bottom: 21px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #efe4d9;
}

.subject
{
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0px;
}

.comment .subject
{
	font-size: 14px;
}

.byline
{
	font-size: 10px;
	padding: 2px 0px;
}

.content
{
	padding: 10px 0px;
}

.buttons
{
	padding: 4px 0px;
}


/* Sidebar */

div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories , #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
	display: block;
}

#sidebar
{
	padding: 10px;
	width: 200px;
	/* padding plus width = 240 */
}

#sidebar .menu_title
{
	font-weight: bold;
	padding: 7px 5px 5px 6px;
}

#sidebar .menu_title a, #sidebar .menu_title:hover
{
	font-size: 13px;
	text-decoration: none;
	color: inherit;
}

#sidebar .menu_body
{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #653333;
}

#sidebar .calendar
{
	font-size: 10px;
}

#sidebar .calendar a
{
	font-weight: bold;
	text-decoration: none;
}

#sidebar .calendar td
{
	padding: 2px;
}

#archive_tree_menu ul	
{
	list-style: none inside;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#archive_tree_menu li	
{
	margin: 0px;
	padding: 0px;
}