/*
Theme Name: rezitation
Author: Julia Braeunig
Author URI: http://julia-braeunig.de
*/

/* //////////////// global ///////////////// */

* {
margin: 0;
padding: 0;
border:none;
outline:none;
}

body {
background-image: url(images/background.gif);
background-repeat: repeat;
background-position: top left;
font: 8pt/12pt Trebuchet MS, Verdana, sans-serif;
color: #53433b;
width: 100%;
height: 100%;
}

ul, li {
list-style-type: none;
display: inline;
}


/* //////////////// structure ///////////////// */

#outer /*wraps the whole website */
{
/*position: relative;*/
width: 798px;
margin: 0 auto;
padding: 0;
border: 1px solid #000000;
}

#wrapper_content {
/*position: relative;*/
width: 798px;
background-color: #f8f7df;
zoom: 1;
margin: 0px;
float: left;
display: block;
}

#header
{
float:left;
position: relative;
background: url(images/headerimage.jpg) no-repeat;
width: 798px;
height: 292px;
}

#content
{
        width: 460px;
        float: left;
        margin: 40px 55px 0 35px;
        overflow: hidden;
}

.content_thumbs {
width: 440px;
padding: 0px;
margin: 0px;
}


/* ////////// sidebar ////////// */

.sidebar_thumbs {
width: 212px;
height: 140px;
padding: 0px;
text-align: center;
background-image:url(images/thumb_bg.gif);
background-repeat: repeat-x;
background-position: bottom left;
}

#sidebar
{
float: left;
width: 220px;
margin: 10px 25px 0px 0px;
padding: 0px;
text-align: left;
overflow: hidden;
}

.sidebarbox {
display: block;
width: 220px;
float: left;
margin: 0 0 10px 0;
}

#sidebar div.sidebar_padding {
margin: 0px;
padding: 5px 7px;
width: 195px;
}

#sidebar div.sidebar_color {
color: #a69d87;
background-color: #e4debd;
margin: 0px;
padding: 5px 7px;
font-size: 1em;
line-height: 1.35em;
width: 195px;
}

/* //////////////// type ///////////////// */

#content h3 { /* article title*/
display: none;
}

h1 {
color: #f2780c;
font-size: 2.2em;
line-height: 1.2em;
font-weight: bold;
margin: 4px 0 15px 0;
font-family: Georgia, serif;
}

h1 a:link, h1 a:visited {
color: #f2780c;
font-size: 16pt;
line-height: 20pt;
font-weight: bold;
margin: 4px 0 15px 0;
font-family: Georgia, serif;
text-decoration: none;
}

h1 a:hover, h1 a:active {
color: #53433B;
font-size: 16pt;
line-height: 20pt;
font-weight: bold;
margin: 4px 0 15px 0;
font-family: Georgia, serif;
text-decoration: none;
}

/*
#content h3 a:link, #content h3 a:visited
{
        border-bottom:none;
        color:#f2780c;
        text-decoration: none;
        font-family: Georgia, serif;
        }
*/


h2 { /* sidebar */
color: #f2780c;
font-size: 1.6em;
font-family: Georgia, serif;
line-height: 1.1em;
font-weight: bold;
margin: 30px 0 10px 0;
padding: 0;
}

#content h2.pagetitle {
display: none;
}

h4 {
color: #53433b;
font-size: 10pt;
line-height: 14pt;
font-weight: bold;
margin: 0 0 10px 0;
}

h5 {
color: #53433b;
font-size: 1.3em;
line-height: 1.4em;
font-weight: bold;
margin: 0 0 6px 0;
}

h6 {
color: #a69d87;
font-size: 1.1em;
line-height: 1.3em;
font-weight: normal;
margin: 2px 0 5px 0;
}

p {
font-size: 1.1em;
line-height: 1.4em;
margin-bottom: 7px;
display: block;
}

p.separator {
clear: both;
height: 17px;
margin: 30px 0 40px 70px;
width: 340px;
border: 0px;
text-align: center;
background-image: url(http://www.rezitation.com/pix/separator.gif);
background-repeat: no-repeat;
}

.entry img {
width: 438px;
margin-bottom: 10px;
height: auto;
}

.float2 img {
border: 1px solid #53433B;
width: 60px;
}


.excerptimage {
height: 190px;
overflow: hidden;
width: 438px;
border: 1px solid #53433B;
margin-bottom: 10px;
}

.excerptimage:hover {
opacity: 0.9;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
}

.float {
float: right;
margin: 3px 0 15px 15px;
width: 165px;
display: block;
text-align: right;
}

.float2 {
float: left;
margin: 0 10px 30px 0;
width: 65px;
display: block;
text-align: left;
}

p.footer {
width: 798px;
text-align: center;
color: #a69d87;
font-size: 1.1em;
font-weight: normal;
margin: 50px 0 5px 0;
}

p.sidebar {
color: #907d73;
margin: 0px;
padding: 0px;
font-size: 1.1em;
line-height: 1.3em;
width: 210px;
}

/* //////////////// links ///////////////// */

a:link, a:visited
{
color: #f78102;
text-decoration: underline;
font-size: 1em;
line-height: 1em;
font-weight: normal;
margin: 0px;
padding: 0px;
}

a:hover, a:active
{
color: #53433b;
text-decoration: underline;
font-size: 1em;
line-height: 1em;
font-weight: normal;
margin: 0px;
padding: 0px;
}

.more-link a:link, .more-link a:visited
{
color: #f78102;
text-decoration: underline;
font-size: 1em;
line-height: 1em;
font-weight: bold;
margin: 15px 0 0 0;
padding: 0px;
display: block;
}

.more-link a:hover, .more-link a:active
{
color: #53433b;
text-decoration: underline;
font-size: 1em;
line-height: 1em;
font-weight: bold;
margin: 15px 0 0 0;
padding: 0px;
display: block;
}

a.anker:link, a.anker:active, a.anker:hover, a.anker:visited {
color: #f2780c;
font-size: 1em;
line-height: 1.2em;
font-weight: bold;
text-decoration: none;
margin: 30px 0 15px 0;
font-family: Georgia, serif;
}


/* ////////////// buttons /////////////// */

#sidebar .sidebar_button {
padding-top: 10px;
text-align: right;
width: 212px;
margin: 0px;
}

#content .content_button {
padding-top: 10px;
text-align: right;
width: 440px;
margin: 0px;
}

.button_inline li a.smallmenulink:link, .button_inline li a.smallmenulink:visited {
background-image:url(images/menu_background_brown.gif);
background-repeat: repeat-x;
background-position: top left;
color: #ede8c4;
text-decoration: none;
font-weight: normal;
border: 1px solid #49351d;
font-size: 1.3em;
line-height: 1.3em;
padding: 4px 12px;
margin: 2px;
}

.button_inline li a.smallmenulink:active, .button_inline li a.smallmenulink:hover {
background-image:url(images/menu_background_brown2.gif);
background-repeat: repeat-x;
background-position: top left;
color: #ede8c4;
text-decoration: none;
font-weight: normal;
border: 1px solid #685437;
font-size: 1.3em;
line-height: 1.3em;
padding: 4px 12px;
margin: 2px;
}

#sidebar .button li a.smallmenulink:link, #sidebar .button li a.smallmenulink:visited {
background-image:url(images/menu_background_brown.gif);
background-repeat: repeat-x;
background-position: top left;
color: #ede8c4;
text-decoration: none;
font-weight: normal;
border: 1px solid #685437;
font-size: 1.3em;
line-height: 1.3em;
padding: 4px 12px;
margin: 2px;
}

#sidebar .button li a.smallmenulink:active, #sidebar .button li a.smallmenulink:hover {
background-image:url(images/menu_background_brown2.gif);
background-repeat: repeat-x;
background-position: top left;
color: #ede8c4;
text-decoration: none;
font-weight: normal;
border: 1px solid #685437;
font-size: 1.3em;
line-height: 1.3em;
padding: 4px 12px;
margin: 2px;
}

#sidebar.textwidget {
width: 220px;
}

#sidebar.textwidget a.image:link, #sidebar.textwidget a.image:visited
{
border: 1px solid #f78102;
text-decoration: none;
}

#sidebar.textwidget a.image:hover, #sidebar.textwidget a.image:active
{
border: 1px solid #c8c096;
padding: 2px;
text-decoration: none;
}

/* //////////////// menu ///////////////// */

#menu {
position: absolute;
/*left: 3px;*/
top: 258px;
display: inline;
height: 36px;
width: 798px;
text-align: left;
background-image:url(images/menu_bg.jpg);
background-repeat: no-repeat;
}

#menu ul {
padding: 0 0 0 15px;
}

#menu ul li {
display: inline;
list-style: none;
font-weight: normal;
list-style-position: inside;
margin: 0 0 0 -3px;
}

#menu ul li a
{
color: #675e49;
text-decoration: none;
font-weight: bold;
font-family: Trebuchet MS, Verdana, sans-serif;
border-right: 1px solid #aba085;
border-left: 0px;
margin-left: 0px;
font-size: 1.5em;
line-height: 36px;
padding: 7px 25px;
margin: 0px;
display: inline;
list-style-type: none;
}

#menu ul li a:hover, #menu ul li.current_page_item a
{
color: #2a2313;
display: inline;
text-decoration: none;
font-family: Trebuchet MS, Verdana, sans-serif;
font-weight: bold;
margin-left: 0px;
border-right: 1px solid #aba085;
font-size: 1.5em;
border-left: 0px;
line-height: 36px;
padding: 7px 25px;
margin: 0px;
list-style-type: none;
}

/* //////////////// lists ///////////////// */

#sidebar ul li
{
padding: 0;
margin: 0;
list-style-type: none;
}

#sidebar li.button, ul.button {
font-size: 0.95em;
font-weight: normal;
line-height: 1.8em;
margin: 0;
clear: both;
display: block;
}

ul li.button_inline, ul.button_inline {
font-size: 0.95em;
font-weight: normal;
line-height: 1.8em;
margin-top: 10;
padding: 15px 1px 11px 0;
text-align: left;
width: 460px;
}

/* //////////////// wordpress stuff ///////////////// */

#content .post
{
padding: 0;
margin: 0;
position: relative;
}

* html #content {
        width: 450px;
        float: left;
        margin: 20px 55px 0 18px;
        overflow: hidden;
\width: 450px;
    w\idth: 450px;
}

*>html #content {  /* hack for IE5/mac */
margin: 20px 65px 0 30px;
 }

* html #sidebar {
margin: 20px 0 0 0;
\width: 220px;
    w\idth: 220px;
}


#content .entry
{
/*padding: 0 10px 0 35px;
margin-bottom: 15px;*/
width: 440px;
overflow: hidden;
}

#content .post
{
margin-bottom: 30px;
width: 440px;
overflow: hidden;
}

#content .post .date
{
display: none;
overflow: hidden;
}

.entry .trackback {
display: none;
}

.entry .commentsrss {
display: none;
}

#content .post .footer
{
clear:both;
display: none;
}

#content .post .footer ul li.comments
{
display: none;
}

#content .post .footer ul li.readmore
{
        display: none;
}

#commentform
{
        display: none;
}

#comments, #respond {
        display: none;
}

#footer
{
float: left;
clear: left;
text-align: center;
background-color: #f8f7df;
color: #53433b;
width: 798px;
margin-top: 30px;
margin-bottom: 0px;
padding-bottom: 10px;
overflow: hidden;
}


.singleevent {
clear: both;
float: left;
margin: 5px 0 20px 0;
width: 220px;
}

.post .singleevent {
clear: both;
float: left;
margin: 5px 0 20px 0;
width: 420px;
}

.kalenderwrapper {
float: left;
width: 33px;
height: 38px;
margin-right: 10px;
}

.post .kalendertext {
float: left;
width: 340px;
}

#sidebar .kalendertext {
float: left;
width: 175px;
}

.monat {
width: 31px;
display: block;
height: 14px;
line-height: 14px;
text-align: center;
background: url(images/kalender-top.gif) no-repeat top left;
font-size: 7pt;
color: #fff;
text-transform: uppercase;
border: 1px solid #f2780c;
}

.tag {
width: 31px;
display: block;
height: 23px;
text-align: center;
background: url(images/kalender-bottom.gif) no-repeat top left;
font-size: 12pt;
color: #53433B;
font-weight: bold;
line-height: 23px;
border: 1px solid #ccc;
}

.eventtitel {
color: #53433B;
font-weight: bold;
text-decoration: none;
font-size: 11pt;
line-height: 13pt;
}

.eventinfo {
display: block;
margin-top: 5px;
text-transform: uppercase;
font-size: 8pt;
}

.ngg-gallery-thumbnail img {
background-color:#FFFFFF;
border:1px solid #A9A9A9;
display:block;
margin:3px 0 2px 2px !important;
padding:0 !important;
position:relative;
width: 100px !important;
height: 75px;
}

.ngg-gallery-thumbnail img:hover {
opacity: 0.9;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
}

p.column2 {
font-size: 1.1em;
line-height: 1.4em;
margin-top: 0px;
padding-top: 3px;
width: 420px;
display: block;
margin-left: 10px;
}

p.separator2 {
height: 2px;
clear: both;
width: 150px;
}
