/*
Theme Name: thought showers
Tags: fixed width, two columns, widgets, right sidebar
Author: thinkbrainstorm
Author URI: http://www.thinkbrainstorm.com
*/

@import url('http://www.thinkbrainstorm.com/css/blog.css');

.thought_showers .a_thought { /* all.css line 60 */
	color: #ffffff;
}

.post-container {
	padding-bottom: 21px;
}

.post p { /* blog.css line 51 */
	line-height: 1.4em;
	margin: .75em 0;
	padding: 0;
}
.post div {
	margin: .75em 0;
}

.wp-caption .wp-caption-text {
	color: #666666;
	font-size: 11px;
	line-height: 14px;
	margin: 0.5em 0 1.5em;
}

.category-asides .post-title, .category-asides .more {
	display: none;
}

.single #readmore, #mainpage {
	display: none;
}

.single #mainpage {
	display: block;
}

.post img.aligncenter {
	display: block;
	margin: 0 auto;
}

#sidebar { /* all.css line 227 */
	float: right;
	margin-top: 49px;
	width: 180px;
}

#sidebar>ul { /* new */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
}

#sidebar .widgettitle { /* blog.css line 96 */
	color: #000000 !important;
	font-size: 21px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0 0 18px;
	text-transform: lowercase;
}

#sidebar .widget_container ul { /* blog.css line 106 */
	font-size: 13px;
	font-weight: bold;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
}

#sidebar .widget_container li { /* blog.css line 116 */
	line-height: 15px;
	margin: 0;
	padding: 0 0 18px 0;
	text-indent: 0;
}

#sidebar li a { /* blog.css line 122 */
	color: #000000;
	text-decoration: none;
}

#sidebar li a:visited { /* blog.css line 129 */
	color: #999999;
}

#sidebar li a:hover, #sidebar li a:active { /* blog.css line 132 */
	text-decoration: underline;
}

#sidebar .widget_container ul.feed li { /* blog.css line 143 */
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(http://www.thinkbrainstorm.com/images/rss.gif) no-repeat scroll 0 0;
	padding-left: 36px;
	padding-top: 5px;
}

#searchform .screen-reader-text {
	display: none;
}

#searchform>div {
	height: 90px;
	width: 185px;
}

#searchform #s {
	background: transparent url(images/search.gif) no-repeat scroll 0 0;
	border: none;
	float: left;
	font-size: 21px;
	height: 26px;
	margin: 0 3px 0 0;
	padding: 5px 5px 0;
	width: 135px;
}