/* ----------------
	blog
-----------------*/

/* Posts */
.post{ margin-bottom: 40px; }
.post_info{
	margin:2px 0px 0px 0px;
	font-family:Helvetica;
	float:left;
	list-style-type:none;
	color:#fff;
	background:#333;
	font-size:0.7em;
}
.post_info a{ text-decoration:none;color:#fff;background-color:#333; border:none; }
.post_info a:hover{ background-color:#333;color:#f6b192; border:none; }

.post_info span{ float:left; display:inline; padding:5px;
	background-position:0.3em 0.5em;
	background-repeat:no-repeat;
 }
.post_info .date { background-image:url(images/post-icon.gif); padding-left:18px; }
.post_info .comments { background-image:url(images/comment-icon.gif); padding-left:22px; }
.post img{
	background:#FAFAFA none repeat scroll 0 0;
	border:1px solid #DCDCDC;
	padding:5px;
}

a.more{
	display:block;
	border:none;
	padding-left:16px;
	background:transparent url(images/plus.png) no-repeat 0 5px;
	color:#f6b192;
	width:6em;
	font-weight:bold;
	margin-top:1em;
}
a.more:hover{
	background-color:#f6b192;
	color:#fff;
}

#postnavigation{
	padding-bottom:20px;
}
#postPaging { }
#postnavigation a, #postPaging a {
	line-height:1.2em;
	display:block;
	border:none;
	font-size:0.8em;
	color:#f6b192;
}
#postnavigation a.previous, #postPaging a.previous {
	float:left;
	padding-left:16px;
	background:transparent url(images/arrow-left.png) no-repeat bottom left;
	min-width:4em;
}
#postnavigation a.next, #postPaging a.next {
	float:right;
	padding-right:16px;
	background:transparent url(images/arrow-right.png) no-repeat bottom right;
	min-width:4em;
}
#postnavigation a:hover, #postPaging a:hover { background-color:#f6b192; color:#fff; }

.tags { font-size:0.65em; }

/* Gallery */
div.slideshow a {
	border:none;
	background:transparent;
}
div.navigation { display:none; }
div.loader {
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 512px;
	height: 350px
}
div.galleryContent{ position: relative; }
div.galleryContent .controls{
	position:relative;
}
div.controls .ss-controls {
}


/*----------------------------
				Categories
----------------------------*/
#categories li a{
	border-bottom: 1px dotted #ccc;
	padding: 5px 5px;
}

/*----------------------------
				Recent posts
----------------------------*/
#recentPosts li { margin-bottom:5px; }
#recentPosts li a { border:none; }
#recentPosts li span { font-size:0.7em; line-height: 0.8em; }

/*----------------------------
				 Tag cloud
----------------------------*/
#tagcloud { text-align:justify; }
#tagcloud li { display: inline; }
#tagcloud li a { margin-right: 5px;display: inline; padding:0; margin-right: 3px; border: none; }
#tagcloud li a:hover { margin-right: 5px;display: inline; padding:0; margin-right: 3px; border: none; color:#fff; }

#tagcloud li a.biggest {font-size: 1.3em; color:#111; /*font-weight: 600;*/}
#tagcloud li a.big {font-size: 1.2em; color:#333; /*font-weight: 500;*/}
#tagcloud li a.medium { font-size: 1em; color:#666 /*font-weight: 300;*/}
#tagcloud li a.small { font-size: 0.8em; color:#777; /*font-weight: 200;*/ }
#tagcloud li a.smallest { font-size: 0.7em; color:#aaa /*font-weight: 100;*/}

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
	border:none;
}
#blogroll ul a{
	border:none;
}
#blogroll ul li a{
	display:inline;
	vertical-align:baseline;
}
#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666;
	display:block;
	font-size:0.7em;
}
#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
			Recent comments
----------------------------*/
ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}
ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/
.socialbookmarks{
}
.share-buttons{
}
.share-buttons li{
	float:left;
	list-style:none;
	display:inline;
}
.share-buttons a{
	display:block;
	border:none;
}
/*
	overflow:hidden;
	height:14px;
	width:46px;
	color:#808080;
	font-size:7px;
	padding:33px 0 0;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	background:url(images/socialbookmarks.gif) no-repeat;
}*/
.share-buttons a:hover{
	text-decoration:none;
	opacity:.6;
}/*
.share-buttons .del-icio-us a:hover{background-position:-138px -47px;}
.share-buttons .del-icio-us a{background-position:-138px 0;}
.share-buttons .digg a:hover{background-position:0 -47px;}
.share-buttons .digg a{background-position:0 0;}
.share-buttons .technorati a:hover{background-position:-322px -47px;}
.share-buttons .technorati a{background-position:-322px 0;}
.share-buttons .yahoo a:hover{background-position:-368px -47px}
.share-buttons .yahoo a{background-position:-368px 0;}
.share-buttons .reddit a:hover{background-position:-414px -47px;}
.share-buttons .reddit a{background-position:-414px 0;}
.share-buttons .stumbleupon a:hover{background-position:-92px -47px;}
.share-buttons .stumbleupon a{background-position:-92px 0;}
.share-buttons .myspace a:hover{background-position:-230px -47px;}
.share-buttons .myspace a{background-position:-230px 0;}
.share-buttons .facebook a:hover{background-position:-184px -47px;}
.share-buttons .facebook a{background-position:-184px 0;}
.share-buttons .google a:hover{background-position:-276px -47px;}
.share-buttons .google a{background-position:-276px 0;}
.share-buttons .twitter a:hover{background-position:-46px -47px;}
.share-buttons .twitter a{background-position:-46px 0;}
.share-buttons .sharethis a:hover{background-position:-460px -47px;}
.share-buttons .sharethis a{background-position:-460px 0;}
.socialbookmarks a{
	border:none;
}*/
.socialbookmarks img{
	border:none;
}

/*----------------------------
			Related Posts
----------------------------*/
#relatedPosts div {
	padding: 5px 10px 10px 10px;
	border: 1px solid #ccc;
}
#relatedPosts p{
	margin: 30px 0 10px;
	font-size: 1.3em; font-style: italic; font-weight:normal; color: #000;
}
#relatedPosts a {
	display: block;
	margin-top: 5px;
	border:none;
}
#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
					Comments
----------------------------*/
#comment, #addcomment{
	margin: 30px 0 10px;
	font-size: 1.3em; font-style: italic; font-weight:normal; color: #000;
}
.comment {
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}
.comment .date {
	font-size: .7em;
	color: #666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed #ccc;
}
.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed #ccc;
}
.self {
	background: #E0EAEF;
}
/*.comment .monsterid {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}
.comment .monsterid img {
	height: 80px;
	width: 80px;
	border: 1px solid silver;
}*/
.comment .content {
	min-height: 85px;
	margin: 5px;
}
.comment cite{
	font-family: Monospace;
	font-style: normal;
}
.comment img.flag {
	position: relative;
	top: 2px;
}
.commentForm {
	padding: 5px;
}
.commentForm label {
	clear:left;
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}
.commentForm input {
	width: 300px;
}
.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid #ccc;
}
#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}
#commentMenu li{
	float:left;
	border:1px solid #ccc;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}
#commentMenu li.selected{
	background:white;
	border-bottom:1px solid #fff;
}
#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}
.success {
	color: green;
	font-weight: bold;
}
.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}
.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

/* Blogroll */

/* Search box */
#searchbox{vertical-align:bottom;margin:0;width:260px;
           padding-left:20px;
           background:url(images/search_image.gif) no-repeat left top;
           }
#searchbox #searchfield{
	border-bottom:solid 1px #e7e7e7;border-top:solid 1px #e7e7e7;
	border-left:0px;border-right:0px;
	vertical-align:bottom;width:220px;height:18px;}
#searchbox #searchbutton{
	width:40px;
	height:20px;
	cursor:pointer;
	background: transparent url(images/go_button_off.gif) no-repeat right top;
	border:none;
	text-indent: -1000em;
	color:#fff;
	font-size:1px;
}

/*----------------------------
			Syntax highlighter
----------------------------*/
.code{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
	line-height: normal;
}

.code p{ padding: 5px;}

.code .rem { color: #008000; }
.code .kwrd { color: #0000ff; }
.code .str { color: #006080; }
.code .op { color: #0000c0; }
.code .preproc { color: #0000ff; }
.code .asp { background-color: #ffff00; }
.code .html { color: #800000; }
.code .attr { color: #ff0000; }
.code .alt {	background-color: #f4f4f4; }
.code .lnum { color: #606060;}

/*----------------------------
					Archive
----------------------------*/
#archive {
	background-color: white;
	padding: 10px;
}
#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}
#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}
#archive h2 img {
	margin-right: 3px;
}
#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}
#archive ul li {
	margin-right: 20px;
}
#archive table{
	width: 100%;	
	border-collapse: collapse;
}
#archive table td, #archive table th{
	text-align:left;
}
#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}
#archive .date{
	width: 70px;
}
#archive .comments{
	width: 70px;
	text-align: center;
}
#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
				Search page
----------------------------*/
#searchpage{
	margin-bottom: 30px;
}
#searchpage input#q{
	width: 300px;
}
#searchpage input#comment{
	clear: both;
}
.searchresult{
	margin-bottom: 20px;
}
.searchresult a{
	font-weight: bold;
}
.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}
.searchresult span.type{
	display: block;
}
.searchresult span.url{
	color: Gray;
}
.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}
.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}
.searchpage ul.paging li a{
 padding: 5px 8px;
}
.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
				Admin links
----------------------------*/
.adminlinks { font-size:0.8em; }
.adminlinks a {border: none; }
#adminmenu { margin-bottom: 20px; }
#adminmenu ul li { list-style-type:square; list-style-position:inside; }
#adminmenu ul li a { display:inline; border:none; }
