/*
	Re-Written by Mihail Gaberov 2009(c) (based on CSS code of Iliyan Betovski)
	email: mihail.gaberov@abv.bg
*/

#error {
	width: 350px;
	margin: auto;
}

/* "Fixes" */

#head { display:block; }
#foot { display:block; }
blockquote { -moz-border-radius:0px }
blockquote h5 { -moz-border-radius:0px }

/* Fonts */
body { font:normal 12pt Arial,Verdana,Sans-Serif; }
td { font:normal 12pt Arial,Verdana,Sans-Serif; }
h4 { font:bold 14pt Arial,Sans-Serif; }
h5 { font:bold 13pt Arial,Verdana,Sans-Serif; }

form { padding: 10px; }

p { text-indent: 2%; text-align: justify; }
p.noindent { text-indent: 0px; text-align: justify; }
p.title { text-align: center; font-weight: bold; }
p.date { font-style: italic; }

h4 { padding-bottom: 0; margin-bottom: 0; text-align: center; }
h5 { text-indent: 8px; text-align: left; padding: 3px 10px 3px 0px; margin-bottom: 0px; }
strong { font-weight:bold; }
td a { font-weight:normal; }
a { font-weight:normal; text-decoration: underline; }
b small { border-bottom:1px dashed black; }

/* blockquote p { text-indent:0px; padding-left:10px; padding-right:10px; margin-top:7px; margin-bottom:7px; }
blockquote p.comment { font-style:italic; padding-left:15px; padding-right:15px; }
blockquote p.author { padding-bottom: 2px; font-size: smaller; font-style:normal; } */

.formerr { color: red; font-style: italic; }

#spacer { margin-left: 4%; margin-right: 4%; }
#buttons { margin-left: 4%; margin-right: 4%; text-align: right; }

.ie { background-color:red; color:yellow; font-weight:bold; }
.ie A { color:white; }
.ie A:hover { color:silver; }
.ie P { margin-left: 5%; margin-right: 5%; }

/* Green colors */
body { background-color: #aaaaaa; color: #000000; }
h5 { color:#032C43; background-color: #36FF4c; }

a { color:#C0C0C0; }
a:hover{ color:#F29107; }


/* #### Misho 16 June 2009 ####*/

body {
	background: #525252 url(images/bg.jpg) top left repeat-x;
}

#main {
	margin: 0 auto;
	/* width: 750px; */
	width: 765px;
	background: #f8f8f8;
	font-size: 14px;
	font-family: Georgia, Arial,Verdana,Sans-Serif;
	/* padding: 0 10px 10px 10px; */
	padding: 0 0 10px 0;
	/* border: 1px solid #000; */
	/* color: #2e3f57; */
	color: #5a5a5a;
}
#main a {
	color: #f29107;
}
#main a:hover {
	text-decoration: none;
	color: #c4a273;
}

#main p {
	/* color: #2e3f57; */
	color: #5a5a5a;
	letter-spacing: -0.5px;
}
#main h5 {
	background: none;
	font-size: 14px;
	/* text-align: right; */
	border-bottom: 2px solid #525252;
	margin-top:50px;
}

.main_bottom_bg {
	background: url(images/main_bottom_bg.png) no-repeat;
	height: 12px;
	width: 766px;
	display: block;
	padding: 0;
	margin: 0 auto;
}
#head {
	margin: 0 auto;
	padding: 0px 20px 5px 20px;
	background: url(images/blog_header_03072009_straight_mirror2.png) center no-repeat;
	/* height: 150px; */
	height: 200px;
	color: fff;
	/* border: 2px solid #48535a; */
	position: relative;
	width: 765px; /* ширината на дизайна*/
}
#head a {
	display: block;
	width: 180px;
	height: 140px;
	position: absolute;
	top: 0; left: 0;
	text-indent: -2000px;
	/* text-align: left; */
	margin-left: 40px;
	margin-top: 50px;
}
#head h1 {
	margin: 0px;
	color: #fff;
	font-family: Tiza;
	/* text-align: left; */
	text-align: center;
	font-size:	1.3em;
}
#head h1 b {
	display:	block;
	font-size:	2em;
	font-style: italic;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
#head p {
	margin: 0px 0 0 0;
	color: #fff;
	font-size: 16px;
	font-family: Tiza;
	/* text-align: left; */
	text-align: center;
	letter-spacing: 1px;
}

/*TOP menu*/
#navcontainer {
	width: 100%;
	/* font-size:93%; */
	font-family: Arial, Verdna, sans-serif;
	background: #2a2a2a url("images/top_menu_right.png") top right no-repeat;
	line-height: normal;
	height: 40px;
}
#navcontainer ul {
	background: url("images/top_menu_left_corner.jpg") no-repeat left top;
	list-style: none;
	width: 765px;
	margin: 0;
	padding: 0;
	height: 40px;
}
#navlist li {	
	display: inline;
	list-style-type: none;
	float: left;
	background: url("images/top_menu_separator.jpg") no-repeat right top;
}
#navlist li a {
	display:block;
	float: left;
	color: #c4c4c4;
	padding:10px 16px;
	text-decoration: none;
	font-size: 14px;
}
#navlist li a:hover {
	color: #f29107;
	text-decoration: none;
}
#navcontainer span {
	display: block;
	background: url("images/top_menu_right_corner.jpg") no-repeat right top;
	margin: 0;
	padding: 0;
	height: 40px;
}
#navlist li.last_menu_item {
	background: none;
}
/* #navcontainer b {
	display: block;
	background: url("images/top_menu_separator.jpg") no-repeat right top;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 4px;
} */

#navcontainer input {
	background: url(images/search_input_background.jpg) top left no-repeat;
	border: none;
	height: 21px;
	margin-left: 100px;
	padding-left: 3px;
	/* padding-top: 2px; */
	color: #696969;
	font-family: Georgia, Arial,Verdana,Sans-Serif;
}

/*Right Side Menu*/
#menu {
	float: right;
	width: 22%;
	padding: 0px;
	list-style-type: none;
	border: 0px;
	/*background: #f2f0eb;*/
	/* background: #FFF; */
	background: #f8f8f8;
	/* border: 2px solid #cbc7c1; */
	margin: 10px 0 0 0;
}

#menu b {
	display: block;
	font-size: 14px;
	font-family: Arial, Verdna, sans-serif;
	padding: 1px 1px 10px 0px;
	margin: 0px;
	color: #f29107;
	text-align: left;
	/* border-bottom: 2px solid #990000; */
}
#menu img {
	display: block;
	padding: 1px 5px 1px 0px;
	margin: 0px;
	float: left;
}
#menu li a {
	font-size: 13px;
	font-family: Arial, Verdna, sans-serif;
	color: #7a7a7a;
	/* padding: 0 0 0 10px; */
	padding: 0;
	display: block;
	font-weight: normal;
	text-decoration:	none;
}

#menu li a:hover {
	
}
#cont {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 74%;
   /*  border: 1px solid #aaa; */
	background: #FFF;
}
#daysnav {
	font-family: Arial, Verdna, sans-serif;
	margin: 5px;
}
#days {
	margin: 10px;
	padding: 0 10px;
   /*  border: 1px solid #aaa; */
	background: #FFF;
	text-align: justify;
}
#days h3{
	font-family: Arial, Verdna, sans-serif;
	font-size: 22px;
}
#cont h5 a {
	text-decoration: none;
	color: #676767;
}
#cont h3 {
	color: #303030;
	font-size: 22px;
	font-family: Arial, Verdana, sans-serif;
}

#pre {
	background: #d1eafe;
	padding: 5px;
	border: 1px dashed #aaa;
}
div.pre {
	background: #d1eafe;
	padding: 5px;
	border: 1px dashed #aaa;
}

/* Misho - Projects page*/
p.maincontent_link {
	padding: 0 200px 0 0;
}
div.blank_space {
	height: 200px;
}

/* Misho - Comments Area */

/* Comments Title Bar */
.comments_title {
	width: 500px;
	font: normal 11pt Arial,Verdana,Sans-Serif;
	height: 45px;
}
.cmtlinks { 
	/* background-color: #FFF;  */
	background: url(images/comments_title.jpg) no-repeat;
	height: 45px;
	display: block;
	float: left;
	width: 300px;
	padding-top: 20px;
	padding-left: 32px;
	margin-left: 18px;
}
.cmtlinks b {
	color: #f29107;
}
.addcomment_link {
	text-align: right;
	float: right;
	display: block;
	padding-top: 20px;
}
.addcomment_link a {
	/* color: #5a5a5a !important; */
	text-decoration: none;
}
.addcomment_link a:hover {
	color: #c4a273 !important;
	text-decoration: none;
}
.addcomment_link b {
	background: url(images/circle.png) center no-repeat;
	color: #fff;
}
/* End - Comments Title Bar */

/* Comments separator */
.comments_separator {
	background: url(images/comments_separator.jpg) top left no-repeat;
	height: 3px;
	display: block;
}
#comments_top {
	background: url(images/comments_background_top.jpg) top left no-repeat;
	height: 12px;
	margin-left: 18px;
}
#comments_bottom {
	background: url(images/comments_background_bottom.jpg) top left no-repeat;
	height: 13px;
	margin-left: 18px;
}
#comments_area {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	background: #f8f8f8;
	width: 505px;
	margin-left: 18px;
}
/* #comments_area h5.index {
	background: url(comments.gif) bottom left no-repeat;
	border: none;
	padding: 5px 30px 7px 35px;
	text-align: left;
	margin: 0px;
	color: #92987a;
	font-weight: normal;
	letter-spacing: 3px;
} */
#comments_area p {
	padding: 0 10px 0 10px;
	/* color: #0c1d35; */
	font-size: 11px;
}
#comments_area b.anchor {
	padding:	2px 2px 2px 5px;
	float:	right;
	text-decoration:	none;
	font-weight:	bold;
	font-size:	5em;
	color: #F4F2fe;
	
}
#comments_area p.comment_content {
	margin: 0;
	padding:	10px !important;
	_height:	30px;
	font-size:	13px;
	
}
p.author {
	margin:	0;
	padding:0;
	/* color: #f29107 !important; */
	clear:both;
	text-indent: 0;
}
p.author span {
	border-top:	1px solid #fafafa;
	background: #e7e7e7;
	display:block;
	padding:	3px;
}
/* div.even p.author span {
	background: #d4d4d4;
} */
p.author b {
	margin:	10px;
	float: left;
	font-size:	14px;
}
p.author u {
	display: block;
	margin:	10px;
	float: right;
	text-decoration: none;
}
/* blockquote {
	border: 1px solid #627078;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	background: #f8f8f8;
	margin-top: 0;
} */
/* #main blockquote h5.index {
	background: url(comments.gif) bottom left no-repeat;
	border: none;
	padding: 5px 30px 7px 35px;
	text-align: left;
	margin: 0px;
	color: #92987a;
	font-weight: normal;
	letter-spacing: 3px;
} */
/* blockquote p {
	padding: 0 10px 0 10px;
	color: #0c1d35;
	color: #fff;
	font-size: 11px;
}
blockquote b.anchor {
	padding:	2px 2px 2px 5px;
	float:	right;
	text-decoration:	none;
	font-weight:	bold;
	font-size:	5em;
	color: #F4F2fe;
	
} */

div.commentbody {
	margin-left: 0;
	font: normal 12pt Arial,Verdana,Sans-Serif;
}
div.commentbody p {
	padding: 5px 5px 5px 0 !important;
	margin-top: 0;
	margin-bottom: 0;
}
div.commentbody span {
	display:block;
	font: normal 8pt Arial,Verdana,Sans-Serif;
	padding:5px;
	text-align:right;
}
/* End - Comments Area */
	#wallpapers li {
		list-style-type: none;
	text-align: center;
	width: 220px;
	display: inline;
	float: left;
	}
						
	#wallpapers li img {
	display: block;
	border: 3px solid #990000;
	padding: 2px;
	}
	#wallpapers li img:hover {
	border-color: #c4a273;
	}
										

#foot {
	clear: both;
	text-align: right;
	padding: 10px 0 0 0;
	border-top: 2px solid #990000;
}
#foot p {
	text-align: right;
	margin: 0px;
}
hr {
	margin: 0px;
}

#copyright {
	clear:both;
	color:#C0C0C0;
	margin:0 auto;
	padding:10px;
	text-align:left;
	width:765px;
	font-style:italic; 
	font-size:smaller; 
}

#copyright img {
	padding-right: 20px;
	float: right;
}
div.pre {
	background: #eee;
}
/* 
.commentbody {
	background: transparent url(balloon.gif) top left no-repeat;
	padding-left: 20px;
	margin-left: 2px;
} */

/* clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html div.clearfix {
	height: 1px;
}
