/* Design & Anatomie */
* { margin: 0; padding: 0; list-style:none;}
body {
  /*font-family: Tahoma, Verdana, Vera Sans;*/
  font-size: 14px;
  background-color: #000;
  background-image: url(/acecards.jpg);
  color:#fff;
}
div#mainbox {
  /*width: 95%;
  margin: 10px auto;*/
	margin-left:3%;
	margin-right:3%;
}
div#contentbox {
  margin-top: 10px;
  margin-left: 210px;
  margin-right: 210px;
  line-height: 1.5em;
}
div#sidebar-left { float: left; }
div#sidebar-right { float: right; }


/* Kopf & Logo */
div#header {
  margin-bottom: 15px;
}
div#header h1 a { font-size: 20px; letter-spacing: -3px; }
div#header div.description { font-size: 25px; letter-spacing: -2px; margin-right: 225px; line-height: 1.1em; color: #555; }
div#header a { color: #86c; }
div#header div#logolayer {
  padding-left: 30px;
  padding-top: 25px;
  height: 160px;
  /*background: url(/spadesart_logo2.jpg) center top no-repeat;*/
}

/* Fußbereich */
div#footer {
  background-color: #000;
  border: 2px solid #fff; 
  clear: both;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  margin-left: 210px; 
  margin-right: 210px; 
  margin-bottom: 50px; 
	-moz-border-radius:10px 10px 10px 10px ;
	-khtml-border-radius:10px 10px 10px 10px ;
	-webkit-border-radius:10px 10px 10px 10px ;
	border-radius:10px 10px 10px 10px ;
}
div#footer span { }


/* Sidebars */
div.sidebar { width: 200px; margin: 0 0px; overflow: hidden; position: relative; display: inline; }
div.sidebar ul { margin: 0; list-style: none; }
li.widget ul li { background-color: #000}
li.widget {
  list-style: none;
  background-color: #000;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #fff;
	-moz-border-radius:10px 10px 10px 10px ;
	-khtml-border-radius:10px 10px 10px 10px ;
	-webkit-border-radius:10px 10px 10px 10px ;
	border-radius:10px 10px 10px 10px ;
/*
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
*/
}
div.sidebar h2 {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}
div.sidebar { font-size: 13px; }


/* General Elements */

/* imported from old "spades_style.css"*/

h1 {
  display:inline;
  font-size:20px;
  text-decoration:none;
  font-weight:bold;
  }

h2 {
  display:inline;
  font-size:40px;
  text-decoration:none;
  font-weight:bold;
  }

h3 {
  display:inline;
  font-size:12px;
  text-decoration:none;
  font-style:italic;
  }

a:link {
  color:#c5a8ff;
  text-decoration:none;
  }
a:visited {
  color:#86c;
  text-decoration:underline;
  }
a:hover {
  color:#ff0;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

a.link2 { color:#fff; text-decoration:none;}
a.link2:visited { color:#fff; text-decoration:underline;} 
a.link2:hover { color:#fff; text-decoration:underline;}
a.link2:active { color:#86c;}

/* end of: imported from old "spades_style.css"*/


/* post-title-link */

/*
img { border: 1px solid #ddd; margin: 5px; } 
*/
p { margin: 10px 0; }
div.clear { clear: both; line-height: 1px; font-size: 1px; }
ul.featured_posts li { list-style: none; display: inline; background: url(/spades_icon_white.gif) left center no-repeat; padding-left: 15px; margin-right: 25px; line-height: 21px; }
div#contentbox ul { margin: 5px 0; list-style: none; }
div#contentbox ul li { background: url(/spades_icon_purple.gif) left 5px no-repeat; padding-left: 16px; }
div#contentbox a, div#featured_posts a { color: #c5a8ff; }
div#contentbox a:hover, div#featured_posts a:hover { color: #ff0; }
div.entry { /*float: left;*/ width: 100%; /*background-color: #000; background-image: url(/acecards.jpg);*/}
div.entry ol { margin: 5px 0 5px 25px; }
div.entry blockquote { display: block; margin-left: 10px; background: url(../image/quote.jpg) left center no-repeat; padding-left: 40px; font-style: italic; min-height: 30px; }
div.entry blockquote cite { display: block; text-align: right; font-style: normal; font-size: 13px; margin-right: 20px; }
div.entry h1 { display:inline; font-size:20px; text-decoration:none; font-weight:bold; } /* from "spades_style.css" originally this entry didn't exist */
div.entry h2 { display:inline; font-size:40px; text-decoration:none; font-weight:bold; } /* from "spades_style.css" originally this entry didn't exist */
div.entry h3 { display:inline; font-size:12px; text-decoration:none; font-style:italic; } /* from "spades_style.css" originally it was 22px */
div.entry h4 { font-size: 20px; }
div.entry h5 { font-size: 18px; }
div.entry h6 { font-size: 16px; }
div.entry table { border: 1px solid #ddd; border-spacing: 0; }
div.entry table td, th { border: 1px solid #ddd; border-width: 0 1px 1px 0; padding: 2px 5px; }
.extreme-small { font-size: 1px; line-height: 1px; }

/* Posts & Pages */
div.post, div.page, div.attachment, div#featured_posts {
  background-color: none;
  padding: 0px 0px;
  border: 2px solid #fff;
  margin-bottom: 20px;
  text-align: justify;
	-moz-border-radius:10px 10px 10px 10px ;
	-khtml-border-radius:10px 10px 10px 10px ;
	-webkit-border-radius:10px 10px 10px 10px ;
	border-radius:10px 10px 10px 10px ;
}

div.post2, div.page2, div.attachment2, div#featured_posts {
  background-color: none;
  padding: 0px 0px;
  border: 20px solid #000;
  margin-bottom: 00px;
  text-align: justify;
	-moz-border-radius:10px 10px 10px 10px ;
	-khtml-border-radius:10px 10px 10px 10px ;
	-webkit-border-radius:10px 10px 10px 10px ;
	border-radius:10px 10px 10px 10px ;
}

div.post.sticky { border-width: 20px; }
div.post h2, div.page h2, div.attachment h2, div#featured_posts h2 {
  text-align: center;
  /*font-family: impact;*/
  font-size: 20px;
  margin-top: 5px;  
}
span.postdate, span.postauthor, span.posttags, span.postcategorie, span.postcomments, span.postedit {
 padding-left: 30px; line-height: 25px; font-size: 13px; background-position: left center; background-repeat: no-repeat; display: inline-block; }
span.postdate { background-image: url(../image/date_icon.png); margin-right: 20px; }
span.postauthor { background-image: url(../image/author_icon.png); }
span.posttags { background-image: url(../image/tag_icon.png); }
span.postcategorie { background-image: url(../image/category_postmeta_icon.png); }
span.postcomments { background-image: url(../image/comment_icon.png); }
span.postedit { background-image: url(../image/edit_icon.png); }
p.postmetadata { background-color: #86c; padding: 5px; }
div.postmetadata { background:url(/post-label-bg.png) repeat scroll; background-position:50% 50%; /*background-color: #86c;*/ background-color: #564081; border:1px solid #fff; padding: 0px; overflow:visible; text-align:center; }
div.postmetadata-bottom { background-color: #000; padding-top: 10px; overflow:visible; text-align:center; }
div.page_navigation p { background-color: #0f0; text-align: center; }

img.alignleft { border: 1px solid red; }


/* Navigation */
div.navigation div.next_posts a, div.navigation div.previous_posts a {
/*  background-color: #000; */
  padding: 0px;
  border: 0px solid #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
/*  background-image: url(/card_back2_small.gif); */
  width: 77px; 
  height: 50px; 
/*  width: 200px;*/
}

div.navigation div.next_posts a { float: left; background-image: url(/card_back2_small.gif);}
div.navigation div.previous_posts a { float: right; background-image: url(/card_back2_small.gif);}
div.navigation div.next_posts a:hover { float: left; background-image: url(/card_left.gif);}
div.navigation div.previous_posts a:hover { background-image: url(/card_rite.gif);}
div.filter {
  padding: 20px 20px 20px 20px;
  background:#000;
  border: 2px solid #fff;
  margin-bottom: 20px;
  /*background: white url(../image/filter_icon.png) left center no-repeat;*/
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  overflow:hidden;
  text-align:center;
}


/* WP Intern format classes */
.alignleft { float: left; margin-right: 10px; }
.alignright { float: right; margin-left: 10px; }
.aligncenter { display: block; margin: 5px auto; text-align: center; }
img.wp-smiley, .noborder { border: 0; padding: 0; margin: 0; }
.wp-caption { text-align: center; margin: 5px; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }



/* Widgets & Menu */
li.widget_pages ul { list-style: none none outside; margin: 0; }
li.widget_pages ul li { background: url(../image/page_icon.png) left 2px no-repeat; line-height: 22px; padding-left: 20px; }

li.current_page_item a { font-weight: bold; color: #86c; }
li.current_page_item ul li * { font-weight: normal; color: #000000; }

li.widget_pages ul li.current_page_item { background-image: url(../image/page_active_icon.png); } 

li.widget_categories ul { list-style: none none outside; margin: 0; }
li.widget_categories ul li { background: url(/spades_icon_purple.gif) left 5px no-repeat; line-height: 20px; padding-left: 21px; }

li.widget_categories ul li.current-cat { background-image: url(/spades_icon_white.gif); background-position: left 3px; }
li.current-cat a { font-weight: bold; color: #86c; }
li.current-cat ul li * { font-weight: normal; color: #caf; }
li.current-cat ul li *:hover { font-weight: normal; color: #ff0; }

li.widget_links ul { list-style: none none outside; margin: 0; }
li.widget_links ul li { background: url(../image/link_icon.png) left 1px no-repeat; line-height: 20px; padding-left: 15px; }

li.widget_text p { text-align: justify; }

li.widget_calendar table { width: 99%; }
li.widget_calendar a { color: #86c; }

li.widget_rss img { display: none; }

/* added by Ace */
li.common ul { list-style: none; list-style-type: none; margin: 0; }
li.common ul li { background: url(/spades_icon_purple.gif) left 5px no-repeat; line-height: 20px; padding-left: 21px; }

li.common-evidence ul { list-style: none; list-style-type: none; margin: 0; }
li.common-evidence ul li { background: url(/spades_icon_white.gif) left 5px no-repeat; line-height: 20px; padding-left: 21px; }


/* Input elements */
input, textarea, select {
  border: 1px solid #fff;
  margin: 1px;
  padding: 1px;
  /*font-family: Tahoma, Verdana, Vera Sans;*/
  background-color: #3e2f5e;
  color:#eee;
}

input:focus, textarea:focus, input.focus, textarea.focus { 
background-color: #8866cc; 
color: #fff; 
border: 1px solid #ff0; 
}


/* Searchelements */
form#searchform label.hidden { display: none; }
input#s { width: 90px; }
input#searchsubmit { }


/* Comments & Trackbacks */
ol.commentlist { list-style-type: none; margin: 10px 0; }
ol.commentlist span.says { display: none; }
ol.commentlist li.comment { margin-bottom: 10px; border:1px solid #aaa; padding-right: 15px; padding-bottom: 10px; font-size: 14px; }
ol.commentlist li.comment.odd { border:1px solid #777;  }
ol.commentlist li.comment img.avatar { float: left; }
ol.commentlist li.comment div.commentmetadata { font-size: 10px; }
ol.commentlist li.comment p { margin-left: 62px; }
textarea#comment { width: 70%; max-width: 400px; }


/* Galelry */
div.gallery { text-align: center; }

div.post-height-control {
/*	height:600px;*/
	overflow:hidden; 
	text-align:center; 
}

div.post-column-left {
	border:10px solid #000000;
	background:#000000;
	margin:10px auto;
	float:left;
	left:3%;
	top:70px;
	width:25%;
	height:500px;
	z-index:1;
	overflow: auto; 
	color:#ffffff;
	font-size:14px;
	text-align:left;
}

div.post-column-right {
	border:10px solid #000000;
	background:#000000;
	margin:10px auto;
	float:right;
	left:3%;
	top:70px;
	width:25%;
	height:500px;
	z-index:1;
	overflow: auto; 
	color:#ffffff;
	font-size:14px;
	text-align:left;
}

div.post-column-thumbnails {
	border:10px solid #000000;
	background:#000000;
	margin:10px auto;
	top:70px;
	width:35%;
	height:500px;
	z-index:1;
	overflow: auto; 
	color:#ffffff;
	font-size:14px;
	text-align:center;
}

div.post-video-column-left {
	border:10px solid #000000;
	background:#000000;
	margin:10px auto;
	float:left;
	left:3%;
	top:70px;
	width:45%;
	max-height:500px;
	z-index:1;
	overflow: auto; 
	color:#ffffff;
	font-size:14px;
	text-align:left;
}

div.post-video-column-right {
	border:10px solid #000000;
	background:#000000;
	margin:10px auto;
	float:right;
	left:3%;
	top:70px;
	width:45%;
	max-height:500px;
	z-index:1;
	overflow: auto; 
	color:#ffffff;
	font-size:14px;
	text-align:left;
}

div.post-newsletter-column-left {
	border:10px solid #000000;
	background:#000000;
	margin:10px auto;
	float:left;
	left:3%;
	top:70px;
	width:45%;
	overflow:hidden;
	z-index:1;
	overflow: auto; 
	color:#ffffff;
	font-size:14px;
	text-align:left;
}

div.post-newsletter-column-right {
	border:10px solid #000000;
	background:#000000;
	margin:10px auto;
	float:right;
	left:3%;
	top:70px;
	width:45%;
	overflow:hidden;
	z-index:1;
	overflow: auto; 
	color:#ffffff;
	font-size:14px;
	text-align:left;
}

div.post-video-column-thumbnails {
	border:10px solid #000000;
	background:#000000;
	margin:10px auto;
	text-align:center;
	top:70px;
	width:90%;
	/*padding-left:10px;*/
	/*padding-right:10px;*/
	/*height:500px;*/
	z-index:1;
	overflow: hidden; 
	color:#ffffff;
	font-size:14px;
}

div.post-date-left {
	background:#000;
	color:#fff;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-top:9px;
	margin-bottom:9px;
	margin-right:10px;
	margin-left:-1px;
	padding:0 10px;
	height:20px;
	float:left;
	display:block;
	-moz-border-radius:0 5px 5px 0;
	-khtml-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}

div.post-date-right {
	background:#000;
	color:#fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-top:9px;
	margin-bottom:9px;
	margin-right:-1px;
	margin-left:10px;
	padding:0 10px;
	height:20px;
	float:right;
	display:block;
	-moz-border-radius:5px 0 0 5px;
	-khtml-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}
div.post-title {
	background:#000;
	color:#fff;
	border:1px solid #fff;
	margin-top:9px;
	margin-bottom:9px;
	margin-right:10px;
	margin-left:10px;
	padding:0 10px;
	overflow:hidden; 
	display:inline-block;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	text-align:center;
}

div.pages-thumbnails-photos {
	background:#000; 
	/*border:1px solid #fff; */
	overflow:hidden; 
}

div.pages-thumbnails-photos-label { 
	background:#fff;
	color:#000; 
	text-align:center; 
	overflow:hidden; 
}

div.pages-thumbnails-photos-label-pt-left {
	float:left; 
	padding-left:3px; 
}

div.pages-thumbnails-photos-label-en-right {
	float:right; 
	padding-right:3px;
}

div.pages-thumbnails-photos-thumbnail { 
	float:left; 
	margin-top:5px;
	margin-bottom:10px;
	margin-left:1.5%;
	margin-right:1.5%;
	width: 30%;
	overflow:hidden; 
}

div.playing-card {
	background:#ffffff;
	text-align:center;
	float:left;
	margin-left:1%;
	margin-bottom:5px;
	margin-top:5px;
	margin-right:20px;
	padding:1%;
	width:40%;
	top:70px;
	z-index:1;
	overflow: hidden; 
	color:#000000;
	font-size:14px;
		-moz-border-radius:10px 10px 10px 10px ;
		-khtml-border-radius:10px 10px 10px 10px ;
		-webkit-border-radius:10px 10px 10px 10px ;
		border-radius:10px 10px 10px 10px ;
}

div.homepage-header,div.homepage-innerborder,div.thumbnails-1column-left, div.thumbnails-2columns-left, div.thumbnails-3columns-left {
	background:#000;
	color:#fff;
}

div.homepage-1column-left, div.homepage-2columns-left, div.homepage-3columns-left {
	background:#fff;
	color:#000;
}

div.homepage-header {
	text-align:center;
	width:100%;
	padding:10px;
	z-index:1;
	overflow: hidden; 
	font-size:14px;
}

div.thumbnails-1column-left, div.thumbnails-2columns-left, div.thumbnails-3columns-left, div.homepage-1column-left, div.homepage-2columns-left, div.homepage-3columns-left, div.homepage-labels1, div.homepage-labels2, div.homepage-labels3 {
	text-align:center;
	float:left;
	margin-left:1%;
	margin-bottom:5px;
	margin-top:5px;
	padding:1%;
	top:70px;
	z-index:1;
	overflow: hidden; 
	font-size:14px;
}

div.homepage-labels1, div.homepage-labels2, div.homepage-labels3  {
	background: #fff;
	color:#000;
		-moz-border-radius:10px 10px 10px 10px ;
		-khtml-border-radius:10px 10px 10px 10px ;
		-webkit-border-radius:10px 10px 10px 10px ;
		border-radius:10px 10px 10px 10px ;
}

div.homepage-1column-left, div.homepage-2columns-left, div.homepage-3columns-left {
	padding:0px;
		-moz-border-radius:10px 10px 10px 10px ;
		-khtml-border-radius:10px 10px 10px 10px ;
		-webkit-border-radius:10px 10px 10px 10px ;
		border-radius:10px 10px 10px 10px ;
}

div.homepage-innerborder {
	margin:1px;
	padding:10px;
	overflow:hidden;
		-moz-border-radius:10px 10px 10px 10px ;
		-khtml-border-radius:10px 10px 10px 10px ;
		-webkit-border-radius:10px 10px 10px 10px ;
		border-radius:10px 10px 10px 10px ;
}

div.thumbnails-1column-left, div.homepage-labels1 {
	width:96%;
}

div.thumbnails-2columns-left, div.homepage-labels2 {
	width:46.5%;
}

div.thumbnails-3columns-left, div.homepage-labels3 {
	width:30%;
}

div.homepage-1column-left {
	width:96%;
}

div.homepage-2columns-left {
	width:48.15%;
}

div.homepage-3columns-left {
	width:31.65%;
}

div.pages-contacts { 
	overflow:hidden;
	margin-bottom:30px;
	border-bottom:1px solid #fff;
}

div.pages-contacts-logos { 
	float: left; 
	overflow:hidden;
}

div.pages-contacts-ids { 
	float: right; 
	width:75%;
	margin-bottom:30px;
	overflow:hidden;
}

div.pages-links {
	background:#000000;
	border:1px solid #777;
	text-align:center;
	float:left;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:5px;
	margin-top:5px;
	padding:0%;
	width:47%;
	min-width:250px;
	top:70px;
	z-index:1;
	overflow: hidden; 
	color:#ffffff;
	font-size:14px;
}

div.pages-links:hover {
	border:1px solid #ff0;
}


