a {
	color: #b40000; 
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #575757;
	background-color: inherit;
}
body {
	margin: 0; padding: 0;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333; 
	background: #FFF url(http://imobile-noi.ro/images/bg.gif) repeat-x;	
	text-align: center; 
}
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 860px;
	text-align: left;
}

#header { 
	position: relative;
	height: 70px; 
	margin: 0; padding: 0;
	color: #808080; 		
}
#header h1#logo {
	position: absolute;	
	font: bold 3.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #0755AF;
	letter-spacing: -2px;	
	border: none;	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 2px;		
}
#header h1#logo span { color: #F18359; }
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 12px Arial, Tahoma, Sans-Serif;
	text-transform: none;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 49px;
	left: 49px;
	width: 688px;
}

/* menu */
#menu {
	clear: both;
	background: #FF9966 url(http://imobile-noi.ro/images/menubg.gif) repeat-x;
	height: 30px;
	margin: 0;
	font: bolder 1.0em/30px Tahoma, Verdana, Arial, Sans-Serif;		
}
#menu ul{
	margin: 0; padding: 0 0 0 8px;
}
#menu ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #FFFFFF;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	color: #FFF;	
}
#menu ul li a:hover {
  	color: #333;	
	background: url(http://imobile-noi.ro/images/menu-hover-bg.gif) repeat-x;
}
#menu ul li#current a {
	color: #333;
	background: url(http://imobile-noi.ro/images/menu-current-bg.gif) repeat-x;	
}

#content {
	width: 74%;
	float: left;
}

#sidebar {
	float: left;
	width: 26%; 
	background: url(http://imobile-noi.ro/images/bgi.gif) repeat-x;
	height:100%;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(http://imobile-noi.ro/images/arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

/* sidebar */
/*
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(http://imobile-noi.ro/images/arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}
#rightbar {
	float: right;
	width: 21%;
	padding: 0;
	margin: 0;
	display: inline; 			
}

#rightbar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#rightbar ul.sidemenu li {
	border-bottom: 0px solid #EFF0F1;	
	background: url(arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}
 */
* html body #rightbar ul.sidemenu li { height: 1%; }

#rightbar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}


#main {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 98%;	
}

#both {
	clear: both;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
}
.post-footer .date {
	background: url(http://imobile-noi.ro/images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(http://imobile-noi.ro/images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(http://imobile-noi.ro/images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
/* footer */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
	background: #CCCCCC;
	height: 60px;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
	width: 860px;
	background: #CCCCCC;
	height: 60px;
}
#footer-content #footer-left {
	padding: 10px;
	width: 33%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 60%;
	float: right;
	text-align: right;
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}
