
/* Begin Typography & Colors */
body {
        font-size: 62.5%; /* Resets 1em to 10px */
        font-family:Verdana, Arial, Helvetica, sans-serif;
        color: #333;
        text-align: center;
        }


#content, #sidebar, #contentbar {
        font-size: 1.2em;
        line-height: 1.5em;
        padding: 0;
        margin: 0;
        }

.alt {
        background-color: #f8f8f8;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        }

#footer {
        border-top: 1px solid #cccccc;
        margin-top:20px;
        }

small {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 0.9em;
        line-height: 1.5em;
        }

h1, h2 {
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
        }

h2 {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 24px;
        letter-spacing:-2px;
        font-weight:normal;
        padding-top:1px;
        text-transform:uppercase;
        color:#333333;
        }

#content h2 {
        clear:both;
}

h3 {
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
        margin:0;
        font-size:13px;
        text-transform:uppercase;
        margin: 0 0 0 0;
        }

.h3 {
        font-family:Arial, Helvetica, sans-serif;
        font-weight:normal;
        margin:0;
        font-size:17px;
        text-transform:uppercase;
        }

p {
        padding:0;
        margin: 0 0 1em 0;
}

.commentlist li, #commentform input, #commentform textarea {
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }

.commentlist li {
        font-weight: bold;
        }

.commentlist cite, .commentlist cite a {
        font-weight: bold;
        font-style: normal;
        font-size: 1.1em;
        }

.commentlist p {
        font-weight: normal;
        line-height: 1.5em;
        text-transform: none;
        }

#commentform p {
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }

.commentmetadata {
        font-weight: normal;
        }

code {
        font: 1.1em 'Courier New', Courier, Fixed;
        }

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

a {
        color: #039;
        text-decoration: none;
        }

h2 a, h2 a:hover,  {
        color:#000;
}

#sidebar h2 a, #contentbar h2 a {
        color: #333;
}

#sidebar h2 a:hover, #contentbar h2 a:hover {
        color: #333;
        text-decoration:none;
}

a:hover {
        color: #f06;
        text-decoration: underline;
}

/* Begin Structure */
body {
        margin: 0;
        padding: 0;
}

#page {
        margin: 10px auto;
        padding: 0;
        width: 905px;
        text-align: left;
        }


/* TOP NAV */

#topnav {
        height:39px;
        text-align:right;
        color: #999999;
        font-size: 10px;
}

#topnav form {
        margin:0;
        padding:0;
}

#topnav a {
        color: #666666;
}

#topnav a:hover{
        color: #333333;
        text-decoration:none;
}

#topnav input {
        font-size:10px;
        margin-bottom: -1px;
}


#header {
        padding: 0 0 20px 0;
        margin: 0;
        height: 81px;
        width: 900px;
        }

#headerimg a:hover{
        text-decoration:none;
        }

.narrowcolumn {
        float: left;
        margin: 0;
        padding: 0;
        width: 530px;
        }

.widecolumn {
        float: left;
        margin: 0px 0 0;
        width: 670px;
        }

.post {
        margin: 0 0 40px;
        }

.post a {
        text-decoration:underline;
}

.narrowcolumn .postmetadata {
        padding-top: 5px;
        }

.widecolumn .postmetadata {
        margin: 30px 0;
        }

.widecolumn .smallattachment {
        text-align: center;
        float: left;
        width: 128px;
        margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
        text-align: center;
        margin: 5px 0px;
}

.postmetadata {
        clear: left;
}

#footer {
        padding: 0;
        margin: 20px 0 0 0;
        width: 900px;
        clear: both;
        }

#footer p {
        margin: 0;
        padding: 20px 0;
        text-align: left;
        }
/* End Structure */



/*        Begin Headers */
h2 {
        margin: 0 0 1em 0;
        }


h3.comments {
        padding: 0;
        margin: 40px auto 20px ;
        }

h2 a, h3 a, .post h2 a, .post h3 a {
        text-decoration:none;
}
/* End Headers */



/* Begin Images */
p img {
        padding: 0;
        max-width: 100%;
        }

/*        Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
/* End Images */


#sidebar h2, #contentbar h2 {
        font-size: 19px;
        letter-spacing: 0;
        border-bottom: 1px solid #ccc;
        text-transform:none;
        font-weight:normal;
        padding-bottom:4px;
}


/* Begin Form Elements */
#searchform {
        margin: 10px auto;
        padding: 5px 3px;
        text-align: center;
        }


.entry form { /* This is mainly for password protected posts, makes them look better. */
        text-align:center;
        }

#commentform input {
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0;
        }

#commentform textarea {
        width: 100%;
        padding: 2px;
        }

#commentform #submit {
        margin: 0;
        float: right;
        }
/* End Form Elements */



/* Begin Comments*/
.alt {
        margin: 0;
        padding: 10px;
        }

.commentlist {
        padding: 0;
        text-align: justify;
        }

.commentlist li {
        margin: 15px 0 3px;
        padding: 5px 10px 3px;
        list-style: none;
        }

.commentlist p {
        margin: 10px 5px 10px 0;
}

#commentform p {
        margin: 5px 0;
}

.nocomments {
        text-align: center;
        margin: 0;
        padding: 0;
}

.commentmetadata {
        margin: 0;
        display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar{
        padding:0;
        margin-left: 550px;
        width: 350px;
        margin: 0 0 0 550px;
}

#contentbar {
        margin: 0;
}

html>body #contentbar {
        margin: -1px 0;
}


#sidebar.narrow
{
        padding:0;
        margin-left: 625px;
        width: 270px;
        }

#sidebar ul {
        padding:0;
        margin:0 0 1em 0;
        list-style:none;
}


#sidebar ul ul ul {
        margin: 1em 0 1em 2em;
}

#sidebar li.page_item {
        margin:0;
        padding:0;
}

#sidebar .page_item a {
        font-weight:bold;
        display:block;
        margin:0;
        padding: 0;
}

#sidebar .current_page_item {

}

#sidebar .current_page_item a {

}

#sidebar .current_page_item li a {
        color: #b00;
}


/* End Sidebar */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
        cursor: help;
        }

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

blockquote {
        margin: 15px 30px 15px 10px;
        padding-left: 20px;
        border-left: 5px solid #ddd;
        }

blockquote cite {
        margin: 5px 0 0;
        display: block;
        }

.center {
        text-align: center;
        }

hr {
        display: none;
        }

a img {
        border: none;
        }

.navigation {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 60px;
        }
/* End Various Tags & Classes*/

a.frontbox {
        display:block;
        padding: 20px 20px 0 170px;
        width:340px;
        height: 150px;
        margin: 0;
        cursor:pointer;
}

a.frontbox:hover .h2, a.frontbox:hover .p {
        color: #000;
}

a.frontbox .h2 {
        font-size: 11pt;
        letter-spacing: 0px;
        text-transform:none;
        font-weight:bold;
        margin: 0 0 0.4em 0;
        color:#666;
        display:block;
}


a.frontbox .p {
        display:block;
        margin: 0 0 0 0;
        color: #666;
}

a#webdesign.frontbox{
        background:url(/images/box_web.jpg) no-repeat 0 0;
}

a#webdesign.frontbox:hover{
        background:url(/images/box_web.jpg) no-repeat 0 -170px;
        text-decoration:none;
}

a#online.frontbox{
        background:url(/images/box_onl.jpg) no-repeat 0 0;
}

a#online.frontbox:hover{
        background:url(/images/box_onl.jpg) no-repeat 0 -170px;
        text-decoration:none;
}

a#udvikling.frontbox{
        background:url(/images/box_udv.jpg) no-repeat 0 0;
}

a#udvikling.frontbox:hover{
        background:url(/images/box_udv.jpg) no-repeat 0 -170px;
        text-decoration:none;
}


#highlights {
margin: 0 0 20px 0;
}

#highlights div{
        width: 165px;
}

#highlights #hbox1 {
        float:left;
}

#highlights #hbox2 {
        margin-left:182px;
}

table#mytab{
}

table#mytab td {
        width:240px;
        height:160px;
        background:url(/images/refbg.gif) no-repeat 0 0;
        text-align:center;
        border: 20px solid #fff;
        vertical-align:top;
        border-left:0;
        border-top:0;
        padding:0 0 20px 0;
        margin:0;
}

table#mytab td:hover {
        background-color:#efefef;
}

table#mytab img {
        border: 1px solid #ccc;
        margin-top:20px;
}


table#reftable {
        width:100%;
}

table#reftable td {
        padding: 20px 10px 10px 10px;
        vertical-align:top;
}

table#reftable td img {
        border:1px solid #ccc;
}

a.reflink {
        display:block;
        width:202px;
        height:120px;
        padding: 20px 19px 20px 19px;
        text-align:center;
        margin: 0 20px 20px 0;
        float:left;
        background: #f3f1f1 url(/images/refbg.gif) no-repeat 0 0;
}

a.reflink:hover {
        background-color: #eee;
}

a.reflink img {
border:1px solid #ddd;
}

a.reflink:hover{
        text-decoration:none;

}

#frontbox h2 {
        font-weight:normal;
        margin:0 0 0.5em 0;
        font-size:24px;
}

#frontbox h2 a {

        color: #039;
        color: #F06;
}

#frontbox h2 a:hover {

}

#frontbox p {
        color: #333;
        margin: 0 0 2em 0;
}
