/*
THEME NAME: EasyCity
DESCRIPTION: EasyCity v1.3.2 : Stylish theme inspired by city life. Compatible with Wordpress 2.8, valid XHTML & CSS. Deutsche Übersetzung. 
TAGS: two-columns, translation-ready, right-sidebar, dark, fixed-width
VERSION: 1.3.2
AUTHOR: <a href="http://www.gfcc.de">GFCC</a>
AUTHOR URI: http://www.gfcc.de/
THEME URI: http://www.gfcc.de/easycity/
*/

@import "reset.css";

body {
	background: url(http://img230.imageshack.us/img230/5310/backmh.jpg) repeat-x #222222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #726882;
}

a {
	color: #7c2ea9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #bfaad5;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#bgcity {
	width: 100%;

	z-index: 1000;
	position: relative;
}

#wrapper {
	background: url(http://deathtopia.net/headersui.png) no-repeat;
	width: 970px;
	margin: 0 auto;
	top: -50px;
	position: relative;
	z-index: 2000;
}

#header {
	overflow: hidden;
	height: 300px;
	margin: 0 auto;
}


#description {
	font-size: 0px;
	font-weight: bold;
	color: #bfaad5;
	margin: 5px 0 0 35px;
}

#container {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;

}

#menu {
	width: 680px;
	overflow: hidden;
	margin-left: 35px;
}

#menu ul li {
border-top: 1px solid #444444;
border-left:1px solid #444444;
border-right: 1px solid #000000;
border-bottom:1px solid #000000;
	float: left;
	background-color:#111111;
opacity:0.5;
	padding: 8px 0 8px 8px;
	margin-right: 2px;
}
#menu ul li:hover {
border-top: 1px solid #000000;
border-left:1px solid #000000;
border-right: 1px solid #444444;
border-bottom:1px solid #444444;
}

#menu li a {
        text-decoration:none;
	padding: 8px 8px 8px 0;
	color: #888888;
}
#menu li a:hover {
        text-decoration:none;
	padding: 8px 8px 8px 0;
	color: #a76cff;
}

#menu li.current_page_item {
	background: url(images/tableft_active.png) no-repeat left top;
}

#menu li.current_page_item a {
	background: url(images/tabright_active.png) no-repeat right top;
}

#content {
	float: left;
	width: 655px;
background-color:#111111;

}

.post {

	margin-bottom: 30px;
}

.post-inner {

	padding: 35px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
height:60px;
	padding-left: 100px;
	padding-bottom: 10px;
background: url(http://deathtopia.net/border.png) no-repeat;
}

.post-title a {
	color: #7c2ea9;
text-decoration:none;
}
.post-title a:hover {
	color: #9960e6;
}
9960e6

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-footer {
	background: url() no-repeat top left;
	height: 8px;
}

.post-meta {
	font-size: 90%;
	color: #bfaad5;
	padding: 5px;
}

.post-meta a {
	color: #b785fa;
}

.post-content {

	margin-top: 15px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 120%;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #bfaad5;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 16;
	font-weight: bold;
color:#b785fa
	margin-bottom: 5px;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
font-size:11px;
}

.post-content img {
	max-width: 600px;
	height: auto;
}

.post-content .alignnone {
	background: #FFF;
	border: 1px solid #CDCDCD;
	padding: 5px;
	background: #FFFFFF;
}

.post-content .alignleft {
	float: left;
	border: 1px solid #CDCDCD;
	margin: 0 25px 15px 0;
	padding: 5px;
	background: #FFFFFF;	
}

.post-content .alignright {
	float: right;
	border: 1px solid #CDCDCD;
	margin: 0 0 15px 25px;
	padding: 5px;
	background: #FFFFFF;	
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.post-content table {
	margin-top: 10px;
	margin-bottom: 25px;
}

.post-content td, .post-content th {
	padding: 5px 3px;
	border-bottom: 1px solid #CDCDCD;
}

.post-content th {
	font-weight: bold;
}

a.post-edit-link {
	text-decoration:none;
color:b785fa;
font-size:11px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;

	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.post-links {
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	font-size: 90%;
color:#c7354a;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments {
	margin-top: 40px;
}

#comments ol li {
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

#comments ol li.auth {
	background: #F0F0F0;
	padding-left: 15px;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 290px;
	margin-top: 30px;
}

.sidepanel {
	margin-bottom: 15px;
	font-size: 95%;
	text-align:justify;
}

.sidepanel a {
	color: #b785fa;
}

.sidepanel h3 {
	padding: 0 0 5px 0;
	color: #9649c3;
	font-weight: bold;
	font-size: 15px;
}

.sidepanel ul li {
	padding: 3px 0;
	line-height: 1.2;
}

.sidepanel ul li ul {
	margin: 5px 0 0 15px;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	margin: 0 auto;
	width: 0px;
	padding: 10px 0 30px 0;
	color: #FFFFFF;
	font-size: 0px;
height:0px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

::-moz-selection {
background:#3f2666;
color:#726882;
}