/* CSS */
/* ------ CSS by owystyle ----------------- */
/* ------ Copyright 2008 owystyle --------- */
/* ------ Improved and Optimized by Virusescu @ goflash.org  --------- */


/* Main Properties */
/* ---------------------------------------- */
	body { margin: 0; padding: 0; font-family: Georgia, Times, serif; font-size: 12px; color: #2c2b2b; background: #fff url(../images/bg.jpg) top left; }
	a {	outline: none; }
	p { margin: 0; padding: 0; }
	img { border: 4px solid #8d0e03}
/* ---------------------------------------- */


/* Clases */
/* ---------------------------------------- */
	.clear {
		clear: both;	
	}
	
	.entry h2 b {
		width: 61px;
		height: 61px;
		overflow: hidden;
		margin: 0 6px 0 0;
		_margin: 0 4px 0 0;
		background: #fff url(../images/dropCap.jpg) no-repeat;
		
		font-size: 56px;
		color: #fff;
		font-family: Georgia;
		font-weight: normal;
		text-align: center;
		
		float: left;
	}
	
	
/* ---------------------------------------- */
	.entry {
		padding: 24px;
	}

	.entry p {
		font-size: 14px;
		text-align: justify;
		font-family: Georgia;
		margin-bottom: 15px;
	}
	
	.entry h2 {
		color: #8c0a00;
		margin: 0;
		padding: 0;
		font-size: 26px;
		font-family: Georgia;
		letter-spacing: -1px;
		font-weight: normal;
	}
	.entry a {
		color: #222;
		font-weight: bold;
		text-decoration: none;
	}
	.entry a:hover {
		text-decoration: underline;
	}
/* ---------------------------------------- */


/* Layout */
/* ---------------------------------------- */
	#wrapper {
		width: 100%;
		height: 383px;
		background:	#000 url(../images/bg0.jpg) top left repeat-x;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}
	
	#rFarfurie {
		width: 153px;
		height: 153px;
		background: url(../images/rFarfurie.png) no-repeat;
		position: absolute;
		top: 20px;
		right: 30px;
		z-index: 5;
	}
	#lFarfurie {
		width: 153px;
		height: 153px;
		background: url(../images/rFarfurie.png) no-repeat;
		position: absolute;
		top: 20px;
		left: 30px;
		z-index: 5;
	}

	#container {
		width: 768px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
		top: 0;
		z-index: 10;
	}
/* ---------------------------------------- */


/* Logo */
/* ---------------------------------------- */
	#logo {
		margin-left: 55px;
		margin-top: 10px;
	}
	
	#logo h1 {
		margin: 0;
		padding: 0;
	}
	
	#logo h1 a {
		width: 247px;
		height: 88px;
		display: block;
		text-indent: -1000em;
		background: transparent url(../images/logo.png) top left no-repeat;	
	}
	* html #logo h1 a {
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=crop, src='images/logo.png');
	}
/* ---------------------------------------- */


/* Content */
/* ---------------------------------------- */
	#content {
		width: 768px;
	}
	
	#content_top {
		width: 768px;
		height: 47px;
		background: #fff url(../images/content_top.jpg) no-repeat;
	}
	
	#content_main {
		width: 702px;
		padding: 5px 33px 0 33px;
		background: #fff url(../images/content_bg.jpg) repeat-y;
	}
	
	#footer {
		width: 768px;
		background: transparent url('../images/content_bottom.jpg') no-repeat;
		text-align: center;
		padding: 115px 0 20px 0;
	}
	#footer, #footer a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
/* ---------------------------------------- */


/* Navigation */
/* ---------------------------------------- */
	#navigation {
		width: 129px;
		float: left;
	}
	
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#navigation ul li {
		display: block;
	}
	
	#navigation a {
		letter-spacing: -1px;
		width: 124px;
		height: 22px;
		display: block;
		/*text-indent: -1000em;*/
		overflow: hidden;
		color:	#85301c;
		font-weight: bolder;
		text-decoration: none;
		text-align: right;
		font-size: 14px;
		padding-top: 3px;
		padding-right: 5px;
	}
	#navigation a.selected, #navigation a:hover.selected {
		background: #FF0000 url('../images/menubutton_selected.gif');
		color: #FFFFFF;
	}
	#navigation a:hover {
		color: #D00000
	}
	
	
/* ---------------------------------------- */

/* Inflorituri */
/* ---------------------------------------- */
#header, .image {
	background: #fff url(../images/flowerish.gif) repeat bottom center;
}
.image {
	/* width: auto; */
	float: right;
	padding: 0px 0px 31px 0px;
	margin-left: 20px;
}

/* Header */
/* ---------------------------------------- */
	#header {
		width: 544px;
		height: 178px;
		float: left;
	}
/* ---------------------------------------- */
.language {
	color: #e0a04b;
	background: #2f0808;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 10px;
	position: absolute;
	right: 5px;
	top: 76px;
	text-decoration: none;
}
.language:hover {
	background: #8f1208;
	color: #FFF;
}