/*   
Theme Name: Grenztanz
Theme URI: http://KunstTechnikEinheit.com
Description: Grenztanz by KunstTechnikEinheit.com
Author: KunstTechnikEinheit.com
Author URI: http://KunstTechnikEinheit.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

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

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


#branding {
    padding:88px 0 44px 0;
    background-image: url('http://grenztaenzer.de/files/logo_grenztaenzer_web.gif');
    background-repeat: no-repeat;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}

#blog-description {
	width: 800px;
}

/* old footer with logos is gone

#siteinfo {
    padding-bottom: 180px;
    background-position: 0px 50px;
    background-image: url('http://grenztaenzer.de/files/logoleiste-web.png');
    background-repeat: no-repeat;
}

*/

.nomargin {
    margin:0px !important;
}
div#post-1170 img, div#post-1170 .gallery-item{
    width: 60px !important;
    height: 60px !important;
    border: none !important;
	margin: 0px !important;

}

.raster,
img.rastert {
    margin-right:10px !important;
    margin-bottom:10px !important;
}
.rasterrand,
img.rasterrand {
    margin-left:0px !important;
    margin-bottom:10px !important;
}