/* Copyright (C) 2007 - 2011 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/system.css);
@import url(../warp/systems/wordpress.3.0/css/system.css);
@import url(system-all.css);


/* Author
----------------------------------------------------------------------------------------------------*/

#system section.author {
	padding: 15px;
	border: 1px solid rgba(255,255,255,0.12);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
}

#system section.author .avatar {
	padding: 5px;
	border: 1px solid #313131;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #111;
}

/* Comments
----------------------------------------------------------------------------------------------------*/

/* Head */
#system #comments .comment-head {
	padding: 5px;
	border: 1px solid rgba(255,255,255,0.12);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: rgba(0,0,0,0.3);
}

#system #comments .comment-byadmin .comment-head {
	border: 1px solid rgba(255,255,255,0.25);
	background: rgba(255,255,255,0.15);
}

#system #comments .comment-head .author { text-shadow: 0 1px 0 rgba(0,0,0,0.25); }

/* Body */
#system #comments ul.level1 ul { background: url(../images/comments_arrow.png) 0 0 no-repeat; }


/* Latest Comments
----------------------------------------------------------------------------------------------------*/

ul.line.comments .meta { color: #777; }


/* Calendar
----------------------------------------------------------------------------------------------------*/

table.calendar { border: 1px solid #222; }

table.calendar th,
table.calendar tfoot td { background: #3a3a3a; }
table.calendar th { border-bottom: 1px solid #4f4f4f; }
table.calendar tfoot td { border-top: 1px solid #4f4f4f; }
