/*  
Theme Name: Yourwebdesigner
Theme URI: http://yourwebdesigner.at
Description: Erstes Theme mit der yourwebdesigner CI
Version: 1.0
Author: Georg Kaser
Author URI: http://yourwebdesigner.at 

	
 */
html {
	height: 100%;
}

body {
	background: #000 url(images/bg.jpg) no-repeat top center fixed;
	margin: 0 auto;
	padding-bottom: 15px;
	/* font-family: "Lucida Sans", "AllerDisplayRegular", Arial,sans-serif; */
	font-family: "AllerLightRegular", Arial,sans-serif;
	font-size: 80%;
	height: 100%;
}

/*--------------------layout----------------------------*/
h1 {
	position: absolute;
	top: 17px;
	margin: 0px;
	padding: 0px;
	background: url(images/ci.png) no-repeat;
	text-indent: -9999px;
	width: 334px;
	height: 110px;
}

#header {
	height: 130px;
	position: relative;
	z-index: 99;
}

#sitewrapper {
	background: transparent url(images/wrapperbg.png) repeat-x top;
}

#content {
	clear: both;
}

#footer {
	color: #5F6062;
	font-style: italic;
}

#featured-container {
	height: 390px;
	position: relative;
}


.featured-articles-wrapper {
	position: absolute;
	width: 745px;
	height: 285px;
	left: 85px;
	background: transparent url(images/bubble.png) no-repeat;
	margin: 0px;
	overflow: hidden;
}

ul#featured-articles {
	background: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 260px;
	margin: 10px 10px 15px 35px;
	z-index: 99;
}

ul#featured-articles li.post {
	color: rgb(255,255,255);
	width: 700px;
	height: 260px;
	float: left;
	position: relative;
	background: none !important;
}

ul#featured-articles div.post_text h2 {
	color: rgb(255,255,255);
	margin-top: 0px;
	margin-bottom: 8px;
}

#featured-articles a:hover,
#subfeatured a:hover {
/*	background: #5F6062;
	color: #B7B7B7; */
	background: #0d0d0d;
	color: #fff;
	text-decoration: none;
}

div.post_text {
	font-size: 105%;
	width: 240px;
	margin: 10px;
	float: left;
	font-family: "AllerRegular";
	position: absolute;
	bottom: 0px;
	text-align: right;
}

div.post_text a,
#subfeatured a {
	color: rgb(209,0,93);
	background: rgb(255,255,255);
	padding: 0px 3px;
}

#subfeatured a {
	color: rgb(255,255,255);
	background: rgb(209,0,93);
}

div.post_thumbnail {
	width: 440px;
	padding-left: 260px;
}

a#next, a#prev {
	display: block;
	top: 225px;
	text-indent: -99999px;
	width: 17px;
	height: 35px;
	position: absolute;
	z-index: 100;
}

a#next {
	background: url(images/fadernav.png) no-repeat top right;
	right: 130px;
}

a#next:hover {
	background: url(images/fadernav.png) no-repeat bottom right;
}

a#prev {
	right: 150px;
	background: url(images/fadernav.png) no-repeat top left;
}

a#prev:hover {
	background: url(images/fadernav.png) no-repeat bottom left;
}

#subfeatured .post,
#portfolio .post,
#content div.page,
#content #sidebar {
	position: relative;
	border-bottom: 8px solid rgb(209,0,93);
	background: rgb(255,255,255) url(images/target-topright.png) no-repeat top right;
	background: rgba(255,255,255,0.8) url(images/target-topright.png) no-repeat top right;
}

#portfolio .post {
	height: 310px;
	margin-bottom: 20px;
}

#sidebar ul {
	padding: 0px;
	list-style: none;
	margin: 0px 15px;
}

.portfolio_thumbnail {
	background: transparent url(images/target-topright.png) no-repeat top right;
	height: 177px;
	margin-bottom: 10px;
}
#content div.page {
	padding: 15px 0px 5px 0px;
}

#subfeatured .post {
	height: 200px;
}

h2#summary span {
	background: rgb(209,0,93);
	background: rgba(209,0,93,0.8);
	line-height: 30px;
	padding: 2px;
	color: rgb(255,255,255);
}

.page-id-12 .grid_4 {
	height: 520px;
}

.page-id-12 .grid_8 .post-12 {
	height: 500px;
}

/*--------------------navigation------------------------*/
ul#mainnav {
	margin: 0;
	list-style: none;
	position: absolute;
	right: 0px;
	top: 0px;
}

ul#mainnav li {
	float: left;
	height: 58px;
	margin-left: 1px;
}

ul#mainnav li a {
    font-family: "AllerBoldItalic";	
	font-size: 15px;
	color: rgb(183,183,183);
	display: block;
	background: rgb(95,96,98);
	text-decoration: none;
	text-transform: lowercase;
	height: 50px;
	line-height: 50px;
	margin-top: 8px;
	padding: 0px 15px;
}

ul#mainnav li.current_page_item {
	background: rgb(209,0,93);
	background: rgba(209,0,93,0.8);
}

ul#mainnav li.current_page_item a {
	background: none;
	color: rgb(255,255,255);
}

ul#mainnav li a:hover {
	color: rgb(255,255,255);
}

/*--------------------colors----------------------------*/
.transparent-bg, div#content.transparent-bg {
	background: none;
}

.white-08 {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
}
/*--------------------textgestaltung--------------------*/

p {
	line-height: 17px;
	margin: 8px 0px;
}

h2,h3,h4,h5,h6{
    color: rgb(209,0,93);
    font-family: "AllerItalic";
}

#subfeatured .post h2,
#subfeatured .post p,
#portfolio .post h2,
#portfolio .post p,
#content .page h2,
#content .page h3,
#content .page p {
	margin: 0px 15px 10px 15px;
}

#subfeatured .post h2 {
	font-size: 150%;
	margin-top: 10px;
	margin-bottom: 8px;
}


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	
	}

blockquote cite {
	
	}



hr {
	
	}





dl{
     }
     dt{
          }
          dd{
          }

ul{
     }
ol{
     }
     li{
          }

    ul ul{
         }

blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }

/*--------------------linkgestaltung--------------------*/


a {
	outline: none;
	text-decoration: none;
	color: #D1005D;
}

a:link { 
     }
a:visited { 
     }
a:link:focus{ 
     }
a:link:hover, 
a:visited:hover { 
	text-decoration: underline;
    }
a:link:active, 
a:visited:active {
     }

a.post-edit-link {
	text-align: left;
	top: 10px;
	right: 10px;
	display: block;
	position: absolute;
	text-indent: -9999px;
	height: 14px;
	width: 14px;
	background: transparent url(images/edit.png) no-repeat !important;
}

#featured-articles a.post-edit-link {
	top: auto;
	right: auto;
	bottom: 10px;
	left: 10px;
}

p#designer {
	line-height: 32px;
	height: 32px;
	position: relative;
}

p#designer span {
	position: absolute;
	right: 91px;
	float: left;
	display: block;
	height: 32px;
	font-size: 10px;
	line-height: 32px;
	margin-right: 5px;
	text-align: right;
}

a#yourwebdesigner {
	display: block;
	position: absolute;
	right: 0px;
	float: left;
	height: 30px;
	width: 91px;
	text-indent: -99999px;
	background: url(images/yourwebdesigner.png) no-repeat;
}

/*--------------------bilder als links--------------------*/
a img{
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies im text--------------------*/

body img.wp-smiley{
     }



/*--------------------der weiterlesen link--------------------*/

.more-link{
     }

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
     }

/*--------------------suche--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------Kommentare--------------------*/
/* fuer die Kommentarliste an sich*/
ol.commentlist{}
 
/*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------*/

#commentform p {
	 
	}


#commentform input {
	}

#commentform textarea {
	}

#commentform #submit {
	 
	}


#respond{}

/*--------------------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{
     }


/*-------------------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{}


/*------------bilder-------*/
.wp-caption { }

.wp-caption img { }

.wp-caption p.wp-caption-text { }


.gallery{ }
    .gallery-item{  }
        .gallery-caption{ }
.attachment{ }
    .attachment img{ }
        div.caption{ }
        .imagenavi .alignright a{ }
         .imagenavi .alignleft a{ }   
        .imagenavi .alignright a img,
        .imagenavi .alignleft a img{ }
        
.left{}
.right{}
-center{}
.alignleft{}
.alignright{}
.aligncentered{}