/*
Theme Name: Garage Band Child Theme
Theme URI: http://www.plasmasolutions.de
Description: Ein Band-Theme für die barmherzigen Plateausohlen.
Author: Thomas Beck, <a href="http://www.plasmasolutions.de">Plasmasolutions</a>
Author URI: http://www.plasmasolutions.de
Template: garage_band
Version: 1.1
*/

/* Reset browser defaults */
@import url('../garage_band/library/styles/reset.css');

/* Set default typography */
@import url('../garage_band/library/styles/typography.css');

/* Set Baseline Grid */
@import url('../garage_band/library/styles/21px.css');

/* Apply a basic layout */
@import url('../garage_band/library/styles/layout.css');

/* Apply basic form styles */
@import url('../garage_band/library/styles/forms.css');

/* Apply basic menu styles */
@import url('../garage_band/library/styles/superfish.css');

/* Set up our base styles */
@import url('../garage_band/library/styles/base.css');

/* Set up our custom fonts */
@import url('../garage_band/library/fonts/league-gothic/stylesheet.css');

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.page-title, #content h1 {
  margin-bottom: 0.7em;
}
/*
#content ul li {
	list-style: disc outside;
	margin-left: 16px;
}
*/
.cfct-module{ margin-bottom: 20px; }
.cfct-module-image{ overflow-x: hidden; }

#main.container{
	background-image: url(images/hearts.jpg);
	background-repeat: repeat;
}
