/*
THEME NAME: EasyCity
DESCRIPTION: EasyCity v1.3.3 : 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.3
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:#fff;
        font-family: Aerial,Verdana,Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
       text-decoration: none;
}

a:link {
text-decoration: none;
}


a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
color: #FF0066;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	
	
	margin: 10px 0;
}

blockquote {
	font-style: none;
	background:#CCCCCC;
	background-position: 12px 12px;
	color: #000;
	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%;
	background: color: #CCC;
	z-index: 1000;
	position: relative;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	top: -50px;
	position: relative;
	z-index: 2000;
}

#header {
	overflow: hidden;
	height: 120px;
        background:#CCCCCC;
	margin: 0 auto;
}

#logo {
	
        font-family: Tahoma,Verdana, Helvetica, Arial, sans-serif;
        font-size: 200%;
	margin: 60px 0 0 35px;
	color: #000000;
        text-decoration: bold;

}

#logo a {
	color: #FF0066;
        text-decoration: bold;
}

#logo a:hover {
	text-decoration:bold;
        color: #fff;
}

#description {
        font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin: 5px 0 0 35px;
}

#container {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
}

#menu {
	width: 600px;
	overflow: hidden;
	margin-left: 35px;
        margin-right: 35px;

}

#menu ul li {
	float: left;
	background: #FF0066;
	padding: 8px 0 8px 8px;
	margin-right: 2px;
}

#menu li a {
	background: #FF0066;
	padding: 8px 8px 8px 0;
	color: #fff;
        font-weight: bold;
}

#menu li.current_page_item {
	background: #FF0066;
}
#menu li.current_page_item a {
	background: #FF0066;
}

#content {
	float: left;
	width: 600px;
        background:#FFF;
}

.post {
	margin-bottom: 30px;
	background:#FFF; 
}

.post-inner {
	padding: 35px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
	
	padding-bottom: 10px;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #FF0066;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #FF0066;
	margin-bottom: 15px;
}

.post-footer {
	background: #fff;
	height: 8px;
}

.post-meta {
	font-size: 90%;
	color: #FFFFFF;
	padding: 5px;
	background: #FF0066;
}

.post-meta a {
	color: #000;
}

.post-content {
	margin-top: 15px;
	font-family: Verdana,Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}

.       post-content h2 {
	font-size: 120%;
	margin-bottom: 10px;
	border-bottom: 2px solid #FF0066;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.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;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #ffffff;
	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%;
}

.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: #Ffffff;
	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: left;
	width: 350px;
	margin-top: 30px;
        
}

.sidepanel {
	margin-bottom: 15px;
        margin-left: 15px;
	background:#fff; 
	
	font-size: 100%;
	padding: 20px 0 15px 0px;
}

.sidepanel a {
	color: #000;
}

.sidepanel a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
        color: #FF0066
}

.sidepanel h3 {
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 130%;
background:#fff;
}

.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 {
	background: #CCCCCC;
	height: 30px;
        width: 970px;
	overflow: hidden;
}

#footer {

        font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000;
        text-decoration: bold;
        margin: 0px 0px 0 0px;
        text-align: right;

}

#footer a {
	color: #000000;
}

#footer a {
	text-decoration: bold;
        font-size: 8px;

}

#footer a:hover {
	text-decoration: underline;
}

#inner-footer {
	padding: 1em 0;
}

#footer-menu {
	text-align: center;
        font-size: 8px;

}

#footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer-menu ul li {
	display: inline;
}

#footer-menu ul li a {
	
	padding: 0 1em;
}

#footer-menu ul li.first a {
	border-left: 0 none;
}




.sep {
	color: #000;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;

}

#wp-calendar caption {
	padding-bottom: 10px;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	font-weight: lighter;
	padding: 3px 3px 6px;
	text-align: center;
}

#wp-calendar td {
	color: #FFFFFF;
	padding: 4px 3px;
	text-align: center;
	font-size: 80%;
    }
	
#wp-calendar #today {
	background: #fff;
	color: #000000;
	cursor:default;
}
#wp-calendar a {
	color: #DB8120;
}