/*  
Theme Name: ambient selfish
Theme URI: http://www.creativedesign.bg/
Description: New theme for the 10th annuversery on-line.
Version: 0.9.1
Author: George Ivanov
Author URI: http://www.creativedesign.bg/
*/


body {
  	background-color:#70300f;
  	margin:60px 0px 20px 0px; 
  	padding:0px 0px 0px 0px;
  	text-align: center;
  	font:12px/14px "Tahoma";
  	color:#000000;
}
DIV{									/*hack about div sizing in Mozilla*/
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
.navigation { font-size: 11px; padding: 4px 0 0 0;}
.alignleft { float: left; text-align: left; }
.alignright { float: right; margin-top: -1px; text-align: right; }

p{
	margin:0px 0px 12px 0px;
	padding:0px 0px 0px 0px;
}
a {
  outline: none;
}
img{
	border-style: none;
	text-decoration: none;
}
.clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 1px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 0px;
	content: ".";
}
.container{
	margin-left: auto;
	margin-right: auto;
	width: 893px;
	height: 501px;
}
.copyright{
	width: 15px;
	height: 501px;
	position: static;
	float: left;
	margin: auto;
}
.copyright img {
}
.logo{
	width: 881px;
	height: 41px;
	position: static;
	float: left;
	padding-left:185px;
	vertical-align: top;
	text-align: left;
}
.main-div{
	width: 881px;
	height: 460px;
	position: static;
	float: left;
}
.div-img-left{
	width: 185px;
	height: 460px;
	position: relative;
	float: left;
}
.sidebar{
	width: 181px;
	height: 460px;
	position: relative;
	float: left;
	background-color: #786913;
}
.content{
	width: 515px;
	height: 307px;
	background-color: #c8c097;
	padding: 0px;
	margin: 0px;
	float: left;
}
.content-inside {
	width: 515px;
	height: 460px;
	background-color: #c8c097;
	padding: 0px;
	margin: 0px;
	float: left;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden; 
	font:12px/14px "Tahoma";
}
.content-inside img  {
	float: left;
	background-color: #fff;
	border: 0px solid #a9a9a9;
	margin-right: 5px;
	margin-bottom: 8px;
	padding: 2px;
	line-height:0px;
}
html>body .content-inside {
	width: 515px;
	height: 460px;
	background-color: #c8c097;
	padding: 0px;
	margin: 0px;
	float: left;
}

.img-home{
	width: 515px;
	height: 153px;
	position: relative;
	float: left;
}
.content-inside img {
	border: 1px solid #ffffff;
	margin-bottom:5px;
}
.post img {
	border: 1px solid #ffffff;
	margin-bottom:5px;
}

h1{
	font: bold 14px Tahoma;
	color:#70300f;
	text-transform: uppercase;
	text-align: left;
}
h2{
	font: bold 12px Tahoma;
	color:#a9420d;
	text-transform: uppercase;
	text-align: left;
}
h2 a {
	font: bold 12px Tahoma;
	color:#a9420d;
	text-transform: uppercase;
	text-align: left;
}
h2 a:link {
	font: bold 12px Tahoma;
	color:#a9420d;
	text-transform: uppercase;
	text-align: left;
}
h2 a:active {
	font: bold 12px Tahoma;
	color:#a9420d;
	text-transform: uppercase;
	text-align: left;
}
h2 a:visited {
	font: bold 12px Tahoma;
	color:#a9420d;
	text-transform: uppercase;
	text-align: left;
}
h2 a:hover {
	font: bold 12px Tahoma;
	color:#ffffff;
	text-transform: uppercase;
	text-align: left;
}
.main-div p{
	padding: 0px 0px 0px 0px;
	text-align: left;
}
a {
	color: #70300f;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a.more:link, active{
	color: #70300f;
	text-decoration: underline;
}
a.more:visited{
	color: #70300f;
	text-decoration: underline;
}
a.more:hover{
	color: #ffffff;
	text-decoration: none;
}
p.menu-block {
	margin:20px 0px 0px 20px;
	font: 12px/15px Tahoma;
	color:#ffffff;
}
.menu-lv1 {
	color: #f58546;
	text-decoration: none;	
	text-transform: uppercase;
}
a.menu-lv2:link, active{
	color: #ffffff;
	text-decoration: none;	
}
a.menu-lv2:visited{
	color: #ffffff;
	text-decoration: none;	
}
a.menu-lv2:hover{
	color: #000000;
	text-decoration: none;	
}
.li { 
		text-align: left;
}
.ul { 
		text-align: left;
}
.small { 
	font: 10px Tahoma;
		text-align: left;
}