/* common
 * ------------------------------------------------------------------- */
.dcore {
	position: relative;
}

.dcore .highlight {
	background: #fd0;
}

.dcore .attachment li {
	padding: 4px;
}

.dcore .attachment .thumb {
	border: 1px solid #ccc;
	display: inline-block;
	margin-right: 4px;
	width: 50px;
	height: 50px;
}

.dcore .body {
	font-size: 12px;
}

.dcore .no-entry {
	font-size: 12px;
	color: #aaa;
	padding: 8px;
}

.dcore .f-msg {
	margin-bottom: 20px;
}

.dcore-row {
	margin-bottom: 10px;
}
.dcore-row input,
.dcore-row select,
.dcore-row textarea {
	margin-bottom: 0;
}

/* dcore-list: media
 * ------------------------------------------------------------------- */
.dcore-list .dcore-thumbnails ul {
	padding: 0;
	margin: 0 0 0 -20px;
	list-style: none;
	width: 720px;
}
.dcore-list .dcore-thumbnails ul li {
	float: left;
	margin: 0 0 20px 20px;
}
.dcore-list .dcore-thumbnails ul li a.link {
	display: block;
}
.dcore-list .dcore-thumbnails ul li a:hover {
	text-decoration: none;
}
.dcore-list .dcore-thumbnails ul li a.link .image,
.dcore-list .dcore-thumbnails ul li a.link img.thumb {
	display: block;
	width: 220px;
	height: 124px;
}
.dcore-list .dcore-thumbnails ul li a.link .image {
	background: #e3e3e3;
	position: relative;
}
.dcore-list .dcore-thumbnails ul li a.link img.thumb {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.dcore-list .dcore-thumbnails ul li a.link .image .screen {
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	background: #000;
	opacity: .4;
	filter: alpha(opacity=40);

	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.dcore-list .dcore-thumbnails ul li a.link:hover .image .screen {
	opacity: 0;
	filter: alpha(opacity=0);
}
.dcore-list .dcore-thumbnails ul li a.link img.thumb,
.dcore-list .dcore-thumbnails ul li a.link .image .screen {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.dcore-list .dcore-thumbnails ul li a.link .info {
	display: block;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
	padding: 5px 0;
}
.dcore-list .dcore-thumbnails ul li a.link .info .span {
	margin-left: 5px;
	color: #666;
}
.dcore-list .dcore-thumbnails ul li a.link .info .pull-left {
	width: 100px;
}

/* dcore-view
 * ------------------------------------------------------------------- */
.dcore-view .dcore-header {
	position: relative;
}
.dcore-view .dcore-header .dcore-actions {
	display: none;
}
.dcore-view .dcore-header:hover .dcore-actions {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}

.dcore-view .dcore-info,
.dcore-view .dcore-info a {
	font-size: 12px;
	color: #777;
}
.dcore-view .dcore-info .span {
	width: auto;
}

.dcore-view .dcore-title {
	padding-right: 60px;
}

.dcore-view .dcore-body {
	margin-bottom: 30px;
}

.dcore-view .dcore-actions-comment {
	text-align: right;
	margin-bottom: 10px;
}

.dcore-view .dcore-replies {
	margin-bottom: 30px;
}

.dcore-view .dcore-reply {
	margin-bottom: 10px;
	position: relative;
}

.dcore-view .dcore-reply .info {
	font-size: 12px;
	color: #777;
	margin-top: 12px;
}

.dcore-view .dcore-reply .dcore-actions {
	display: none;
}
.dcore-view .dcore-reply:hover .dcore-actions {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}

.dcore-view .dcore-image-view a {
	display: block;
	margin-bottom: 30px;
	text-decoration: none;
}
.dcore-view .dcore-image-view a .caption {
	color: #555;
	display: block;
	text-align: center;
	line-height: 20px;
	padding: 5px 0;
}

/* dcore-post
 * ------------------------------------------------------------------- */
.dcore-post ul.attachment,
.dcore-edit ul.attachment {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
}
.dcore-post ul.attachment li,
.dcore-edit ul.attachment li {
	cursor: move;
	margin-bottom: 5px;
}

/* table
 * ------------------------------------------------------------------- */
table.dcore-list th {
	white-space: nowrap;
}

table.dcore-list {
	color: #555;
}

table.dcore-list a {
	display: block;
	color: #555;
}
table.dcore-list a:hover {
	text-decoration: none;
}

table.dcore-list input[type="radio"],
table.dcore-list input[type="checkbox"] {
	margin: 0;
}

table.dcore-list thead th a.sortby {
	display: inline-block;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 15px;
}
table.dcore-list thead th a.sortdir-asc {
	background-image: url(/img/basic/btn-arrow-up.gif);
}
table.dcore-list thead th a.sortdir-desc {
	background-image: url(/img/basic/btn-arrow-down.gif);
}

table.dcore-list .mine {
	color: #08c;
}

table.dcore-list .sticky {
	background: #f7f7ee;
}
table.dcore-list .sticky .title {
	font-weight: bold;
}

/* datepicker
 * ------------------------------------------------------------------- */
#ui-datepicker-div {
	font-size: 12px;
}

/* recaptcha
 * ------------------------------------------------------------------- */
#recaptcha {
	clear: both;
}

#recaptcha #recaptcha_table {
	background: #fff;
}

/* dcore-event
 * ------------------------------------------------------------------- */
.dcore-event-calendar .calendar-area {
	position: relative;
}
.dcore-event-calendar #loading {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
}

.dcore-event-calendar #calendar {
}

.dcore-event-calendar #calendar {
}

.dcore-event-calendar .fc-header-left span {
	display: inline-block;
	padding: 0 4px;
}

.dcore-event-calendar .fc-header-left a {
	display: inline-block;
	line-height: 24px;
}

.dcore-event-calendar .fc-header-left a:hover {
	color: #333;
}

.dcore-event-calendar .fc-header-left a.prev {
	margin-right: 5px;
}

.dcore-event-calendar .fc-header-center span {
	display: inline-block;
	padding: 0 4px;
}

.dcore-event-calendar .fc-header-center a {
	display: inline-block;
	line-height: 24px;
	padding: 0 4px;
}

.dcore-event-calendar .fc-header-center a:hover {
	color: #333;
}

.dcore-event-calendar .fc-header-left a.next {
	margin-left: 5px;
}

.dcore-event-calendar .fc-border-separate th {
	padding: .7em .3em;
	background: #f0f0f0;
}

.dcore-event-calendar .fc-border-separate td {
	width: 1%;
}

.dcore-event-calendar .fc-widget-header {
	font-size: 12px;
}

.dcore-event-calendar .fc-day-number {
	font-size: 12px;
	padding: 6px;
}

.dcore-event-calendar .fc-button-content {
	font-family: Arial, sans-serif;
}

.dcore-event-calendar .fc-button-effect span {
	background: transparent;
}

.dcore-event-calendar .fc-grid .fc-day-number {
	padding-top: 5px;
	padding-right: 5px;
}

.dcore-event-calendar a.fc-event {
	opacity: .8;
	filter: alpha(opacity=80);
}
.dcore-event-calendar a.fc-event:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.dcore-event-calendar .fc-event-title {
	word-wrap: break-word;
}
.dcore-event-calendar .page-header,
.dcore-event-calendar .page-header h3 {
	margin-top: 0;
}

.dcore-event-calendar .end-of-body {
	height: 30px;
	overflow: hidden;
}
