/*   
Theme Name: thematic_eikonas
Theme URI: 
Description: A child theme of Thematic.
Author: Jens Haas
Author URI: http://www.jenshaas.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is Copyright Ian Stewart http://themeshaper.com/
thematic_eikonas is Copyright Jens Haas http://www.jenshaas.com/
.
*/

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

/* Overriding Typography styles from the Parent Theme */

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	/* _vertical-align: bottom; */
	position: relative;
}

/* Overriding Layout styles from the Parent Theme */

#content {
    margin:0 0 0 10px;
    width:550px;
    overflow:hidden;
}

/* Overriding Image styles from the Parent Theme */

.wp-caption p.wp-caption-text {
	visibility: hidden;
	margin: 0;
	padding:5px;
}

/* Overriding Default styles from the Parent Theme */

body, input, textarea {
    font: 15px times, serif;
}

pre, code {
	font:14px times, serif;
}

blockquote {
    font-style:normal;
}

a:link {
    color:#555;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color:#555;
    font-weight: bold;
    text-decoration: none;
}

a:active,
a:hover {
    color:#555;
    background-color: #c1c1c1;
    font-weight: bold;
    text-decoration: none;
}

#blog-title {
    font-family: times, serif;
}

#blog-title a {
    color:#555;
}

#blog-title a:active,
#blog-title a:hover {
    color:#555;
    background-color: #c1c1c1;
}

#blog-description {
    color:#c1c1c1;
    font-weight: bold;
    font-style:normal;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:active {
    background: #fff;
}

 .sf-menu a:hover {
    background-color: #c1c1c1;
}

.sf-menu ul a {
    background: #fff;
}

.sf-menu ul a:hover {
    color: #555;
    background-color: #c1c1c1;
}

.attachment .page-title {
    font-style:normal;
}

.page-title span {
    font-style:normal;
}

.entry-title {
    font-family: times, serif;
    color: #c1c1c1;
}

.entry-title a {
    color:#555;
}

.entry-title a:active,
.entry-title a:hover {
    color:#555;
    background-color: #c1c1c1;
}

.entry-meta {
    font-style:normal;
}

.entry-meta a:active,
.entry-meta a:hover {
    color:#555;
    background-color: #c1c1c1;
}

.entry-content h1,
.entry-content h2 {
    font-family: times, serif;
}
.entry-content h3 {
    font-style:normal;
}
.entry-content h4 {
    font-family: times, serif;
}

.entry-utility a {
    font-style:normal;
}
.entry-utility a:active,
.entry-utility a:hover {
    color:#555;
    background-color: #c1c1c1;
}

.page-link a:active,
.page-link a:hover {
    color:#555;
    background-color: #c1c1c1;
}

li.content-column {
    list-style:none;
}

.navigation a {
    font-style:normal;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color:#555;
    background-color: #c1c1c1;
}

#comments h3 {
    font-family: times, serif;
}

#comments-list .comment-meta a {
    color:#666;
    font-style:normal;
    text-decoration:none;
}

#comments-list .comment-meta a {
    font-style:normal;
}

.comment-reply-link a {
    font-style:normal;
}

#form-allowed-tags span {
    font-style:normal;
}

.aside a:active,
.aside a:hover {
    color:#555;
    background-color: #c1c1c1;
}
.aside h3 {
    font-style:normal;
    font-weight: bold;
    color: #c1c1c1;
}

.aside caption {
    font-family: times, serif;
}

.aside ul ul {
    list-style:none;
    margin:0 0 22px 0px;
}

#content .aside h3 {
    font-family: times, serif;
    font-style:normal;
}

#siteinfo a:active,
#siteinfo a:hover {
    color:#555;
    background-color: #c1c1c1;
}

.wp-pagenavi a:active {
    color:#555;
    background-color:#c1c1c1 !important;
}