﻿/*----------------------------
					 Search
----------------------------*/

#searchbox {
	margin-top: 5px;
	font-size: 10px;
}

#searchbox input {
	font-size: 10px;
}

#esearchbox #searchbutton {
	margin-left: 5px;
}

#searchbox #searchfield {
	width: 200px;
}



/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody {
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

div.post h1, .mceContentBody h1 {
	margin: 0 0 7px 0;
	position: relative;
	top: 5px;
}

div.post .author {
	color: #666666;
	font-size: 10px;
	float: left;
	text-transform: capitalize;
}

div.post .pubDate {
	color: #666666;
	font-size: 10px;
	float: right;
}

div.post .text {
	margin-top: 30px;
}

div.post .text h2 {
	margin-bottom: -10px;
}

div.post .text h3 {
	font-size: 11px;
	margin-bottom: -10px;
	padding: 0;
}

div.post .footer {
	text-align: right;
	border-top: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 2px;
}

div.post .bottom {
	margin-bottom: 45px;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	float: left;
	margin-bottom: 5px;
}

div.post .text a[href^="http:"] {
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
  white-space: nowrap;
}

/* tag cloud */
#tagcloud { margin-top: 0px; margin-bottom: 0px; white-space: normal; height: 5px; }
#tagcloud li { display: inline; }
#tagcloud a { margin-right: 4px; display: inline; color: #554; text-decoration: none; }
#tagcloud a:hover { background: #797167; color: #FAFAFA; }
#tagcloud a.biggest { font-size: 12px; }
#tagcloud a.big { font-size: 11px; }
#tagcloud a.medium { font-size: 10px; }
#tagcloud a.small { font-size: 10px; }
#tagcloud a.smallest { font-size: 10px; }

/* content */
.content .descr { color: #664; font-size: 0.8em; margin-bottom: 8px; }
.content li { list-style: url(img/li.gif); margin-left: 18px; }

/* posts */
.post h1 { margin: 0px 0px 10px 0px; }
.post h1 a { border-bottom: 1px dashed #AAA; color: #664; text-decoration: none; margin-bottom: 18px; }
.post h1 a:hover { border-color: #06C; color: #553; }
.post .info{ background: #F5F5F5; border: 1px solid #E3E4E4; color: #666; margin: 2px 0 10px 0; padding: 5px 10px; }
.post img { border: 4px solid #DDD; margin: 4px 0; }
.post a img { border: 4px solid #DDD; }
.post a:hover img { border-color: #CCC; }
.info a { text-decoration: none; }
.info a:hover { text-decoration: underline; }
.post .info .transformtext { text-transform: capitalize; }
.post .info tr { height: 20px; }
.post .info td p.feedburnerFlareBlock { display:inline; font-size: 1em; }
.postadminlinks { margin: 4px 0 0 0; border-top: 1px dashed #D2C2B2; padding: 4px 0 0 0; }

.post p,code { padding-bottom: 1.2em; }
.post li { list-style: none; }
.post code { background: #FFF; border: 1px solid #EEE; border-left: 6px solid #CCC; color: #666; display: block; font: normal 1em Courier New, sans-serif; line-height: 1.6em; margin-bottom: 12px; padding: 8px 10px; white-space: pre; }
.post blockquote { background: url(img/quote.gif) no-repeat; display: block; font-weight: bold; padding-left: 28px; }
/* .post h1,h2,h3,h4,h5 { padding-top: 6px; color: #797167; margin-bottom: 4px; } buggy */

/* admin */
/* path (horizontal navigation) */
.path { background: #797167; color: #FFF; font: normal 1.1em Verdana,sans-serif; padding: 0px 12px 0px 12px; height: 25px; }
.path li,.path ul { display: inline; }
.path a { color: #FAFAFA; text-decoration: none; margin-right: 16px; }
.path a:hover { color: #FFE; text-decoration: underline; }
.path .left { float: left; padding: 9px 0px 0px 0px; }
.path .right { float: right; padding: 5px 0px 0px 0px; text-align: right; }
.path .right a { margin-right: 0px }

.adminpath {  font: normal 1.1em Verdana,sans-serif; border-top: 1px solid #ddd5d0; }
.adminpath h2 { font-weight: normal; font-size: 1em; color: #ddd5d0; display: inline; margin-right: 15px; }
.adminpath li,.adminpath ul { margin-right: 0px; padding-right:0px; display: inline; font-size: 10px;}
.adminpath a { text-decoration: none; margin-right: 8px; text-transform: capitalize; }
.adminpath a:hover { color: #FFE; text-decoration: underline; }

/* related posts */
#relatedPosts a { display: block; margin-top: 5px; margin-left: 15px; margin-bottom: 5px; font-size: 1.2em; }

/* comments */
.comment { padding-top: 3px; padding-right: 10px; padding-bottom: 3px; padding-left: 10px; background-color: white; }
.comment .date { text-align: left; margin: 0; padding: 3px 0px; }
.comment .author { margin: 0; text-align: left; padding-top: 3px; margin: 5px 0px 3px 0px; clear: both; }
.self { background-color:#F5F5F5; }
.comment .gravatar { float: left; margin: 2px 2px 2px 2px; }
.comment .gravatar img { height: 25px; width: 25px; }
.comment .content { float:left; min-height: 35px; width: 440px; margin: 5px 0 0 0px; }
.commentForm { }
.commentForm label { float: left; display: block; width: 80px; margin-bottom: 25px; }
.commentForm input { width: 130px; margin-bottom: 25px;}
.commentForm textarea { width: 100%; height: 150px; width: 800px; }

/* categories */


ul#categorylist
{	
	white-space: nowrap;
	padding-bottom: 0px;
}

#categorylist li 
{
	display: inline;
}

#categorylist .rssButton
{
	border: none;
	padding-right: 6px;
}
