﻿/*   
Theme Name: afrika-catering-theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.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');


/***********************
Allgemein
************************/


body {
	background: url('../afrika-catering-theme/grafiken/bg_kachel.gif');
        text-align: center;
}

#wrapper {
        margin: auto;
	width: 762px;
        background: url('../afrika-catering-theme/grafiken/bg_content_kachel.gif');
}



/***********************
Header
************************/

#branding {
	visibility: hidden;
}

#header_1 {
	width: 700px;
        background: url('../afrika-catering-theme/grafiken/headerpic_home.jpg')  no-repeat scroll 0 16px;
        margin: auto;
}

#header_2 {
	width: 700px;
        background: url('../afrika-catering-theme/grafiken/headerpic_kontakt.jpg')  no-repeat scroll 0 16px;
        margin: auto;
}


#header_3 {
	width: 700px;
        background: url('../afrika-catering-theme/grafiken/headerpic_menuevorschlaege.jpg')  no-repeat scroll 0 16px;
        margin: auto;
}


#header_4 {
	width: 700px;
        background: url('../afrika-catering-theme/grafiken/headerpic_team.jpg')  no-repeat scroll 0 16px;
        margin: auto;
}


#header_5 {
	width: 700px;
        background: url('../afrika-catering-theme/grafiken/headerpic_wir_bieten.jpg')  no-repeat scroll 0 16px;
        margin: auto;
}




/*****************
Navbar
*****************/
.sf-menu li {
        background: transparent;
}

.sf-menu {
	border: none;
}

#access {
	background: url('../afrika-catering-theme/grafiken/bg_headerNavi.jpg');
        border: none;
        width: 700px;
        height: 48px;
        margin-top: 34px;
}

.sf-menu a, .sf-menu a:visited {
	border: none;
        border-right: solid 1px #AA806C; 
        color: #F3EAD5;
        font: 14px Verdana,Arial,Helvetica,sans-serif;
        padding: 0 14px 0 14px;
        margin-top: 11px;
}

.sf-menu li:hover {
	background: transparent;
}

.sf-menu a:hover {
	background: transparent;
        color: #fff;
}

.sf-menu .current_page_item a {
	color: #AA806C;
}



/***********************
Content
************************/

#comments, #nav-below {
        display: none;
}

#main {
	width: 762px;
        padding: 0;
}
#container {
	width: 400px;
}

full-width-container {
	width: 762px;
}

#content {
	text-align: left;
        padding-left: 50px;
}

#full-width-content {
        text-align: left;
        width: 762px;
	
}

.entry-title {
	display: none;
}

.entry-content {
        color: #330000;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
        width: 420px;
}

.entry-content h2 {
	color: #660000;
        font: 19px Verdana,Arial,Helvetica,sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
}

.entry-content h3 {
	font: 14px Verdana,Arial,Helvetica,sans-serif;
        color: #660000;
        font-weight: bold;
}

#full-width-content .entry-content {
        margin: 0 50px;
	width: 662px;
}

.entry-content p {
	font-size: 13px;
        line-height: 22px;
}

.entry-content ul {
	list-style-image: url('../afrika-catering-theme/grafiken/bullet.gif');
}

.entry-content li {
	font-size: 13px;
        line-height: 20px;
}

.hentry {
	padding: 0;
}

em {
	line-height: 22px;
}


/************************
Footer
************************/

#footer {
	width: 762px;
        height: 120px;
        background: url('../afrika-catering-theme/grafiken/bg_footer.jpg');
        border: none;
        text-align: center;
        margin: 0;
}

#siteinfo {
	color: #AA806C;
        font: 11px Verdana,Arial,Helvetica,sans-serif;
        margin: 23px auto 0;
        width: 762px;
        height: 20px;
        position: absolute;
        
}

#siteinfo a {
	color: #AA806C;
        font: 11px Verdana,Arial,Helvetica,sans-serif;
        text-decoration: none;
        
}

#siteinfo a:hover {
	color: #fff;
}

/************************
Infobox
************************/

#primary {
	 border: none;
         background: url('../afrika-catering-theme/grafiken/bg_box_header.jpg') no-repeat;
         width: 248px;
         margin: 20px 20px 0 0;
         text-align: left;
}

ul.xoxo {
	background: url('../afrika-catering-theme/grafiken/bg_box_footer.jpg') bottom no-repeat;
        margin: 0;
        padding: 0 0 16px 0;
}

#secondary-html {
	background: url('../afrika-catering-theme/grafiken/bg_box_kachel.gif');
        padding: 16px 35px 16px;
        margin-top: 14px;
}

#primary p, #primary a {
	color: #A97D5C;
        font: 12px Verdana,Arial,Helvetica,sans-serif;
        line-height: 16px;
}

