
/*body{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;color:#666;margin:0;padding:0;}*/
body {

	font-family: Tahoma, Arial, Verdana, "Lucida Grande", sans-serif;

	font-size: 13px;

	color: #555555;

	margin: 0px;

	padding: 0px;

	background: url(images/bkg-gradient.png) repeat-x;
}

em {
	font-style: italic;
}

img {

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

}

h2,h3{font-size:16px;line-height:20px;color:#018d12;margin:0;padding:0;}
.h2{font-family:Arial, Helvetica, sans-serif;line-height:18px;font-size:12px;color:#312E2E;font-weight:700;}

.pagetitle {
	display: block;
	float: left;
	width: 610px;

	border-top: 1px dotted #57B947;
	border-bottom: 1px dotted #57B947;

	margin: 20px;
	padding: 5px 0px;
	
	font-size: 1.6em;
	color: #666666;
	font-weight: normal;	
}

.commtitle {
	display: block;
	float: left;
	width: 610px;

	border-top: 1px dotted #57B947;
	border-bottom: 1px dotted #57B947;

	margin: 20px;
	padding: 5px 0px;
	
	font-size: 1.6em;
	color: #666666;
	font-weight: normal;	
}

.singlepagetitle {
	display: block;
	float: left;
	width: 610px;

	border-top: 1px dotted #57B947;
	border-bottom: 1px dotted #57B947;

	padding: 5px 0px;
	
	font-size: 1.6em;
	color: #666666;
	font-weight: normal;	
}

#commentform h3 {
	display: block;
	float: left;
	width: 610px;

	border-top: 1px dotted #57B947;
	border-bottom: 1px dotted #57B947;

	margin: 20px 0px 7px 0px;
	padding: 4px 0px;
	
	font-size: 1.6em;
	color: #666666;
	font-weight: normal;	
}

a:link,a:visited,a:active{color:#018d12;text-decoration:none;}
a:hover{ color:#000;text-decoration:underline;}
#header {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	background: url(images/header.png) no-repeat;
}
#header h1.blogtitle{font-family:Arial, Helvetica, sans-serif;margin:0;padding:10px 0 0;}
#header p.desc{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;margin:0;padding:0;}

#header-content {
	margin-left: 370px;
	width: 610px;
	height: 120px;
}

#header-content-top {
	width: 610px;
	height: 70px;
}

#header-content-bottom {
	width: 610px;
	height: 50px;
}

#searchform {
	position: relative;
	top: 26px;
	left: 370px;
	width: 240px;
}

#searchinput {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #808080;
	height: 18px;
	width: 200px;
	padding: 2px;
}

#searchsubmit {
	background: url(images/lupa.png) no-repeat;
	border:0pt none;
	padding: 0px;
	cursor: pointer;
	margin-left: 4px;
	height:24px;
	width:30px;
}

#searchsubmit:hover {
	background-position: right -24px;
}

#nav-div {
	width: 610px;
	height: 50px;
}

#nav {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

	#nav li {
		float: left;	
	}
	
	#nav a {
		display: block;
		text-indent: -9999px;
		height: 50px;
		outline: none;
	}
	
#nav-noutati {
	width: 102px;
	margin-left: 18px;
	background: url(images/nav.png);
	background-position: -18px 0px;
}

#nav-noutati:hover, #nav-noutati:active {
	background-position: -18px -50px;
}

#nav-despre-noi {
	width: 142px;
	margin-left: 50px;
	background: url(images/nav.png);
	background-position: -170px 0px;
}

#nav-despre-noi:hover, #nav-despre-noi:active {
	background-position: -170px -50px;
}

#nav-despre-proiect {
	width: 170px;
	margin-left: 48px;
	background: url(images/nav.png);
	background-position: -358px 0px;
}

#nav-despre-proiect:hover, #nav-despre-proiect:active {
	background-position: -358px -50px;
}
/*
ul.nav{height:25px;line-height:25px;float:left;list-style:none;font-size:11px;text-transform:inherit;margin:0;padding:0;}
ul.nav li{float:left !important;list-style-type:none;border-right:2px solid #312e2e;margin:0;padding:0;}
ul.nav li a,ul.nav li a:link,ul.nav li a:visited{background:url(images/navsilver.gif) repeat-x;color:#818181;float:left;display:block;text-decoration:none;padding:0 15px;}
ul.nav li a:hover,ul.nav li a:active{background:url(images/navblue.gif) repeat-x;color:#205387;text-decoration:none;}
ul.nav li.current_page_item a{text-decoration:none;background:url(images/navblue.gif) repeat-x;color:#fff;}
ul.nav li ul{float:left;margin:0;padding:0;}
*/

#main {
	background: #FFFFFF;
	width: 980px;
	margin:0 auto;
	padding: 0;
	border: 1px solid #CCCCCC;
}

#content {
	float: left;
	width: 650px;
	margin: 0;
	padding: 0;
}


#sidebar {
	float:right;
	width:330px;
	margin:0;
	padding: 0;
}

.rsidebar {
	float:right;
	width:290px;
	/*border:1px solid #dadada;*/
	background:#ffffff/* url(images/box.gif) repeat-x left top*/;
	margin: 0;
	padding: 20px;
}

	.rsidebar h2 {
		font-size: 12px;
		margin: 0px 0 5px 0px;
		padding: 5px;

		border-top: 1px dotted #57B947;
		border-bottom: 1px dotted #57B947;
	
		font-size: 1.3em;
		color: #666666;
		font-weight: normal;	

	}
	
	.rsidebar a:link, .rsidebar a:visited {
		color: #808080;
		text-decoration: none;
	}
	
	.rsidebar a:hover, .rsidebar a:active {
		color: #57B947;
		text-decoration: underline;
	}
	
	.rsidebar ul{list-style-type:none;margin:0;padding:0;}
	.rsidebar ul li{list-style-type:none;margin:0 0 30px;padding:0;}
	.rsidebar ul li ul{list-style-type:square;margin:0;padding:0 3px;}
	.rsidebar ul li ul li{list-style-type:none;/*background:transparent url(images/li.gif) no-repeat;*/border:0;margin:0;padding:0 0 5px 20px;}

.navigation {
	width:600px;
	float:left;
	color:#666;
}

.alignright{float:right;margin-top:10px;}
.alignleft{float:left;margin-top:10px;}
span.cmt{background:transparent url(images/comment.gif) no-repeat;border:0;margin:0;padding:0 0 5px 20px;}
span.cty{background:transparent url(images/category.gif) no-repeat;border:0;margin:0;padding:0 0 5px 20px;}
span.next{background:transparent url(images/next.gif) no-repeat;border:0;margin:0;padding:0 0 5px 20px;}
span.prev{background:transparent url(images/prev.gif) no-repeat;border:0;margin:0;padding:0 0 5px 20px;}
.postmetadata{border-top:1px #eee solid;font-size:10px;margin:0;padding:5px;}

#commentform {
	margin:0;
	padding:15px 15px 1px;
}
	#commentform label {
		display: block;
		margin: 5px 0px;
	}
	
	#commentform input {
		margin-bottom: 10px;
		width:170px;
		padding:1px;
	}
	
	#commentform textarea {
		width: 590px;
		margin: 0 0 10px;
		padding: 0;
	}
	#commentform #submit {
		margin:0 0 20px;
	}
	#commentform p {
		padding-left: 10px;
		margin: 5px 0;
	}
	#commentform a:link, #commentform a:visited {
		color: #808080;
		text-decoration: none;
	}
	
	#commentform a:hover, #commentform a:active {
		color: #57B947;
		text-decoration: underline;
	}
/*
ol.commentlist{margin:0 0 1px;padding:0;}
ol.commentlist :hover{background:#eee;}
ol.commentlist li{border-top:1px solid #eee;display:block;list-style:none;margin:0;padding:15px 15px 1px;}
ol.commentlist li :hover{background:none;}
ol.commentlist li.commenthead{display:block;list-style:none;margin:0;padding:5px 15px;}
ol.commentlist li.commenthead h2{margin:0;}
ol.tblist{border-top:1px solid #fff;list-style:none;margin:0 0 1px;padding:15px;}
ol.tblist li{display:block;list-style:none;background:transparent url(images/c.gif) 0 2px no-repeat;padding-left:15px;margin:0 0 5px;}
*/

#footer {
	background-image:url(images/footerbck.png);
	background-repeat:repeat-x;
	clear:both;
	height:24px;
	margin:0;
	padding:0;
}

#footerbox {
	color:#fff;
	background-color:#CCCCCC;
	line-height:30px !important;
	height:60px;
	margin:0;
	padding:0;
}

.footer {
	text-align: center;
	width:980px;
	color:#fff;
	height:30px;
	line-height:30px !important;
	margin:0 auto;
	padding:0;
}

.footer a:hover {
	text-decoration:underline;
	color:#fff;
	border:none;
}

.footer a:link,.footer a:active,.footer a:visited {
	text-decoration:none;
	color:#808080;
	border:none;
}

.post-entry {
	width: 610px;
	margin: 20px 20px 40px 20px;
}

.post-calendar {
	float: left;
	background: transparent url(images/calendar.png) no-repeat scroll 0%;
	width: 45px;
	padding-right: 2px;

	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 50px;
	line-height: 100%;
	text-align: center;
}

	.post-calendar span {
		color: #FFFFFF;
		display: block;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 11px;
		font-size-adjust: none;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		height: 16px;
		line-height: normal;
		padding-top: 5px;
		text-align: center;
	}

.post-head {
	float: left;
	width: 553px;
	padding-left: 10px;
}

	.post-head h1 {
		display: block;
		float: left;
		width: 553px;
		border-bottom: 1px dotted #CCCCCC;
		margin: 3px 0pt 0px;
		padding-bottom: 3px;

		
		font-size: 1.6em;
		color: #666666;
		font-weight: normal;
	}
	
		.post-head h1 a:link, .post-head h1 a:visited {
			color: #666666;
			text-decoration: none;
		}
	
		.post-head h1 a:hover, .post-head h1 a:active {
			color: #57B947;
			text-decoration: none;
		}

.post-head-user {
	float: left;
	padding-top: 2px;
	font-size: 0.98em;
}

	.post-head-user a:link, .post-head-user a:visited {
		color: #808080;
		text-decoration: none;
	}
	
	.post-head-user a:hover, .post-head-user a:active {
		color: #666666;
		text-decoration: underline;
	}

.post-head-edit {
	float: right;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 0.9em;
}

	.post-head-edit a {
		display: block;
		padding: 4px 10px 2px 10px;
	}
	
	.post-head-edit a:link, .post-head-edit a:visited {
		color: #666666;
		background-color: #FFFFFF;
		text-decoration: none;
	}
	
	.post-head-edit a:hover, .post-head-edit a:active {
		color: #FFFFFF;
		background-color: #57B947;
		text-decoration: none;
	}

.post-content {
	display: block;
	float: left;
	width: 600px;
	padding: 0px 5px 2px 5px;
	line-height: 1.4em;
}

	.post-content strong {
		font-weight: bold;
	}

	.post-content em {
		font-style: italic;
	}

	.post-content p {
		margin: 0px;
		margin-top: 10px;
		text-align: left;
	}

	.post-content code {
		display: block;
		background-image: url(images/code.gif);
		background-repeat: no-repeat;
		background-position: left top;
		clear: both;
		margin: 10px 40px 10px 0px;
		padding-top: 15px;
		padding-left: 38px;
		font-family: "Courier New", Courier, monospace;
		color: #808080;
		font-weight: normal;
	}
	
	.post-content img {
		display: block;
		padding: 5px;
		border: 5px;
		background-color: #f7f7f7;
		margin: auto;
	}
	
	.post-content blockquote {
		display: block;
		background-image: url(images/bquote.gif);
		background-repeat: no-repeat;
		background-position: left top;
		clear: both;
		margin: 10px 40px 10px 0px;
		padding-top: 15px;
		padding-left: 38px;
		font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
		color: #808080;
		font-weight: normal;
	}

	.post-content a:link, .post-content a:visited {
		border-bottom: 1px dotted #CCCCCC;
		/*border-top: 1px dotted #CCCCCC;*/
		color: #808080;
		text-decoration: none;
		font-weight: normal;
	}
	
	.post-content a:hover, .post-content a:active {
		border-color: #57B947;
		color: #57B947;
		text-decoration: none;
		font-weight: normal;
	}
	
.post-continue {
	color: #808080;
	text-decoration: none;
}
	
.post-comment {
	float: left;
	width: 610px;
	border-bottom: 1px dotted #CCCCCC;
}

	.post-comment-count {
		float: right;
	}
	
		.post-comment-count a:link, .post-comment-count a:visited {
			color: #57B947;
			text-decoration: none;
		}
		
		.post-comment-count a:hover, .post-comment-count a:active {
			color: #666666;
			text-decoration: none;
		}


/*
.post-meta {

	margin: 0px;

	float: left;

	width: 590px;

	padding-top: 8px;

	padding-right: 4px;

	padding-bottom: 8px;

	padding-left: 4px;

	background-color: #FFFFFF;

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 2px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #F4F4F4;

	border-right-color: #F4F4F4;

	border-bottom-color: #EEEEEE;

	border-left-color: #F4F4F4;

}

.post-entry h1 {

	font-size: 2.2em;

	color: #000000;

	margin: 0px;

	float: left;

	width: 530px;

	font-weight: normal;

	font-family: Arial, Helvetica, sans-serif;

	letter-spacing: -1px;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #CCCCCC;

	padding: 0px;
	
	margin-bottom: 5px;

}

.post-entry h2 {

	font-size: 1.9em;

	color: #999900;

	margin: 0px;

	float: left;

	width: 590px;

	font-weight: normal;

	font-family: Arial, Helvetica, sans-serif;

	letter-spacing: -1px;

	padding: 0px;

}

.post-entry h3 {

	font-size: 1.9em;

	color: #000000;

	margin: 0px;

	float: left;

	width: 590px;

	font-weight: normal;

	font-family: Arial, Helvetica, sans-serif;

	letter-spacing: -1px;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #CCCCCC;

	padding: 0px;

}

.post-entry h4 {

	font-size: 1.9em;

	color: #000000;

	float: left;

	width: 590px;

	font-weight: normal;

	font-family: Arial, Helvetica, sans-serif;

	letter-spacing: -1px;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #EEEEEE;

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 8px;

	margin-left: 0px;

}

.posted-edit {
	float: right;
	
}

.post-entry h1 a:link, .post-entry h1 a:visited {

	color: #00743F* #666666;

	text-decoration: none;

}

.post-entry h1 a:hover, #post-entry h1 a:active {

	color: #57B947;

	text-decoration: underline;

}

.posted-aut-cat {

	float: left;

	width: 530px;

	font-size: 12px;

	color: #000000;
	
	
}

posted-edit a:link, .posted-edit a:visited {
	color:#999999;
	text-decoration: none;
}

.posted-aut-cat a:link, .posted-aut-cat a:visited {

	color: #666666;

	text-decoration: none;

}

.posted-aut-cat a:hover, .posted-aut-cat a:active {

	color: #000;

	text-decoration: underline;

}
*/

/*
.post-content {

	float: left;

	width: 590px;

	padding-top: 10px;

	font-size: 12px;

	line-height: 22px;

	color: #333333;

}


.post-navs {

	margin: 0px;

	padding: 0px;

	float: left;

	width: 480px;

	font-size: 14px;

	color: #000000;

}

.post-navs a:link, .post-navs a:visited {

	color: #000000;

	text-decoration: none;

}

.post-navs a:hover, .post-navs a:active {

	color: #CCCC99;

	text-decoration: none;

}
*/

.commentlist {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 650px;
}

.comm-entry {
	float: left;
	margin: 0px 20px 50px 20px;
}

.comm-img {
	float: left;
	background: transparent url(images/comm.gif) no-repeat scroll 0%;
	width: 45px;
	padding-right: 2px;

	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 22px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 50px;
	line-height: 100%;
	text-align: center;
}

.comm-head {
	float: left;
	width: 553px;
	padding-left: 10px;
	margin-bottom: 5px;
}

	.comm-head h1 {
		display: block;
		float: left;
		width: 553px;
		border-bottom: 1px dotted #CCCCCC;
		margin: 3px 0pt 0px;
		padding-bottom: 3px;

		
		font-size: 1.4em;
		color: #666666;
		font-weight: normal;
	}
	
		.comm-head h1 a:link, .comm-head h1 a:visited {
			color: #666666;
			text-decoration: none;
		}
	
		.comm-head h1 a:hover, .comm-head h1 a:active {
			color: #57B947;
			text-decoration: none;
		}

.comm-head-date {
	float: left;
	padding-top: 2px;
	font-size: 0.98em;
	color: #808080;
}

	.comm-head-date a:link, .comm-head-date a:visited {
		color: #808080;
		text-decoration: none;
	}
	
	.comm-head-date a:hover, .comm-head-date a:active {
		color: #666666;
		text-decoration: underline;
	}

.comm-head-edit {
	float: right;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 0.9em;
}

	.comm-head-edit a {
		display: block;
		padding: 4px 10px 2px 10px;
	}
	
	.comm-head-edit a:link, .comm-head-edit a:visited {
		color: #666666;
		background-color: #FFFFFF;
		text-decoration: none;
	}
	
	.comm-head-edit a:hover, .comm-head-edit a:active {
		color: #FFFFFF;
		background-color: #57B947;
		text-decoration: none;
	}

.comm-content {
	float: left;
	border-bottom: 1px dotted #CCCCCC;
	width: 600px;
	padding: 0px 5px;

}

	.comm-content p {
		margin: 0px;
		margin-bottom: 10px;
		text-align: left;
	}

	.comm-content code {
		display: block;
		background-image: url(images/code.gif);
		background-repeat: no-repeat;
		background-position: left top;
		clear: both;
		margin: 10px 40px 10px 0px;
		padding-top: 15px;
		padding-left: 38px;
		font-family: "Courier New", Courier, monospace;
		color: #808080;
		font-weight: normal;
	}
	
	.comm-content img {
		display: block;
		padding: 2px;
		background-color: #f7f7f7;
		margin: auto;
	}
	
	.comm-content .wp-smiley {
		display: inline;
		padding: 0px;
		border: 0px;
	}
	
	.comm-content blockquote {
		display: block;
		background-image: url(images/bquote.gif);
		background-repeat: no-repeat;
		background-position: left top;
		clear: both;
		margin: 10px 40px 10px 0px;
		padding-top: 15px;
		padding-left: 38px;
		font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
		color: #808080;
		font-weight: normal;
	}

	.comm-content a:link, .comm-content a:visited {
		color: #333333;
		text-decoration: underline;
		font-weight: bold;
	}
	
	.comm-content a:hover, .comm-content a:active {
		color: #FF9900;
		text-decoration: none;
		font-weight: bold;
	}

.page-head {
	float: left;
	width: 610px;
}
