/*
Description: The Gugu project
Version: 1.0
*/


/* Normalize
------------------------------------------- */
* 
{ padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 
{ font-size: 100%; }

ol,ul, li 
{ list-style: none; }

address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

table
{ border-collapse: collapse; border-spacing: 0; }

caption, th
{ text-align: left; }

fieldset, img, hr 
{ border: 0; }

q:before, q:after /* Remove quotation marks from q */
{ content: ''; }

@font-face {
	font-family: MuseoSans;
	src: url('f/MuseoSans_500.otf');
}

/* Body
---------------------------------------- */
body {

background: #ccedfc url(i/b.png) left top repeat-x;
font-size: 12px; line-height: 1.667;
color: #333; text-align: left; }

body, textarea, input, button { font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', 'Helvetica', Arial, sans-serif; }

#wrap { position: relative; width: 920px; margin: 0 auto; padding: 100px 0 30px 0; }

#copyright { color: #777; font-size: 11px; line-height: 1.819; text-align: right; }

a {	text-decoration: none; }

.clear { clear: both; }

.crap { display: none; }


	/* General rules
	---------------------------------------- */
	h1 { font-size: 30px; font-weight: normal; line-height: 1; }
	
	.hidden { display: none; }
	
	strong { font-weight: bold; }
	em {	font-style: italic; }
	
	hr { display: none; }
	div.hr { clear: both; }
	
	
	
/* Header
---------------------------------------- */
#branding {
position: absolute; top: 25px; left: 40px;
display: block;
width: 200px; height: 51px;
text-indent: -9999px;
background: url(i/logo.png) left top no-repeat; }



/* Tools
---------------------------------------- */
#fuckingie {
height: 15px;
background: #fff left top repeat-x;
margin: 0 0 0 40px;
border-left: 5px solid; border-right: 5px solid; border-top: 5px solid; border-color: #e2f4ff;
-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; }


#tools {
position: absolute; top: 60px; right: 0;
width: 870px; 
float: right;
 }
	
	#tools ul.bar {
	float: right; 
	margin: 0 0 0 118px; padding: 0 0 0 20px; }
		#tools ul.bar.dropped { background-image: url(i/tools_deep_left.png); }
	
		#tools li {
		position: relative;
		float: left; }
		
			#tools li.search { 	}
		
			#tools li a {
			position: relative; 
			display: block;
			font-size: 15px; font-weight: bold; line-height: 2.667; 
			color: #0f6393;
			padding: 0 10px 0 15px;
			outline: none;  }
				
			#tools li a:hover {
			color: #2b8cc4;  }
				
				#tools li a span {
				padding: 0 5px 0 0; }
			
				#tools li a em {
				width: 20px;
				display: none;
				background: url(i/arrow.png) left center no-repeat;
				text-indent: -9999px; }
			
				#tools li a:hover span  { }
					#tools li a:hover em { background-position: -20px center; }
					#tools li a em:hover {  }
		
				
				/* Branches
				---------------------------------------- */
				#tools .branch {
				display: none;
				position: absolute; top: 3.334em; 
				width: 125px;
				background: url(i/b.png) left -160px repeat-x;
				font-size: 12px; 
				z-index: 1000; padding: 0 0 0.75em 0;
				border-left: 5px solid; border-right: 5px solid; border-bottom: 5px solid; border-color: #e2f4ff;
				-moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px;
				-moz-border-radius-bottomright: 15px; -webkit-border-bottom-right-radius: 15px; }
					#tools li.prime .branch { left: -5px; }
					#tools li.last .branch { right: -5px; }
				
					#tools .branch li { 
					float: none; display: block;
					background: none; padding: 0;
					padding: 0 15px; }
											
						#tools .branch li a {
						top: 0; float: none;
						height: 29px; line-height: 2.417;
						font-size: 12px;  font-weight: normal; 
						padding: 0;
						border-top: 1px dotted #ccedfc; }
							#tools .branch li.first a { border: none; line-height: 2.5; height: 30px; }
						
							#tools .branch a:hover { color: #2b8cc4 }
							
							#tools .branch li a span { padding: 0; font-size: 10px; }
						
						
						/* Design Dummys
						---------------------------------------- */
						.dummy {
						position: absolute; top: 3.334em;
						width: 20px; height: 15px;
						z-index: 9999; }
						
							.dummy.left {
							left: -20px;
							background: url(i/tools_deep_left.png) no-repeat; }
						
							.dummy.right {
							left: 125px;
							background: url(i/tools_deep_right.png) no-repeat; }
						
						
						
		/* Search li
		---------------------------------------- */
		#searchform {
		position: relative; top: 0.417em;
		padding: 0 0 0 10px; }
			#searchform.dropped { background-image: url(i/tools_deep_right.png); }
	
			#s {
			
			font-size: 12px !important;
			color: #bbb;
			padding: 3px;
			border: 2px solid #71bbe5;
			border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
	
				input#s:focus { color: #333; border-color: #0f6393; }
	
			.searchsubmit {
			position: absolute; top: 0.417em; right: 7px;
			width: 19px; height: 12px;
			background: url(i/label-go-dead.png) center center no-repeat;
			text-indent: -9999px;
			margin: 0; padding: 0;
			border: 0; }
			
				.searchsubmit:hover { background-image: url(i/label-go.png); }
	

/* Account bar
---------------------------------------- */
#accountbar {
position: relative; 
clear: both;
height: 4.167em;
background: #222 /* url(i/accountbar_b.png) */ left top repeat-x;
color: #fff;
padding: 1.667em 0 0.834em 0; /* border-top: 5px solid #666; border-left: 5px solid #666; border-bottom: 5px solid #666; */
-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }

	#accountbar h2 { font-size: 22px; font-weight: normal; line-height: 1.137; letter-spacing: -0.005em; margin: 0; padding: 0 0 0 40px; }

		#accountbar h2 span {
		font-size: 12px; 
		color: #fff; }

		#accountbar h2 a { color: #ffae35; }
			#accountbar h2 a:hover { color: #f4e711; }

	#accountbar img {
	position: absolute; top: 0.796em; left: 17.5px; /* line-height inherited form h2 */
	display: block;
	width: 43px; height: 43px;
	border: 1px solid #fff;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
	

	#accountbar p.info {
	position: relative; 
	font-size: 11px; line-height: 1.728;
	margin: 0; padding: 0 335px 0.456em 40px;  }
	
		#accountbar p.info.glow {  }

		#accountbar p.info a.edit {
		display: inline;
		color: #f4e711;
		margin: 0 0 0 0.5em; }
			#accountbar p.info.glow a.edit { display: inline; }
			
			#accountbar p.info a.close {
			position: absolute; top: 1px; right: 1px;
			display: block; width: 7px; height: 7px;
			text-indent: -9999px; background-image: url('i/close.gif'); background-position: left top;
			border: 4px solid #fff; }
				#accountbar p.info a.close:hover { background-position: left -7px; }
		
		#accountbar p.info strong { color: #ccc; float: left; margin: 0 0.5em 0 0; }
		
		#accountbar span.field { margin: 1px 0 0 0; position: relative; float: left; }
		#accountbar input.text { padding: 1px; text-indent: 0; border-color: #888; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
	
	#accountbar p.outside { margin: 0; }
	
	#accountbar p.outside a {
	position: absolute; left: 15px;
	width: 50px; height: 50px;
	background: left center no-repeat;
	text-indent: -9999px;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
		#accountbar p.outside a:hover {
		background-position: -65px center;}
	 
	
		#accountbar p.addfriend a {
		bottom: -70px;
		background-image: url(i/btn_friend.png); }

		#accountbar p.remfriend a {
		bottom: -70px;
		background-image: url(i/btn_friend_added.png); }
		
		#accountbar p.sendmessage a {
		bottom: -140px;
		background-image: url(i/btn_message.png); }
		
		#accountbar p.add a {
		bottom: -70px;
		background-image: url(i/btn_add.png); }
		
		#accountbar p.edit a {
		bottom: -70px;
		background-image: url(i/btn_edit.png); }
			
	#accountbar ul {
	position: absolute; bottom: 20px; right: 20px; }
	
		#accountbar li {
		float: left;
		margin: 0 0 0 20px; }
	
		#accountbar li a {
		display: block;
		width: 40px; height: 40px;
		background-position: left top; background-repeat: no-repeat;
		text-indent: -9999px; }
		
			#accountbar li a.selected, #accountbar li a:hover { background-position: -50px top; }
			
			#accountbar li a.playlist { background-image: url(i/btn_bar_playlist.png); }
			#accountbar li a.prieteni { background-image: url(i/btn_bar_prieteni.png); }
			#accountbar li a.poze { background-image: url(i/btn_bar_poze.png); }
			#accountbar li a.blog { background-image: url(i/btn_bar_blog.png); }
			#accountbar li a.cadouri { background-image: url(i/btn_bar_cadouri.png); }


/* Content
---------------------------------------- */
#content {
width: 870px;
background: #fff; margin: 0 0 0 40px; padding: 1.667em 0 2.5em;
border-left: 5px solid; border-right: 5px solid; border-color: #e2f4ff; }

	#content a { color: #0f6393; text-decoration: none; outline: none; }
		#content a:hover { color: #54afe3; text-decoration: none; }

	p { margin: 0.834em 0; }

	#content h3, #lightbox h3 {
	clear: both;
	background: #c9e5f7 left top repeat-x;
	font-size: 16px; font-weight: bold; line-height: 1.875;
	text-align: left; color: #0f6393;
	margin: 0 0 1.25em 0; padding: 0 0 0 10px; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  }
	
		#content h3 a {
		display: block;
		color: #0f6393; text-decoration: none; }
		
			#content h3 a:hover {
			color: #54afe3; /*background-position: top right;*/ }
			
			#content h3 a.filter { display: inline; background: none; font-size: 13px; color: #0f6393; text-decoration: underline; }
				#content h3 a.filter:hover { text-decoration: none; }

		

		#content h3.extended {
		border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
		-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

			#content h3.extended a { background-image: url(i/arrow_h3back.png); }
			
		#content h3 span.item {
		float: right; margin: 0.312em;
		font-size: 12px;
		background: #0f6393; color: #fff;
		padding: 0 0.4em;
		border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
	
	#content h4 { font-size: 13px; line-height: 1.539; margin: 0.77em 0; color: #555;}
	
	.avatargroup {}
	
		.avatargroup a.under { margin: 0 0 1.667em 0; }

		.avatargroup a, .avatargroup a.goto { 
		display: inline;
		float: left;
		width: 45px; height: 45px;
		background: #555; text-indent: -9999px;
		margin: 0 10px 10px 0; }
		
		.avatargroup a.goto { margin-bottom: 2.5em; }
			.avatargroup a.goto.friends { background: url(i/more_friends.png) no-repeat;}
			.avatargroup a.goto.photos { background: url(i/more_photos.png) no-repeat;}
		
		.avatargroup.mini a, .avatargroup.mini a.goto
		{ width: 24px; height: 24px; margin: 0 6px 6px 0; }
	
		.avatargroup a.odd, .avatargroup a.goto.odd { margin-right: 0; }
	
		.avatargroup a img { display: block; width: 45px; height: 45px; }
			.avatargroup.mini a img { width: 24px; height: 24px; }
			
		.avatargroup a.addfav { background: url(i/icons_addfav.png) center center no-repeat; }


	.description {
	position: relative;
	clear: both;
	background: #fff6b2;
	margin: 1.667em 0 2.5em 0; padding: 0.417em 15px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  }
	
		#content .description h4 { color: #e0a245; font-size: 13px; line-height: 1.539; margin: 0.77em 0; }
		.description p { font-size: 11px; line-height: 1.819; margin: 0.91em 0; }
		
		#content .description a, #sitemeta a { color: #d37c1a; }
		#content .description a:hover, #sitemeta a:hover { color: #ffae35; }
		
		.description a.close {
		position: absolute; top: 10px; right: 10px;
		display: block;
		width: 18px;
		background: url(i/btn_delete2.png) center center no-repeat;
		text-indent: -9999px; }
	
	p.navigation { position: relative; display: block; font-weight: bold;  }
	
		p.navigation a.prev { float: left; }
		p.navigation a.next { float: right; }
	
		p.navigation span.numbers { position: absolute; top: 0; left: 25%; display: block; width: 50%; font-weight: normal; color: #999; text-align: center; }
			p.navigation span.numbers a, p.navigation span.numbers strong { margin: 0 0.25em;}
		
	
	p.navigation.home { clear: both; margin: 0 15px; height: 3.334em; }
	
		.panels p.navigation { margin: 0; line-height: 2.728; text-align: center; color: #999; }
			.panels p.navigation a { padding: 0 0 0.91em 0; }
			
			.panels p.navigation a.prev, .panels p.navigation span.disabled.prev { float: right; } 
			.panels p.navigation a.next, .panels p.navigation span.disabled.next { float: left; }
			
			.panels p.navigation span.disabled { color: #bbb; }
	
	p.invite { font-size: 14px; line-height: 2.143;  line-height: 2.5; }
	
		#content p.invite a {
		display: block; float: left;
		background: #efefef;
		color: #0f6393;
		line-height: 2; 
		margin: 0 0.7em 0 0; padding: 0 0.7em;
		border: 1px solid #ccc;
		border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
		
		#content p.invite a:hover { background: #0f6393; border-color: #0f6393; color:#fff; }

		#content p.invite a:active { background: #188acb; border-color: #188acb; }
		
		p.invite span.yahoo {
		display: block; float: left;
		width: 145px;
		background: url(i/inv_yahoo.png) no-repeat;
		text-indent: -9999px;
		margin: 0 0 0 0.7em; }

		p.invite span.arr { float: left; }
		

	/* panels
	---------------------------------------- */
	.panels { margin: 0 0 2.5em 0; }
	
		.panels.special { /*background:#e7f5e6;*/
		padding: 0.834em 19px; clear: both;
		border-left: 6px solid; border-right: 6px solid; border-bottom: 6px solid ; border-color: #c9e5f7;
		-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; }
			
			#content h3.special {
			margin: 0;
			border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
			-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
			-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
	
	.panels li {
	position: relative; 
	clear: both;
	margin: 0 0 1.667em 0; 
	border-bottom: 1px solid #ddd;}

		.panels h4 {
		font-size: 13px; line-height: 1.538;
		clear: both; margin: 0 0 0.77em; }

		.panels h4 span.oficial {
		position: absolute;
		text-indent: -9999px;
		width: 40px;
		line-height:1.538;
		background: url(i/label-oficial.png) no-repeat right center; }

		.panels h4 img {
		
		float: right;
		width: 45px; height: 45px;
		margin: 0 0 10px 10px; }
					
		.panels p { font-size: 11px; line-height: 1.819; margin: 0.91em 0; color: #666; }

			.panels p.timestamp {
			font-size: 10px; line-height: 2;
			text-align: left; color: #aaa;
			margin: 0; padding: 0; }
		
				#content a.del, #content a.edit {
				position: absolute;
				display: block;
				width: 18px;
				font-size: 11px; line-height: 1.818; font-weight: bold;
				color: #fff; text-indent: -9999px; }
				
				#content a.del {
				bottom: 0; right: 0;
				background: url(i/btn_delete.png) center center no-repeat; }
				
				/*#content a.del:hover {
				background: #ee1111 url(i/btn_delete_over.png) center center no-repeat;
				z-index: 1000; }*/
				
				#content a.edit {
				bottom: 0; right: 18px;
				background: url(i/btn_modify.png) center center no-repeat; }
				
				/*#content a.edit:hover {
				background: #2b9cad url(i/btn_modify.png) center center no-repeat; 
				z-index: 1000; }*/
		
			 li:hover p.meta a { }
			
		.panels li.last { margin: 0; }
		.panels li.form { border: 0; }
		
		
		/* Comment form
		---------------------------------------- */	
		textarea, input.text {
		font-size: 11px; line-height: 1.819;
		color: #999; 
	 	border: 1px solid #ccc; }
	
		textarea { width: 4px; height: 10em;  }
			textarea:focus, input.text:focus { color: #333; border-color: #999 !important; }
			
			#main.alternate textarea { width: 4px; }
		
		input.text { padding: 0.334em 0; text-indent: 0.5em; }
		
	    label { cursor: pointer; }
			label.hidden { display: none; }

		legend { display: none; }

		.outside_form p.submit {
		text-align: right;
		margin: 0; padding: 0; }

		.outside_form img { float: right; }

			button {
			display: block;
			height: 2em;
			float: right;
			background: #efefef;
			color: #0f6393;
			font-size: 14px; font-weight: bold; line-height: 2;
			margin: 0.715em 0 1.429em 0; padding: 0 0.4em 0.1em 0.4em;
			border: 1px solid #ccc;
			cursor: pointer;
			border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

				button:hover { background: #0f6393; border-color: #0f6393; color:#fff; }

				button:active { background: #188acb; border-color: #188acb; }

				
	/* Labels
	---------------------------------------- */
	a.labeled { background-position: right center; background-repeat: no-repeat; margin: 0 0.4em 0 0; }

		a.labeled span { display: none; }
	
		a.labeled.pro { background-image: url(i/label-pro.png); padding: 0 28px 0 0; }
			a.labeled.lone.pro { padding: 0 29px 0 0; }

	span.labeled { display: block; text-indent: -9999px; background-position: left center; background-repeat: no-repeat; }
		span.labeled.credite100 { background-image: url(i/label-100credite.png); }
		span.labeled.public { background-image: url(i/label-public.png); }
		span.labeled.private { background-image: url(i/label-private.png); }
		span.labeled.anonim { background-image: url(i/label-private.png); }
		span.labeled.pro { background-image: url(i/label-pro.png); }

	h3 span.labeled { display: inline; background-position: right center; padding: 0 32px 0 0; }	
	#cadouri span.labeled { background-position: center center; }
	#accountbar span.labeled { display: inline; text-indent: 0; background-image: url(i/label-pro.png); background-position: right center; padding: 0 29px 0 0; }

	
	/* Tabs
	---------------------------------------- */
	p.tabs {
	line-height: 2;
	background: #c9e5f7;
	margin: 0 0 0.834em 0;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

		#content p.tabs a {
		font-weight: bold;
		color: #0f6393;	text-decoration: underline;
		padding: 0.334em 0.5em; }

			#content p.tabs a:hover {
			text-decoration: none; }

		#content p.tabs a.selected {
		background: #0f6393;
		color: #fff; cursor: default; text-decoration: none;
		border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

		#content p.tabs a span { font-size: 11px; font-weight: normal; margin-left: 0.5em; }
	


	/* Lightbox
	---------------------------------------- */
	#lightbox-overlay {
	position: absolute; top: 0; left: 0; z-index: 90;
	background: #000; opacity: 0.9;
	width: 100%; height: 100%;}

	#lightbox {
	position: absolute; top: 15%; left: 0; z-index: 100;
	width: 100%; }

		#lightbox-container {
		position: relative; margin: 0 auto;
		width: 400px; }
		
		#lightbox-content {
		background: #fff;
		padding: 15px 15px 15px 15px;
		border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
		
		#lightbox h3 { background: #4eafe6; color: #fff; }
		
		#lightbox h4 span { color: #ee1111; font-weight: normal; font-style: italic; }
		#lightbox h4 em { color: #ccc; }
		
		#lightbox a{ text-decoration: underline; }
			#lightbox a:hover, #lightbox p.tabs a.selected { text-decoration: none; }
		
		#lightbox p.tabs { 
		line-height: 2;
		background: #e2f4ff;
		margin: -0.834em 0 0.834em 0;
		border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
			
			#lightbox p.tabs a {
			font-weight: bold;
			color: #4eafe6;
			padding: 0.334em 0.5em; }
			
			#lightbox p.tabs a.selected {
			background: #4eafe6;
			color: #fff; cursor: default;
			border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
		
		#lightbox form.add { display: none; }
			#lightbox form.selected { display: block; }
			
		#lightbox input.text, #lightbox textarea { width: 368px; margin: 0 0 0.834em 0; }
		#lightbox select { margin: 0 0 0.834em 0; }
		
		#lightbox div.check { position: relative; }	
		#lightbox div.check input.checkbox { position: absolute; top: 2px; left: 0; }
		#lightbox div.check label { font-size: 11px; line-height: 1.819; padding: 0 0 0 22px;}
		
		#lightbox button { margin: 0 0 0 0; color: #2c79b4; }
			
			#lightbox button:hover { background: #2c79b4; border-color: #2c79b4; color: #fff; }

			#lightbox button:active { background: #4eafe6; border-color: #4eafe6; }
		
		#upload_button {
			display: block; line-height: 0;
			width: 150px; height: 35px; } 
			#upload_button object { width: 100%; height: 100%; }
				
		#upload_loadingbar { 
		line-height: 2;
		background: #e2f4ff;
		margin: 0;
		border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
		
			#upload_loadingbar em {
			display: block;
			background: #4eafe6;
			font-size: 13px; font-style: normal; font-weight: bold;
			color: #0f6393; text-align: right;
			border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
			
				#upload_loadingbar em span { padding: 0 0.5em; }
			
			#upload_loadingbar em.done { background: #3db031; color: #fff; text-align: left; }
			
		#upload_transfer {
		font-size: 11px; line-height: 1.819; 
		color: #999; text-align: right; }

			#upload_transfer span { float: left; font-weight: bold; }
		
			#lightbox-close { 
				line-height: 2.5;
				position: relative; margin: 0 auto; width: 400px; 
				text-align: right; }
				
				#lightbox-close a { 
					color: #999; text-decoration: none; 
					font-size: 13px; font-weight: bold;
					color: #999; text-transform: uppercase; }
				#lightbox-close a:hover { color: #fff; }

	
	/* Apreciaza
	---------------------------------------- */
	.apreciaza {
	position: relative;
	display: block;
	width: 100%;
	background: #222;
	float: left; clear: both;
	margin: 0 auto 30px auto;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  }
	
	.apreciaza ul { display: none; padding: 0 25px 0 5px;}
	
		.apreciaza li {
		float: left; 
		background: #222;
		padding: 0 5px 10px 5px;
		z-index: 500; }
		
			.apreciaza li.first { }
			
			.apreciaza li.last { }
		
			.apreciaza li.starter {
			position: relative;
			display: block;
			width: 370px;
			z-index: 400;
			padding: 0; }
			
				
	
		.apreciaza li a, .apreciaza a.select {
		position: relative;
		display: block;
		float: left;
		width: 40px; height: 40px;
		background-position: left top; background-repeat: no-repeat;
		text-indent: -9999px; }
		
			.apreciaza li.sux a { background-image: url(i/btn_rats_7.png); } 
			.apreciaza li.hmph a { background-image: url(i/btn_rats_6.png); } 
			.apreciaza li.eh a { background-image: url(i/btn_rats_5.png); }
			.apreciaza li.hey a { background-image: url(i/btn_rats_4.png); }
			.apreciaza li.woo a { background-image: url(i/btn_rats_3.png); }
			.apreciaza li.smooch a { background-image: url(i/btn_rats_2.png); }
			.apreciaza li.love a { background-image: url(i/btn_rats_1.png); }
			
			.apreciaza li a span {
			position: absolute; right: -5px; bottom: -5px;
			display: none;
			font-size: 10px; font-weight: bold; line-height: 1;
			background: #fff;
			color :#222; text-indent: 0;
			padding: 3px 5px;
			border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
			
				.apreciaza li a:hover span { display: block; }
		
		.apreciaza div.text {
		font-size: 16px;
		color: #888;
		line-height: 60px; height: 60px;
		margin: 0 70px 0 0; padding: 0 0 0 70px; }
		
			.apreciaza div.text.visited { padding: 0 0 0 10px; }
		
			.apreciaza div.text a {
			display: block;
			float: left;
			margin: 10px 5px 0 0;
			padding: 6px; 
			border: 2px solid;
			border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
				
				.apreciaza div.text a.first { margin-left: 30px; }
				
				.apreciaza div.text a.sux { border-color: #2b9cad; } 
				.apreciaza div.text a.hmph { border-color: #178f60; } 
				.apreciaza div.text a.eh { border-color: #409c27; }
				.apreciaza div.text a.hey { border-color: #b4c732; }
				.apreciaza div.text a.woo { border-color: #e3d322; }
				.apreciaza div.text a.smooch { border-color: #da7a26; }
				.apreciaza div.text a.love { border-color: #c73828; }
			
				.apreciaza div.text a img {
				display: block;
				width: 24px; height: 24px; }
			
			.apreciaza div.text a.prev {
			background: url(i/btn_rat_prev.png) center -40px no-repeat; }	
			
			.apreciaza div.text a.next {
			background: url(i/btn_rat_next.png) center -40px no-repeat;
			margin-right: 0; }
			
			.apreciaza div.text a.next, .apreciaza div.text a.prev {
			width: 25px; height: 40px;
			padding: 0; border: none }
		
				.apreciaza div.text a.next:hover, .apreciaza div.text a.prev:hover { background-position: center top }
			
		.apreciaza div.app {
		position: absolute; top: 10px; right: 10px;
		width: 70px;
		color: #fff; text-align: right; text-transform: uppercase; }
		
			.apreciaza div.app span {
			display: block; font-size: 20px; line-height: 22px; }
		
		.apreciaza a.select { position: absolute; top: 10px; left: 10px; background: url(i/btn_rats_def.png) left -50px no-repeat; margin: 0; }
			.apreciaza a.select:hover{ background-position: left top; }
			.apreciaza a.select.on { background-position: left -100px; }
	
		.apreciaza a.select.loading, .apreciaza a.select.loading:hover { background: url(i/loading_wheel.gif) left top no-repeat; }
	
	/* Discover
	---------------------------------------- */	
	.discover {}

		.discover li {
		position: relative; 
		float: left;
		width: 92px; 
		font-size: 11px; line-height: 1.819;
		margin: 0 0 15px 15px; }
			.discover li.odd { margin-left: 0; }

		.discover a.pic { display: block; height: 10.182em; overflow: hidden; }

			.discover li a.pic span {
			position: absolute; top: 75px; left: 5px;
			font-size: 8px; line-height: 8px;
			background: #0f6393; color: #fff;
			padding: 2px 5px;
			border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
				.discover li.pro a.pic span.sux { background: #2b9cad; } 
				.discover li.pro a.pic span.hmph { background: #178f60; } 
				.discover li.pro a.pic span.eh { background: #409c27; } 
				.discover li.pro a.pic span.hey { background: #b4c732; } 
				.discover li.pro a.pic span.woo { background: #e3d322; } 
				.discover li.pro a.pic span.smooch { background: #da7a26; } 
				.discover li.pro a.pic span.love { background: #c73828; } 

			.discover li.pro a.pic em {
			position: absolute; top: 75px; right: 5px;
			display: block;
			width: 25px; height: 12px;
			background: url(i/label-pro.png) no-repeat;
			text-indent: -9999px; }

		.discover img { display: block; width: 92px; height: 92px; }
	
	.discover.import {}
	
		.discover.import li { }
		
		.discover.import li a.pic { margin: 0 0 0 22px;  }
		
		.discover.import img { width: 70px; height: 70px; }
		
		.discover.import input.checkbox { position: absolute; top: 0; left: 0; }
		
		.discover.import p.submit { clear: both; }
	
	
	p.discover.details { clear: both; 
	font-size: 10px; line-height: 2;
	text-align: left; color: #aaa;
	margin: 0 0 2.5em 0;
	border-bottom: 1px solid #ccc; }

		p.discover.details a { float: right; }


	/* Stats
	---------------------------------------- */
	#ref a { font-size: 11px; }

	.stats { line-height: 2.417; margin: 0.834em 0 1.667em 0;   }

		.stats li { position: relative; border-bottom: 1px solid #fff; }
		
			.stats li:hover span { background-color: #d2f3cf; }

		#content .stats a { color: #0c8200; }
			#content .stats a:hover { color: #4cbc40; }

		.stats span.index {
		position: absolute; top: 0; left: 0;
		display: block; height: 100%;
		background-color: #e7f5e6;
		text-indent: -9999px;
		border-right: 1px solid #d2f3cf; }


		.stats strong, .stats em, .stats a {  position: relative; z-index: 9; font-weight: normal; font-style: normal; }

		.stats strong, .stats a { padding: 0 0 0 10px; }
		.stats em { position: absolute; top: 0; right: 10px; }

		.stats strong.you { font-weight: bold; color: #555; }
		.stats strong span { font-size: 10px; color: #999; }


	/* Main Content
	---------------------------------------- */	
	#main {
	width: 380px;
	float: left;
	margin: 0 20px 0 0; }

		#main.alternate {
			display: inline;
		width: 520px;
		float: left; 
		margin: 0 20px 0 15px; }
		
	/* Secondary Left
	---------------------------------------- */
	#secondaryLeft {
	display: inline;
	width: 210px;
	float: left;
	margin: 0 20px 0 15px; }
	
	/* Secondary Right
	---------------------------------------- */
	#secondaryRight {
	width: 210px;
	float: left; }
	
	/* Meta
	---------------------------------------- */
	#meta {
	width: 300px;
	float: left;  }

		
	/* Site meta
	---------------------------------------- */
	#sitemeta {
	clear: both;
	background: #fff;
	color: #ffae35;
	margin: 0 0 0 40px; padding: 1.667em 0 0.834em 0; 
	border-left: 5px solid #e2f4ff; border-right: 5px solid #e2f4ff; border-bottom: 5px solid #e2f4ff; border-top: 1px solid #ccc; }
	
		#sitemeta p { font-size: 11px; line-height: 2.728; margin: 0 15px; }
	
		#sitemeta p.copy { text-align: right; }
			#sitemeta p.copy strong { float: left; }
	
		#sitemeta p.bar {
		background: #fff6b2;
		
		padding: 0 10px;  }
	
			#sitemeta a { p }
			
			#sitemeta strong { color: #333; margin: 0 0.91em 0 0; }
	
		#sitemeta .group {
		float: left;
		width: 210px;
		margin: 0 5px 0 15px; padding: 0.834em 0; }
		
			#sitemeta .group h3 {
			background: none;
			font-size: 12px; line-height: 1.667; font-weight: bold;
			margin: 0; padding: 0 0 0.834em 0;
			border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
	
			#sitemeta .group a {
			display: block;
			color: #0c8200; text-decoration: none;
			padding: 0; }
			
				#sitemeta .group a:hover { color: #ffae35; }
				
			#sitemeta .group.center { width: 380px; }
			#sitemeta .group.last { margin-right: 0; }
		
		#sitemeta p.extra { clear: both; }
	

/* Publicitate
---------------------------------------- */
#pub_bigbanner {
position: absolute; top: 20px; right: 0;
width: 728px; height: 90px;
background: #f7f7f7;
-moz-border-radius: 5px; -webkit-border-radius: 5px; }

	#pub_bigbanner img { display: block; width: 728px; height: 90px; margin: 0 auto; }



/* Filterlist
---------------------------------------- */
.filterlist {  }


	.filterlist li a {
	display: block;
	background-color: #c9e5f7; 
	line-height: 2.5;
	padding: 0 10px; margin: 0 0 1px 0; }

	#content .filterlist li a:hover { background-color: #c9e5f7; color: #0f6393; }

	#content .filterlist li.selected a {
	background: #0f6393;
	color: #fff; cursor: default;  }



		.filterlist li.first a { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px }

		.filterlist li.last a { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }



/* Blog
---------------------------------------- */
/*
Description: The Gugu project - blog styles
Version: 1.0
*/

.navigation { padding: 0 0 0 35px; }
#main .description { margin-top: 0; }

/* Blog
---------------------------------------- */	
#main.blog {  }

	#main h3 {
	background: none;
	color: #333;
	font-size: 18px; font-weight: bold; line-height: 1.112;
	padding: 0; margin: 0 0 0.556em 0; }

	.panels.special { display: none; margin-top: -1.667em; border: 5px solid #c9e5f7; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
		.panels.special.open { display: block; }

		#main.blog .outside_form textarea { width: 100%; }
		#main.blog .outside_form input { width: 100%; }

div.post {
position: relative;
margin: 0 0 0 35px; }

	div.holder { position: relative; }

		#content a.del, #content a.edit { bottom: -4.584em; line-height: 2.5; }

	p.date {
	position: absolute; top: -3px; left: -37px;
	display: block;
	font-size: 18px; line-height: 1.5em;
	background: left top no-repeat;
	text-align: center;
	margin: 0;  }
		p.date span {
		display: block;
		font-size: 9px; line-height: 1em; letter-spacing: 0.1em;
		text-transform: uppercase; }

		p a.link {
			font-size: 18px; line-height: 1.5em; font-weight: bold;
		}

	blockquote {
	background: #e8def4; color: #444;
	font-size: 16px; line-height: 1.25; font-style: italic;
	margin: 0.834em 0; padding: 0.834em 20px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

		cite {
		display: block;
		font-size: 12px; line-height: 1.667; font-style: italic;
		color: #666; text-align: right; }

	p.photo img { display: block; width: 485px; }

	p.comments {
	font-size: 11px; line-height: 2.728;
	color: #999;
	border-top: 1px solid #ddd;
	margin: 1.819em 0 2.5em 0; }

		p.comments a { background: url(i/ico-comm.png) right top no-repeat; padding: 0 20px 0 0; }
		p.comments .close { background: none; padding: 0; }

.cat-item { float:left; margin:20px 15px 20px 0;}