/*
Theme Name: reiter
Theme URI: http://www.michael-reiter.de
Description: WordPress Theme für michael reiter
Version: 1.0
Author: Andreas Muxel
*/
/* CSS Document */
/*--------------*/
/*--------------*/
/*--*/
/*--*/
/*-------------------------------------------*/
/*-------------- bereiche -------------------*/
/*-------------------------------------------*/
/*--*/
/*--*/
/*--------------------general--------------------*/
body { 
  	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #000;
	background-color: #FFF;
	background-image:url('randomImage.php'); background-repeat:repeat-y;
	/*background-image:url('images/grid.gif');*/
}
/*--------------------link design--------------------*/
a {
	color: #999;
}
a:hover	{
	color: #333;
}
/*--------------------header--------------------*/
#header{
	position: absolute;
	top: 4px;
	left: 4px;
	width: 800px;
}
#header a {
	text-decoration: none;
	color: #000;
}
#header a:hover,visit {
	color: #000;
}
/*--------------------image galllery--------------------*/
#imageGalleryContainer {
	position: absolute;
	z-index: 100;
	top: 24px;
	left: 32px;
	/*margin-left: -464px;*/
	visibility: hidden;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	background-color: #fff;
	height: 576px;
}
#imageGalleryOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background: url(images/overlayBG.gif) repeat;
	z-index:99;
	visibility: hidden;
	cursor: pointer;
}
.imageGalleryLoading{ background: #fff url(images/loading.gif) no-repeat center; }/* IMAGE: loading gif */
#imageGalleryContainer #imageContainer {
	position: relative;
	float: left;
}
#imageGalleryContainer .closeGalleryBullet {
	position: absolute;
	background: url(images/Icon_min.png) no-repeat;
	width: 12px;
	height: 12px;
	top: 8px;
	right: 8px;	
}
#imageGalleryContainer #metaInfoContainer {
	position: absolute;
	bottom: 28px;
	left: 16px;
	line-height: 20px; /*1px more to have a space between the lines*/
}
#imageGalleryContainer #metaInfoContainer .metaInfoText {
	padding: 0px 8px 0px 8px;
	background-color: #1A1A1A;
	color: #fff;
}
#imageGalleryContainer #metaInfoContainer ul {
	list-style-type: none;
	padding-bottom: 16px;
}
#imageGalleryContainer #paginationContainer {
	position: absolute;
	bottom: 8px;
	left: 16px;
	padding: 1px 8px 1px 8px;
	background-color: #1A1A1A;
}
#imageGalleryContainer #paginationContainer a{
	text-decoration: none;
	color: #fff;
}
#imageGalleryContainer .firstImage {
	padding-left: 16px;
}
#imageGalleryContainer .prevNextImage {
	padding: 0 16px 0 16px;
}
#imageGalleryContainer #paginationContainer a.paginationLink{
	color: #999;
}
#imageGalleryContainer #paginationContainer .numbers {
	color: #999;
}
/*--------------------sidebar--------------------*/
#sidebar{
	position: absolute;
	top: 20px;
	left: 800px;
	width: 160px;
	font-size: 12px;
	line-height: 16px;
}
#sidebar a:hover {
	color: #333;
}
#sidebar h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	line-height: 24px;
	margin-left: 8px;
}
#sidebar h1.metaTitleActive {
	color: #333;
}
#sidebar h1.metaTitlePassive {
	color: #999;
}
#sidebar h1.titleTags {
	margin-top: 28px;
}
#sidebar h1.titleArchiv {
	margin-top: 24px;
}
#sidebar .mainNavi {
	border-bottom: solid 1px #666;
}
#sidebar .mainNavi ul {
	margin-top: 20px;
}
#sidebar .mainNavi ul li {
	list-style-type: none;
	border-top: solid 1px #666;
	line-height: 12px;
	padding: 1px 0 2px 0;
	list-style-type: none;
	background: url(images/naviPassive.gif) repeat;
}
#sidebar .mainNavi ul li:hover {
	background: url(images/naviActive.gif) repeat;
}
#sidebar .mainNavi a {
	text-decoration: none;
	margin-left: 8px;
	color: #666;
}
#sidebar .mainNavi a:hover {
	color: #333;
}
#sidebar .mainNavi .current_page_item {
	background: url(images/naviActive.gif) repeat;
}
#sidebar .mainNavi .current_page_item a {
	color: #333;
	font-weight: bold;
}
#sidebar .metaLinks {
	margin: 7px 0 0 8px;
	color: #999;
}
#sidebar .metaLinks a {
	text-decoration: none;
	color: #999;
}
#sidebar .metaLinks a:hover {
	color: #333;
}
#sidebar .metaLinks .active a {
	color: #333;
}
#sidebar .backend {
	margin: 32px 0 0 8px;
}
/*--------------------content--------------------*/
/*---general---*/
#content{
	position: absolute;
	top: 80px;
	left: 192px;
	width: 576px;
	font-size: 12px;
	line-height: 16px;
}
#content .einzug {
	text-indent: 24px;
}
#content .einzugEnglisch{
	text-indent: 24px;
	font-style: italic;
	color: #999;
}
#content .englisch{
	font-style: italic;
	color: #999;
}
#content .meta {
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	color: #999;
	padding: 4px 16px 4px 16px;
}
#content .meta strong {
	color: #333;
}
#content h1 {
	font-size: 16px;
	margin-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
#content h2 {
	font-size: 12px;
	margin-top: 4px;
	font-weight: bold;
}
#content p {
	line-height: 16px;
}
#content .editContent a {
	color: #666;
}
#content .editContent a:hover {
	color: #333;
}
#content .pageNavi {
	clear: left;
	margin-top: 16px;
}
#content .previewImageContainer {
	position: relative;
	float: left;
	clear: left;
}
#content .openGalleryBullet {
	position: absolute;
	background: url(images/Icon_max.png) no-repeat;
	width: 12px;
	height: 12px;
	top: 2px;
	right: 2px;	
}
#content .metaInfoText {
	color: #fff;
	padding: 0px 8px 0px 8px;
	background-color: #1A1A1A;
}
#content .clearFloat {
	clear: left;
}
#content .metaInfoContainer {
	line-height: 16px; /*1px more to have a space between the lines*/
	overflow: hidden;
}
#content .metaInfoContainer ul {
	list-style-type: none;
	margin-bottom: 14px;
}
/*---content project---*/
#content .contentProject h1{
	padding: 4px 0 16px 0px;
}
#content .contentProject .mainContent {
	padding: 0 16px 0 16px;
	margin-bottom: 28px;
}
#content .contentProject .previewImageContainer {
	margin: 0 16px 0 0;
}
#content .contentProject .contentText {
	margin: 20px 0 0 0;
}
#content .contentProject .editContent {
	margin: 0px 0 24px 16px;
}
/*---content page---*/
#content #contentPage {
	margin-top: 2px;
	padding: 0 16px 16px 16px;
}
#content #contentPage .editContent {
	padding: 16px 16px 0 0px;
	margin-bottom: 32px;
}
/*---content miniature---*/
#content .contentMiniature {
	float: left;
	padding: 0 0 32px 16px;
}
#content .contentMiniature .previewImageContainer {
	margin: 0 0 4px 0;
}
#content .contentMiniature .metaInfoContainer ul {
	margin-bottom: 2px;
}
#content .contentMiniature .editContent {
	margin: 0px 0 0px 0px;
	clear: left;
}
/*---content video---*/
#content .contentVideo h1{
	padding: 4px 0 16px 0px;
}
#content .contentVideo .mainContent {
	padding: 0 16px 0 16px;
	margin-bottom: 28px;
}
#content .contentVideo .editContent {
	margin: 0px 0 16px 16px;
}
/*-------------------- general text design --------------------*/



acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	
	}

blockquote cite {
	
	}


dl{
     }
     dt{
          }
          dd{
          }


blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }

/*--------------------thumbnails--------------------*/
/*.gallery-icon{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	width: 1px;
	height: 1px;
}*/
/*--------------------images as links--------------------*/
a img{
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies im text--------------------*/

body img.wp-smiley{
     }



/*--------------------read more link--------------------*/

.more-link{
     }

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
     }

/*--------------------search--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------Kommentare--------------------*/
.alt {
	 
	}

.commentlist {
	 
	}


.nocomments {
	 
	}
 
.commentlist li {
	 
	}

.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 
	}

#commentform p {
	 
	}

.commentmetadata {
	 
	}

#commentform input {
	}

#commentform textarea {
	}

#commentform #submit {
	 
	}

/*--------------------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 {
     }

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------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{
     }

