/*
Theme Name: Doric
Theme URI: http://www.segeln-doric.de
Description: Theme for segeln-doric.de
Version: 1.0
Author: Michael Mohr
Author URI: http://www.mohr-software.de
Tags: segeln, doric, mohr
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

@font-face {
	font-family: 'Museo300';
	src: url('Museo300-Regular.eot');
}

@font-face {
	font-family: 'Museo300';
	src: url(//:) format('no404'), url('Museo300-Regular.woff') format('woff'), url('Museo300-Regular.ttf') format('truetype');
}

@font-face { /* place outside of @media rules for best results */
	font-family: "MuseoLight";
	src: url("fonts/Museo300-Regular.eot");
	src: local("Museo 300"), local("Museo-300"),
		url("fonts/Museo300-Regular.woff") format("woff"),
		url("fonts/Museo300-Regular.otf") format("opentype"),
		url("fonts/Museo300-Regular.svg#Museo-300") format("svg");
}


body
{
    background:#539af3;
    font:normal 12pt Georgia;
    line-height:20px;
}

/* { border:solid 1px #000;}*/

p
{
    margin-top:0;
}

a:link    { color:#274b61; text-decoration:none; }
a:visited { color:#274b61; text-decoration:none; }
a:hover   { color:#274b61; text-decoration:underline; }
a:active  { color:#274b61; text-decoration:none; }

#wrap1000
{
    width:1000px;
    margin:20px auto;
    /*background:url(./img/bg.png) 0px 50px repeat-y;*/
}

#page-wrap
{
    width:960px;
    margin:0 auto;
    background:#fff;
}

#header
{
    height:183px;
    background:transparent url(./img/header.png) top left no-repeat;
}

#navi
{
    height:39px;
    background:url(./img/bg.png) top left repeat-y;
}

#navi-bg
{
    height:39px;
    width:960px;
    margin:0 auto;
    background:url(./img/menu.jpg) 0px 1px repeat-x;
}

#navi ul
{
    margin:0 0 0 30px;
    list-style:none;    
}

.page_item
{
    float:left;
    /*font:normal 14pt MuseoLight,Georgia,sans;*/
    font:normal 14pt MuseoLight,Georgia,sans;
    line-height:38px;
    text-shadow: 1px 1px 1px #aaa;
    /*margin-right:30px;*/
    /*margin:0 5px 0 30px;*/
}

.current_page_item a
{
    text-decoration:underline;
}

#content-wrap
{
    background:url(./img/bg.png) top left repeat-y;    
}

#content960
{
    width:960px;
    margin:0 auto;
    background:url(./img/verlauf.jpg) 0px 1px repeat-x;    
}

#content
{
    padding:30px;
}

#content ul
{    
    list-style-position:inside;
}

#content h2
{
    color:#274b61;
    font:bold 18pt MuseoLight,Georgia,sans;
    /*font:bold 18pt Georgia,sans;*/
    text-shadow: 2px 2px 1px #aaa;
    margin:0 0 8px 0;    
}

.post
{
    width:900px;
}

.post-title
{
    display:inline;
    float:left;
    width:230px;
    padding-right:20px;
}

.post-content
{
    display:inline;
    float:left;
    width:650px;
}

#footer-wrap
{
    height:51px;
    background:url(./img/footer.png) top left no-repeat;    
}

#footer
{
    line-height:38px;
    font-size:8pt;
    margin:0 30px;
}





/********************************* AKTUELLES ***************************************/

.a-date
{
    font:italic 9pt Georgia;    
}

.a-trip
{
    font:normal 14pt Georgia;
    margin-bottom:15px;    
}

