/*  
Theme Name: BC Adelzhausen
Theme URI: http://www.bc-adelzhausen.de
Description: based on blank original von texto
Version: 1.0
Author: Michael Oswald
Author URI: 

 */
 
 /* first reset */
 
 * {
 
	padding: 0px;
	margin: 0px;
 }
 
 html {
 
	height: 101%;
 }
 
 img { border: none }
 
 table { border-collapse: collapse }
 
 li { list-style-type: none }
 

:focus {
    outline: 0;
}

	
body {

	font-size: 80%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #f2f2f2 url('images/background.gif') repeat-y center top;
	color: #333;
	text-align: left;
}

/* ## Container ## */

#page {

	background-color: #FFF;

	margin: 0 auto;
	width: 810px;
	clear: both;
	overflow: auto;
	
	padding: 20px;
}

#content { 

	float: left;
	width: 580px;	
}

#sidebar { 

	float: left;
	width: 160px;
	margin-right: 20px;
}

#header {

	background: white url('images/header.gif') no-repeat center top;
	color: #FFF;
	font-size: 100%;
	
	margin: 0 auto;
	width: 850px;
	height: 190px;
	position: relative;
}

#header p {

	color: #FFF;
	font-size: 100%;
	
	padding-top: 60px;
}

#header .logo {

	display: block;
	float: left;
	
	height: 100%; 
	width: 200px;
}

#footer {

	font-size: 85%;
	text-align: center;
	color: #555;

	background: #CCC url('images/footer.gif') no-repeat center top;
	padding-top: 2ex;
	padding-bottom: 2ex;
	margin: 0 auto;
	width: 850px;
}

#footer ul, #footer li, #footer h2 {

	color: #555;
	font-weight: normal;
	
	display: inline;	
}

/* search form */

#search {

	position: absolute;
	right: 10px;
	bottom: 20px;
	
}

#search input { 

	border: 1px solid #AAA; 
	color: #c71919;
	
	padding: 3px;
}

/* Textgestaltung */
h1 {

	font-size: 160%;
	font-weight: bold;
	color: #555;
	
	clear: both;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

h2 {

	font-size: 110%;
	font-weight: bold;
	
	padding-top: 1ex;
}

p {

	padding-top: 1ex;
}

.time { 

	color: #AAA; 
	font-size: 75%;
}

.hidden { display: none; }

.post { padding-bottom: 2ex; }

/* ## sitebar ## */

#sidebar h2 { display: none }

/* menu */
#sidebar .flexipages_widget {

	background-image: url('images/menu_bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	
	padding-bottom: 10px;
	
	overflow: hidden;
	float: left;
	width: 100%;
}

#sidebar .flexipages_widget  li { 

	display: block; 
	width: 100%;
	float: left;
}

#sidebar .flexipages_widget a {

	color: #FFF;
	background-image: url('images/menu.gif');
	background-repeat: repeat-y;
	
	display: block;
	padding: 5px;
	padding-left: 15px;
	
	border-top: 1px solid #f2c0c0;
}

#sidebar .flexipages_widget li.home_page a { border: none }

#sidebar .flexipages_widget a:hover {

	background-image: url('images/menu_dark.gif');
	background-repeat: repeat-y;
	
	padding-left: 20px;
}

#sidebar ul li.home_page {

	background-image: url('images/menu_top.gif');
	background-repeat: no-repeat;
	background-position: left top;
	
	padding-top: 10px;
}

/* active menu */
#sidebar ul li.current_page_item a { font-weight: bold; }

#sidebar ul li.current_page_item a, #sidebar ul li.current_page_parent a, #sidebar ul li.current_page_ancestor a{

	background-image: url('images/menu_dark.gif');
}

#sidebar ul li.current_page_item ul a, #sidebar ul li.current_page_parent ul a, #sidebar ul li.current_page_ancestor ul a {

	background-image: url('images/menu_light.gif');
	font-weight: normal;
	
	padding-left: 30px;
}

#sidebar ul li.current_page_item ul a:hover, #sidebar ul li.current_page_parent ul a:hover, #sidebar ul li.current_page_ancestor ul a:hover {

	background-image: url('images/menu_light.gif');
	
	padding-left: 35px;

}

#sidebar ul li.current_page_parent ul .current_page_item a, #sidebar ul li.current_page_parent ul .current_page_item a, #sidebar ul li.current_page_ancestor ul .current_page_parent a {

	font-weight: bold;
}


/* categorie and meta */
#sidebar .widget_categories { 

	font-size: 130%; 

	clear: both;
	padding: 1ex; 
	padding-top: 2ex; 
	padding-bottom: 6ex; 

	
}


/* Gestaltung */

table { 

	margin-top: 1em;
	margin-bottom: 1em;
}

td { 
	
	border: 1px solid #CCC; 
	padding: 5px;
}

#content ul{
	
	margin: 0.5em;
}

#content ul li {

	list-style-image: url('images/listpoint.gif');
	line-height: 1.75em;
	
	margin-left: 1.5em;
}



acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	
	}

blockquote cite {
	
	}


hr {
	border: none;
	border-bottom: 1px solid #CCC;
	margin: 2.5ex;
	margin-bottom: 0;
}


dl{
     }
     dt{
          }
          dd{
          }

ul, ol {
	list-style-type: none;
}


blockquote{
     }
     blockquote p{
          }


/*--------------------linkgestaltung--------------------*/

a {

	text-decoration: none;
	color: #c71919;
}

#content a:hover {

	text-decoration: underline;
} 

#footer a {

	color: #555;
	text-decoration: underline;
	
	padding-left: 1ex;
	padding-right: 1ex;
}

#header a { 

	color: #FFF;
	font-size: 170%;
	font-weight: bold;
 }
 
 #header a:hover { text-decoration: none }



/*--------------------der weiterlesen link--------------------*/

.more-link{
     }

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
     }



/*--------------------Kommentare--------------------*/
/* fuer die Kommentarliste an sich*/
ol.commentlist{ 

	border-top: 1px solid #AAA;

	margin-top: 1em; 
}

ol.commentlist li {

	border-bottom: 1px solid #AAA;

	padding: 1em;
}
 
 
/*folgende class stehen zur Gestaltung des li bereit */
 
.comment {}
.byuser {}
.comment-author-admin {}
.bypostauthor {}
 
/* class um die li der 1 Ebene zu gestalten*/
.depth-1{}
 
/*hat man Kind Kommentare gibt es dann noch soviel wie man eben braucht */
.depth-2{}
.depth-3{}
 
/* folgende gestalten das li abwechselnd, wenn man mag*/
/* erstes li*/
.even {}
.thread-even{}
/* zweites li*/
.odd {}
.alt {}
.thread-odd {}
.thread-alt{}
 
 
 
/*---ende der class fuer die li---*/
 
/* fuer die Darstellung des Kommentarautors die class des divs*/
.comment-author {}
.vcard{}
 
.comment-author cite{}
.vcard cite{}
 
.comment-author cite a{}
.vcard cite a{}
 
/* fuer den Avatar*/
img.avatar{}
/*---ende der class fuer den Autor---*/
 
/*fuer die  Zeit wann der Kommentar geschrieben wurde und den Bearbeitungslink die class des divs*/
.comment-meta {}
.commentmetadata{}
 
.comment-meta a{}
.commentmetadata  a{}
 
/*---ende der Meta Daten---*/
 
/*Kommentartext  */
 
ol.commentlist p{}
 
/*---ende des Kommentartextes ---*/
 
/*Reply Link ist auch in einem div*/
.reply{}
.reply a{}
 
/*---ende Reply Link---*/
 
 
/*Kindkommentare sind in einer ul Liste*/
 
ol.commentlist ul.children{} /*ul.children gibt es auch in der sidebar-aufpassen*/
 
/*------alle oben genannten class wiederholen sich auch unter ul children------*/

input, textarea { 

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	
	padding: 5px;
}

textarea { width: 100%; }

/*--------------------fuer den wp kalender--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id haengt von der nummer des text widgets ab*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------kategorien--------------------*/

li#categories{
     }

.widget_categories{
     }


/*-------------------body class---------------------*/

 .rtl{}
 . home{}
 . blog{}
 . archive{}
 . date{}
 . search{}
 . paged{}
 . attachment{}
  .error404{}
 . single postid-(id){}
 . attachmentid-(id){}
 . attachment-(mime-type){}
 . author{}
 . author-(user_nicename){}
  .category{}
  .category-(slug){}
  .tag{}
  .tag-(slug){}
  .page{}
  .page-parent{}
  .page-child parent-pageid-(id){}
 . page-template page-template-(template file name){}
  .search-results{}
  .search-no-results{}
  .logged-in{}
  .paged-(page number){}
  .single-paged-(page number){}
  .page-paged-(page number){}
  .category-paged-(page number){}
  .tag-paged-(page number){}
  .date-paged-(page number){}
  .author-paged-(page number){}
  .search-paged-(page number){}


/*---post class----*/
.post{}
.sticky{}
.page{}
.tag{}
.hentry{}
/*aendert sich je nach kategoriename*/
.category-allgemein{}
.category-dieerste{}
.category-diezweite{}

/*und das gibts auch fuer tags*/
.tag-slug{}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
