/*
Theme Name: Silvia Hackl Custom Theme, based on Grow With the Flow
Theme URI: http://www.silvia-hackl.com
Version: 1.0
Description: 2 Column theme
Author: Carina Stumpf
*/

/* Links */

a:link {
    text-decoration: none;
    color: #E5DCB9;
}

a:visited {
    text-decoration: none;
    color: #CCBC7D;
}

a:hover, a:active {
    color: #CCBC7D;
    text-decoration: none;
}

/* Headings */

h1 {
    float: left;
    font-weight: normal;
    margin: 20px 0 10px;
}

h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 20px 0 10px;
}

h1 {
    font-size: 32px;
    margin-bottom: 0px;
    margin-top: 10px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4, h5, h6 {
    font-size: 20px;
}

h1 a:link {
    text-decoration: none;
}

/* Other Html Elements */
.titles {
    font-weight: normal;
    border-bottom-width: 0;
    font-size: 24px;
    text-decoration: none;
    underline: none;
}

.titles a:link, .titles a:visited, .titles a:active {
    text-decoration: none;
    underline: none;
    font-size: 24px;
    font-weight: normal;
    border-bottom-width: 0;
}

pre, blockquote {
    overflow: auto;
    color: #779900;
    padding: 0 10px;
    margin: 20px 30px;
    line-height: 1.8em;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover {
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0;
}

pre {
    padding-top: 10px;
    padding-bottom: 10px;
}

code {
    color: #779900;
    font-family: Consolas, Verdana, "Courier New", Sans-Serif;
}

ul, ol {
    line-height: 2.0em;
}

ul {
    list-style: none;
    margin-left:0;
    padding-left: 0;
}

#content ul li {
    padding-left: 30px;
    background: transparent url(images/bullet_dark.gif) no-repeat scroll 4px 3px;

}

abbr, acronym {
    font-style: normal;
    border-bottom: 1px dotted #333333;
    cursor: help;
}

del {
    text-decoration: line-through;
    color: #999999;
}

ins {
    text-decoration: none;
    color: #009977;
}

/* Structure */

body {
    margin: 0;
    padding: 0;
    color: #BAB088;
    background-image: url(images/bg.gif);
    background-repeat: repeat-x;
    background-color: #BFB58C;
    font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

body span {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif !important;
}

#wrapper2 {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    float: left;
    width: 100%;
    background: #231E0C;
    clear: right;
}

#navigation {
    clear: both;
    float: left;
    width: 100%;
    background-image: url(images/header.jpg);
    height: 275px;
}

#wrapper {
    clear: both;
    float: left;
    width: 100%;
    color: #BAB088;
    background: #231E0C;
}

#content-wrapper {
    width: 73%;
    float: left;
}

.withoutsidebar #content-wrapper {
    width: 100%;
}

#content {
    float: left;
    padding: 0 0px 10px 30px;
}

#sidebar-wrapper {
    width: 180px;
    float: right;
}

#sidebar {
    float: right;
    padding: 20px 15px 10px 10px;
    width: 180px;
}

#footer {
    clear: both;
    float: left;
    width: 748px;
    text-align: left;
    padding-left: 20px;
    background: #231E0C;
}

#extras {
    float: left;
    width: 780px;
    color: #444444;
    text-align: left;
    padding: 0 10px 10px;
    margin: 10px 12px 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

/* Header */

#header h1 {
    padding-top: 7px;
}

#header .logo {
    background: transparent url(images/logo.gif) no-repeat -10px 0;
    width: 65px;
    height: 72px;
    float: left;
    margin-left: 25px;
}

/* Navigation */

#navigation ul {
    list-style-type: none;
    list-style-image: none;
    float: left;
    margin-top: 205px;
    padding: 0 17px 0 0;
}

#navigation li {
    float: left;
}

#navigation li a {
    text-transform: uppercase;
}

#navigation li a:link,
#navigation li a:visited {
    float: left;
    color: #BAB088;
    display: block;
    padding: 5px 10px;
    _padding: 3px 6px;
    margin-right: 1px;
    background-repeat: repeat-x;
    border: none;
    height: 35px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

#navigation li a:hover,
#navigation li a:active {
    background-image: url(images/nav-bg2.gif);
    border-left: 1px solid #453E24;
    border-right: 1px solid #19160A;
    color: #FFFFFF;
}

#navigation li.active a {
    color: #555555;
    background-color: #ffffff;
}

/* Wrapper */

#wrapper a:link {
    font-weight: bold;
    text-decoration: none;
}

#wrapper a:visited {
    font-weight: bold;
    text-decoration: none;
}

#wrapper a:hover, #wrapper a:active {
    text-decoration: none;
}

/* Content */

#content .post-title a {
    border-bottom-width: 0;
}

#content .post p.img {
    float: left;
    margin: 0 15px 0 0;
}

#content .post p.img img {
    padding: 8px;
    border: 1px solid #d0d0d0;
    background-color: #eeeeee;
}

#content .post-footer {
    font-size: 90%;
    color: #5F5536;
    margin-bottom: 5px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #342D15;
    background-color: #2B250F;
}

/* Sidebar */

.sideblock {
    padding: 5px 10px;
    margin-bottom: 20px;
    background-color: #342D15;
    border: 1px solid #4D4427;
    width: 160px;
    *width: 140px;
    _width: 140px;
}

.sideblock ul {
    list-style-image: none;
    list-style: none;
    padding-left: 0;
}

.sideblock li {
    background: transparent url(images/bullet.gif) no-repeat scroll 0 0;
    line-height: 15px;
    padding-bottom: 11px;
    padding-left: 30px;
}

.sideblock li a {
    text-transform: uppercase;
}

.sideblock h2,
.sideblock h3 {
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.sideblock .ngg-widget {
    width: 168px;
    _width: 169px;
}

.sideblock .ngg-widget a {
    float: left;
}

#sidebar dt {
    margin: 0;
    padding-top: 5px;
    font-weight: bold;
    color: #666666;
}

#sidebar dd {
    margin: 0 0 5px;
    padding-bottom: 5px;
    line-height: 1.8em;
}

#sidebar dd a:link {
    border-bottom-width: 0;
    font-weight: normal;
}

#sidebar dd a:visited {
    border-bottom-width: 0;
    font-weight: normal;
}

#sidebar dd a:hover, #sidebar dd a:active {
    border-bottom: 1px solid #cfcfcf;
}

/* Extras */

#extras h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555555;
}

#friends {
    float: left;
    width: 150px;
    margin-left: 20px;
    margin-right: 10px;
}

#links {
    float: left;
    width: 275px;
    margin-right: 50px;
}

#about {
    float: left;
    width: 250px;
    margin-right: 20px;
}

#friends ul {
    padding-left: 20px;
}

#links dl, #links dt, #links dd {
    margin: 0;
    padding: 0;
}

#links dt {
    font-weight: bold;
    padding-top: 5px;
}

#links dd {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999999;
}

/* Comments Styling */
#commentlist li {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #700000;
}

#commentform {
    margin: 1em 0;
    background: #231E0C;
    width: 280px;
}

#commentform textarea {
    background: #534B29;
    border: 1px solid #131006;
    width: 280px;
}

#commentform textarea:hover {
    background: #655C3C;
    border: 1px solid #131006;
}

#commentform textarea:focus {
    background: #534B29;
    border: 1px solid #131006;
}

#commentform #email, #commentform #author, #commentform #url {
    font-size: 1.1em;
    background: #534B29;
    border: 1px solid #131006;
    width: 280px;
}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
    font-size: 1.1em;
    background: #534B29;
    border: 1px solid #131006;
    width: 280px;
}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
    font-size: 1.1em;
    background: #534B29;
    border: 1px solid #131006;
    width: 280px;
}

#commentform input {
    margin-bottom: 3px;
}

.date {
    background: url(images/date.gif) no-repeat;
    height: 54px;
    margin-bottom: 0px;
    width: 54px;
    text-align: center;
    float: left;
    margin-top: 15px;
}

.date .month {
    display: block;
    color: #F4EBC8;
    padding: 2px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.date .day {
    display: block;
    color: #4C4218;
    font: 2.3em Georgia;
    padding-top: 0px;
    text-align: center;
}

#left {
    width: 60px;
    float: left;
}

.slogan {
    font-size: 15px;
    text-transform: lowercase;
    width: 97%;
    text-align: right;
    color: #BAB088;

}

input {
    background-color: #615634;
    border: 1px solid #231E0C;
}

.post-decoration {
    background: transparent url(images/logo.gif) no-repeat -10px 0;
    width: 65px;
    height: 72px;
    float: left;
}

.titlewrapper {
    float: left;
    width: 450px;
    clear: right;
    margin-top: 15px;
    margin-bottom: 28px;
    padding-top: 10px;
}

.size-full,
.size-thumbnail,
.size-medium {
    padding: 2px;
    background: #342d15;
    border: 1px solid #4d4427;
    margin: 10px 0;
}

#footer,
#footer a {
    color: #342d15;
}

p {
    line-height: 18px;
}

hr {
    border: 1px solid #4b4226;
    background: #352e16;
    width: 515px;
    margin: 21px 0;
}

/* #### GALLERY ###################*/
div.caption-container {
    color: #111;
    position: absolute;
    right: 10px;
    top: 37px;
}

div.image-title {

    font-weight: bold;

    font-size: 1.4em;

}

div.image-desc {

    line-height: 1.3em;

    padding-top: 12px;

}

div.image-desc td {
    padding: 2px;
}

div.image-desc .key {
    font-weight: bold;
    text-align: right;
}

div.download {
    margin-top: 8px;

}

div.photo-index {
    color: #777;
}

div.slideshow-navigation a.prev {
    background-image: url(../images/prevPageArrow.gif);
}

div.slideshow-navigation a.next {
    background-image: url(../images/nextPageArrow.gif);
}

div.loader {

    background-image: url(images/loader.gif);
}

div.slideshow-gallerific img {
    border-color: #ccc;

}

div.pagination a:hover {

    background-color: #eee;
}

div.pagination span.current {

    background-color: #000;

    border-color: #000;

    color: #fff;
}

div#gallery-container {
    position: relative;
    width: 730px;
    height: 850px;
}

div.slideshow-content {
    overflow: hidden;
    display: none;
    clear: both;
    height: 850px;
    right: 10px;
    position: absolute;
    top: 0;
    width: 420px;
}

div.slideshow-content a, div.slideshow-navigation a {

    text-decoration: none;

}

div.slideshow-content a:hover, div.slideshow-content a:active {

    text-decoration: underline;

}

.pageLink {
    display: none;
}

div.slideshow-navigation a.pageLink {
    height: 77px;
    line-height: 77px;
}

div.controls {

    margin-top: 5px;

    height: 23px;

}

div.controls a {

    padding: 5px;

}

div.ss-controls {

    float: left;

}

div.nav-controls {

    float: right;

}

div.slideshow-gallerific-container,
div.loader,
div.slideshow-gallerific a.advance-link {
    width: 420px; /* This should be set to be at least the width of the largest image in the slideshow-gallerific with padding */
}

div.loader,
div.slideshow-gallerific a.advance-link,
div.caption-container {
    height: 800px; /* This should be set to be at least the height of the largest image in the slideshow-gallerific with padding */
}

div.slideshow-gallerific-container {

    position: relative;

    clear: both;
    float: left;

    height: 532px;
}

div.loader {

    position: absolute;

    top: -80px;;

    left: 0;

    background-image: url('images/loader.gif');

    background-repeat: no-repeat;

    background-position: center;

}

div.slideshow-gallerific span.image-wrapper {
    display: block;
    display: block;
    left: 0;
    position: absolute;
    top: 49px;
}

div.slideshow-gallerific a.advance-link {
    display: block;
    text-align: center;

}

div.slideshow-gallerific a.advance-link:hover,
div.slideshow-gallerific a.advance-link:active,
div.slideshow-gallerific a.advance-link:visited {

    text-decoration: none;

}

div.slideshow-gallerific a.advance-link:focus {
    outline: none;
}

div.slideshow-gallerific img {
    border-style: solid;
    border-width: 1px;

}

span.image-caption {

    display: block;

    position: absolute;
    top: 0;
    left: 0;

}

div.caption-container, span.image-caption {
    width: 253px;
}

div.caption {

    padding: 0 12px;

}

div.image-title {

    font-weight: bold;

    font-size: 1.4em;

}

div.image-desc {

    line-height: 1.3em;

    padding-top: 12px;

}

div.download {
    margin-top: 8px;

}

div.photo-index {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 12px;
}

div.slideshow-navigation-container {
    float: left;
    margin-top: 12px;
    width: 300px;
}

#thumbs ul li {
    background: none;
    padding-left: 0;
}

#thumbs {
    position: relative;
}

div.slideshow-navigation {
    float: left;
}

div.slideshow-navigation a.pageLink {
    position: relative;
    float: left;
    margin: 2px;
    width: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3;
    filter: alpha(opacity = 30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;

}

div.slideshow-navigation a.pageLink:focus {
    outline: none;
}

ul.thumbs {
    position: relative;
    width: 300px;
    margin: 0;
    padding: 0;
}

ul.thumbs li {
    float: left;
    padding: 0;
    margin: 2px;
    list-style: none;
}

a.thumb {
    padding: 1px;
    display: block;
    cursor: pointer;
}

a.thumb img {
    cursor: pointer;
}

a.thumb:focus {
    outline: none;
}

ul.thumbs img {
    border: none;
    display: block;
    margin: 0;
}

div.pagination {
    clear: both;
    float: left;
    margin-left: 2px;
    margin-top: 10px;
}


div.pagination a, div.pagination span.current, div.pagination span.ellipsis {

    position: relative;
    display: block;

    float: left;

    margin-right: 2px;

    padding: 4px 7px 2px 7px;

    border: 1px solid #ccc;

}

div.pagination a:hover {

    text-decoration: none;

}

div.pagination span.current {

    font-weight: bold;

}

div.pagination span.ellipsis {

    border: none;

    padding: 5px 0 3px 2px;

}

div.gallery-gutter {
    clear: both;
    padding-bottom: 20px;
}

.navigation-container {
    float: left;
}

.gallery-back {
    margin-left: 0;
    text-decoration: none !important;
}

.gallery-back:hover {
    text-decoration: underline !important;
}

.ngg-albumoverview-miss {
    line-height: 12px;
}

.ngg-albumoverview-miss .ngg-album {
    border: 0 !important;
    float: left;
    width: 111px;
    height: 162px;
}

.ngg-albumoverview-miss .ngg-albumtitle {
    font-size: 11px;
    margin: 0;
    float: left;
}

.ngg-albumoverview-miss .ngg-albumtitle a {
    text-decoration: none;
    display: block;
    margin-top: 4px;
    font-weight: normal;
}

.ngg-albumoverview-miss .ngg-albumtitle a em {
    font-weight: bold;
    font-style: normal;
    display: block;
    margin-bottom: 2px;
}

.ngg-albumoverview-miss .ngg-albumtitle a:hover {
    text-decoration: underline;
}

.gallery-icon img,
.gallery-thumbnail img,
.gallery .gallery-icon img,
.ngg-gallery-thumbnail img,
.ngg-thumbnail img {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    background-color:#4D4427!important;
    border:1px solid #675d39!important;
    margin: 0 !important;
    padding: 3px !important;
}

.gallery-thumbnail img{
    width:75px;
    height:75px;
}

.gallery-icon:hover img,
.gallery-thumbnail:hover img,
.gallery .gallery-icon:hover img,
.ngg-gallery-thumbnail:hover img,
.ngg-thumbnail:hover img {
    border-color:#9b8e5c!important;
}



.gallery-icon img {
    margin: 0 5px 5px 0 !important;
}

.gallery .gallery-icon img {
    margin: 0 !important;
}


.ngg-gallery-thumbnail img:hover,
.ngg-albumoverview-miss .ngg-thumbnail img:hover {
    border-color: #ddbd8d !important;
}

.gallery-list,
.gallery-list li {
    list-style: none;
}

.gallery-list li {
    margin: 0 0 20px 0;
    width: 224px;
}

.gallery-list li img {
    margin: 0 auto;
}

.partner .gallery-list {
    margin-left: 109px;
    float: left;
    margin-bottom: 50px;
}

.partner .gallery-list li {
    float: left;
    height: 180px;
}

.ngg-gallery-thumbnail {
    margin-bottom: 5px;
}

#caption {
}

.page-8 .post-title{
    display:none;
}

.table p,
.table br{
    margin:0;
    padding:0;
}
.table td{
    padding:2px;
}

.table .key,
.table .key *{
    font-weight:bold!important;
    font-style:italic;
    text-align:right!important;
}


.page-4{
    height:1000px;
    position:relative;

}
.page-4 h4,
.page-4 .gallery-back{
    display:none;
}

.page-4 #gallery-container{
    position:absolute;
    left:0;
    top:0;
}

.page-4 div.slideshow-navigation-container{
    margin-top:225px;
}

.page-4 div.slideshow-gallerific span.image-wrapper{
    top:0;
}

.page-4 div.slideshow-content{
    top:-11px;
}

.page-4 table td{
    padding:2px;
    line-height:13px;
    _line-height:12px;
    margin:0;
    font-size:12px;
}