/*
   By Gjoko Krstic, 2010
   gjoko@zeroscience.mk
*/


body {
	margin: 0;
	padding: 0;
	background: #171111;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #BDBDBD;
}

h1, h2, h3 {
	margin: 0;
	text-transform: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #0C95C9;
}

h1 {
	font-size: 16px;
	color: #1B1C21;
	float: none;
	text-decoration: none;
}

h2 {
	font-size: 11px;
}

h3 {
	color: #1B1C21;	
}

h4 {
	font-size:12px
}

h5 {
	text-decoration:underline;
	font-size:12px;
}

p, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: right;
}

ul {
	text-align:left;
}

ul, ol {
}

blockquote {
}

a {
	color: #DEDEDE;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr {
	display:block;
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: right;
	width: 740px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	margin-right: 3px;
	padding: 16px 30px 0px 30px;
	background: url(images/img04.jpg) no-repeat left top;
	text-decoration: none;
	text-transform: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #A3AECA;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu .first {
	background: none;
}

/* Search */

#search {
	float: left;
	width: 120px;
	height: 45px;
}

#search form {
	margin: 0;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 25px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Verdana, Geneva, sans-serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #000000;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 960px;
	padding: 0px;
	background: url(images/img02.jpg) repeat-y left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#page-bgtop {
	padding-top: 30px;
	color: #949494;
}

/** LOGO */

#logo {
	width: 960px;
	height: 134px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	text-transform: lowercase;
	font-size: 10px;
}

#logo h1 {
	padding-top: 54px;
	font-size: 40px;
	font-family: Verdana, Geneva, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 660px;
	padding-top: 0px;
	padding-right: 30px;
}

/* Post */

.post {
	margin-bottom: 10px;
	/*border-bottom: 1px dotted #474646;*/
}

.post .title {
	height: 15px;
	color: #000;
}

.post .title a {
	text-decoration: none;
	color: #000;
}

.post .date {
}

.post .meta {
	margin-top: -10px;
	padding: 2px 30px 2px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
	color: #949494;
}

.post .meta a {
	color: #949494;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0;
	color: #333;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #585D60;
	text-align:left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
	color:#D1D9EE;
	text-align: left;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px dotted #504D4B;
}

#sidebar p {
	margin: 0;
	padding: 0px 0px;
}

#sidebar h2 {
	height: 26px;
	margin: 0 0 10px 0px;
	padding: 12px 0 2px 0px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	color: #7E88A3;
}

#sidebar p {
	line-height: 200%;
	color: #BCC6E1;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #585D60;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 70px 0px 20px 0px;
	background: url(images/img03.jpg) no-repeat left top;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	text-align: right;
	line-height: normal;
	text-transform: none;
	font-size: 10px;
	color: #6C6A69;
}

#footer a {
	color: #6C6A69;
	text-decoration:none
}

#footer a:hover {
	color: #FFF;
	text-decoration:none
}
#vertical_menu {
	background-color: #32323A;
	display: block;
	border: 1px;
	width: 360px;
	height: 175px;
	color: #7E88A3;
	border-color: #1B1C21;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	padding-left: 5px;
	padding-right: 10px;
	background-image: url(images/vert_menu.gif);
	background-repeat:repeat-x;
	padding-top: 5px;
	padding-bottom: 7px;


}
#vertical_menu a {
	color:#D1D9EE;
	
}
#vertical_menu a:hover {
	
	color:#FFF;
	text-decoration:underline;
}


#vertical_menu2 {
	background-color: #050507;
	display: block;
	border: 1px;
	width: 250px;
	height: 172px;
	color: #7E88A3;
	border-color: #000;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	float: right;
	margin-top: -189px;
	background-image: url(images/vert_menu.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: center;
}
#vertical_menu2 a {
	color:#FFF;
	text-decoration:none;
}
#vertical_menu2 a:hover {
	color:#CCC;
}

#refs {

	display: block;

	width: 300px;
	height: 172px;
	/* color: #7E88A3;*/
	float: right;
	margin-top: -7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: left;
}
#refs a {
	/* color:#FFF;*/
	text-decoration:none;
}
#refs a:hover {
	/* color:#CCC;*/
	text-decoration:underline;
}