@charset "UTF-8";
/**
 * Theme Name:     Modifikation
 * Theme URI:      http://www.si-hosting.de
 * Description:    Child theme for in-die-hufe.de. Realized for Sandra Boudewins.
 * Author:         Marcus Hegger
 * Author URI:     http://www.si-hosting.de
 * Template:       twentyeleven
 * Version:        1.0.6
 */
@import url('../twentyeleven/style.css');


/* Anpassungen - Main - Seitenbreite */

.one-column #page {
    width: 890px;
}
.two-column #page {
    width: 890px;
}





/* Anpassungen Rahmen von 10 Pixel um die gesamte Seite */

.one-column #page {
    border-color: #c3a36c;
    border-width: 10px;
    border-style: solid;
}


.two-column #page {
    border-color: #c3a36c;
    border-width: 10px;
    border-style: solid;
}



/* Anpassungen - feiner Strich - oberer Rahmen �ber dem Header-Bild entfernen */


#branding {
    border-top: 0px solid #BBBBBB;
}




/* Anpassungen - feiner Strich - oberer Rahmen �ber dem Footer entfernen */

#site-generator {
    border-top: 0px solid #DDDDDD;
}



/* Anpassungen - feiner Strich - unter dem Text einer Seite entfernen */

.hentry, .no-results {
    border-bottom: 0px solid #DDDDDD;
}


/* Anpassungen - Rahmen unter dem Header-Bild */

#branding {   
    padding-bottom: 0px;

}





/* Anpassungen - Main - Header */

#branding hgroup {
    height: 0px;
    margin: 0 7.6%;
}
#branding #searchform {
	display: none;
}
#site-title {
	display: none;
}
#site-description {
	display: none;
}








#page {
    background: none repeat scroll 0 0 #f6d69f;
}

#site-generator {
    background: none repeat scroll 0 0 #f6d69f;
}


/* Anpassung - Men� Punkt vor dem Text in der Sidebar verschwindet */

#secondary {
overflow: hidden;
}


/* Anpassung - Farbe des Titels des Hauptmenu */

.widget-title {
color: #F6D69F;
}



/* Anpassung - Erscheinen von Contact form 7 

input.wpcf7-text {
	background: none repeat scroll 0 0 #FFFFDD;
}
input.wpcf7-textarea {
	background: none repeat scroll 0 0 #FFFFDD;
}

*/


/* Anpassung - Gr��e der �berschrift der Artikel und Abstand von oben weg*/

.entry-title {
    font-size: 15px;
	padding-top: 25px;
    }
	
/* Anpassung - Abstand der Artikel untereinander udn Farbe des Striches unter dem Artikel*/	

.hentry, .no-results {
    margin: 0 0 0.625em;
    padding: 0 0 0.625em;
    border-bottom: 1px solid #c3a36c;
}	


/* Anpassung - Schriftfarbe von Ver�ffentlicht am ...*/	

.entry-meta {
    color: #000000;
}

/* Anpassung - Schrifttyp vom Datum*/	

.entry-meta a {
    font-weight: normal;
}




/* Anpassung - Schriftgr��e und Zeilh�he von der �berschrift der einzelnen Artikelseite*/	


.singular .entry-title {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
}

/* Anpassung - Kommentarfunktion geschlossen ausblenden*/	

.nopassword, .nocomments {
    display: none;
}

/* Anpassung - Bearbeitenfunktion Einzelseite Artikel ausblenden*/	

.singular .entry-meta .edit-link a {
    display: none;
}



/* Anpassung - Rahmenfarbe und Dicke um Artikelbilder*/	

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
    border: 1px solid #C3A36C;
    padding: 6px;
}


/* Anpassung - Rahmenfarbe und -dicke um eingebette Bilder mit Beschreibung drunter, sowie Hintergrundfarbe*/	

.wp-caption {
    background: none repeat scroll 0 0 #f6d69f;
	border: 1px solid #C3A36C;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
}


/* Anpassung - Schrift f�r Bildbeschreibung*/	

.wp-caption .wp-caption-text, .gallery-caption {
    color: #373737;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
}

/* Anpassung - Schrift f�r Inhalt links von der Bildbeschreibung (-) */	

.wp-caption .wp-caption-text:before {
    color: #373737;
    content: ">>";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    left: 10px;
    margin-right: 5px;
    position: absolute;
    top: 7px;
}

/* Anpassung - Anpassung Highlightfarbe Bildrahmen */

.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img {
    background: none repeat scroll 0 0 #C3A36C;
    border-color: #DDDDDD;
}




/* Anpassung - Sidebar weiter nach links versetzen */


.left-sidebar #secondary {
    float: left;
    margin-left: 4.6%;
    margin-right: 0;
    width: 18.8%;
}


/* Anpassung - Footer Banner nach rechts setzen*/

#site-generator {
    margin: 0px 0px 0px 250px
}





.left-sidebar #secondary {
    float: left;
    margin-left: 4.6%;
    margin-right: 0;
    margin-top: 2.2em;
    width: 18.8%;
}
