/*
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(images/bg_body.gif) repeat top left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #464B51;
}

a {
	color: #DB8120;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	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%;
	background: url(images/bg_city.jpg) no-repeat center top;
	z-index: 1000;
	position: relative;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	top: -50px;
	position: relative;
	z-index: 2000;
}

#header {
	overflow: hidden;
	height: 245px;
	margin: 0 auto;
}

#logo {
	font-size: 320%;
	margin: 160px 0 0 35px;
	font-weight: bold;
}

#logo a {
	color: #FFFFFF;
}

#logo a:hover {
	text-decoration: none;
}

#description {
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 0 0 35px;
}

#container {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
}

#menu {
	width: 680px;
	overflow: hidden;
	margin-left: 35px;
}

#menu ul li {
	float: left;
	background: url(images/tableft.png) no-repeat left top;
	padding: 8px 0 8px 8px;
	margin-right: 2px;
}

#menu li a {
	background: url(images/tabright.png) no-repeat top right;
	padding: 8px 8px 8px 0;
	color: #464B51;
}

#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: 680px;
}

.post {
	margin-bottom: 30px;
	background: url(images/bg_post.png) repeat-y top left;
}

.post-inner {
	padding: 35px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
}

.post-title a {
	color: #333333;
}

.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(images/bg_meta.gif) no-repeat top left;
	height: 8px;
}

.post-meta {
	font-size: 90%;
	color: #FFFFFF;
	padding: 5px;
	background: url(images/bg_body.gif) repeat-x top left;
}

.post-meta a {
	color: #FA9D39;
}

.post-content {
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	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: #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%;
}

.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;
	background: url(images/bg_sidepanel.gif) no-repeat bottom left;
	font-size: 120%;
	padding: 0 0 15px 30px;
}

.sidepanel a {
	color: #FFFFFF;
}

.sidepanel h3 {
	padding: 0 0 5px 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 130%;
}

.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: 970px;
	padding: 10px 0 30px 0;
	color: #FFFFFF;
	background: url(images/bg_footer.gif) no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

#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;
}