@charset "utf-8";
/*
Theme Name: peterpetrov.info
Description: Парченцата на моето аз
Author: Петър Петров
Author URI: http: //peterpetrov.info
WARNING: Distribution of this theme on thirdparty sites without my permission is strictly prohibited.
Any violation will result in a DMCA filed againt the site involved.
*/

.tabber {
	display: none;
}

body {
	margin: 0px auto;
	padding: 0px;
	background: #0E0F0F;
	font-family: Arial,verdana, sans-serif;
	color: #4395BE; 
	font-size: 13px;
}

body div.tyxo_box {
	display: none;
}

img {
	border: 0px;
}

a:link, a:visited {
	outline-style: none;
	color: #24A1CC;
	text-decoration: none
}

a:hover {
	color: #ddd;
}

h1:hover, 
h2:hover, 
h3:hover, 
h4:hover, 
h5:hover, 
h6:hover {
	text-decoration: none !important;
}

blockquote {
	padding-left: 10px;
	color: #777;
	font-style: normal;
}

.clear {
	clear: both;
}



/* THE WRAPPER */

#wrapper {
	width: 1000px;
	margin: 0px auto;
}

/* THE TOP */

#top {
	height: 95px;
	margin: 0px;
	background: #393f42 url(images/top.png) top repeat-x;
	width: 1000px;
	overflow: hidden;
}

#top h1 {
	margin: 0px;
	text-indent: -9999px;
	float: left;
	margin: 10px 0px 0px 20px;
}

#top h1 a:link,
#top h1 a:visited {
	float: left;
	width: 400px;
	height: 70px;
}

#top h1 a:hover {
	color: #ddd; 
}

#top h2 {
	text-indent: -9999px;
	float: left;
}

#topbar {
	height: 20px;
	margin-bottom: 0px;
	background: url(images/topbar.jpg) repeat-x;
	font-family: Century gothic, Arial,Tahoma,sans-serif;
	overflow: hidden;
}

#topbar #dates {
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px 0px 20px;
	font-size: 13px;
	color: #C2D4DD;
	margin-left: 5px;
	background: url(images/date.png) left center no-repeat;
}

#topbar #dates div.dates_info {
	position: relative;
	height: 20px;
}

.feed {
	width: 292px;
	height: 30px;
	margin: 0px 5px 0px 0px;
	background: #232628 url(images/feed.jpg) 0 0 no-repeat;
	padding: 28px 5px 0px 5px;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.feed .input {
	margin: 0px 5px 0px 1px;
	float: left;
	width: 170px;
	padding: 2px 3px;
	background: #FFF url(images/form.gif) repeat-x;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color: #333;
}
.rssicon {
	float: left;
	margin: 0px 2px 0px 3px;
}

.input {
	margin-left: 5px;
	float: left;
	width: 200px;
	padding: 2px 3px;
	background: url(images/form.gif) repeat-x;
	border: 1px solid #FFF;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color: #333;
}

.sbutton {
	margin-right: 1px;
	float: right;
	margin-top: 0px;
	background: url(images/taba.jpg) repeat-x!important;
	border: none!important;
    font-size: 13px;
	color: #FFF!important;
	height: 23px;
	line-height: 23px;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
	padding-bottom: 4px;
}

.sbutton:hover {
	cursor: pointer;
    color: #000!important;
}


/* TOP MENU */

#foxmenucontainer {
	background: url(images/menu.jpg) repeat-x;
	display: block;
	padding: 0px;
	border-top: 1px solid #82BCD9;
	font: 14px "Century gothic",verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
}

#menu ,#menu ul {
	margin: 1px 0px;
	padding: 0px;
	list-style: none;
	height: 20px;
}

#menu a {
	color: #CEE8F4;
	display: block;
	font-weight: normal;
	padding: 0px 10px 2px 10px;
	margin-bottom: 0px;
	margin-top: -1px;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
}

#menu a:hover {
	background: url(images/menuhov.jpg) repeat-x;
	color: #FFF;
	display: block;
	text-decoration: none;
}

#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu li li {
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	width: 130px;
}

#menu li li a, 
#menu li li a:link, 
#menu li li a:visited {
	background: url(images/menu.jpg) repeat-x;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 4px 10px 5px 10px;
	color: #FFF;
}

#menu li li a:hover, 
#menu li li a:active {
	background: url(images/menuhov.jpg) repeat-x;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 4px 10px 5px 10px;
	color: #06415F;
}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 1;
}

#menu li:hover ul {
	left: auto;
	display: block;
}

#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	height: 20px;
}


/* HEADER: BLOG CATEGORIES */

#catmenucontainer {
	background: url(images/catmenu.jpg) repeat-x;
	padding: 0px;
	font: 14px "Century gothic",verdana, Arial, sans-serif;
	font-weight: normal;
	border-top: 1px solid #686D6F;
	border-bottom: 1px solid #0E0F0F;
}

#catmenu ul,
#catmenu ul li {
	list-style: none;
	padding: 0px;
}

ul.main_cats {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}

ul.main_cats li#cat_label {
	color: #4395BE;
	padding-top: 1px;
}

#catmenu a {
	color: #ccc;
	display: block;
	font-weight: normal;
	padding: 1px 7px 2px;
}

#catmenu a:hover {
	background: url(images/catmenuhov.jpg) repeat-x;
	color: #FFF;
	display: block;
	text-decoration: none;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
}

ul.main_cats li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 21px;
}

#catmenu ul li ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 105px;
}

#catmenu li li a, 
#catmenu  li li a:link, 
#catmenu  li li a:visited {
	background: url(images/catmenu.jpg) repeat-x;
	float: none;
	margin: 0px;
	padding: 0px 0px 2px 8px;
	color: #E8EBEE;
	border-top: 1px solid #0e0f0f;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
}

#catmenu li li a:hover, 
#catmenu li li a:active {
	background: url(images/catmenuhov.jpg) repeat-x;
	color: #FFF;
}

#catmenu li ul {
	width: 10em;
	position: absolute;
	left: -1100em;
	top: 161px;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#catmenu  li:hover ul {
	left: auto;
	display: block;
}

#catmenu  li:hover ul, 
#catmenu li.sfhover ul {
	left: auto;
}


/* MAIN CONTENT */	

#casing {
	padding: 0px;
	background: #393f42 url() bottom right;
	background-repeat: no-repeat;
}

#content {
	font-family: Arial,verdana, sans-serif;
	margin: 5px 0px 0px 0px;
	float: left;
	width: 686px;
	height: 100%;
	padding: 0px 0px 0px 1px;
}


#content h1 {
	color: #C2D4DD;
	padding-left: 5px;
}

.title {
	margin: 0px;
	background: #232628; 
	border-bottom: 1px solid #222629; 
}

.title a:hover {
	text-decoration: none;
}

.time {
	text-align: left;
	width: 100px;
	margin-top: 2px;
	font-family: Century gothic,Verdana,Helvitica,sans-serif;
	padding: 1px 0px 0px 0px;
	color: #FFF;
	float: right;
}

.date {
	font: normal 13px Arial, Helvetica, sans-serif;
	padding: 0px 20px 5px;
	color: #ddd;
}

.date span {
	color: #ddd;
}

.single {
	width: 680px;
	margin: 0px 5px 20px 4px;
	height: 100%;
	color: #DDD;
	font-size: 13px;
	border: 1px solid #222629;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
}

.entry {
    background:#DDD none repeat scroll 0px 0px;
    color:#2E3335;
}

.entry p {
    margin: 0px;
}


.entry div a {
		font-weight: bold;
		text-decoration: underline;
		color: #900 !important;
		}

.entry div a:hover {
		text-decoration: none;
		}



.single .cover .meta{
        padding-right: 20px;
}

.single .cover .meta .comm{
        margin-left: 8px;
}

.single  h2 {
	margin: 0px 0px 5px 0px;
	padding: 3px 20px 0px 20px;
	text-align: justify;
	font: 24px  century gothic,Arial,verdana, sans-serif;
	font-weight: bold;
	overflow: hidden;
}

.single  h2 a, 
.single  h2 a:link, 
.single  h2 a:visited {
	color: #C2D4DD; /* #24A1CC;*/
	background-color: transparent;
}

.single  h2 a:hover {
	color: #FEFEFE;
	background-color: transparent;
}

.author {
	color: #4395BE;
	padding: 0px;
}

.clock {
	color: #4395BE;
	padding: 0px 0px 4px 0px;
}

.singleinfo {
	height: 25px;
	margin: 0px;
	padding: 0px 20px 0px 15px;
	background: #232628;
	color: #FFF;
	border-top: 1px solid #222629;
}



	.singleinfo div.bg_top_sites {
			float: left;
			margin: 0px 0px 0px -15px;
		}

	.singleinfo div.dobavime {
			float: right;
			margin: -21px -20px 0px 0px;
		}
		.singleinfo div.dobavime div.share_div{
				float: right;
				margin: 5px 0px 0px 10px;
			}
.singleinfo .category_label {
	color: #C2D4DD;
	padding: 0px;
}
.singleinfo .category{
    float: left;
}

.singleinfo .go_up, #removable .go_up{
    margin: 0px auto;  
}
.go_up{
        text-align: center;
        cursor: pointer;
        color: #24A1CC;
        height: 21px;
        padding: 0px;
        margin: 4px auto;   
        width: 50px;
        display: block;
        position: relative;
        z-index: 1;
        top: 4px;       
}
#content .go_up {
        margin-bottom: 0px;
}

.go_up:hover{
        color: #ddd;
}

#removable{
    display: none;
	width: 648px;
	margin: 0px 5px 20px 0px;
    padding: 0px 15px 4px 15px;
    height: 20px;
    text-align: center;
    background: #232628;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
    border:1px solid #272B2D;
}

.meta a {
	display: block;
}

.comm a:link,.comm a:visited {
	color: #24A1CC;
}

.comm a:hover {
	color: #DDD;
}

.postmore {
	float: right;
	background: url(images/pmore.jpg) left no-repeat;
	height: 21px;
	padding: 3px 0px 0px 25px;
}

.postmore a:link,
.postmore a:visited {
	color: #24A1CC;
}

.postmore a:hover {
	color: #D3D3D3;
}

.category {
	padding: 3px 5px 1px 0px;
	margin-left: 5px;
	font-size: 13px;
}

.category a:link,
.category a:visited {
	color: #24A1CC;
	text-decoration: none;
}

.category a:hover {
	color: #ddd;
	text-decoration: none;
}

.entry {
	margin: 0px;
	background: #DDD;
    COLOR: #2E3335;
	overflow: hidden;
	text-align: justify;
}


/* SIDEBAR */

#rightcol {
	float: right;
	width: 308px;
	padding: 5px 0px;
}


/* SIDEBAR 1 */

.sidebar1 {
	float: left;
	width: 148px;
	font-family: Arial, sans-serif;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
}

.sidebar1 h2 {
	height: 25px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	background: #222629;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
}

.sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.sidebar1 ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

.sidebar1 ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.sidebar1 ul ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.sidebar1 ul li {
	height: 100%;
	display: inline;
}

.sidebar1 ul li a:link, 
.sidebar1 ul li a:visited {
	color: #787d7f;
	text-decoration: none;
	padding: 1px 5px 1px;
	height: 15px;
	line-height: 100%;
	display: block;
	background: #2e3335;
	border-bottom: 1px solid #2a2e30;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
	font-size: 13px;
}

.sidebar1 ul li a:hover {
	background: #2a2e30;
	background-repeat: no-repeat;
	color: #d4d4d4;
}

.sidebar1 p {
	padding: 7px 10px;
	margin: 0px;
}

.sidebar1 table {
	width: 100%;
	text-align: center;
	background: #2e3335;
	color: #787d7f;
}

.sidebar1 ul li h2 {
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
	text-indent: -9999px;
}

.sidebar1 ul li .fh2 {
	background: #222629 url(images/pages.jpg) 0px -1px no-repeat;
}

.sidebar1 ul li #sh2 {
	background: #222629 url(images/categories.jpg) 0px -1px no-repeat;
}

.sidebar1 ul li ul li ul li a:link,
.sidebar1 ul li ul li ul li a:visited {
	height: 15px;
	padding: 1px 5px 1px 25px;
	font-size: 13px;
	line-height: 100%;
	background: #343a3d;
}

.sidebar1 ul li ul li ul li a:hover {
	background: #2a2e30;
}


/* SIDEBAR 2 */

.sidebar2 {
	float: right;
	width: 148px;
	padding-top: 0px;
	padding-right: 5px;
	font-size: 9pt;
	font-family: Arial, sans-serif;
	color: #FFF;
	margin-right: 1px;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
}

.sidebar2 h2 {
	height: 25px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	background: #222629;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
}

.sidebar2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.sidebar2 ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

.sidebar2 ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.sidebar2 ul ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.sidebar2 ul li {
	display: inline;
}

.sidebar2 ul li .fh2 {
	background: #222629 url(images/fresh.jpg) 0px -1px no-repeat;
}

.sidebar2 ul li #fh2 {
	background: #222629 url(images/selected.jpg) 0px -1px no-repeat;
}

.sidebar2 ul li #th2 {
	background: #222629 url(images/archives.jpg) 0px -1px no-repeat;
}

.sidebar2 ul li h2 {
	text-indent: -9999px;
}

.sidebar2 ul li a:link, 
.sidebar2 ul li a:visited {
	color: #787d7f;
	text-decoration: none;
	padding: 2px 5px 1px;
	display: block;
	height: 14px;
	background: #2e3335;
	border-bottom: 1px solid #2a2e30;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
}

#fresh_posts li a, #selected_sites li a {
	font-size: 8pt;
	overflow: hidden;
}

#post_archives li a {
	padding: 2px 5px;
}

.sidebar2 ul li a:hover {
	background: #2a2e30;
	background-repeat: no-repeat;
	color: #d4d4d4;
}

.sidebar2 p {
	padding: 7px 10px;
	margin: 0px;
}

.sidebar2 table {
	width: 100%;
	text-align: center;
	background: #2e3335;
	color: #787d7f;
}


/* FOOTER */

#footer {
	width: 1000px;
	height: 150px;
	background: url(images/footer_background.gif) 0px 0px repeat-x;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #999;
	overflow: hidden;
}

#footer div.friends {
	margin: 20px 0px 0px 18px;
	width: 820px;
	height: 20px;
	float: left;
}

#footer div.friends span {
	float: left;
	line-height: 12px;
}

#footer ul,
#footer ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer div.friends ul {
	float: left;
	height: 100%;
	margin-left: 10px;
}

#footer div.friends ul li {
	float: left;
	height: 20px;
	margin-right: 20px;
}

#footer div.friends ul li.zapernik {
	width: 93px;
	background-image: url(images/zapernik.png);
}

#footer div.friends ul li.jollyhell {
	width: 60px;
	background-image: url(images/jollyhell.png);
}

#footer div.friends ul li.martindesign {
	width: 65px;
	background-image: url(images/martindesign.png);
}

#footer div.friends ul li.ripie6 {
	width: 67px;
	background-image: url(images/ripie6.png);
}

#footer div.friends ul li a {
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 3px;
}

#footer div.friends ul li a:hover {
	border-bottom: 1px solid #CCC;
}

#footer ul.admin {
	float: right;
	margin: 20px 18px 0px 0px;
	clear: right;
}

#footer ul.admin li {
    text-align: right;
	margin: 0px;
}

#footer div.menu_box {
	margin: 30px 0px 0px 18px;
	width: 820px;
	float: left;
}

#footer div.menu_box ul {
	clear: both;
	overflow: hidden;
}

#footer div.menu_box ul.nav_list li {
	float: left;
	margin-right: 12px;
}

#footer div.menu_box ul.nav_list li a.homelink {
	color: #999;
}

#footer div.menu_box ul.nav_list li a.homelink:hover {
	color: #CCC;
}

#footer div.menu_box ul.cat_list {
	padding-top: 10px;
}

#footer div.menu_box ul.cat_list li {
	float: left;
	margin-right: 10px;
}

#footer div.menu_box ul.cat_list li.cat_title {
	color: #999;
}

#footer div.menu_box ul.cat_list li ul {
	left: -1100em;
	margin: 0px;
	position: absolute;
	top: 162px;
	width: 100px;
	z-index: 1;
}

#footer div.menu_box ul.cat_list li:hover ul {
	left: auto;
	display: block;
	border: 1px solid red;
}

#footer div.menu_box ul.cat_list li:hover ul,
#footer div.menu_box ul.cat_list li.sfhover ul {
	left: auto;
}

#footer div.copyright {
	float: right;
	margin: 10px 18px 0px 0px;
}

	#footer div.copyright a.xhtml_valid {
		float: right;
		width: 80px;
		height: 15px;
		background: url(images/xhtml.gif) 0px 0px no-repeat;
		text-indent: -9999px;
        margin-bottom: 15px;
	}

	#footer div.copyright div {
		float: right;
		text-align: right;
        width: 100%;
	}

#footer a:link, 
#footer a:visited {
	color: #CCC;
}

#footer a:hover {
	text-decoration: underline;
}


/* NAVIGATION */

#navigation {
	width: 640px;
	margin: 0px 0px 0px 4px;
    padding: 0px 20px;
    height: 24px;
    position: relative;
    top: -21px;
    background-color: #232628;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
    border:1px solid #272B2D;
}

	#navigation div {
		height: 24px;
		line-height: 21px;
	}

	#navigation div.alignleft {
		float: left;
	}
	
	#navigation div.alignright {
		float: right;
	}


/* THE ATTACHMENT */

.contentCenter {
	text-align: center;
}


/* THE PAGE TITLE */

h2.pagetitle {
	padding: 0px;
	margin: 10px 0px 20px 0px;
	font-size: 20px;
	text-align: center;
	color: #DDD;
}



/* ........................... Featured Box */
	div.featout {
		float: left;
		width: 679px;
		overflow: hidden;
		padding: 0px;
		margin: 0px 5px 5px;
		background: #2e3335;
		border: 1px solid #272b2d;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;  
		border-radius: 5px;
		height: 223px;
	}
	
		div.featout div.feathead {
			margin: 0px;
			padding: 0px;
			width: 679px;
			height: 25px;
			background: #232628 url(images/stone.png) 0px -3px no-repeat;
			-moz-border-radius: 5px 5px 0px 0px;     
			-webkit-border-top-left-radius: 5px; 
			-webkit-border-top-right-radius: 5px;
			border-radius: 5px 5px 0px 0px;
			text-indent: -9999px;
		}
	
		div.featout div.featured {
			width: 679px;
			height: 199px;
			overflow: hidden;
			padding: 0px;
			margin: 0px;
			background: #FFFBCC;
			-moz-border-radius: 0px 0px 5px 5px;     
			-webkit-border-bottom-left-radius: 5px;  
			-webkit-border-bottom-right-radius: 5px;  
			border-radius: 0px 0px 5px 5px;
			position: relative;
		}
	
			div.featout div.featured h2 {
				font-size: 22px;
				margin: 0px;
				padding: 0px 15px;
				overflow: hidden;
				height: 27px;
			}
	
				div.featout div.featured h2 a, 
				div.featout div.featured h2 a:link, 
				div.featout div.featured h2 a:visited,
				div.featout div.featured .cats_label .cats a:link,
				div.featout div.featured .cats_label .cats a:visited {
					color: #126A9B;
					background-color: transparent;
				}
	
					div.featout div.featured h2 a:hover,
					div.featout div.featured .cats_label .cats a:hover {
						color: #334a55;
						background-color: transparent;
						text-decoration: none;
					}
	
			div.featout div.featured div.cats_label {
				color: #232628;
				padding: 0px 15px;
				font-size: 11px;
			}
	
				div.featout div.featured div.cats_label span.cats {
					margin: 0px;
					font-size: 11px;
					color: #24a1cc;
				}
	
		div.featout div.featured div.fentry {
			height: 134px;
			overflow: hidden;
			padding: 0px 15px;
			-moz-border-radius: 0px 0px 5px 5px;     
			-webkit-border-radius: 0px 0px 5px 5px;  
			border-radius: 0px 0px 5px 5px;
			text-align: justify;
		}
	
			div.featout div.featured div.fentry img {
				border: 1px outset #2E3335;
				float: left;
				padding: 0px;
				background: #1E1F20;
				margin-right: 5px;
				-webkit-box-shadow: 3px 3px 4px #393F42;
			}
	
			div.featout div.featured div.fentry p {
				height: 124px;
				line-height: 17px;
				color: #232628;
				overflow: hidden;
				margin: 0px;
			}
	
			div.featout div.featured div.fentry div.meta {
				position: absolute;
				width: 664px;
				left: 0px;
				bottom: 0px;
				padding: 0px 15px 0px 0px;
				background: #232628;
			}
/* ........................................ */


#middle {
	height: 312px;
	padding: 0px;
	float: left;
}

.videopost {
	width: 336px;
	margin: 0px 0px 5px 5px;
	padding: 0px;
	float: left;
	background: #2e3335;
	border: 1px solid #272B2D;
	-moz-border-radius: 5px;      
	-webkit-border-radius: 5px;   
	border-radius: 5px; 
}

.videoposttitle {
	margin: 0px;
	padding: 5px 10px 0px 0px;
	height: 20px;
    font-size: 11px;
	background: #232628 url(images/videoh2.jpg) 0 -3px no-repeat;
    text-align: right;
    color: #DDD;
}

.videoentry {
	margin: 0px;
	padding: 0px;
}

.videoentry p object {
	margin: 0px 0px 0px -10px;
	padding: 0px;
}

.videoentry p {
	margin: 0px;
	padding: 0px 10px;
	text-align: justify;
    color: #ddd;
}

.middlepost {
	position: relative; 
	left: 1px;
	width: 336px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	float: left;
	display: inline;
	font-family: century gothic,Arial,verdana, sans-serif;
	background: #2e3335;
	border: 1px solid #272B2D;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
}

#myslides {
	background: #2c3133;
}

.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 972px; /*Width of Carousel Viewer itself*/
	height: 150px; /*Height should enough to fit largest content's height*/
	margin: 0px 14px;
	background: #2c3133;
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0px;
}

.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 4px 4px 5px 0px; /*margin around each panel*/
	width: 238px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	background: #202325;
	height: 138px;
	border: 1px outset #2E3335;
	-moz-border-radius: 2px;     
	-webkit-border-radius: 2px;  
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 3px #000;
}

.stepcarousel .panel p {
	text-align: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 5px 5px ; /*margin around each panel*/
}

.stepcarousel .panel h2 {
	text-align: left; /*leave this value alone*/
	height: 20px;
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 2px 5px ; /*margin around each panel*/
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: Georgia,century gothic,Arial,verdana, sans-serif;
}

.stepcarousel .panel img {
	float: left; /*leave this value alone*/
	background: #040404; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 5px; /*margin around each panel*/
	padding: 0px 0px;
}

img.slide_arrows {
	width: 10px;

	height: 27px;
	cursor: pointer;
}

img#slide_left_arrow {
	cursor: pointer;
	background: url(images/left_arrow.png) 0px 0px no-repeat;
}

img#slide_right_arrow {
	cursor: pointer;
	background: url(images/right_arrow.png) 0px 0px no-repeat;
}


/*ADS STYLES*/

#ad1 {
	float: left;
	padding: 5px 0px 0px;
	height: 20px;
	width: 679px;
	background: #2e3335;
	border: 1px solid #272c2e;
	margin: 5px;
	text-align: center;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
}

.ad2 {
	text-align: center;
	padding: 10px 0px;
	border-top: 1px solid #222629;
    background: #2E3335;
}
.text {
	font-family: Arial,verdana, sans-serif;
	margin: 5px 0px 0px 0px;
	float: left;
	width: 686px;
	height: 100%;
	padding: 0px 0px 0px 1px;
}
.text .title, 
.text p {
	padding-left: 20px;
	color: #4395BE;
}


/*HEADER STYLES*/

ul.rss_list {
	list-style: none;
	float: right;
	margin-right: 5px;
	margin-top: 0px;
	height: 20px;
	line-height: 20px;
}

ul.rss_list li {
	margin-left: 20px;
	float: left;
}

ul.rss_list li a {
	float: left;
	height: 20px;
	padding-left: 50px;
	background: url(images/rss.png) left center no-repeat;
	text-decoration: none;
	color: #FFF !important;
}

ul.rss_list li a:hover {
	text-decoration: underline;
}

ul#login_site {
	list-style: none;
	float: right;
	margin: 20px 5px 13px 0px;
	padding: 0px;
	width: 273px;
}

ul#login_site li {
	float: left;
	margin-right: 20px;
}

ul#login_site li a {
	color: #334a55;
}

ul#login_site li a:hover {
    color: #4395BE;
}


/* SEARCH FORM */

form#searchform {
	clear: right;
	float: right;
	margin: 55px 0px 0px 0px; 
	overflow: hidden;
	width: 278px;
}


#s {
	float: left;
	width: 199px;
	height: 19px;
	background: #efefef url(images/form.gif) repeat-x;
	border: 1px solid #ccc;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color: #0d4f73;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
    margin-bottom: 5px;
    padding: 2px 0px 0px 3px;
	-webkit-box-shadow: 2px 2px 3px #393F42;
}

#searchsubmit {
	float: right;
	margin: 0px 5px 5px 5px;
	border: 1px solid #066C9C;
	background: #FFF url(images/taba.jpg) repeat-x;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 23px;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
	padding-bottom: 3px;
	width: 63px;
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 3px #393F42;
}

#searchsubmit:hover {
	color: #000;
	cursor: pointer;
}


/* GOOGLE FRIEND */

#div-1231066965610 {
	border: 0px !important;
	display: none;
	width: 680px !important;
	margin-top: -16px;
    border-top: 5px solid #2e3335 !important;
}

#div-1231150436595 {
	border: 0px !important;
	display: none;
	width: 680px !important;
    border-bottom: 5px solid #2e3335 !important;
}


/* NOT FOUND SEARCHING & NO SUCH PAGE ERROR */

.cover #not_found_exclam, .text #no_such_page_exclam {
	padding: 20px 0px 20px 10px;
	margin: 0px;
	color: #DDD;
}

.cover #not_found, .text #no_such_page {
	width: 670px;
	margin: 0px 5px;
	padding: 5px;
	-moz-border-radius: 5px;     
	-webkit-border-radius: 5px;  
	border-radius: 5px;
	color: #C2D4DD;
	background: #ddd;
	text-align: justify;
}
.cover #not_found p, .text #no_such_page p {
    color: #2e3335;
    padding: 5px 0px;
    margin: 0px;
}


/* Add Comment & More... Links */

.meta {
	color: #226b91;
	height: 24px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	background: #232628;
}

.comm {
	background: url(images/comm.jpg) 10px center no-repeat;
	float: left;
	height: 21px;
	padding: 3px 0px 0px 35px;
}

.comm a:link,
.comm a:visited {
	color: #24A1CC;
}

.comm a:hover {
	color: #DDD;
}

.meta a {
	display :block;
}

.postmore {
	float: right;
	background: url(images/pmore.jpg) left no-repeat;
	height: 21px;
	padding: 3px 0px 0px 25px;
}

.postmore a:link,
.postmore a:visited {
	color: #24A1CC;
}

.postmore a:hover {
	color: #D3D3D3;
}


/* OTHER */

.archive_thumbs {
		border: 1px outset #2E3335;
		padding: 0px;
		margin-right: 20px;
}

#fractal_poetry {
        display: none;
        color: #ddd;
        padding: 0px 0px 25px 0px;
        width: 241px;
        margin: 0px auto;
}

div.clearfix {
	width: 100%;
	height: 30px;
	clear: both;
	overflow: hidden;
	text-indent: -9999px;
}

ul.seo_link {
	position: absolute;
    left: 0px;
	z-index: -1;
}

ul.seo_link,
ul.seo_link li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.seo_link li a {
	float: left;
	text-indent: -9999px;
}
#at16p{
width: 657px!important;
    margin-left: -495px!important;
    padding: 12px!important;
 	border-radius: 10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
}
#at16pi{
width:657px!important;
	border-radius: 5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
    border: none !important;
}
#at16pf {
	background:#DFE3E6;
	border-radius: 0 0 5px 5px; 
	-moz-border-radius: 0 0 5px 5px;  
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
    border: none !important;

}
#at16s_head, #at15s_head {
	border-radius: 5px 5px 0 0; 
	-moz-border-radius: 5px 5px 0 0;  
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
    border: none !important;
	background:#fff url(images/catmenho.jpg) repeat-x !important;
}
#at16pt{
	border-radius: 5px 5px 0 0; 
	-moz-border-radius: 5px 5px 0 0;  
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	background:#fff url(images/catmenho.jpg) repeat-x !important;
}
#at15s {
	border-radius: 5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
    color: #333 !important;
    border: none !important;
}

#at_hover{
	background:#fff url(images/bottom.jpg) repeat-x !important;
    border: none;
}
#at_hover .at_item, #at_share .at_item{
	border-radius: 5px !important; 
	-moz-border-radius:5px !important; 
	-webkit-border-radius:5px !important;
    margin-bottom: 2px;
}
.addthis {
	margin-right: 6px;
}
#at16pc{
	border-top: 1px solid #fff;
	background:#fff url(images/bottom.jpg) repeat-x !important;
}
