@charset "UTF-8";
/*  
Theme Name: Siedler2010
Theme URI: http://siedler-von-adventon.de/
Description: 2010er Theme für die Siedler von Florian Eibeck
Version: 1.0
Author: Florian Eibeck
Author URI: http://blog.eibeck.de/
*/

/******************************************************/
/* HTML Elements                                      */
/******************************************************/


body
{
    background-color: #005500;
    font-size:85%;
    color: #330000;
}

h1,h2,h3
{
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    letter-spacing: 2px;
    color: #002200;
}

h1
{
    font-size: 2em;
    margin-bottom: 1.5em;
    margin-top: .65em;
}

h2
{
    font-size: 1.5em;
}

h3
{
    border-bottom: 1px solid #C2944D;
}

a:active,
a:link,
a:visited
{
    color: #003300;
    text-decoration: underline;
}

a:hover
{
    color: #006600;
    text-decoration: underline;
}

label
{
    display: block;
    font-weight: normal;
    margin-bottom: 0;
}

input.text
{
    margin-top: 0;
    margin-bottom: 1em;
}

/******************************************************/


/******************************************************/
/* Header                                             */
/******************************************************/

#header
{
    color: #F3AF1C;
}

.sitename
{
    color:#F3AF1C;
    font-family:"Times New Roman";
    font-size:2.5em;
    font-variant:small-caps;
    font-weight:bold;
    letter-spacing:0.08em;
    margin:0;
    text-decoration:none;
}

/******************************************************/


/******************************************************/
/* Top Navigation                                     */
/******************************************************/

#topnav
{
    border-top: 1px solid #F5CC8E;
    border-bottom: 1px solid #F5CC8E;
    background-color: #612600;
}

#topnav ul
{
    padding: .2em 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    text-align: center;
    font-size: 130%;
}

#topnav li
{
    display: inline;
}

#topnav li a
{
    text-decoration: none;
    color: #F3AF1C;
    padding: .2em 1em;
}

#topnav li a:hover,
#topnav li.current_page_item a
{
    background-color: #003300;
}

/******************************************************/


/******************************************************/
/* Content-Bottom                                     */
/******************************************************/

#teaser
{
    background: #003800;
    color: #C0C0C0;
}

#teaser h2
{
    color: #C0C0C0;
    border: 0;
    letter-spacing: 0;
}

#teaser ul
{
    list-style-type: none;
    margin: 0;
    margin-left: 5px;
    padding: 0;
}

#teaser ul li
{
    margin: 7px 0;
    font-weight: bold;
    padding-bottom: 7px;
}

#teaser ul li span
{
    display: block;
    font-weight: normal;
}

#teaser a:hover,
#teaser a:link,
#teaser a:visited
{
    color:#F39000;
    text-decoration:underline;
}

#teaser a
{
    color:#F3AF1C;
    text-decoration:underline;
}

/******************************************************/


/******************************************************/
/* Footer                                             */
/******************************************************/

#footer
{
	color:#cdcdcd;
	background: #005500;
	text-align: center;
	margin: 30px 0;
}

#footer a
{
    color: #FFF;
    font-weight: normal;
    text-decoration: underline;
}
#footer a:focus,
#footer a:hover,
#footer a:active
{
    color: #F5FF9F;
}

/******************************************************/


/******************************************************/
/* Basic Content                                      */
/******************************************************/

#content
{
    background: url(images/content_background.gif) repeat-x #F5CC8E;
}

/******************************************************/


/******************************************************/
/* Blueprint Elements                                 */
/******************************************************/

div.colborder
{
    border-color: #C2944D;
}

/******************************************************/



/******************************************************/
/* Basic Sidebar                                      */
/******************************************************/

.sidebar
{
    font-size: .9em;
}

.sidebar ul
{
    list-style-type: none;
    margin: 0;
}

.sidebar ul li.widget
{
    margin-bottom: 20px;
}

.sidebar ul li.widget ul
{
    margin: 0;
}

.sidebar ul li.widget ul li ul
{
    margin: 0.5em 0 0.5em 2em;
}

.sidebar h2
{
    font-size: 1.4em;
    letter-spacing: 1px;
    margin: 10px 0;
}

/******************************************************/


/******************************************************/
/* Image Gallery                                      */
/******************************************************/

.gallery
{
    margin: auto;
    /* gallery clearing*/
    overflow: hidden;
    width: 100%;
}

.gallery .gallery-item
{
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    text-align: left;
}

.gallery img
{
    border: 1px solid rgb(194, 148, 77);
    padding: 2px;
}

.gallery .gallery-caption
{
    margin-left: 3px;
    font-size: .9em;
    font-style: italic;
    width: 145px;
}

.gallery br
{
    clear: both;
}

.col-2
{
    width: 50%;
}

.col-3
{
    width: 33.333%;
}

.col-4
{
    width: 25%;
}

.col-5
{
    width: 20%;
}

.col-6
{
    width: 16.666%;
}

.col-7
{
    width: 14.285%;
}

.col-8
{
    width: 12.5%;
}

.col-9
{
    width: 11.111%;
}

/******************************************************/


/******************************************************/
/* Wordpress Editor Styles                            */
/******************************************************/

img.alignright
{
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft
{
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright
{
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft
{
    float: left;
    margin: 0 1em 1em 0;
}

a img.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.alignright
{
    float: right;
    margin: 0 0 1em 1em;
}

div.alignleft
{
    float: left;
    margin: 0 1em 1em 0;
}

div.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/******************************************************/


/******************************************************/
/* Other Styles                                       */
/******************************************************/

.homepage-post 
{
    margin-bottom: 2em;
}

.homepage-post h2 a:active,
.homepage-post h2 a:link,
.homepage-post h2 a:visited		
{
    color: #003300;
    text-decoration: none;
}

.homepage-post h2 a:hover     
{
    color: #006600;
    text-decoration: underline; 
}

.homepage-post h2
{
    border-bottom: 1px solid #003300;
}

homepage-post-img
{
    text-align: center;
}

.archiv-link p
{
    margin-top: 2em;
}

.month_archive .day
{
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    width: 4em;
    padding-right: 5px;
}

#recentcomments li 
{
    margin-bottom: 1em;
}
 
.the_article
{
    float: left;
}
 
p.wp-caption-text
{
    font-size: .9em;
    font-style: italic;
    margin-left: 3px;
}

.entry img
{
    border: 1px solid rgb(194, 148, 77);
    padding: 2px;
}

.wp-post-image
{
    padding: 2px;
    border: 1px solid rgb(194, 148, 77);
}

.image-attachment h1
{
    margin-bottom: .5em;
    margin-top: 0;
}

.image-attachment img
{
    padding: 2px;
    border: 1px solid rgb(194, 148, 77);
}

.image-attachment .caption-container
{
    margin-left: 3px;
    margin-top: .5em;
}

.widget_recent_entries ul li
{
    margin-bottom: 10px;
}

/******************************************************/