/*
THEME NAME: illumini
THEME URI: http://diekretzschmars.de/wordpress/themes/theme-templates/
VERSION: 2.6
DESCRIPTION: Minimal dkret3 design with limited icons.
TAGS: child theme
AUTHOR: Joern Kretzschmar
AUTHOR URI: http://diekretzschmars.de/
TEMPLATE: dkret3
CREDIT: Scott Wallick - http://scottwallick.com/ (parts of the design are based on his ideas)
*/

/* Reset browser defaults - http://meyerweb.com/eric/tools/css/reset/ */
@import url('../dkret3/library/css/reset.css');

/* Get layout CSS */
@import url('../dkret3/library/css/1c-layout.css');

/* Get plugins CSS */
@import url('../dkret3/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../dkret3/library/css/drop-downs.css');

/*
    Apply default illumini styles and colors
*/

body, input, textarea {
	font-family: Georgia, Times, Serif;
    line-height: 1.3;
}

body {
    background-color: #567;
    color: #474747;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* Show used elements */
#footer .separator {
    display:inline;
}

/* Default html styles and css classes */
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
	color: #048;
    margin: 20px 0 10px 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight:normal;
}
a {
    color: #048;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #68f;
}
a img {
    border: none;
}
img {
    font-size: 0.6em;
}
strong,
b {
    font-weight: bold;
}
em,
i,
cite {
    font-style: italic;
}
big {
    font-size: 120%;
}
small {
    font-size: 80%;
}
del {
    color: red;
}
ins {
    color: green;
}
hr {
    border-color: #666;
    border-style: dotted;
    border-width: 1px 0 0 0;
    margin: 20px 0;
}
pre {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 3px; 
    -moz-border-radius: 3px; /* Mozilla */
    -webkit-border-radius: 3px; /* Webkit */
    font: 10px Monaco, monospace, Courier, "Courier New";
    margin-bottom: 10px;
    overflow: auto;
    padding: 5px;
}
code {
    background: #f6f6f6;
    font: .9em Monaco, monospace, Courier, "Courier New";
}
pre code {
    font-size: 13px;
}

blockquote {
	background-color: #f6f6f6;
	border: 1px solid #ccc;
    border-radius: 3px; 
    -moz-border-radius: 3px; /* Mozilla */
    -webkit-border-radius: 3px; /* Webkit */
    margin: 15px;
    padding: 5px 20px;
}
address {
    margin-bottom: 10px;
}

.right {
    text-align: right;
}
.centered {
    text-align: center;
}
.block {
    text-align: justify;
}
.clear {
    clear: both;
    padding: 10px 0 0 0;
}
.space {
    padding: 15px 0 0 0;
}
.border {
	border-bottom: 1px solid #444;
}
.padding {
    padding: 3px;
}
.icon {
    padding: 0!important;
    margin: 0!important;
    border: none!important;
}
acronym,
abbr,
span.caps {
    cursor: help;
}
fieldset,
legend {
    padding: 5px;
}
table {
    margin: 15px 0;
    width:100%;
}
th {
    font-weight: bold;
    background: #E5ECF9;
}
th,
td {
    padding: 5px 10px;
}
tr.even td {
    background: #F0EFEF;
}
tfoot {
    font-style: italic;
}
#submit,
label:hover {
    cursor: pointer;
}

/* images */
.image,
.entry-content img {
    margin: 3px 15px;
}
.gallery-post {
    overflow: hidden;
}
.size-medium,
.size-thumbnail,
.size-large,
.size-full,
.gallery img,
.attachment-medium,
.attachment-thumbnail,
.gallery .attachment-thumbnail {
    padding: 3px;
}
.entry-image .attachment-thumbnail {
    margin: 2px;
}
.gallery-caption {
    margin-left: 0;
}
.image {
    margin: 0 15px;
    padding: 3px; 
}
#content .wp-caption,
.entry-image {
    padding: 3px;
    text-align: center;
}
#content .wp-caption-text,
.gallery-caption {
    font-size: 12px;
    margin: 3px;
}
#content .wp-caption img {
    margin: 0 auto;
    padding: 0;
}
.entry-caption {
    text-align: center;
}
img.aligncenter,
#content .aligncenter,
#content .alignnone,
#content .attachment-medium,
#content .attachment-large {
    clear: both;
    display: block;
    float: none;
    margin: 15px auto;
    text-align: center;
}
#content .alignnone {
    margin: 15px 0;
}
#content .alignleft,
.entry-image,
.wp-post-image {
    float: left;
    margin: 3px 15px 3px 0;
}
#content .alignright {
    margin: 3px 0 3px 15px;
    float: right;
}
.noborder {
    border: none!important;
}
#content .wp-smiley {
    margin: 0;
}
#content .gallery {
    clear: both;
    margin: 15px 0;
}
#content .gallery img {
    margin: 0;
}

/* lists, forms and tables */
ul, ol, dl {
    list-style-type: none;
    margin: 5px 0 10px 0;
}
.entry-content li {
    margin-bottom: 2px;
}
.entry-content ol {
    list-style-type: decimal;
}
.entry-content ol ol {
    list-style: upper-alpha;
}
.entry-content ol ol ol {
    list-style: lower-roman;
}
.entry-content ol ol ol ol {
    list-style: lower-alpha;
}
dl dt {
    font-weight: bold;
    margin-top: 10px;
}
dl dd {
    margin-top: 6px;
}
#content dt {
    color: #048;
}
#content ul ul li {
    padding-left: 15px;
}
#content ol li {
    margin-left: 30px;
    padding: 0;
}
input,
textarea {
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
}
textarea {
    overflow: auto;
}
input:focus,
textarea:focus {
    background: #ffc;
	border: 1px solid #ccc;
}
label:hover {
    cursor:pointer;
}

/* header */
#wrapper {
    background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#header {
    text-align: center;
}
#site-title {
    font-size: 36px;
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
}
#site-title a {
    color: #048;
}
#site-description {
    color: #474747;
    font-size: 18px;
    margin: 0;
    padding: 1px 80px 1px;
}
.access-sep {
    display: none;
}
#access {
	background-color: #f6f6f6;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.header-menu {
    margin: 0 10px;
}
#access .access-link {
    margin-right: 10px;
}
#access .access-link {
    float: right;
}
#access .access-link {
    display: block;
    padding: 3px 5px;
}

/*
Dkret3 3.0 uses the fantastic 'Superfish' jQuery Menu from Joel Birch 
(http://users.tpg.com.au/j_birch/plugins/superfish/) for it's drop down header navigation.

These are the essential and unmodified styles of the original jQuery Plugin.
*/
#access .sf-menu, #access .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
#access .sf-menu {
    line-height: 1.0;
}
#access .sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
#access .sf-menu ul li {
    width: 100%;
}
#access .sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
#access .sf-menu li {
    float: left;
    position: relative;
}
#access .sf-menu a {
    display: block;
    position: relative;
}
#access .sf-menu li:hover ul,
#access .sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em; /* match top ul list item height */
    z-index: 99;
}
#access ul.sf-menu li:hover li ul,
#access ul.sf-menu li.sfHover li ul {
    top: -999em;
}
#access ul.sf-menu li li:hover ul,
#access ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
#access ul.sf-menu li li:hover li ul,
#access ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
#access ul.sf-menu li li li:hover ul,
#access ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

/*
Dkret3 'Superfish' header navigation styles
*/
#access .sf-menu {
    float: none;
}
#access .sf-menu a {
    padding: 5px 10px;
}
#access .sf-menu li:hover ul,
#access .sf-menu li.sfHover ul {
    top: 26px; /* match top ul list item height */
}
#access .sf-menu li li a {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}
#access .sf-menu li li li a {
    border-left: 1px solid #fff;
}
#access .sf-menu a, #access .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #048;
}
#access .sf-menu li li,
#access .sf-menu li li li li {
    background-color: #f6f6f6;
}
#access .sf-menu li li li {
    background-color: #f6f6f6;
}
#access .sf-menu li:hover, #access .sf-menu li.sfHover,
#access .sf-menu a:focus, #access .sf-menu a:hover, #access .sf-menu a:active {
    background-color: #e0eaf4;
    outline: 0;
}
#access .sf-menu li li:hover, #access .sf-menu li li.sfHover,
#access .sf-menu li li a:focus, #access .sf-menu li li a:hover, #access .sf-menu li li a:active {
    background: #e0eaf4;
}

.sf-menu ul .page_item,
.sf-menu ul .menu-item,
.current_page_item .page_item a,
.current-menu-item .menu-item a {
    font-weight: normal;
}

.sf-menu .current_page_ancestor,
.sf-menu .current-menu-ancestor,
.current_page_item a,
.current-menu-item a {
    font-weight: bold;
}

/* content */
#container {
    background-color: #fff;
}
#content {
    text-align: justify;
}
.post {
    clear: both;
    margin-bottom: 60px;
}
.sticky {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    padding: 10px;
}
.sticky .entry-calendar-date,
.sticky .entry-meta {
    background-color: #fff;
}
.entry-content {
    clear: both;
    margin-top: 12px;
    overflow: hidden;
    width: 100%;
}
#content h1 {
    font-size: 23px;
}
#content h2 {
    font-size: 21px;
}
#content h3 {
    font-size: 19px;
}
#content h4 {
    font-size: 17px;
}
#content h5 {
    font-size: 15px;
}
#content h6 {
    font-size: 13px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    clear: both;
}
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    margin-top: 0;
}
#content p {
    margin-bottom: 15px;
}
.navigation {
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
}
.meta-nav {
    display: none;
}
.nav-previous,
.backlink {
    display: block;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.gallery-post .nav-previous,
.gallery-post .nav-next {
    background: none;
}
.page-link {
    margin: 20px 0 0;
}
#content .entry-title {
    clear: none;
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}
#content .page-title {
    margin: 0 0 20px;
}
.info {
    margin: 2px 0 0 0!important;
}
div.hentry div.entry-content > p:first-child:first-letter {
	font: 3.4em/70% garamond,georgia,serif;
	margin-right: 0.06em;
}
.entry-meta-before {
    margin: -5px 0 0;
    padding: 0 0 12px;
    text-align: center;
}
.entry-meta {
    background: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    clear: both;
    line-height: 1.6em;
    margin-top: 20px;
    overflow: hidden;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
.entry-meta:hover {
	background-color: #E0EAF4;
}
.entry-meta a, .entry-meta .entry-date {
	color: #666;
}
.entry-meta a:hover {
	color: #68f;
}
.widget_rsslinks li {
    margin: 6px 0 0;
}

/* comments*/
#comments h3,
#respond h3,
#pings {
    border-bottom: 1px solid #444;
    margin: 50px 0 0;
}
#pings {
    color: #048;
} 
.write-comment-link {
    display: block;
    margin-bottom: 20px;
}
.commentlist .separator {
    display: inline;
}
.commentlist .comment-author {
    color: #048;
    font-size: 18px;
}
.comment-meta {
    margin: 0 0 16px 0;
}
.commentlist .avatar {
    border: 1px solid #666;
    border-radius: 3px; 
    -moz-border-radius: 3px; /* Mozilla */
    -webkit-border-radius: 3px; /* Webkit */
    float: left;
    margin: 0 8px 0 0;
    padding: 2px;
}
.commentlist .edit-link {
    display: inline;
    float: none;
}
.moderation {
    background: #393;
    color: #eee;
    display: block;
    margin: 5px 0;
    text-align: center;
}
#content .commentlist li {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    padding: 10px;
}
#content .commentlist .even {
    background: #fff;
    border: none;
}
#content .commentlist .odd {
    background: #f6f6f6;
}
#content .commentlist li.bypostauthor {
	background: #e0eaf4;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#content .commentlist .children li {
    margin-left: 30px;
    border-left: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
}
.msie #content .commentlist .children li {
    border-left: none;
}
#content .commentlist .pingback {
    background-image: url(library/images/trackback.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
    padding: 7px 7px 7px 20px;
}
p#comment-notes {
    margin-bottom: 20px;
}
#commentform {
    width: 100%;
}
#comment,
#author,
#email,
#url {
    width: 95%
}
#cancel-comment-reply-link {
    color: #048; 
}
#cancel-comment-reply-link:hover {
    color: #68f; 
}
#comment-live-preview {
    background: #f6f6f6;
    border-left: 1px solid #ccc;
    display: block;
    margin: 15px 0 10px 10px;
    padding: 5px;
}
#comments blockquote,
#live-preview blockquote {
    background: #FBFBFB url(library/images/cite.gif) no-repeat scroll left top;
    border: 1px solid #EBEBEB;
    display: block;
    font-size: 0.9em;
    margin: 5px 30px 10px 0;
    padding: 5px 10px 5px 17px;
}
.page-numbers,
.page-link {
	background: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 3px; 
    -moz-border-radius: 3px; /* Mozilla */
    -webkit-border-radius: 3px; /* Webkit */
    padding: 0.2em 0.5em;
}
.req {
    font-style: italic;
}

/* sidebar & footer */
#leaderboard {
    text-align: center;
}
#primary,
#secondary,
#subsidiary {
    line-height: 1.2;
}
.sidebar h2,
.sidebar h3 {
    margin-top: 0;
}
.widget {
    margin-bottom: 20px;
}
.text-widget,
.adsense-widget {
    margin: 0 auto;
    text-align: center;
}
.adsense-post {
    float: right;
    margin: 3px 15px;
}
#content .adsense li {
    background: none;
    padding: 0;
}
.adsense-below-post {
    margin-top: 15px;
    margin-bottom: 15px;
}
.widget_meta .avatar {
    float: right;
    margin: 0 0 0 8px;
    padding: 2px;
}
.widgettitle,
.linkcat h2 {
    border-bottom: 1px dotted #444;
    clear: both;
    margin-bottom: 5px;
	font-size: 20px;
}
.widget_pages {
    overflow: hidden;
    padding: 7px 7px 0;
}
.widget_pages h3 {
    margin-top: 0;
}
#wrapper .linkcat,
#wrapper .linkcat:hover {
    background: none;
    padding: 0;
}
#user_login,
#user_pass,
.sidebar select {
    width: 90%;
}
#calendar_wrap {
    margin: 0 auto;
    max-width: 250px;
    text-align: right;
}
#wp-calendar th { color: #048; width: 35px; padding: 2px 5px; }
#wp-calendar tfoot { text-align: center; }
#wp-calendar .nav { margin: 0 auto; }
#wp-calendar td { padding: 0 3px; }

#s,
#noresults-s {
    padding: 3px 0 3px 25px;
    width: 85%;
}
.msie #s,
.msie #noresults-s {
    width: 80%;
}

#searchsubmit,
#noresults-searchsubmit {
    display: none;
}

/* footer */
#subsidiary {
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#footer {
	background: #f6f6f6;
	color: #666;
    font-size: 15px;
	margin: 30px 0 0;
	text-align: center;
}
#footer a {
	color: #07c;
}
#footer a:hover {
	color: #09e;
}

/* CSS for Wordpress Widgets */
.widget_tag_cloud div {
    text-align: center;
}

/* CSS for supported Plugins */

/* Greg’s Threaded Comment Numbering Plugin */
#content .commentlist li .commentnumber {
    color:#048;
}