/*   
Theme Name: MAPT 2009
Theme URI: 
Description: Design für MAPT2009.
Author: Berni Mahel
Author URI: http://mahel.de
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('/wp-content/themes/thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('/wp-content/themes/thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('/wp-content/themes/thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('/wp-content/themes/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('default.css');

/* Prepare theme for plugins */
@import url('/wp-content/themes/thematic/library/styles/plugins.css');

#header {
	background:url(images/header.jpg) no-repeat top center;
        margin-top: 15px;
}

#primary.main-aside {
 border: none;
}
#secondary.main-aside ul ul {
  list-style-image: url(/wp-content/themes/mapt2009/images/external_link_icon.gif);
}
.breadcrumb
{
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
        font-size: 0.7em;
        font-style: italic bold;
	color: #aaa;
	margin: 0 0 20px 10px;
	position: relative;
}
.entry-meta .meta-prep-author {
display:none;
}
.entry-meta .author {
display:none;
}
.entry-meta .meta-sep {
display:none;
} 
.entry-utility {
display: none;
}

