/*  
Theme Name: 3. Lyngby V2
Description: 3. Lyngby Gruppe.
Version: 1.99
Author: Morten Proschowsky

Changelog:
==========
Version 1.0 -> 1.1:
-------------------
- Red dot removed completely.

*/

html, body
{
    background-color: white;
    background-image: url("images/3lyngbyback.png");
    background-repeat: no-repeat;
    background-position: top center;
    color: #003333;
}


h1, h2, h3, h4, h5, h6 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
}



pre, code {white-space: normal;}


/* header, title, logos and menus */
#hd {
    padding-top: 10px;
    padding-bottom: 10px;
}

#hdbox {
    padding-bottom: 0px;
}

#hd #title
{
    text-align: center;
}

a {
    text-decoration: underline;
    color: #003333;
}

a:hover {
    color: #003333;
    text-decoration: underline;
}

.kfumlogo {
    float: right;
}


.grplogo {
    float: left;
}


#hd .menu
{
    clear: both;
    padding-top: 7px;
}

#hd .menu ul li
{
    display: inline;
    /*    background:url("images/reddot.png") no-repeat center left*/
    padding-right: 1em;
    margin-left: 0px;
    padding-left: 10px;
}

#hd a
{
    text-decoration: none;
    color: #003333;
}

#hd a:hover
{
    color: #003333;
    text-decoration: underline;
}

#hd #title h1
{
    font-weight: bold;
    margin-bottom: 5px;
}

#hd #title h2
{
    font-size: 108%;
}


div.greybox {
    background: rgb(207,220,156);
    background: rgba(207,220,156, 0.8);
    border: solid 1px #339900;
    margin: 0px;
    padding: 15px;
    zoom: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter:alpha(opacity=80);
}

div.greybox > * {
    position: relative;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter:alpha(opacity=100);
}

hr {
    color: #339900;
}
h1 {
    font-size: 182%;
}

h2 {
    font-size: 140%;
}

h3 {
    font-size: 108%;

}



#frontlists tr {
    vertical-align: top;
}

#frontlists td {
    padding-top: 20px;
    width: 50%;
}

.frontthumb {
    float: right;
    clear: right;
    margin: 4px;
    margin-top: -40px;
}

#incoming {
    display: none;
}

#Kalender .month_row td {
    padding-top: 5px;
    padding-bottom: 10px;
}

#Kalender .event_row td {
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 5px;
    vertical-align: top;
}

#Kalender strong {
    font-weight: bold;
}

td {
    padding: 2px;
}

.post .postheader .commentcount
{
    width: 27px;
    line-height: 1em;
    float: left;
    text-align: center;
    padding-right: 10px;
}

.post .postheader .commentcount a
{
    text-decoration: none;
    color: #4884bc;
}

.post .postheader .posttitle
{	
    line-height: 1.6em;
}

.post .postheader .posttitle h2
{
    padding: 0;
    margin: 0;
}

.post .postheader h2 a
{
    text-decoration: none;
}

.post .postheader .posttitle .postmeta
{
    font-size: 93%;
}

.post .postcontent
{
    margin-top: 20px;
    /*	line-height: 1em; */
}

.post .postcontent p
{
    margin-bottom: 10px;
}

.post .posttags, .post .posttags a
{
    color: #959595;
    clear:both;
    margin-top: 20px;
    text-align: right;
}

.commentbox
{
    background: #fff;
    border: solid 1px #eeeeee;
    margin: 10px 5px 20px 5px;
    padding: 15px;
}

.commentmeta .avatar
{
    float: left;
    padding-right: 6px;
}

.commenttext
{
    clear: both;
    margin-top: 10px;
}

.commentform input
{
    padding: 0;
    margin: 0;
    line-height: 0;
}

#commentform .text {
    width: 300px;
    margin: 0 0 15px 0;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

.navlinks
{
    margin: 0px 5px 40px 5px;
}

.navlinks a
{
    text-decoration: none;
}

.navlinks img
{
    margin-right: 5px;
}


#sidebar .sidebarbox
{
    margin-bottom: 20px;
}

#sidebar .sidebarbox h3
{
    font-size: 108%;
    color: #339900;
    margin-bottom: 10px;
}

#sidebar a
{
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

.searchform #searchbox
{
    float: left;
    background: #f1f1f1;
    border: solid 1px #e3e3e3;
    width: 120px;
    height: 14px;
    margin-top: 1px;
    font-size: 93%;
}

.searchform #searchbutton
{
    height: 18px;
    width: 18px;
    margin-left: 6px;
    border: none;
    cursor: pointer;
    background: url('images/searchbutton.jpg') no-repeat 0 0;
}

#search input {
    vertical-align: top;
}

ol, ul {
    list-style-position: outside;
    padding-left: 10px;
}

li {
    margin: 1em 0px 1em 0px;
    list-style-type: none;
}


/*** Wordpress ***/
.aligncenter,

div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.wp-caption {
    background: rgb(207,220,156);
    border: solid 1px #339900;
    text-align: center;
    padding-top: 4px;
}

.wp-caption img {
    float: none;
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;

    line-height: 1.5em;
    padding: 0px;
    margin: 0px;
}


