/*
Theme Name: traudichspiele
Theme URI: http://www.traudichspiele.de
Description: Theme für die Seite traudichspiele.de
Version: 1.0
Author: Benedikt Pauli
Author URI: http://www.benep.de
*/

* {
	font-family:'Arial',sans-serif;
	font-size: 10pt;
}

html, body {
	margin:0px;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0)));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
}

/*
 * ------------------------------------------------------------
 * User
 * ------------------------------------------------------------
 */

div.user {
	width: 1000px;
	margin: 0px auto;
	text-align: right;
	padding: 10px;
}

.user span {
	color: #aaa;
}

.user a {
	text-decoration: none;
	color: #33c;
}

.user a:hover {
	text-decoration: underline;
}

.user a img {
	width: 20px;
	height: 20px;
	margin: -1px 0 -4px 0;
}

.user form input.user, .user form input.password {
	color: #aaa;
	width: 100px;
	padding-left: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	behavior: url(PIE.htc);
}

.user form input.user {
	background: #fff url('user.png') no-repeat 3px center;
}

.user form input.password {
	background: #fff url('key.png') no-repeat 3px center;
}

.user .loginbutton {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255,255,255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-color: #ccc;
}

.user .loginbutton:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255,255,255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-color: #ddd;
}

input.active {
 color: #000;
}

/*
 * ------------------------------------------------------------
 * header
 * ------------------------------------------------------------
 */

div.header {
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0;
	background: url(beta.png) no-repeat 100% 75%;
}
.header h1, .header h2 {
	margin: 0 50px 2px 0;
	vertical-align:top;
	text-align:right;
}
.header h1 {
    color: #444;
	font-size: 26px;
}

.header h1 i{
    color: #aaa;
	font-size: 26px;
}

.header h1 .tld {
	font-size: 16px;
}

.header h2 {
    color: #999;
	font-size: 16px;
	padding-bottom: 20px;
}

/*
 * ------------------------------------------------------------
 * Navigation
 * ------------------------------------------------------------
 */

div.navigation {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	height: 50px;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px rgb(204,204,204);
	background-color: #c80000;
	behavior: url(PIE.htc);
}

div.navline {
	height: 35px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255,255,255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
	background-color: #888;

	border-bottom: 1px solid #666;

	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	behavior: url(PIE.htc);
}

.navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.navigation li {
	position: relative;
	line-height: 35px;
	padding: 0 15px;
	float: left;
	border: 0;
	display:block;
	border-right: 1px solid #666;
}

.navigation li.right {
	border-right: 0;
	border-left: 1px solid #666;
	float: right;
}

.navigation li a {
	text-shadow: -1px -1px 2px rgba(0,0,0,0.35);
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #fff;
}

.navigation li:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255,255,255, 0.2)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.navigation li.right:hover {
	background: 0;
}

.navigation li img {
	vertical-align: middle;
	border: 0;
}

.search form {
	margin:0;
	padding:0;
	display: inline;
}

.search form input {
	color: #ccc;
	width: 160px;
	margin: 0;
	padding: 2px;
	padding-left: 20px;
	background: #fff url('zoom.png') no-repeat 3px center;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: -1px -1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: -1px -1px 3px rgba(0,0,0,0.3);
	box-shadow: -1px -1px 3px rgb(180,180,180);
	behavior: url(PIE.htc);
}

/*
 * ------------------------------------------------------------
 * Infos
 * ------------------------------------------------------------
 */

.infos {
	width: 1000px;
	margin: 10px auto 0;

	border: 1px solid #888;;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px rgb(200,200,200);

	background-color: #eee;
	behavior: url(PIE.htc);
	text-align: center;
}


/*
 * ------------------------------------------------------------
 * Body
 * ------------------------------------------------------------
 */

.main {
	width: 1000px;
	margin: 20px auto;
	clear: both;
}

.main .left {
	float: left;
	width: 165px;
}

.main .content {
	margin-left: 170px;
	min-height: 400px;
}

/*
 * ------------------------------------------------------------
 * Box
 * ------------------------------------------------------------
 */

.left ul.sidebar {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.box, .left .sidebar li.widget {
	margin-bottom: 15px;
	border: 1px solid #888;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px rgb(200,200,200);

	background-color: #fff;
	behavior: url(PIE.htc);
}

.box .head, .sidebar .head {
	text-shadow: -1px -1px 2px rgba(0,0,0,0.35);
	color: white;
	font-weight: bold;
	padding: 5px 10px;

	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
	background-color:#005AC6;

	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	behavior: url(PIE.htc);
}

.box .body {

	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	behavior: url(PIE.htc);
}

.widget_tag_cloud div {
	padding: 3px;
}

.widget_tag_cloud a {
	padding: 3px;
	text-decoration: none;
	color: #33a;
}


.widget_tag_cloud a:hover {
	text-decoration: underline;
}

/*
 * ------------------------------------------------------------
 * Content
 * ------------------------------------------------------------
 */

div.content {
	padding: 20px;
}

.content h1 a {
	font-size: 16pt;
	margin-top: 0;
	color: #000;
	text-decoration: none;
}

.content h2 a {
	font-size: 11pt;
	margin-top: 0;
	color: #33a;
	text-decoration: none;
}

.content h2 a:hover {
	text-decoration: underline;
}

.catinfo p {
	color: #999;
}

div.catinfo {
	margin-bottom: 30px;
}

.listFacts ul {
	list-style: none;
	background-color: rgb(250,250,250);
	border: 1px solid #ccc;
	margin: -3px 3px 5px;
	padding: 4px;
	height: 15px;
}

.listFacts li {
	font-size: 9pt;
	float: left;
	margin-right: 10px;
}

.listFacts li b{
	font-size: 9pt;
	color: #555;
}

.listFacts li i {
	font-size: 9pt;
	color: #bbb;
}

.listFacts li a {
	font-size: 9pt;
	color: #55c;
	text-decoration: none;
}

.listFacts li a:hover {
	text-decoration: underline;
}

div.entry {
	margin: 0 7px 30px;
}

ul.facts {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.facts li span {
	display: inline-block;
	background-color: rgb(250,250,250);
	border: 1px solid #ccc;
	margin: 2px;
	padding: 4px;
}

.facts li span.title {
	font-weight: bold;
	width: 70px;
	color: #666;
	text-align: right;
}

.facts li span.fact {
	width: 400px;
	color: #333;
}

.facts li span.fact i {
	color: #ccc;
}

.facts li span a {
	color: #33a;
	text-decoration: none;
}

.facts li span a img{
	width: 20px;
	height: 20px;
	margin: -1px 0 -4px 0;
}

.facts li span a.stars img {
	width: 16px;
	height: 16px;
}

.facts li span a:hover {
	text-decoration: underline;
}

.comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.comments li {
	background-color: rgb(240,240,240);
	padding: 5px;
	margin: 5px;
}

.comments li img {
	margin-right: 10px;
	float: left;
}

.comments li span.comment {
	display: block;
	margin: 5px;
}

.comments li span a {
	text-decoration: none;
	color: #33a;
}

.comments li span a:hover {
	text-decoration: underline;
}

.comments li span.date {
	display: block;
	color: #aaa;
	margin: 5px;
	font-size: 8pt;
}

.comments li input.pre {
	color: #aaa;
	width: 99%;
}

span.more {
	color: #999;
}

span.more a {
	font-weight: bold;
	color: #66f;
	text-decoration: none;
}

span.more a:hover {
	text-decoration: underline;
}

/*
 * ------------------------------------------------------------
 * Categories
 * ------------------------------------------------------------
 */

.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;

	background-color:#cdf;

	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	behavior: url(PIE.htc);
}

.widget_categories ul li {
	padding: 2px;
	border-top: 1px solid #aaa;

	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.widget_categories ul li:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.5)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
}

.widget_categories ul li a {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.widget_categories ul li a .stats{
	color: #666;
	font-size: 10px;
	padding-left: 4px;
}

/*
 * ------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------
 */

.footer {
	clear: both;
	width:1000px;
	margin: 0 auto 10px;
	padding: 0;

	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255,255,255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
	background-color: #ddd;

	border: 1px solid #666;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

.footer div.changes {
	color: #666;
	margin: 0;
	padding: 10px;
}

.footer .finfo {
	clear: both;
	background-color: #005AC6;
	line-height: 20px;

	color: #fff;
	text-shadow: -1px -1px 2px rgba(0,0,0,0.35);
	text-align: center;
	font-size: 8pt;
}

.footer .finfo b {
	font-size: 8pt;
}

.changes ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.changes ul li.widget {
	margin: 0;
	width: 33%;
	float: left;
}

.changes .head {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.changes ul li ul {
	list-style: none;
	margin: 3px;
	padding: 0;
}

.fgames li {
	padding: 8px 0;
	color: #aaa;
}

.fgames li.fgames {
	height: 50px;
}

.fgames li.fcomments {
	height: 40px;
}
.fgames li.fcomments div {
	height: 40px;
}

.fgames li:not(:last-child) {
	border-bottom: 1px dotted #ccc;
}

.fgames a {
	color: #99c;
	text-decoration: none;
}

.fgames a:hover {
	text-decoration: underline;
}

.fgames .title a {
	color: #44b;
	font-weight: bold;
}

.fgames img{
	background: #fff;
	float: left;
	margin-right: 5px;
	border: 3px solid #bbb;
}

/*
 * ------------------------------------------------------------
 * Universal
 * ------------------------------------------------------------
 */

.shadow {
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	behavior: url(PIE.htc);
}

.lightshadow {
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	behavior: url(PIE.htc);
}

/*
 * ------------------------------------------------------------
 * Buttons
 * ------------------------------------------------------------
 */

button.newstyle, .button.newstyle, a.newstyle, .a.newstyle {
	color: white;
	display: inline-block;
	padding:5px 20px;
	text-decoration: none;
	font-weight: bold;
	border: none;
	cursor: pointer;
	text-shadow: 0px -1px 2px rgba(0,0,0,0.25);
	text-decoration: none;
	font-weight: bold;
	line-height: 1;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);

	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.35)), to(rgba(255,255,255, 0)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));

	border-bottom: 1px solid rgba(0,0,0,0.25);
	background-color: #333;
	behavior: url(PIE.htc);
}

button.newstyle:hover, .button.newstyle:hover, a.newstyle:hover, .a.newstyle:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(0,0,0, 0.25)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.25));
	background-color: #333;
}

.blue.newstyle, .blue.newstyle:hover {
	background-color: #2daebf;
}

.red.newstyle, .red.newstyle:hover {
	background-color: #e33100;
}

.magenta.newstyle, .magenta.newstyle:hover {
	background-color: #a9014b;
}

.orange.newstyle, .orange.newstyle:hover {
	background-color: #ff5c00;
}

.yellow.newstyle, .yellow.newstyle:hover {
	background-color: #ffb515;
}