*:focus{outline:none;}

body {
	margin: 0px;
	padding: 0;
	background: #e5e5f6;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	border-bottom: none;
	text-decoration:underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width:100%;
	margin: 0 auto;
	padding-top:10px;
	position:relative;
}

/* Header */

#logo {
	height: 50px;
	width:1000px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position:relative;
}

#logo span {
	color: #000000;
	padding-left: 30px;
	padding-right:25px;
	margin-top: 10px;
	float: right;
	display: block;
}

#logo div {
	position: absolute;
	z-index: 1;
	left: 0px;
}

#logo h1 {
	float: left;
	margin: 0 auto;
	color: #000000;
	padding: 0px 0 0 100px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

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

/* Menu */

#menu {
	width:1000px;
	margin: 0 auto;
	padding: 0;
	height: 70px;
	background: url(../images/img01.gif) no-repeat left top;
	position:relative;
}

#menu ul {
	margin: 0;
	padding: 35px 0 0 100px;
	list-style: none;
}

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

#menu a {
	height: 30px;
	margin: 0;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	color:#026058;
	text-decoration: underline;
}

#menu .activ a {
	color:#026058;
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #e5e5f6;
}

/* Page */

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

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 0px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 480px;
	padding: 10px 10px 0px 10px;
}

.post {
	padding-bottom: 15px;
	line-height: 130%;
}

.post a {}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #000000;
}

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

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.entry a {color:#00796e;}

.entry ul {
padding:0px;
padding-bottom:10px;
margin:0px;}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	display: block;
	width: 101px;
	height: 24px;
	padding-left: 10px;
	background: url(../images/img06.jpg) no-repeat left top;
	text-align: left;
	color: #FFFFFF;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	width: 200px;
	padding-left: 40px;
	padding-right: 10px;
}

#sidebar2 {
	float: right;
	width: 200px;
	padding-right: 40px;
}

.sidebar {
	float: left;
	margin-top: 20px;
	padding: 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
	background-color:#1cc8b9;
}

.sidebar li ul {
	background: none;
	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 10px;
	padding: 8px 0px;
	border-bottom: 1px #ffffff dashed;
	background: none;
}


.sidebar li h2 {
	background:#014f48;
	margin: 0 0 0 0;
	padding: 8px 15px 8px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.sidebar a {
	padding: 5px;
}

.sidebar #activ a {
	color:#c0f3ef;
	background-color: #014f48;
	display: block;
	text-transform: uppercase;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 20px 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background-color: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}


/* Footer */

#footer {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/img03.gif) no-repeat center top;
	position:relative;
}

#footer p {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: smaller;
	color:#026058;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
}
#footer ul {
	margin: 0px;
	width: 1000px;
	padding-top: 3px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size:10px;
}
#footer ul li {
	display: inline;
	color:#006666;
}


#footer .link {
}

#footer .copyright {
}

#galerie {
		background-color: #444;
					}
	#galerie ul { list-style: none; padding:5px; text-align:center;}
	#galerie ul li { display:inline;}
	#galerie ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 10px;
	}
	#galerie ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 10px;
		color: #fff;
	}
	#galerie ul a:hover { color: #fff; }
	
#gallery a{text-decoration:none; color:#666666;}
#gallery a:hover{text-decoration:underline;}

#linkuri a{text-decoration:none; color:#990000;}
#linkuri a:hover{text-decoration:underline;}


#JT_close{font-size: 1.1em; color:#fff;}
#JT_copy p, #JT_copy ul{font-size: 1.1em; color:#fff;}

hr{margin:10px 0;color:#990000;}

ul{
	list-style: none;
}

ul li{
padding-top:3px;
}

#contentPad{
margin:20px;
color:#000000;
}

#JT {
	position: absolute;
	background:#fcfcfc;
	border:1px solid #1cc8b9;
}

#JT_copy{
	padding:0px 10px 0px 10px;
	color:#333333;
	font-size:0.9em;
}

.JT_loader{
	background-image: url(../images/info/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close{
	background-color: #1cc8b9;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
padding:0px 0px 0px 0px;
margin:5px 5px 5px 5px;
font-size:0.9em;
color:#333333;
}

#JT_copy img{
	border: 1px solid #1cc8b9;;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:3px;
	margin-top:1px;
}

.jTip{
cursor:help;
}

.up {text-align:right;}

.lista {padding-left:30px;}
.lista ul {list-style:disc;}


table {
	padding: 0;
	margin: 0;
	border-left:1px #d13838 solid;
}

th {
	color: #fff;
	border-right: 1px solid #d13838;
	border-bottom: 1px solid #d13838;
	border-top: 1px solid #d13838;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #b10010;
}


td {
	border-right: 1px solid #d13838;
	border-bottom: 1px solid #d13838;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align:left;
}


/*vreme*/

#noastra-weather-box {width: 200px;background: #1cc8b9;margin: 0;padding: 2px;}
#noastra-weather-box p {font: normal 12px Arial, Tahoma, Verdana, sans-serif;color: #fff;}
#noastra-weather-box p strong {font-weight: bold;}
#noastra-weather-box a {color: #fff;text-decoration: none;}
#noastra-weather-box a:hover {text-decoration: underline;}