/*==============================================================
 *
 * #### PLARTZDESIGN ####
 * Theme Name: plartz_v5
 * Theme URL: www.plartz.de
 * Theme Version: 1.0
 * Theme Date: 7th April 2010
 *
 * @copyright plartz.de
 * @author Jakob Ploens
 * @version 1.0
 *
==============================================================*/


/*========== RESET CSS DEFAULTS ==========*/

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	vertical-align: top;
	list-style-type: none;
}

/*========== DEFAULTS ==========*/

body {
	font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
	background: #f7f7f7;
}

body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
	color: #999;
	outline: none;
}

a:hover {
	color: #000;
}

h1 {
	font: 40px Georgia;
	color: #889;
	padding: 0 10px 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

h2 {
	font: 25px "Segoe UI";
	color: #666;
	margin-bottom: 10px;
}

p {
	margin: 10px 0;
}

hr {
	margin: 10px 0;
	background: #eee;
	height: 1px;
}

input {
	margin: 5px 0;
}

input[type=checkbox], input[type=radio] {
	margin-left: 5px;
	margin-top: 10px;
	float: left;
}

label {
	margin-left: 5px;
	font: 14px "Segoe UI";
}

label span.help {
	color: #889;
	font: 25px Georgia;
	cursor: help;
}

.input {
	width: 372px;
	padding: 3px;
	font: 20px "Segoe UI";
	color: #666;
	border: 1px solid #eee;
	background: #eff;
}

.input[disabled=disabled]:hover, .input[disabled=disabled]:focus {
	background: #eff;
	color: #666;
}

.input:hover, .input:focus {
	background: #efe;
	color: #444;
}

input[type=submit] {
	float: right;
	color: #889;
	font: 20px Georgia;
	background: none;
	cursor: pointer;
}

input[type=submit]:hover {
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.message {
	padding: 10px;
	padding-left: 40px;
	margin: 20px auto;
}

.message.error {
	background: #faa url(../icons/cross.png) no-repeat 10px center;
	border: 1px solid #f55;
}

.message.hint {
	background: #ffb;
	padding-left: 10px;
	border: 1px solid #fe0;
}

.message.success {
	background: #8f8 url(../icons/tick.png) no-repeat 10px center;
	border: 1px solid #0e0;
}

.loading {
	background: url(../images/ajax-loader.gif) no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 60px;
	right: 20px;

}

hr.blue {
	background: #898;
}

/*========== TOP BAR ==========*/

#top_bar {
	background: rgba(0,0,0,0.7);
	color: #ccc;
	position: fixed;
	width: 100%;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	z-index: 100;
}

#top_bar a {
	color: #ccc;
	text-shadow: 0 1px 0 #000;
}

#top_bar a:hover {
	color: #fff;
	text-decoration: underline;
}

#top_bar .left {
	width: 550px;
	padding: 10px;
	display: inline-block;
}

#top_bar .right {
	width: 400px;
	display: inline-block;
	float: right;
	text-align: right;
	padding: 10px;
}

/*================================================================
============================ LOGIN ===============================
=================================================================*/

#center .message {
	padding: 20px;
	padding-left: 40px;
	width: 350px;
	height: 12px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -201px;
}

#center #login_box {
	width: 380px;
	height: 165px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -148px;
	margin-left: -200px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition-duration: 0.5s;
	background: #fff;
	padding: 10px 15px;
}

#center #login_box:hover {
	-webkit-box-shadow: 0 0 20px rgba(118,186,255,0.7);
}

#center #login_box h1 {
	font: bold 20px "Segoe UI";
	color: #333;
	padding: 0 5px 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
}

#center #lost_data {
	text-align: center;
	position: absolute;
	top: 60%;
	width: 100%;
}

#center a {
	color: #666;
	text-shadow: 0 1px 1px #fff;
	margin: 0 20px;
	font-weight: bold;
}

#center a:hover {
	text-decoration: underline;
}


/*================================================================
===================== CONTENT MANAGEMENT =========================
=================================================================*/

#page {
	padding: 55px 20px 20px;
}

#page #sidebar {
	width: 180px;
	display: inline-block;
	margin-right: 20px;
}

#page #sidebar .box {
	background: #fff;
	padding: 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin: 0 0 20px;
}

#page #sidebar .box hr {
	width: 180px;
	margin: 1px 0;
	background: #eee;
	height: 1px;
}

#page #sidebar .box ul li a {
	padding: 3px 10px;
	display: block;
	color: #633;
}

#page #sidebar .box ul li a.active {
	background: #ffd;
	font-weight: bold;
}

#page #sidebar .box ul li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#666));
	background: -moz-linear-gradient(top, #888, #666);
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

#page #sidebar .box ul li a.title {
	font: bold 14px "Lucida Grande";
	padding: 5px 10px;
}

#page #sidebar .box ul li a.title:hover {
	background: url(../icons/arrow_simple_down.png) no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, from(#888), to(#666));
	background: url(../icons/arrow_simple_down.png) no-repeat 95% center, -moz-linear-gradient(top, #888, #666);
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

#page #sidebar .box ul li a.title.open:hover {
	background: url(../icons/arrow_simple_up.png) no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, from(#888), to(#666));
	background: url(../icons/arrow_simple_up.png) no-repeat 95% center, -moz-linear-gradient(top, #888, #666);
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

#page #sidebar .box ul .submenu {
	display: block;
}

#page #content {
	display: inline-block;
	width: 80%;
}

#page #content .multi_columns {
	margin-top: 10px;
	padding: 10px 0;
	text-align: justify;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-webkit-column-rule: 1px solid #eee;
}

#page #content label {
	font: 12px "Lucida Grande";
	display: block;
	cursor: pointer;
	margin-top: 10px;
}

#page #content .input {
	width: 95%;
	font-size: 16px;
	padding: 5px;
}

#page #content .textarea {
	font: 11px "Andale Mono";
	padding: 5px;
	display: block;
	background: #eff;
	color: #666;
	border: 1px solid #eee;
}

#page #content .textarea:hover {
	background: #efe;
	color: #444;
}

#page #content .button {
	font: bold 14px "Lucida Grande";
	padding: 7px 12px;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa));
	background: -moz-linear-gradient(top, #ccc, #aaa);
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	float: right;
	cursor: pointer;
	margin: 5px;
}

#page #content .button.left {
	float: left;
}

#page #content .button:hover {
	color: #fff;
	text-shadow: 0 1px 0 #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#666));
	background: -moz-linear-gradient(top, #888, #666);
}

#page #content .button:active {
	color: #fff;
	text-shadow: 0 1px 0 #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#888));
	background: -moz-linear-gradient(top, #666, #888);
}

#page #content #ajax_show_all_sites tr {
	width: 100%;
}

#page #content #ajax_show_all_sites tr:hover {
	background: #eee;
}

#page #content #ajax_show_all_sites tr td {
	border-bottom: 1px solid #eee;
	padding: 5px;
	vertical-align: middle;
}

#page #content #ajax_show_all_sites tr td a.main_site {
	font: bold 16px "Segoe UI";
	letter-spacing: -1px;
	color: #333;
	-webkit-transition-duration: 0s;
}

#page #content #ajax_show_all_sites tr td a.unvisible {
	color: #999;
}

#page #content #ajax_show_all_sites tr td a.main_site:hover {
	border-bottom: 1px solid #999;
}

#page #content #filetree {
	width: 35%;
	float: left;
	margin-right: 10px;
	height: 300px;
	overflow: auto;
}

#page #content #new_file {
	float: left;
}

#page #content #filetree a:hover {
	text-shadow: none;
	text-decoration: none;
}

#page #content #template_links a:hover {
	background: #ff0;
	text-shadow: none;
}

#page #content #submenu {
	margin-bottom: 20px;
}

#page #content #submenu a {
	color: #666;
	text-shadow: 0 1px 1px #fff;
	margin: 0 20px;
	font-weight: bold;
}

#page #content #submenu a:hover {
	text-decoration: underline;
}

#page #content .subcontent {
	display: none;
}

#page #content blockquote {
	margin: 10px 20px;
}

#page #content blockquote span {
	font: 12px "Andale Mono";
	display: inline-block;
	width: 170px;
}

#page #content .textarea_form {
	width: 95%;
	padding: 5px;
	font: 16px "Segoe UI";
	color: #666;
	border: 1px solid #eee;
	background: #eff;
}

#page #content .textarea_form:hover {
	background: #efe;
	color: #444;
}

#page #content .news_wrapper {
	margin: 10px;
}

#page #content .news_wrapper .news_title {
	font-weight: bold;
}


/*================================================================
============================ OTHER ===============================
=================================================================*/

a#to_top {
	display: none;
	padding: 10px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	opacity: 0.5;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}

#top_bar a, #page #content a, #footer a {
	-webkit-transition-duration: 0.4s;
}

span.file_name {
	font-family: 'Andale Mono';
}

#file_info {
	clear: both;
	display: block;
	padding: 20px;
}

.picture {
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	margin: 10px;
	height: 150px;
	-webkit-transition-duration: .5s;
}

.picture:hover {
	background: #efe;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.picture p {
	margin-bottom: 0;
}

.picture img {
	max-height: 150px;
	clear: both;
}

.picture .delete_picture {
	background: url(../icons/delete.png);
	display: none;
	width: 16px;
	height: 16px;
	position: relative;
	top: -157px;
	right: -90%;
}

.picture:hover .delete_picture {
	display: block;
}
