/*
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/
*/



body {
	background: url(images/bg_body.png); background-color: #ffffff; background-repeat: no-repeat; background-position: 0 0; background-attachment:fixed; background-size: cover;
	font-family: 'Bitter', Arvo, Rockwell, Verdana, Arial, sans-serif;
	font-size: 16px; 

        
        
        
       
}

/* caption styling -------

/* Post images with CSS animated captions by Blogger Bits --------
 
#post-image {
}
 
#figure {
position:relative;
float:left;
margin:10px;
overflow:hidden;
padding: 1px;
}
 
#figure:hover {
-moz-box-shadow:0 0 20px rgba(0,0,0,0.75);
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.75);
box-shadow:0 0 20px rgba(0,0,0,0.75);
}
 
#figure .caption {
position:absolute;
bottom:0;
left:0;
opacity: 0.75;
margin-bottom:-115px;
-webkit-transition: margin-bottom;
-webkit-transition-duration: 400ms;
-webkit-transition-timing-function: ease-out;
-moz-transition-property: margin-bottom;
-moz-transition-duration: 400ms;
-moz-transition-timing-function: ease-out;
-o-transition-property: margin-bottom;
-o-transition-duration: 400ms;
transition: margin-bottom;
transition-duration: 400ms;
transition-timing-function: ease-out;
}
 
#figure:hover .caption {
margin-bottom:0px;
}
 
#post-image .caption {
width:100%;
height:90px;
padding:10px;
background:#111;
color:#fff;
font-family: Arial, Helvetica, sans-serif;
}
 
#post-image .caption b {
text-shadow: 0px 2px 0px #000;
}
#post-image .caption {
color: #ddd;
line-height: 24px;
font-size: 14px;
text-shadow: 0px 2px 0px #000;

}

------- -end caption styling */

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #99ff00;
	text-decoration: blink;
	}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 3px solid #424242;
	height: 2px;
	margin: 20px 0;
}

blockquote {
	font-style: italic;
	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) no-repeat right top;
	z-index: 1000;
	position: relative;
}

#wrapper {
	width: 1070px;
	margin: 0 auto;
	top: -50px;
	position: relative;
	z-index: 2000;
}

#header {
	overflow: hidden;
	height: 245px;
	margin: 0 auto;
}

#logo {
	margin: 20px 0 0 35px;
	
}

#logo a {
	color: #958D7C;
}

#logo a:hover {
	text-decoration: none;
}

#description {
	font-weight: bold;
	color: #c0c0c0;
	margin: 1px 0 0 35px;
}

#container {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
}

#menu {
	width: 690px;
	overflow: hidden;
	margin-left: 0px;
}

#menu ul li {
	float: left;
	background: url(images/tableft.png) no-repeat left top;
	padding: 0px 0 0px 0px;
	margin-right: 22px;
list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#menu li a {
	background: url(images/tabright.png) no-repeat top right;
	padding: 8px 8px 8px 0;
	color: #777777;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#menu li.current_page_item {
	background: url(images/tableft_active.png) no-repeat left top;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#menu li.current_page_item a {
	background: url(images/tabright_active.png) no-repeat right top;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#content {
	float: left;
	width: 700px;
}

#contentcentre {
	float: left;
	width: 100%;
}

.post {
	margin-bottom: 30px;
        line-height: 1.0;
        background: url(images/bg_post.png) repeat-y top left;
}

.post-inner {
	padding: 20px;
        color: #999999;
}

.post-title {
	font-size: 230%;
	line-height: 1.1;
	font-weight: normal;
	border-bottom: 0px solid;
	padding-bottom: 5px;
}

.post-title a {
	color: #958D7C;
}

.page-subtitle {
	font-weight: 700;
	color: #958D7C;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 0px solid #4c260e;
	margin-bottom: 15px;
}

.post-footer {
	background: url(images/bg_meta.gif) no-repeat top left;
	height: 0px;
}

.post-meta {
	color: #958D7C;
	padding: 5px;
	
}

.post-meta a {
	color: #958D7C;
}

.post-content {
	margin-top: 20px;
        color: #000000;
        }

.post-content h2 {
	font-size: 120%;
       	margin-bottom: 10px;
	border-bottom: 0px
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 125%;
	margin-bottom: 5px;
	border-bottom: 0px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 25px;
	margin-bottom: 10px;
}

.post-content img {
	max-width: 600px;
	height: auto;
}

.post-content .alignnone {
	background: #none;
	border: 0px solid #CDCDCD;
	padding: 5px;
	
}

.post-content .alignleft {
	float: left;
	border: 0px solid #CDCDCD;
	margin: 0 25px 15px 0;
	padding: 5px;
		
}

.post-content .alignright {
	float: right;
	border: 0px solid #CDCDCD;
	margin: 0 0 15px 25px;
	padding: 5px;
		
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: none;
}

.post-content ol {
	list-style: none;
}

.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: 0px solid #CDCDCD;
}

.post-content th {
	font-weight: bold;
}

.wp-caption {
border: 0px solid #ddd;
text-align: center;
font-family: "Helvetica, Ariel, Arial, sans-serif;
font-size: 11px; 
color: #6a7283;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-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 p.wp-caption-text {
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}


.wp-caption-dd {
	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: 0px solid #CCCCCC;
	margin-top: 20px;
	}

.section-title {
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 210%;
}

#comments {
	margin-top: 40px;
}

#comments ol li {
	border-bottom: 0px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

#comments ol li.auth {
	background: #141D2A;
	padding-left: 15px;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 0 px 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 {
	margin-bottom: 5px;
	}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	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;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 240px;
	margin-top: 0px;
	margin-left: 5px;
}

.sidepanel {
	margin-bottom: 15px;
	/*background: url(images/bg_sidepanel.gif) no-repeat bottom left;*/
	padding: 0 0 15px 30px;
	font-size: 80%;
}

.sidepanel a {
	color: none;
}

.sidepanel h3 {
	padding: 0 0 5px 0;
	color: none;
	font-weight: bold;
	font-size: 130%;
}

.sidepanel ul li {
	padding: 3px 0;
	
}

.sidepanel ul li ul {
	margin: 5px 0 0 15px;

.sidepanel p {
	margin-top: 8px;
	;
}

#footer {
	margin: 0 auto;
	width: 970px;
	padding: 10px 0 30px 0;
	background: url(images/bg_footer.gif) no-repeat top left;
	font-size: 50%;
}

#footer a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.sep {
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}



