/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: Nele Spielvogel
Author URI: http://www.nelkonzept.de
License: GNU General Public License
License URI: license.txt
*/

/* =Start From Here
-------------------------------------------------------------- */
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#wrapper {
	border: none;
	margin: 10px auto;
}
#content {
	margin-top: 10px;
}
#content-blog,
#content-archive {
	margin-top: 10px;
}

h2.entry-title,
h1.entry-title {
	font-size: 1.6em;
	padding-top: 8px;
}
h2.entry-title a,
h1.entry-title {
	font-weight: normal;
}

.entry-title a,
.title-archive a,
.read-more a {
	color: #585858;
}
.entry-title a:hover,
.title-archive a:hover,
.read-more a:hover {
	color: #333333;
}

.read-more {
    	clear: none;
}
.navigation .previous {
    clear: both;
    float: left;
}
.wp-caption {
    	background: none repeat scroll 0 0 #ffffff;
    	border: none;
	text-align: left;
	padding: 0px 0 10px;
}
.wp-caption.alignleft {
    	margin-top: 0;
}
.wp-caption p.wp-caption-text {
    	font-size: 14px;
	line-height: 1.3em;
    	margin: 0;
    	padding: 4px 10px 4px;
}
.mybackbutton {
	color: #00008B !important;
}
.html5gallery-elem-img-0 a {
	display: none;
}


/* ********* plugin simple-light-box angepasst in der datei theme/default/style.css **************
.slb_group_status {font-family:'Verdana',arial,sans-serif;font-size:14px;margin-right:0.2em;}
*/




