/*
Skin name: Celestine - now what
Version: 0.2
Author: Frank Bieniek
Author uri: http://www.celestinefilm.de
Description: Celestine Green2
*/

/*
#
# DO NOT EDIT THIS FILE
# ---------------------
# The Semiologic theme features a custom.css feature. This allows to edit the skin
# without editing its css files. That way, you won't need to worry about losing
# your changes when you upgrade your site.
#
# You'll find detailed sample files in the custom-samples folder.
#
# The easiest way to procede is:
#
# 1. Make a copy of this file, rename as custom.css
# 2. Edit this new custom.css to override the skin defaults
#
*/


/* body */


body
{
        background-color: white;
        color:#333333;
        font-family:Verdana,Arial,Sans-Serif,'Lucida Grande';
}


a
{
        color: blue;
        text-decoration: underline;
}

h1 a,
h2 a
{
        text-decoration: none;
        color: black;
}

a:hover
{
        color: firebrick;
}



#navbar,
#wp-calendar thead
{
        background-color: ghostwhite;
}

#wp-calendar
{
        background-color: white;
}

#footer,
#wp-calendar tfoot
{
        background-color: ghostwhite;
}

h1,
h1 a
{
 color:#ED6200;
       # color: firebrick;
}

.header h2
{
 color:#ED6200;
       # color: darkblue;
}

#navbar,
#footer,
#wp-calendar
{
        border: solid 1px dimgray;
}

#wp-calendar thead th
{
        border-bottom: solid 1px dimgray;
}

#wp-calendar tfoot td
{
        border-top: solid 1px dimgray;
}
#header
{
        background-color: #6B6D08;
}



.navbar a
{
        color: darkblue;
}

.navbar a:hover
{
        color: firebrick;
}

.sidebar h2
{
        border-bottom: solid 1px firebrick;
        padding-bottom: 1px;
}

h2 a:hover
{
        color: firebrick;
}

.main table thead th
{
        border-bottom: solid 1px lightsteelblue;
}

.entry_actions,
.comment_actions
{
        border-top: solid 1px lightsteelblue;
        padding-top: 1px;
}

blockquote
{
        background-color: antiquewhite;
}

pre
{
        background-color: lavender;
}


/*
#    new skin
*/

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite
{

        text-decoration:none;

}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited
{

        color:#ED6200;

}

h2
{

        font-size:1.8em;

}
h1, h2, h3 {
        font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-size:2.4em;
        font-weight:bold;
        letter-spacing:-1px;
        line-height:1.2em;
}

.narrowcolumn .entry, .narrowcolumn .entry_body, .widecolumn .entry, .widecolumn .entry_body {
        line-height:1.4em;
}

.tahoma, .tahoma input, .tahoma select, .tahoma button {
        font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}

div.entry
{
        margin-bottom:2em;
        margin-top:0.5em;
        line-height:1.4em;

}

div.entry, div.entry_body, div.entry_meta, div.entry_actions div.comment, div.comment_body
{
margin-bottom:0.5em;
margin-top:0.5em;
padding-bottom:0px;
padding-top:0px;

}

.main
{
        font-size:1.1em;
}