/*
Theme Name: Yalex
Theme URI: http://www.netkubik.de/
Description: Basierend auf Thematic
Author: Alexandra Palme
Author URI: your-URI
Template: thematic
Version: 0.1
*/

/*
Theme Name: Yalex
Theme URI: http://www.netkubik.de/
Description: Basierend auf Thematic
Author: Alexandra Palme
Author URI: your-URI
Template: thematic
Version: 0.1
.
General comments/License Statement if any.
.
*/

@import url('../thematic/style.css');


/* =Global Elements
-------------------------------------------------------------- */

body {
       font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
       background-color:#1c1c1c;
}
a:link, a:visited {
   color:#FF6E07;
   text-decoration:none;
}
a:hover {
   color:#FF6E07;
   text-decoration:underline;
}
input, textarea {
   font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

/* =Header
-------------------------------------------------------------- */

#header {
       background-color:#D3D3D3;
}
#blog-title {
       color:#D3D3D3;
       padding:60px 0 0 0;
}
#blog-title a {
       background:url(images/logo.png) no-repeat bottom;
   height:111px;
       width:895px;
   color:#D3D3D3;
   text-decoration:none;
       display:block;
       text-indent:-9000px;
}
#blog-description {
       font-size:18px;
   font-weight:bold;
   padding:8px 0 40px 0;
   color:#474747;
}

/* =Menu
-------------------------------------------------------------- */

#access {
   font-size:17px;
       font-weight:bold;
   background:#949494;
   margin-top:-1px;
}
#menu a {
   display:block;
   float:left;
   margin:0 10px 0 0;
   padding:1px 6px;
   background:#474747;
   color:#D3D3D3;
   border-top:1px solid #D3D3D3;
   text-decoration:none;
}
#menu a:hover {
   background:#545454;
   color:#D3D3D3;
   border-color:#474747;
}
#menu .current_page_item a {
   background:#D3D3D3;
   color:#1C1C1C;
   border-color:#1C1C1C;
}
#menu a:focus {
   background:#545454;
   color:#D3D3D3;
   border-color:#474747;
}
/* =Content
-------------------------------------------------------------- */
#content {
       color: #adabab;
}
#content strong {
       color: #c2c2c2;
}
.entry-content {
       font-size:17px;
       line-height:1.3em;
       margin:18px 0 0 0;
   overflow:hidden;
}
.entry-content ul {
       padding-right: 1.5em;
}
.entry-title {
   font-size:30px;
   line-height:32px;
   padding:8px 0 2px 0;
   font-weight:bold;
   color:#E84708;
}
.entry-title a {
   text-decoration:none;
   color:#E84708;
}
.entry-meta {
   font-size:12px;
   color:#949494;
}
.entry-meta a {
   color:#FFA566;
   font-style:italic;
}
.entry-meta a:hover {
   color:#FFA566;
       text-decoration:underline;
}
.entry-utility {
   font-size:12px;
   color:#949494;
}
.comments-link a {
   font-weight:bold;
   color:#FF6E07;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
   background:#D3D3D3;
   color:#1c1c1c;
   margin:54px 0 0 0;
   padding:18px 0;
   overflow:hidden;
}
#comments h3 {
       color:#E84708;
   font-weight:bold;
   text-transform:uppercase;
   letter-spacing:1px;
   text-align:center;
   margin:0 0 18px 0;
   padding:0 20px 0 20px;
}
#comments li {
   background:#949494;
   border-top:1px solid E84708;
   margin:0 20px 18px 20px;
   padding:17px 20px 0 20px;
   position:relative;
}
#comments li.byuser {
   background:#FFA566;
   border-color:#E84708;
}
#comments a {
       color:#474747;
}
#comments-list .comment-meta a {
   font-style:italic;
   color:#474747;
}
#comments .fn a {
   color:#474747;
}
#respond {
   background:#949494;
   border-top:1px solid #E84708;
   padding:17px 20px 0 20px;
   width:460px;
   margin:0 auto;
}
#respond a {
       color:#E84708;
}
/* =Asides (widgetized areas)
-------------------------------------------------------------- */
.aside ul {
   margin:0;
   list-style:none;
       font-size:17px;
}
.aside ul ul {
   list-style:square;
       color:#FFA566;
}
.aside h3 {
   font-size:20px;
   font-weight:bold;
       color:#E84708;
}
.aside {
       color:#E84708;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
   background:#D3D3D3;
   color:#474747;
   padding:34px 0 40px 0;
   border-top:2px solid #000;
}
#footer a {
   color:#000;
}
/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
   color:#FFA566 !important;
   background:#transparent !important;
   border:1px solid #e0e0e0 !important;
}
.wp-pagenavi a:hover {
   color:#FF6E07 !important;
}