/******
Theme Name: Hamali
Theme URI: http://hamaly.net
Description: Just another wordpress theme.
Author: SEO 4 BG
Author URI: http://seo4.bg
*****/

* {
	margin:0; padding:0;
	font-size:100%;
}

body {
	margin: 0;
	padding: 0;
	color: #555555;
	text-align: left;
	background: #ffffff;
	font-family: normal 11px Arial, Helvetica, sans-serif;
}

#page_wraper {
	border-top: 8px solid #2E2E2E;
	background: url(images/footer-bg.gif) repeat-x bottom;
}

#container {
	width: 898px;
	text-align: left;
	margin: 0px auto;
	line-height: 1.4em;
}


a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #555555;
}

a:hover, a:active {
	color: #1C1D16;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 5px 0 10px;
	padding: 0;
	line-height: 1.8em;
}

ul, ol, blockquote, pre {
	color: #555555;
	margin: 12px;
	padding: 8px;
}


ul {
	list-style-type: square;
}

blockquote, pre {
	background-color: #F9F6ED;
	border: 1px solid #cccccc;
}

ins {
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}

del {
	color: #555555;
}

abbr, acronym {
	cursor: help;
}

/**--Header--**/

#header {
	width: 898px;
	height: 332px;
	padding-top: 10px;
	padding-bottom: 12px;
	background: url(images/bg-top.jpg) no-repeat 0 8px;
	border-bottom: 8px solid #2E2E2E;
}

#logo {
	width: 327px;
	padding-top: 25px;
	background: url(images/bg-logo.gif) no-repeat right 38px;
	float: left;
}

#logo #title a {
	color: #9F9F9F;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.875em;
	padding-left: 17px;
	margin: 0;
	text-decoration: none;
}

#logo #slogan {
	color: #747474;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.875em;
	padding-left: 17px;
	margin: 0 0 30px 0;
}

#navigation {
	float: left;
}

#smallmenu { padding: 27px 0 0 10px; }

#smallmenu li {
	padding-right:15px;
	padding-left:15px;
	list-style:none;
	float:left;
	line-height:0.97em;
}

#smallmenu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#9f9f9f;
	text-decoration:none;
}

#smallmenu li a:hover {
	color:#9be425;
	text-decoration:underline;
}

.li_bord{
	border-right:solid 1px #9f9f9f;
}

#mainmenu { width: 327px; margin: 15px 0 0 5px; }

#mainmenu ul {
	list-style: none;
	width: 327px;
}

#mainmenu ul li {
	width: 327px;
	height: 38px;
}

#mainmenu ul li a {
	width: 327px;
	height: 38px;
	color: #8F8F8F;
	font-family: Verdana;
	font-size: 12px;
	line-height: 38px;
	text-indent: 30px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	background: url(images/nav-item.gif) no-repeat top left;
}

#mainmenu ul li a:hover {
	background: url(images/nav-item.gif) no-repeat bottom left;
}

/**--Content--**/

#content {
	width: 898px;
	background: url(images/line.gif) repeat-y 610px 0px;
	margin: 20px 0 70px 0;
	float: left;
}

#posts {
	width: 610px;
	float: left;
	margin: 5px 0 0 10px;
	color:#474747;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
}

#content h3 {
	background: url(images/pagetitle.gif) no-repeat left;
	text-indent: 25px;
	line-height: 30px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	text-transform: uppercase;
	color: #8F8F8F;
}

.post {
	
	padding: 10px 20px 10px 0px;
	margin: 0;
}

.postimage {
	width: 217px;
	height: 92px;
	margin: 5px 20px 10px 10px;
	float: left;
}

.post1 {
	background-image: url(images/image1.jpg);
}

.post2 {
	background-image: url(images/image2.jpg);
}

.post3 {
	background-image: url(images/image3.jpg);
}

.post h2 {
	color: #84B935;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	display: inline;
}

.post h2 a {
	text-decoration: underline;
	color: #84B935;
}

.post h2 a:hover {
	text-decoration: none;
	color: #84B935;
}

.post h2 a:visited {
	text-decoration: underline;
	color: #84B935;
}

.entry {
	line-height: 20px;
	border-top: 1px solid #777777;
	padding: 0;
}

.entry img.left { 
	padding: 6px; 
	margin: 10px 10px 10px 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 10px 0 10px 10px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 10px auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 10px 0 10px 10px; 
	border: 1px solid #CCC;
	background: #EEE;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/**--Navigation--**/

#menu {
	clear: both;
	text-decoration: none;
	float: left;
	width: 100%;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-align: left;
	background: #000000;
}

#menu a {
	text-decoration: none;
	padding: 5px 10px;
	color: #cccccc;
	font-size: 13px;
}

#menu a:hover {
	text-decoration: none;
	color: #ffffff;
}

#menu ul {
	margin: 0 auto;
	text-decoration: none;
	width: 850px;
	padding: 5px 0;
	text-align: left;
}

#menu ul li {
	display: inline;
	padding: 0;
	font-size: 13px;
}

.nav{
	padding: 10px 20px 10px 0px;
	line-height: 20px;
}

/**--Sidebar--**/

.sidebar {
	float: left;
	width: 240px;
	margin: 5px 0 0 25px;
	display: inline;
	overflow: hidden;
}

.sidebar ul {
	padding: 0;
	list-style-type: none;
	margin: 0px 0px 30px 0px;
}

.sidebar ul li {
	text-decoration: none;
	margin: 0;
	padding: 0 0 5px 0;
	color: #555555;
	border-bottom: 1px solid #DCDBDB;
}

.sidebar ul li h2 {
	color: #84B935;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.sidebar ul ul li {
	padding: 0;
	margin: 0;
	line-height: 20px;
}

.sidebar a {
	color: #1C1D15;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding: 6px 0px; 
}

.sidebar a:hover {
	color: #555555;
	font-size: 13px;
	text-decoration: none;
}

/**--Footer--**/

#footer {
	width: 898px;
	height: 77px;
	clear: both;
	color: #555555;
	padding: 0;
	margin: 0;
	background: url(images/footerimg.png) no-repeat 610px 0px;
	
}

#footer #left {
	width: 610px;
	line-height: 77px;
	float: left;
}

#footer #right {
	width: 288px;
	line-height: 77px;
	text-align: right;
	float: left;
}



/**--Comments Section--**/

#commentlist li {
	margin-bottom: 1.5em;
	padding: 0 0 0 40px;
	border-bottom: 1px solid #777777;
}

#commentform {
	margin: 1em 0;
	padding: 0 0 0 40px;
	width: 400px;
}

#commentfun {
	padding: 0 0 0 40px;
}

#commentform textarea {
	border: 1px solid #777777;
	width: 400px;
}

#commentform textarea:hover {
	border: 1px solid #777777;
}

#commentform textarea:focus {
	border: 1px solid #777777;
}


#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	border: 1px solid #777777;
	width: 400px;
}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	border: 1px solid #777777;
	width: 400px;
}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	border: 1px solid #777777;
	width: 400px;
}

#commentform input{
	margin-bottom: 3px;
}

.prices{
    margin: 10px 0 5px 0;
}
.prices, .prices td, .prices th{
    border-style: solid; 
    border-width :1px;
}

.prices td, .prices th{
    padding: 10px;
}

.prices th{
	/* Tuka na se opredelia cveta na na zaglavnite poleta v tablicata. Ako go zitriesh shte sa s sveta na ostanalite poleta */
    background-color: #EDEDED;
}
