/*   
Theme Name: Bits & Pieces
Theme URI: www.Rx-Ende.com
Description: Проста и минималистична тема, направена за да концентрира читателите изцяло върху съдържанието на блога.
Author: Стефан Митев / Rx-Ende
Author URI: www.Rx-Ende.com
Version: 1.0
*/

html {
	background: url(img/bg.png) center top;
}

#maincontainer {
	width: 544px;
	min-height: 600px;!important 
	display: block;
	background: url(img/bg-main.png) repeat-x;
	margin: 0 auto;
}

	#maincontainer-single {
		width: 800px;
		min-height: 600px;!important 
		display: block;
		background: url(img/bg-main.png) center top no-repeat;
		margin: 0 auto;
	}


#logo {
	position: relative;
	left: 159px;
	top: 34px;
}

#header {
}

	#header p{
		float: right;
		display: block;
		color: #eeeeee;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		position: relative;
		right: 94px;
		top: 20px;
		height: 115px;
		width: 60px;
		text-align: center;
	}

#maincontent {
	width: 500px;
	margin: 0 auto;
}

	#maincontent img {
		background: url(img/imgshadow.png) no-repeat bottom center;
		padding-bottom: 10px;
		z-index: 1;
	}
	
	#maincontent .meta {
		background: url(img/dashedline.png) repeat-x top;
		padding-top: 10px;
		margin: 10px 0 20px;
		z-index: 1;
	}
	
			#maincontent .meta .title {
				background: url(img/dashedline.png) repeat-x bottom;
				width: 500px;
				line-height: normal;
				padding-bottom: 10px;
			}
			
				#maincontent .meta .title h1{
					color: #fdfdfd;
					text-align: center;
					font-family: Verdana, Geneva, sans-serif;
					font-style: normal;
					font-weight: normal;
					font-size: 20px;
				}
				
			#maincontent .meta table#share {
				width: 500px;
			}

				#maincontent .meta table#share tr td{
					width: 124px;
					text-align: center;
					background: url(img/blk25.png);
				}
				
					#maincontent .meta table#share tr td a{
						color: #999;
						font-size: 11px;
						font-family: Arial, Helvetica, sans-serif;
						text-decoration: none;
						display: inline-block;
						width: 124px;
						line-height: 19px;
					}
					
						#maincontent .meta table#share tr td a:hover{
							color: #CCC;
						}

					
				#maincontent .meta table#share tr td:hover{
					background: url(img/50pctblack.png);
				}


	#maincontent .meta  .info{
		margin: 5px 0 0;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #999;
		background: url(img/date2bg.png);
		text-align: center;
		line-height: 23px;
		height: 23px;
	}
	
		#maincontent .meta .info span {
			color: #FFF;
		}


	
	#maincontent .datedivider {
		background: url(img/datebg.png) no-repeat bottom;
		width: 500px;
		height: 39px;
		margin-top: -23px;
		margin-bottom: 40px;
		display: block;
	}

		#maincontent .datedivider .corner {
			position: relative;
			right: 0;
			top: 0;
			display: block;
			background: none;
			float: right;
		}
		
		#maincontent .datedivider p {
			display: block;
			float: right;
			position: relative;
			top: 25px;
			right: 27px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #9e9d9d;
			text-align: center;
		}

	#maincontent .meta .excerpt {
		padding-bottom: 1px;
	}
	
	
	#maincontent .meta .excerpt p{
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #999;
		margin: 20px 0;
		padding-left: 30px;
		background: url(img/smallcomment.png) no-repeat center left;
	}
	
	#maincontent .meta .excerpt a{
		color: #bfe61f;
		text-decoration: none;
		background: url(img/blk25.png);
		padding: 2px;
	}
	
		#maincontent .meta .excerpt a:hover{
			background: url(img/50pctblack.png);
			color: #e0ec0b;
		}
						
			
	.navigation {
		width: 500px;
		height: 22px;
		padding: 22px 22px 0;
		display: block;
		background: url(img/navigation.png) no-repeat top;
		margin: 0 0 40px;
		line-height: 22px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
		
		.navigation a {
			color: #ededed;
			text-decoration: none;
			display: inline-block;
			width: 21px;
		}
		
		.navigation a:hover {
			text-decoration: underline;
		}
		
			.navigation .current {
				color: #fdfdfd;
				position: relative;
				bottom: 3px;
				display: inline-block;
				width: 21px;
			}
		
		#navigationtable {
			width: 500px;
			height: 22px;
		}
			
			#navigationtable .left, #navigationtable .right {
				width: 22px;
				text-align: center;
				padding: 5px 0 0;
			}
			
				#navigationtable .left img, #navigationtable .right img{
					margin: 0 auto;
					display: block;
				}

			
			#navigationtable .center {
				text-align: center;
			}
		
#footer {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
	margin: 0 auto;
}

	#footer p span {
		text-decoration: line-through;
	}
	
	#footer a {
		color: #bfe61f;
		text-decoration: none;
		background: url(img/blk25.png);
		padding: 2px;
	}
	
		#footer a:hover {
			background: url(img/50pctblack.png);
			color: #e0ec0b;
		}

.bug {
	margin: 20px auto 40px;
	display: block;
}

/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	line-height: 15px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

