/* TITLES */

.llaurado .header-subtitle,
.llaurado .header-title,
.llaurado .item-subtitle,
.llaurado .item-title {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: none;
	border: none;
}
.llaurado .header-subtitle,
.llaurado .item-subtitle {
	font-weight: 100;
}

/* HEADER */

.llaurado-header {
	border-bottom: 2px solid #ccc;
	color: #999;
}
.llaurado-header img {
	margin-right: 5px;
	float: left;
	width: 101px;
	height: 101px;
	background-color: #eee;
}
.llaurado-header h1 {
	padding-bottom: 0px;
}
.llaurado-header .header-subtitle {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 26px;
	font-size: 22px;
	color: #999;
}
.llaurado-header .header-title {
	margin-top: 3px;
	margin-bottom: 0px;
	line-height: 26px;
	font-size: 24px;
	color: #333;
	word-break: normal;
}
.llaurado-header .header-link {
	margin: 24px 0px 2px 0px;
	color: #999;
}
.llaurado-header a:hover {
	text-decoration: none;
	color: #2770c1;
}

/* EACH */

#llaurado-each .llaurado-item {
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	height: 128px; /* padding-bottom + margin-bottom + line-height = 25 + 10 + 28 + (14 * 5 lineas) */
	border-bottom: 5px solid #fff;
}
#llaurado-each .llaurado-item.starred {
	background-color: #fefff0;
	border-bottom-color: #fefff0;
}
#llaurado-each .llaurado-item.starred:hover {
	background-color: #fff;
	border-bottom-color: #fff;
}

/* ITEM */

a.llaurado-item {
	display: block;
}
a.llaurado-item * {
	color: #333;
}
a.llaurado-item:hover * {
	border-right-color: #dfedfb;
	color: #2770c1 !important;
	text-decoration: none;
}
.llaurado-item .date {
	display: block;
	margin-right: -2px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	border-right: 2px solid #eee;
}
.llaurado-item .date * {
	display: block;
	width: 100%;
	color: #ccc;
}
.llaurado-item .date-day {
	font-size: 30px;
	line-height: 30px;
}
.llaurado-item .date-month {
	font-size: 18px;
	font-weight: 100;
}
.llaurado-item .item-subtitle {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 100;
	color: #888;
}
.llaurado-item .item-title {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 28px;
}
.llaurado-item .item-desc {
	line-height: 14px;
}

/* ABOUT */

#llaurado-about {
	margin-top: 20px;
}
#llaurado-about .header-subtitle {
	font-size: 18px;
}
#llaurado-about .header-title {
	margin-bottom: 0px;
	line-height: 24px;
	height: auto;
	font-size: 20px;
}
#llaurado-about .llaurado-header {
	border-bottom: none;
}
#llaurado-about .llaurado-header img {
	width: 50px;
	height: 50px;
}

/* CALENDAR */

.ui-datepicker-year {
	display: none;
}
/*
#llaurado-calendar table td,
#llaurado-calendar table th {
	padding: 5px !important;
	border: none !important;
	color: #666;
}
#llaurado-calendar table tr:hover {
	background-color: transparent;
}
#llaurado-calendar .current {
	font-weight: bold;
	color: #333;
}
#llaurado-calendar .starred {
	background-color: #f3f3f3;
}
#llaurado-calendar .starred:hover {
	background-color: #dfedfb;
}
#llaurado-calendar a {
	display: block;
	color: #333;
}
#llaurado-calendar a:hover {
	text-decoration: none;
}
*/
/* POPULARS */

#llaurado-populars .llaurado-item {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
#llaurado-populars .item-title {
	font-size: 18px;
	font-weight: 100;
	line-height: 22px;
}

/* POST */

#llaurado-post .post-container {
	margin-left: 12px;
}
#llaurado-post .post-img {
	width: 80%;
	margin: 5px 0px 0px 0px;
}
#llaurado-post .post-text h3, #llaurado-post .post-text h4{
	margin-top:15px;
}
#llaurado-post .post-phrase {
	margin-bottom: 14px;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: 100;
	font-style: italic;
	line-height: 32px;
	color: #666;
}
#llaurado-post .post-text {
	font-size: 1.2em;
	line-height: 1.4em;
}