/*
Theme Name: SMD
Theme URI: http://www.mainz.smd.org
Description: Simple SMD Theme, built on Thematic Theme. Change the logo via child theme configuration.
Author: Johannes Brakensiek
Author URI: http://johannes.brakensiek.info
Template: thematic
Version: 0.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.

*/

/* 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 with 
	font, link and menu changes for SMD */
@import url('default.css');

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


/** GENERAL STUFF - font, link and menu styles in default.css **/
body {
	/* background-image: url("images/bg_main.gif");	 */
}

#header, #main {
	background-color: #fff;	
}

#header {
	border-bottom: 10px solid #f78e00;	
}

#logo-image {
	margin-bottom: 20px;
}

#footer, #siteinfo {
	background-color: #f78e00;
	color: #784400;	
}

.skip-link {
    display:none;
}

#access {
    border-bottom:0;
}

.entry-content ul {
	list-style:none;
	padding: 0;
	margin-left: 18px;
}

.entry-content ol {
	padding: 0;
	margin-left: 38px;
}

.entry-content ul li {
	padding-left: 20px;
	background-image: url("images/kreuzchen18pxorange.png");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

/** SIDEBAR **/

.aside {
	background: #f5f5f5 !important;
	/*alternativ:
	background: #f0b800 !important;
	*/
	color: #333 !important;	
}

#primary {
	border: 0;
}

.widgettitle {
	margin-top: 20px;	
}

.aside .page_item a:hover,
.aside .page_item a:active {
    color: #cf4800 !important;
}

.aside ul ul {
    list-style:none;
}

.aside ul ul li {
	background-image: url("images/kreuzchen15pxorange.png");
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;	
}

/** COMMENTS **/
#comments-list li.bypostauthor {
    background:#cc7400 !important;
    color: #fff !important;
}

#comments-list li.bypostauthor a {
	color: #fff !important;	
}

#comments-list ol {
	border: 0 !important;	
}

#comments-list li {
	border-bottom: 3px solid #cf4800 !important;
	border-right: 10px solid #cf4800 !important;	
}