@charset "utf-8";
/* Sidebar
---------------------------------------------------------- */
.sidebar {
/*
	min-height: 500px;
	width: 260px;
	margin: 50px 0 0 0;
	position: relative;
	*/
	
	position: absolute;
	z-index: auto;
	top: 50px; right: 0;
	width: 260px;
}

/* Box Class
---------------------------------------------------------- */
.box {
	/* testing 
	border: 1px dotted pink;*/
	float: left;
	overflow: hidden;
	margin: 0;
}

.box-title {
	margin: 0; padding: 5px 0 5px 16px;
	min-width: 50px;
	min-height: 20px;
	background: url("../images/sidebar_bullet.png") no-repeat left 50%;
	border-bottom: 1px solid #2c2625;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.17em;
	font-style: italic;
	color: #d63b00;
	position: relative;
}

.box-title a {
	margin: 0; padding: 0;
}

.box-top {
	display: block;
	margin: 0; padding: 0;
	width: 100%; 
	height: 30px;
}

.box-body {
	color: #86706d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 10px 0 10px 0;
}

.box-bottom {
	display: none;
	margin: 0 0 10px 0; padding: 0 0 1px 0;
	width: 100%; 
	min-height: 19px;
}

/* Box Sizing
---------------------------------------------------------- */
.box.one-col {
	width: 260px;
}

.one-col.box-top {
}

.one-col.box-bottom {
}

.box.two-col {
	width: 601px;
}

.two-col.box-top {
}

.two-col.box-bottom {
}

.box.three-col {
	width: 912px;
}

.three-col.box-top {
}

.three-col.box-bottom {
}

/* Box Toggle
---------------------------------------------------------- */
.toggle {
	position: absolute;
	top: 5px; right: 0;
	min-width: 20px; min-height: 20px;
	text-align: center;
	text-indent: -9999px;
	overflow: hidden;
	color: #151011;
}

.toggle.open {
	background: transparent url("../images/toggle_open.png") no-repeat 50% 50%;
}

.toggle.close {
	background: transparent url("../images/toggle_close.png") no-repeat 50% 50%;
}

/* Box Content
---------------------------------------------------------- */
.box-body p {
	font-size: .92em;
	line-height: 1.33em;
}

/* Categories
---------------------------------------------------------- */
#category-list {
}

#category-list li {
	padding: 3px 0 3px 0;
	background: url("../images/link_arrow_white.png") no-repeat left 50%;
}

#category-list li a {
	padding: 0 0 0 15px;
}

#category-list li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Meta
---------------------------------------------------------- */
#blogmeta {
}

#blogmeta li {
	padding: 3px 0 3px 0;
	background: url("../images/link_arrow_white.png") no-repeat left 50%;
}

#blogmeta li a {
	padding: 0 0 0 15px;
}

#blogmeta li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Meta
---------------------------------------------------------- */
#bookmarks {
}

#bookmarks li {
	padding: 3px 0 3px 0;
}

#bookmarks li a {
	padding: 0 0 0 15px;
	background: url("../images/link_arrow_white.png") no-repeat left 50%;
}

#bookmarks li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Search
---------------------------------------------------------- */
#searchform #s {
	padding: 2px;
	margin: 0 5px 0 0;
	width: 70%;
}

#searchform #searchsubmit {
	padding: 2px;
	width: 22%;
}



/* Sidebar - Lists (Feeds)
---------------------------------------------------------- */
#blogfeeds ul li {
	display: block;
	background: url("../images/rss_icon.png") no-repeat left 50%;
}

#blogfeeds ul li {
	display: block;
	padding: 3px 0 3px 25px;
}

#blogfeeds ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}


