/* HTML Elements */
* {
    margin:0;
    padding:0;
    }

body {
    font: 100% Arial, Helvetica;
    background: #FFF;
    color: #333;
    }

p {
    margin: 15px 0;
    }
a:link, a:visited {
    color: #3c78a7;
    text-decoration:none
    }

a:hover, a:active {
    color: #3c78a7;
    text-decoration:underline;
    }
#content .internal-link a:hover {
    text-decoration:dotted !important;
    font-weight:bold !important;
}
a img {
    border:0;
    }

code {
    font: 1.0em 'Courier New', Courier, Fixed;
    background:#ececec;
    }

acronym, abbr, span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #999;
    }

blockquote {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #eee;
    font:1.0em Arial;
    line-height:1.5em;
    margin:10px 0px;
    }

select {
    width: 130px;
    }

table {
    margin-bottom:1em;
}

th {
    background:#eee;
}

td,th {
    padding:0.5em;
    text-align:left;
    border-bottom:1px dotted #CCCCCC;
}


/* Structure */


#head {
    width:960px;
    margin:0px auto;
    margin-top:15px;
    padding:0px;
    font-size:0.7em;
    position: relative;
}

#head .right {
    position: absolute;
    right: 0px;
    top: 0px;
}


#page {
    width:940px;
    margin:0px auto;
    margin-top:-5px;
    padding:10px;
    background:#ececec;
    font-size:0.7em;
    }

.left, .alignleft {
    float:left;
    }


/* Navigation Bar*/
#head .menu-main-container,
#head .menu-international-3-container,
#head .menu-international-2-container {
    margin:0 auto;
    margin-top:15px;
    text-transform:uppercase;
    background:#3C78A7 url(http://www.gruenderszene.de/wp-content/themes/gruenderszene_theme/images/navbar.png) no-repeat scroll top left;
    display:block;
    height:62px;
    width:960px;
}

#head .menu {
    height: 64px;
    width: 960px;
    float: left;
    list-style: none;
    position: relative;
}
#head .menu #menu-item-20590,
#head .menu #menu-item-20757 {
    background:url(http://www.gruenderszene.de/wp-content/themes/gruenderszene_theme/images/navigation_home_button5.jpg) no-repeat scroll 0 0 transparent !important;
    padding-left:30px;
    width:80px;
}
#head .menu #menu-item-20590:hover,
#head .menu #menu-item-20590.current-menu-parent,
#head .menu #menu-item-20757:hover,
#head .menu #menu-item-20757.current-menu-parent {
    background: url(http://www.gruenderszene.de/wp-content/themes/gruenderszene_theme/images/navigation_home_button5.jpg) no-repeat -110px 0 !important;
}
#head .menu .current-menu-parent ul,
#head .menu .current-menu-item ul,
#head .menu .current-post-ancestor ul {
    left: 0;
    margin-top:-1px;
}

    #head .menu li {
        border:0;
        float:left;
        height:40px;
        list-style:none;
        cursor: pointer;
        display:block;
    }

    #head .menu li:hover,
    #head .menu li.current-menu-parent,
    #head .menu li.current-menu-item,
    #head .menu li.current-post-ancestor,
    #head .menu li.active {
        background: #3c78a7;
    }

    #head .menu a,
    #head .menu .current-menu-parent a,
    #head .menu .current-menu-item a,
    #head .menu a:visited,
    #head .menu li.active a {
        margin: 0px;
        padding:10px 16px;
        font-weight:bold;
        color:#FFF;
        display:block;
    }

    #head .menu a:hover {
        text-decoration:none;
        display:block;
    }

/* Dropdown Menus */
    #head .menu li {
        float: left;
        margin: 0px;
        padding: 0px;
    }

        #head .menu li li {
            border:0 !important;
            background:#3c78a7;
            float: left;
            height:30px;
            margin: 0px;
            padding: 0px;
            text-transform:none;
        }

            #head .menu li li a,
            #head .menu li li a:link,
            #head .menu li li a:visited {
                background: #3c78a7;
                margin:5px 10px 0;
                padding:8px 7px 6px;
                text-transform:uppercase;
            }
            #head .menu li li.current-menu-item a,
            #head .menu li li.current-post-ancestor a,
            #head .menu li li.current-category-ancestor a,
            #head .menu li li:hover a {
                color: #3C78A7;
                background: #ececec;
                -moz-border-radius-topright: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -webkit-border-top-left-radius: 5px;
            }

        #head .menu li ul {
            background:#3c78a7;
            position:absolute;
            min-width: 960px !important;
            left: -999em;
        }


/* Text*/

h1 {
    font:3.5em Arial;
    font-weight:bold;
    letter-spacing:-0.08em;
    }

h2 {
    font:2.3em Georgia, "Times New Roman";

    }

h3 {
    font:1.3em Arial;
    margin-bottom:3px;
    color:#3c78a7;
    font-weight:bold;
    }

h4 {
    font:1.0em Arial;
    }

h3.cat_title, h3.cat_title a {
    color:#333;
    letter-spacing:-0.05em;
    font-size:0.85em;
    }

h3#respond {
    margin-top:0px;
    padding-top:20px;
    }

h3#comments {
    margin-top:32px;
    padding-left:0px;
    }

h3.authors {
    margin-top:15px;
    }

/* Index Page*/

#logo {
    width:350px;
    margin-left:10px;
    }

#tagline {
    margin-top:13px;
    font-size:1.2em;
    color:#333;
    min-height: 16px;
width: 370px;
}
#tagline img {
  width:18px;
  height:auto;
  border:1px solid #3C70A7;
}
#top {
    padding:0;
    }

#headline {
    width:590px;
    float:left;
    background:#fff;
    padding:10px;
    font-size:1.05em;
    line-height:1.5em;
    margin:0;
    }

#headline  div.title {
    font-weight:bold;
    font:2.4em Georgia;
    letter-spacing:-0.05em;
    display:block;
    padding-bottom:5px;
    }

#headline div.meta {
    display:block;
    margin-top:-5px;
    padding-bottom:2px;
    }

#headline p {
    padding-bottom:15px;
    }

#featured {
    width:300px;
    background:#fff;
}

#featured .info {
    margin-top:5px;
    padding-top:5px;
}

#featured .title {
    font-weight:bold;
}

#sidebar ul#send_article {
        margin:10px 0 0 0;
        list-style:none;
        padding:10px 0 0 0;
        border-top:1px dashed #ccc;
    }

    #sidebar ul#send_article li {
        background:none;
        padding:0;
        border:0;
    }

    #sidebar .box#grey {
        background:#333;
    }

    #sidebar .box#grey a {
        font-weight:bold;
        font-size:1.2em;
        color:#fff;
    }

    #sidebar .box#grey ul {
        border:0;
        margin:0;
        padding:0;
    }

    #sidebar .ads {
    }

    #sidebar .ads a {
        display:block;

    }
    #sidebar .ads img {
        margin-bottom: 10px;
    }


#headline a img {
    border:1px solid #ccc;
    margin-top:5px;
    margin-right:10px;
    padding:2px;
    }


#middle {
    width: 920px;
    background:#fff;
    float:right;
    padding:10px;
    margin:10px 0;
    }

.category {
    width:164px;
    float:left;
    border-top:8px solid #333;
    margin:0px;
    padding:5px 10px 10px 10px;
    background:#fff;
    }

.category p {
    margin:0;
    }

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
    text-transform:lowercase;
    margin:0;
    font-weight:bold;
    font-size:1.5em;
    letter-spacing:-0.05em;
    }

#front-popular h3 {
    color:#fff;
    }

.category a {
    color:#333;
    display:block;
    background:none;
    }

.category a:hover {
    background:none;
    color:#fff;
    text-decoration:none;
    }

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }

#bottom {
    width: 940px;
    }

#front-list {
    width:590px;
    background:#fff;
    padding:10px;
    font-size:1.05em;
    line-height:1.75em;
    float:left;
    }

#archive {
    padding-top:15px;
    font-size:1.05em;
    line-height:1.75em;
    }

#front-list blockquote {
    padding: 0px 10px 0 10px;
    }

#front-list .title, #archive .title {
    font-weight:bold;
    font:2.0em Georgia;
    letter-spacing:-0.05em;
    }

#front-list .clearfloat, #archive .clearfloat {
    padding-bottom:10px;
    border-bottom:1px dotted #ccc;
    margin-bottom:10px;
    }

div.spoiler img {
        float:left;
    }

#front-list .spoiler, #archive .spoiler {
    display:block;
    margin-top:3px;
    }

#front-list p, #archive p {
    margin:0px;
    padding:0px;
    }

.author {
    font-size:0.8em;
    font-weight:bold;
    }

.meta {
    font-size:0.8em;
    color:#333;
    }

.meta a {
    color:#333;
    }

#headline p, #featured p {
    margin:0;
    }


/* Content Page*/

#content {
    width:590px;
    background:#fff;
    padding:10px;
    font-size:1.05em;
    line-height:1.75em;
    float:left;
    min-height:400px;
    }

#content .breadcrumbs, #content .breadcrumbs a {
    font-weight:bold;
    color:#333;
    }

#content .content-ad {
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
}
#content h2 {
  clear: left;
}
#content img {
  clear: left;
}
#content h2.title {
    font:2.2em Georgia;
    font-weight:bold;
    letter-spacing:-0.05em;
    border-bottom:1px solid #ddd;
    border-top:3px solid #ddd;
    padding:5px 0px;
    }

.post {
    font-size:1.05em;
    line-height:1.75em;
    }

.post p {
    margin-top:0px;
    }
.post h2{
    font-size:1.75em;
    margin: 25px 0 15px 0;
}
.post h3{
    color:#333;
    font-size:1.05em;
    font-weight:bold;
    line-height:1.75em;
    margin:15px 0;
}

.post-ads h3 {
    background-color: #333333;
    color: #fff;
    padding: 5px 10px;
}
.post-ads img {
    width: 250px;
    height: 75px;
}
.post-ads a {
    display: block;
    float: left;
    width: 250px;
    height: 75px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.post .clearfloat {
    border-bottom:1px dotted #ccc;
    margin:10px 0px;
    }

.post ul, .post ol, #front-list ul, #front-list ol {
    margin-bottom:15px;
    }

.post ul li, #front-list ul li {
    list-style:square;
    margin-left:30px;
    }

.post ol li, #front-list ol li {
    list-style:decimal;
    margin-left:30px;
    }

.post ol li ul li, #front-list ol li ul li {
    list-style:square;
    margin-left:20px;
    }

.post img, .post a img, #front-list img, #archive img {
    border:1px solid #ccc;
    margin:0 10px 5px 0;
    padding:2px;
    float: left;
    }
.post img.aligncenter {
  float: none;
}

.post .ads {
    margin-top:10px;
    }

.entry {
    margin-top:20px;
    }

.post .social-media {
    border-bottom:1px solid #DDDDDD;
    width:100%;
    margin-bottom:10px;
    margin-top:20px;
    padding-bottom: 5px;
}
.post .social-left {
    width: 50%;
    float: left;
}
.post .social-right {
    width: 38%;
    float: right;
}
.post .social-right li {
    float: left;
}

.clear {
    clear:both;
    height: 0px;
    line-height: 0px;
    width: auto;
}


#stats {
    margin-top:0px;
    padding:4px 0px;
    text-transform:uppercase;
    font:0.8em Arial;
    display:block;
    }

#stats span {
    padding: 0px 20px 0px 0px;
    }

#stats span a:hover {
    background:none;
    }

#stats span a {
    color:#333;
    }

#stats img, #nav img {
    border:0px;
    margin:0px;
    padding:0px;
    }

#tools {
    width:590px;
    height:25px;
    font-size:0.95em;
    }

#tools a:hover {
    background:none;
    }

.navigation {
    padding:5px 0px;
    text-align:Center;
    }

/* Sidebar*/
#sidebar {
    width:320px;
    float:right;
    margin:0px 0px 0px 0px;
    }

#sidebar .social-media {
    padding-bottom: 10px;
    text-align: center;
}
#global-social-icons{
    display:inline-block;
    margin: 0 auto;
}
#global-social-icons li{
    border:0;
    float: left;
    margin-right:5px;
    display: inline;
}
#global-social-icons li a{
    display:block;
    height:32px;
    overflow:hidden;
    text-indent:-9999px;
    width:32px;
}
#global-social-icons li #sb-newsletter{
    background:url(http://www.gruenderszene.de/globals/images/socials/email.png) no-repeat;
}
#global-social-icons li #sb-facebook{
    background:url(http://www.gruenderszene.de/globals/images/socials/facebook.png) no-repeat;
}
#global-social-icons li #sb-twitter{
    background:url(http://www.gruenderszene.de/globals/images/socials/twitter.png) no-repeat;
}
#global-social-icons li #sb-rss{
    background:url(http://www.gruenderszene.de/globals/images/socials/rss.png) no-repeat;
}
#global-social-icons li #sb-youtube{
    background:url(http://www.gruenderszene.de/globals/images/socials/youtube.png) no-repeat;
}
#global-social-icons li #sb-slideshare{
    background:url(http://www.gruenderszene.de/globals/images/socials/slideshare.png) no-repeat;
}

#sidebar #featured .cat_title {
        text-transform:lowercase;
        margin:0;
        font-weight:bold;
        font-size:1.3em;
        background:none;
        color:#333;
        letter-spacing:-0.05em;
        padding:0;
    }

#sidebar h3 {
    font:1.1em Arial;
    font-weight:bold;
    background:#333;
    color:#fff;
    margin-bottom:5px;
    padding:3px 10px;
    }

#sidebar-top, #sidebar-bottom {
    width:300px;
    float:right;
    padding:0px 10px 10px 10px;
    background:#fff;
    }

#sidebar-bottom, #sidebar-middle {
    margin-top:10px;
    }

#sidebar-middle {
    width:320px;
    float:right;
    }

#sidebar-left {
    width:135px;
    padding:0px 10px 10px 10px;
    float:left;
    background:#fff;
    }

#sidebar-right {
    width:135px;
    padding:0px 10px 10px 10px;
    float:right;
    background:#fff;
    }


#sidebar li {
    list-style:none;
    border-bottom:1px dotted #ccc;
    display:block;
    padding:2px 0px 2px 13px;
    }

#sidebar li ul li:last-child {
    list-style:none;
    border-bottom:0px dotted #ccc;
    display:block;
    padding:2px 0px 0px 13px;
    background:url(http://www.gruenderszene.de/wp-content/themes/gruenderszene_theme/images/sub.png) no-repeat 0 0px;
    }

#sidebar-ads {
    width:300px;
    float:right;
    margin-bottom:10px;
    padding:10px;
    background:#fff;
    }

#sidebar div.box {
    background:#fff;
    padding:10px;
    width:300px;
    float:right;
    margin-bottom:10px;
}
#sidebar div.box.ads {
  text-align: center;
}
#sidebar div.box.ads img {
  margin: 5px 10px;
  float: left;
}
#sidebar div.box#sponsoren img {
    margin:0 auto;
}

#sidebar img.redakteur {
    float:left;
    margin:0 1em 1em 0;
}
#sidebar #shirtshop{
    max-width:310px;
}
div.rightalign {
    text-align:right;
}

/* Form Elements */

select {
    border:1px solid #333;
    width:100%
    }

.field {
    padding: 2px;
    border:1px solid #333;
    background:#fff;
    font-size:1.0em;
    }

#s {
    padding:1px;
    font-size:1.0em;
    width:150px;
    }

#searchsubmit {
    padding-left:5px;
    }

#commentform input {
    width: 140px;
    margin: 5px 5px 1px 0;
    }

#commentform textarea {
    width: 99%;
    margin-top:5px;
    }



/* Comments*/

.commentlist cite {
    font-style:normal;
    margin-bottom:4px;
    display:block;
    }

.commentlist blockquote {
    background:#ededed;
    }

.commentlist li {
    padding: 10px 0px 10px 0px;
    list-style:none;
    margin-bottom:3px;
    width:590px;
    }

.commentlist li li {
    background:none;
    border:none;
    list-style:square;
    margin:3px 0 3px 20px;
    padding:3px 0;
    }

.commenttext {
    padding: 10px 10px 0px 10px;
    background:#f2f2f2;
    border-top:1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width:570px;
    //float:right
    }

.commentlist cite strong {
    font-size:1.1em;
    }

li.my_comment {
    background: #FFF;
    border:none;
    }

li.my_comment cite strong {
    font-size: 1.3em;
    color:#313228;
    }

#commentform small {
    background:#FFF;
    font-weight:bold;
    padding:0;
    }

.commentmetadata {
    color:#4d4d4d;
    display: block;
    margin-top:3px;
    text-align:right;
    font-size:0.9em;
    }

.commentmetadata a, .commentmetadata a:visited {
    color:#959382;
    }

.commentlist small {
    background:#e9e9e9;
    }

.avatar {
    border:1px solid #bbb;
    margin:0px 10px 0px 0px;
    float:left;
    padding:2px;
    width:55px;
    height:55px;
    }

#comment {
    width:590px;
    background:#fff;
    }

/* Footer*/

#front-popular {
    font-size:0.7em;
    color:#fff;
    width: 940px;
    background:#2c2c2c url(http://www.gruenderszene.de/wp-content/themes/gruenderszene_theme/images/bottombar.png) bottom no-repeat;
    margin: 0 auto;
    padding:10px;
    }

#recentpost, #mostcommented {
    width:280px;
    float:left;
    padding:10px;
    border:1px solid #fff;
    }

#mostcommented {
    margin-left:17px;
    }

#recent_comments {
    width:280px;
    float:right;
    padding:10px;
    border:1px solid #fff;
    }

#recentpost a, #mostcommented a, #recent_comments a {
    color:#fff;
    }

#recentpost ul, #mostcommented ul, #recent_comments ul {
    margin-top:5px;
    }

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
    list-style:none;
    border-top:1px dotted #fff;
    padding:5px;
    display:block;
    }

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
    background:#3c78a7;
    color:#fff;
    }

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
    border-top:0px dotted #fff;
    }


#footer {
    margin: 0 auto;
    width: 960px;
    font-size:0.6em;
    padding-top:10px;
    padding-bottom:10px;
    }
    #footer #logo-hoster{
        display:block;
        float:right;
        /*margin-top:-17px;*/
    }

/* Float Properties*/

.clearfloat:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    }

.clearfloat {
    display: inline-block;
    }


/* Hides from IE-mac \*/
* html .clearfloat {
    height:1%;
    }

*+html .clearfloat {
    height:1%;
    }

.clearfloat {
    display:block;
    }

/* Single Post Image align */
.post .alignleft {
    margin-right: 10px;
}
.post .alignright {
    margin-left: 10px;
}
.post .aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

span.required {
    color:#cc0000;
}

table#partner td, table#partner img {
    border:0;
}

table#partner td {
    padding:1em;
    text-align:center;
}

/* Advertising Footer */

#advertise-footer{
    background-color:#fff;
    clear:both;
    display:table;
    margin:10px auto 0 auto;
    padding:10px 0;
    width:940px;
}
    #advertise-footer ul{
        list-style:none;
        width:940px;
    }
        #advertise-footer ul li{
            float:left;
            margin:0 0 0 25px;
            width:285px;
        }
            #advertise-footer ul li .advertise-footer-heading{
                font-size:16px;
                height:30px;
                line-height:20px;
                margin:0;
                padding:7px 0 0 35px;
            }
                #advertise-footer ul li .advertise-footer-heading a,
                #advertise-footer ul li .advertise-footer-heading a:hover,
                #advertise-footer ul li .advertise-footer-heading a:visited{
                    color:#000 !important;
                    text-decoration:none;
                }
            .advertise-footer-heading#advertise-person{
                background:url(http://www.gruenderszene.de/wp-content/themes/gruenderszene_theme/images/person_25x25.jpg) no-repeat;
            }
            .advertise-footer-heading#advertise-company{
                background:url(http://www.gruenderszene.de/wp-content/themes/gruenderszene_theme/images/company_25x25.jpg) no-repeat;
            }
            .advertise-footer-heading#advertise-investor{
                background:url(http://www.gruenderszene.de/wp-content/themes/gruenderszene_theme/images/financier_25x25.jpg) no-repeat;
            }
            #advertise-footer ul li .advertise-footer-box{
                float:left;
                min-height:40px;
                padding:0 5px 0 5px;
                width:130px;
            }
                #advertise-footer .advertise-footer-box h4{
                    display:block;
                    font-family:Arial, Helvetica, sans-serif;
                    font-size:12px;
                    letter-spacing:-0.025em;
                    overflow:hidden;
                    height:15px;
                }
                #advertise-footer .advertise-footer-box h5{
                    color:#ccc;
                    font-size:10px;
                    height:12px;
                    overflow:hidden;
                }
    #advertise-footer #advertise-footer-claim{
        clear:both;
        display:block;
        font-family:Georgia;
        font-size:20px;
        padding-top:20px;
        text-align:center;
    }
  #searchform {
      position: absolute;
      right: 12px;
      top: 104px;
  }
  #navbar > #first-navigation > #searchform:hover {
    background:none;
  }


/* Landing Pages */

.landing-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.landing-header h2 {
  font-family: Georgia,serif;
  font-weight: bold;
  font-size: 27px;
  margin-top: 13px;
  line-height: 28px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  padding-bottom: 5px;
  color:rgb(100,100,100);
}
.landing-header p.description-text {
  font-family: Georgia,serif;
  font-size: 14px;
  line-height: 20px;
  padding-right: 15px;
}
.landing-header h5 {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 3px;
  font-family: Arial,sans-serif;
  color:rgb(100,100,100);
}
.landing-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-header ul li {
  line-height: 15px;
}
.landing-header ul li a {
}

.landing-body {
}
.landing-body .landing-topic {
}
.landing-body .landing-topic h3 {
  font-size: 16px;
  font-family: Arial, sans-serif;
  width: 97%;
  font-weight: bold;
  background-color: #ececec;
    color:rgb(100,100,100);
  padding: 5px 10px 3px 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  clear: both;
}
.landing-body .landing-topic ul {
}
.landing-body .landing-topic ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  width: 184px;
  height: 190px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.landing-body .landing-topic ul li:hover div.caption {
  background-color: #4c79a5;
}
.landing-body .landing-topic ul li a {
}
.landing-body .landing-topic ul li div.image {
  width: 185px;
  height: 190px;
  overflow: hidden;
  background-color: #9B9B9B;
  text-align: center;
}
.landing-body .landing-topic ul li div.image a {
}
.landing-body .landing-topic ul li div.image a img {
}
.landing-body .landing-topic ul li div.caption {
  position: absolute;
  z-index: 100;
  width: 185px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(155, 155, 155, 0.9);
  padding: 5px 10px;
}
.landing-body .landing-topic ul li div.caption span.date {
  color: #fff;
  width: 165px;
}
.landing-body .landing-topic ul li div.caption h4.title {
  width: 155px;
  font-size: 13px;
}
.landing-body .landing-topic ul li div.caption h4.title a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display:block;
}
.landing-page .information h2 {
  font-size: 16px;
  font-weight: bold;
}
.landing-page .information ul {
  list-style: square inside;
}
.ngg-gallery-thumbnail-box {
  float: left;
}
.ngg-clear {
  clear: both;
}

