body {
background-image:url('images/old_map.png');
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #141414;
height:100%;
	
}
	
#wrapper {
width:980px;
height:auto;
background-image:url('./images/backgr1.jpg') ;
font-size: 17px;
margin: auto;
box-shadow: 0px 2px 20px #000;
behavior: url(ie-css3.htc);
border-radius: 10px;
-moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;
 /*font-family: book antiqua;*/
 font-family:DroidSerifBold;
}


#header {
background-color: #ccc;
behavior: url(ie-css3.htc);
border-top-left-radius: 10px;
-moz-border-top-left-radius: 10px;
 -webkit-border-top-left-radius: 10px;
 -khtml-border-top-left-radius: 10px;
 border-top-right-radius: 10px;
-moz-border-top-right-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 -khtml-border-top-right-radius: 10px;
/* border-radius: 10px;
-moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;*/
width:980px;
height:250px;
margin-top: 0px;
background-image:url('./images/header1.jpg') ;

}


#nav {
font-family:DroidSerifBold;
/*background-image: url('images/nav2.png');*/
width:911px;
height: 50px;
text-align:center;
margin-left: 5px;
margin-top: 0px;
/*text-shadow: 3px 3px 2px #000;*/
font-size: 17px;
color: black;
border-radius: 10px;
-moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;
}
#nav a {
line-height:50px;
text-align:center;
height: 50px;
padding: 5px;

font-weight: bold;
color: black;
text-decoration: none;
}
#nav a:hover {
/*background: #111111;*/
	color: red;
}
#nav a:active {
/*background:#111111;*/
color: #FCFDDF;
}
body#home  a#home,
body#about  a#about,
body#subscribe a#subscribe,
body#ads a#ads,
body#contact a#contact,
body#contacts a#contacts,
body#anunturi a#anunturi,
body#picture a#picture,
body#direction a#direction,
body#schedule a#schedule,
body#program a#program,
body#upload a#upload,
body#events a#events,
body#evenimente a#evenimente

{color: blue} 

#sidebar{
font-family:book antiqua;
box-shadow: 0px 1px 8px #888888;
float:left;
width:250px;
height:auto;
background-image:url('./images/sidebarnoise1.png') ;
color: black;
font-size: 14px;
margin-bottom: 10px;
margin-top:50px;
margin-left: 40px;
margin-right: 5px;
padding:10px;
/*border-style: solid;
border-width: 1px;
border-radius: 10px;
border-color: #ccc;
border-right:1px solid #ccc;*/
border-radius: 10px;
-moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;

}
#sidebar img.center {
   display:block;
   margin:auto;
}

#content {
float:left;
width: 605px;
height: auto;
overflow:auto;
margin-left: 10px;
margin-right: 5px;
padding:5px;
/*background-image:url('./images/background.jpg');*/
border-radius: 10px;
-moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;
 margin-bottom: 10px;
margin-top:10px;
margin-left: 5px;
margin-right: 0px;
}
img. ads  {
      display: block;
      margin:auto;
}
#content_1{
margin-left: 100px;
margin-right: 100px;
padding:20px;
}


#footer {
font-family:DroidSerifBold;
clear:both;
width:774px;
height:50px;
text-align:center;
margin-bottom:25px;
margin-top:20px;
margin-left:94px;
font-size: 16px;
/*
border-top:3px solid #ccc;

background-color: #D4E6FE;
border-bottom-left-radius: 10px;
-moz-border-bottom-left-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -khtml-border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
-moz-border-bottom-right-radius: 10px;
 -webkit-border-bottom-right-radius: 10px;
 -khtml-border-bottom-right-radius: 10px;*/
}

#footer a {
line-height:50px;
text-align:center;
}

fieldset { 
border:1px solid black;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

textarea
{
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	border: 1px solid #000;
	background: white url(images/content_top.jpg) 0 0 repeat-x;
}

input.contact
{
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	border: 1px solid #000;
	background: white url(images/content_top.jpg) 0 0 repeat-x;
}
#response {
	margin-bottom: 20px;
	text-align: center;
}
#response .success {
	color: #08a300;
}
#response .failure {
	color: #dc0000;
}
.error[generated=true] {
	color: #dc0000;
	font-size: 16px;
	padding: 5px 0 2px 5px;
}
tr.error td {
	padding: 0;
}

#fb-like {

margin-left:50px;
margin-top:10px;
margin-bottom:-30px;

}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}.button:hover {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.button:active {
	position:relative;
	top:1px;
}
.button1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}.button1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.button1:active {
	position:relative;
	top:1px;
}

.loading{margin-left:10px;}
.hide        { display: none; }