/*
Author Name     : Tobias Herold
Author Site     : http://www.vektorrausch.de
Style Name      : pictoplasma-project
Style URI       : http://www.project.pictoplasma.com
Version         : 1.0
Comments        : basierend auf K2
*/

@import url('/wp-content/themes/k2/styles/pictoplasma/pictoplasma2.css');

/* Allgemeine Einstellungen
***********************************************************************************************/

#header p.description { /* Pictoplasma-Schriftzug */
	background:url(pictoplasma_projects.gif) no-repeat left top;
}

#header ul.mainmenu li#picto_prj a { /* Aktives Blog, Link neben Logo */
	background-position:left 0px;
} 


/* Linkfarben
***********************************************************************************************/

a:link, a:visited {
	color:#8b8b8b;
}
  
a:hover, a:focus {
	color:#000;
}

/* Hauptmenue: News und Calendar-Seite aktiv */
body.category-news ul.menu li.page-item-12 a:link, body.category-news ul.menu li.page-item-12 a:visited,
body.category-calendar ul.menu li.page-item-10 a:link, body.category-calendar ul.menu li.page-item-10 a:visited {
	color:#000;
	background:#fff;
	text-decoration:none;
}


/* Login und Registrierung
***********************************************************************************************/

#form-boxes {
	float: right;
	/* height: 380px; */
	width: 260px;
	margin-right: 10px;
	
}

.entry-content div#form-boxes {
	margin-top: 0;
}

form#loginform,
form#setupform {
	width: 260px;
}

body.page-slug-login #page .content div.clear {
	background: none;
}

body.page-slug-login .entry-content div.col {
	height: 190px;
	width: 260px;
	margin: 0 !important;
	overflow: hidden;
}

form#loginform,
#h2-login,
#text-login,
p#userloggedin {
	display: block;
	width: 260px;
	height: 190px;
	border-bottom: 1px solid #666;
	margin-bottom: 11px !important;
}

body.page-slug-login .entry-content div#text-login,
body.page-slug-login .entry-content div#text-register {
	margin-left: 11px !important;
}

/* Formularfelder */

#form-boxes form label {
	font-weight: bold;
}

#form-boxes input {
	border: 1px solid #000;
	width: 254px;
	padding: 2px;
	margin-bottom: 11px;
}

#form-boxes input#go, #form-boxes input#submit {
	padding: 0;
	border: none;
	background: none;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

/* Versteckte Elemente
***********************************************************************************************/

body.page-slug-login h2 {
	display: none;
}