body {
	margin:0px;
	padding:0px;
	background-image:url("images/bg.jpg");
	background-repeat:repeat-x;
	background-color:#E1E9EC;
	font-family:Arial;
	font-size:12px;
}

img { border:0; }
.clear { clear:both; }

h2 { margin:0px; padding:0px; }

#header {
	width:960px;
	margin:0px auto;
	position:relative; 
	z-index:5;
}

.alignleft		{ float:left; }
.alignright {float: right;}

#logo { float:left; margin-left:-170px; position:relative; z-index:10;}
#header_menu { float:left; margin-left:-110px; position:relative; z-index:15; }

	#header_menu ul {
		margin:0px;
		padding:0px;
		list-style-type:none;
	}
	
	#header_menu ul li {
		float:left;
	}
	
	#header_menu ul li a {
		color:white;
		text-decoration:none;
		font-family:Arial;
		display:block;
		font-size:18px;
		letter-spacing:-1px;
		height:60px;
		padding-top:60px;
		padding-left:10px;
		padding-right:5px;
		background-image:none;
		margin-right:5px;
	}
	
	#header_menu ul li a:hover {
		background-image:url("images/header_over.jpg");
		background-repeat:repeat-x;
	}
	
	
	.header_menu_activ {
		background-image:url("images/header_over.jpg");
		background-repeat:repeat-x;
	}

#search {
	width:240px;
	height:31px;
	background-image:url("images/cautare.jpg");
	background-repeat:no-repeat;
	float:right;
	margin-top:20px;
}

	.search_input {
		background:#E4E4E4;
		width:198px;
		margin-left:10px;
		margin-top:5px;
		border:0;
	}	
	
	.search_submit {
		vertical-align:middle;
	}


#all {
	width:960px;
	margin:40px auto;
}

	#content {
		width:727px;
		float:left;
	}
	
		#content_sus {
			width:727px;
			height:14px;
			background-image:url("images/bg_sus.jpg");
			background-repeat:no-repeat;
		}
		
		#content_middle {
			width:665px;
			padding-left:35px;
			padding-right:25px;
			background-image:url("images/bg_pix.jpg");
			background-repeat:repeat-y;
			background-color:white;
		}
		
		/* STICKY */
		
		#content_middle h1 {
			margin:0;
			padding:0;
			font-size:26px;
			font-weight:bold;
			color:#1E5480;
		}
		
		#content_middle h1 a {
			color:black;
			text-decoration:none;
		}	
		
		.read_more {
			float:right;
			color:#5CA4EE;
		}
		
		.comentarii {
			width:78px;
			height:68px;
			background-image:url("images/comentarii.png");
			background-repeat:no-repeat;
			float:right;
			margin:0px 0px 10px 10px;
			text-align:center;
			font-size:26px;
			font-weight:bold;
			color:white;
			padding-top:3px;
		}
		
		/* POST */
		
		.main_pic {
			border:5px solid #CBCCD0;
		}
		
		.post {
			padding:15px 20px 0px 0px;
		}
		
		.post a {
			color:#5CA4EE;
		}
		
		.post p {
			font-style:italic;
			font-size:12px;
			line-height:18px;
			color:#333;
		}
		
		.post .entry {
			font-style:normal;
			font-size:12px;
			line-height:18px;
			color:#333;
			display:block;
		}
		
		.post_info {
			background:#5CA4EE;
			color:white;
			font-size:11px;
			padding:5px;
			line-height:25px;
		}
		
		.post_info a { color:white; }
		
		#content_jos {
			width:727px;
			height:14px;
			background-image:url("images/bg_jos.jpg");
			background-repeat:no-repeat;
		}
		
		#paginare {
			margin-top:30px;
			margin-bottom:20px;
			float:right;
		}
		
		
		#paginare ul {
			margin:0px;
			padding:0px;
			list-style-type:none;
		}
		
		#paginare ul li  {
			float:left;
			display:block;
			font-size:11px;
			font-weight:bold;
			margin-right:5px;
			color:black;
			
		}
		
		#paginare ul li a {
			padding:8px;
			border:1px solid #C8C8C8;
			background-image:url("images/bg_paginare.jpg");
			background-repeat:repeat-x;
			text-decoration:none;
			font-weight:bold;
			color:black;
		}
		
		#paginare ul li a:hover {
			text-decoration:underline;
		}
		
	#sidebar {
		float:left;
		width:212px;
		margin-left:10px;
	}
	
	#sidebar h1 {
		margin:0px;
		padding:0px;
		font-size:20px;
		font-weight:bold;
	}
	
	#sidebar ul {
		margin:10px 0px 0px 0px;
		padding:0px;
		list-style-type:none;
	}
	
	#sidebar ul li a {
		display:block;
		color:#666;
		font-size:14px;
		font-weight:normal;
		text-decoration:none;
		background-image:url("images/plus.jpg");
		background-repeat:no-repeat;
		padding-left:28px;
		margin-bottom:5px;
	}
	
	#sidebar ul li a:hover {
		text-decoration:underline;
	}
	
	#sidebar p {
		font-style:italic;
		font-size:13px;
		line-height:18px;
		color:#333;
	}	
	
	#tabs {
		background-color:white;
		background-image:url("images/bg_tab.jpg");
		background-repeat:repeat-x;
		border:1px solid #B3B7B8;
	}
	
	#tabs ul {
		margin:0px 15px 5px 15px;
		padding:0px;
		list-style-type:none;
	}
	
	#tabs ul li a {
		background:none;
		padding:8px;
		font-size:12px;
		display:block;
		color:#444444;
		border-bottom:1px solid #B3B7B8;
		margin:0;
	}
	
	#tabs_header {
		background:#E8E4E3;
		padding:10px;
	}
	
	#footer_outer {
		width:100%;
		background-image:url("images/pix_jos.jpg");
		background-repeat:repeat-x;
		height:383px;
	}
	
	#footer_inner {
		width:960px;
		margin:0px auto;
		font-size:12px;
		color:white;
		padding-top:20px;
	}
	
	#footer_inner a {
		color:white;
		text-decoration:none;
	}
	
	#footer_inner a:hover {
		text-decoration:underline;
	}
	
	#footer_twitter {
		float:left;
	}
	
		#twitter_top {
			width:306px;
			height:59px;
			margin-top:-40px;
			background-image:url("images/twitter.png");
			background-repeat:no-repeat;
			margin-left:3px;
		}
		
		#twitter_content {
			width:277px;
			background:#FFFFFF;
			padding:5px 10px 10px 10px;
			margin-left:12px;
			font-size:11px;
			line-height:18px;
			color:#666;
		}
		
		#twitter_content a {
			color:black;
		}
		
		#twitter_footer {
			background-image:url("images/urmareste.jpg");
			background-repeat:no-repeat;
			width:319px;
			height:32px;
			text-align:center;
			padding-top:4px;
		}
		
		#twitter_footer a {
			font-size:22px;
			font-weight:bold;
			color:white;
		}
	
	#footer_articole {
		float:left;
		margin-left:40px;
		color:white;
		font-size:12px;
	}
	
	
		#footer_articole table td {
			border-bottom:1px solid #808080;
		}	
		
		#footer_articole p {
			font-size:11px;
			color:#898989;
			line-height:15px;
		}
		
		#footer_articole p b {
			font-size:12px;
			color:white;
		}
		
	
	#footer_despre {
		float:left;
		margin-left:50px;
		color:white;
		font-size:11px;
		width:240px;
	}
	
	#footer_despre b {
		font-size:12px;
	}
	
	#footer_despre p {
		font-size:11px;
		line-height:17px;
	}
	
	.sticky {
		background:#EEEEF0;
		padding:15px 20px 15px 30px;
	}
	
	.sticky p {
		font-style:italic;
		font-size:11px;
		line-height:18px;
		color:#333;
	}
		
	
	#share {
		padding:15px;
		border:1px solid #D1D1D1;
		float:left;
		margin-top:20px;
	}
	
	.hr {
		background:#D1D1D1;
		width:100%;
		height:1px;
		border:0;
	}
	
	#comentarii {
		margin-top:20px;
	}
	
	#comentarii h1 { color:black; font-size:28px; }
	
	.respond_input {
		width:265px;
		height:35px;
		border:1px solid #CDCDCD;
		background-image:url("images/bg_coment.jpg");
		background-repeat:repeat-x;
		font-size:24px;
		padding-top:5px;
		padding-left:5px;
		color:#999;
	}
	
	.respond_textarea {
		border:1px solid #CDCDCD;
		background-image:url("images/bg_coment.jpg");
		background-repeat:repeat-x;
	}
	
	.respond_button {
		color:white;
		font-size:12px;
		font-weight:bold;
		padding:3px;
		background:#0C93D7;
		
	}
	
	.comment {
		margin-top:20px;
	}
	
	.comment_data {
		font-size:10px;
		margin-top:2px;
	}
	
	.comment p {
		margin:0px; padding:0px;
	}	
	
	.comment_autor {
		font-size:12px;
		color:#2786B6;
		margin-top:5px;
	}
	
	#slaidar {
		width:100%;
		height:245px;
		text-align:center;
		margin:20px auto 0px auto;
		background-image:url("images/umbra.jpg");
		background-repeat:no-repeat;
		background-position:center bottom;
	}
