/* soroaga, 8 jun 2010 */
*{ margin: 0;}

body{
	background: #F3F3F0;
	text-align: center;
	font-family: Century Gothic, Arial;
	color: #555;
}
h1{ font-size: 24px;
	font-family: Century Gothic, Arial;
	font-weight: normal;
	letter-spacing: -1px;
}
a{ 
	color: #55888F;
	text-decoration: none;
}
a:hover{ 
	color: #E6932E;
}
.clear{ clear: both;}

#page{
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

/* HEADER
---------------------*/
#header{
	height: 35px;
	padding-top: 82px;
	position: relative;
	z-index: 1;
}
#header .addthis_toolbox{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
}
#header #logo{
	background: transparent url(images/logo.png) no-repeat;
	height: 197px;
	width: 164px;
	position: absolute;
	left: 540px;
	top: 0px;
}
#header h1{ 
	font-size: 36px;
	margin-left: 10px;
	z-index: 10;
}
#header h1 a:hover{ 
	color: #55888F; 
}
#header #tab-favs{
	background: transparent url(images/heart.png) no-repeat 0 5px;
	padding-left: 23px;
	position: absolute;
	left: 20px;
	bottom: -40px;
	z-index: 10;
}
#header #tab-add{
	background: transparent url(images/add.png) no-repeat 0 4px;
	padding-left: 23px;
	position: absolute;
	left: 200px;
	bottom: -40px;
	z-index: 10;
}

/* CONTENT
---------------------*/
#content {
	padding: 75px 0 80px;
	float: left;
	width: 730px;
	
	border: 1px solid #ccc;
	background: #faf9f4;
	min-height: 700px;
	position: relative;
}
#content .entry{
	padding: 40px 40px;
}
#content .entry p{
	padding-bottom: 20px;
}
#content .entry h1{
	margin-left: 0;
}
#content #page-social.addthis_toolbox{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
#content h1{
	color: #E6932E;
	margin: 10px 40px 15px;
}

#content .item{
	padding: 22px 40px 15px;
	position: relative;
	border-top: 1px solid #faf9f4;
	border-bottom: 1px solid #faf9f4;
}
#content .item:hover{
	background: #f6f4ea;
	border-top: 1px solid #eeead5;
	border-bottom: 1px solid #eeead5;
}
#content .item .favorite{
	background: transparent url(images/sprites.png) no-repeat -17px 0;
	height: 17px;
	width: 17px;
	position: absolute;
	left: 16px;
	top: 26px;
	cursor: pointer;
}
#content .item .favorite:hover{
	background: transparent url(images/sprites.png) no-repeat 0 0;
}
#content .item .favorite.yes{
	background: transparent url(images/sprites.png) no-repeat 0 0;
}
.item .citat{
	margin-bottom: 0px;
}
.item .autor{
	font-size: 14px;
}
#content .item .share{
	color: #777;
	display: none;
	position: absolute;
	right: 0px;
	bottom: -1px;
	padding: 5px 20px;
}
	#content .item .share span{
		font-size: 12px;
		float: left;
	}
	#content .item .share .addthis_toolbox{
		float: left;
		padding-left: 10px;
		margin: 0;
	}
#txt404{
	margin-top: 100px;
	padding: 40px;
}

/* SIDEBAR
---------------------*/
#sidebar{
	float: right;
	width: 250px;
	padding-left: 15px;
}
	#sidebar h2{
		color: #E6932E;
		font-weight: normal;
		font-size: 22px;
		margin-bottom: 10px;
	}
	#sidebar ul{
		padding-left: 0;
	}
	#sidebar ul li ul{
		padding-left: 3px;
	}
	#sidebar li{
		list-style-type: none;
	}
	#sidebar #poweredby{
		margin-top: 20px;
	}

/* FOOTER
---------------------*/
#footer{
	clear: both;
	height: 40px;
}

/* HOMEPAGE
---------------------*/
#content .column{
	width: 365px;
	float: left;
}
#content .categoryposts{
	padding: 15px 0 0 15px;
	width: 325px;
}
#content .categoryposts h2{
	margin-bottom: 8px;
}
#content .categoryposts h2 a{
	color: #E6932E;
	font-size: 16px;
}
#content .categoryposts ul{
	padding-left: 0;
}
#content .categoryposts ul li{
	list-style-type: none;
}
#content .categoryposts ul li.cat-post-item{
	font-size: 13px;
	margin-bottom: 10px;
	padding: 2px 0;
	position: relative;
}
#content .categoryposts ul li.cat-post-item .share{
	color: #777;
	display: none;
	position: absolute;
	right: 0px;
	bottom: -1px;
	padding: 5px 20px;
}
	#content .categoryposts ul li.cat-post-item .share span{
		font-size: 12px;
		float: left;
	}
	#content .categoryposts ul li.cat-post-item .addthis_toolbox{
		float: left;
		padding-left: 10px;
		margin: 0;
	}
#content .categoryposts a.more{
	float: right;
	font-size: 12px;
	display: block;
	margin-top: -10px;
}	
/* CITATE PREFERATE
----------------------- */
#content.favorites .delete{
	background: transparent url(images/sprites.png) no-repeat -34px 0;
	display: none;
	height: 17px;
	width: 17px;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
#content.favorites p{
	padding: 22px 40px 15px;
}
#content.favorites .item p{
	padding: 0;
}
#content.favorites #social_login_container{
	margin: 15px 0 30px 100px;
	height: 120px;
	overflow: hidden;
}

/* ADAUGARE CITATE
----------------------- */
#postbox{
	padding: 20px 40px;
}
	#postbox .section{
		margin-bottom: 30px;
	}
	#postbox label{
		color: #444;
		font-size: 18px;
	}
	#postbox span, #content #postbox p{
		color: #777;
		font-size: 14px;
		display: block;
		padding: 0;
	}
	#postbox textarea{
		color: #777;
		border: 1px solid #c4c2be;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-family: Century Gothic, Arial;
		font-size: 16px;
		padding: 10px 10px 10px 5px;
	}
	#postbox input#autor{
		color: #777;
		border: 1px solid #c4c2be;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-family: Century Gothic, Arial;
		font-size: 16px;
		padding: 10px 10px 10px 5px;
	}
	#postbox input#submit{
		background: #55888F;
		border: 1px solid #2c6269;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		color: #fff;
		cursor: pointer;
		font-size: 20px;
		margin-top: 20px;
		padding: 5px 20px;
	}
	#postbox input#submit:hover{
		background: #E6932E;
		border: 1px solid #9d5c0e;
	}
#errors{
	color: #E34646;
	margin-bottom: 30px;
}
#success{
	color: #249f80;
	margin-bottom: 30px;
}

/* SINGLE
 ------------------------------------------*/
#content .item.single{
	margin-top: 40px;
}
#content .item.single .citat{
	font-size: 22px;
	padding-bottom: 5px;
}
#content h3{
	color: #E6932E;
	font-weight: normal;
	font-size: 20px; 
	padding: 60px 0 0 40px;
}
