/*
 Theme Name: StJeannetVilla
 Theme URI: http://arbdesign.dk
 Description: Custom made theme based on the <a href="http://elliotjaystocks.com/blog/archive/2008/starkers-for-wordpress-262/">Starkers theme</a>.
 Version: 1
 Author: Michael Car&oslash;e Andersen
 Author URI: http://blogging.gelle.dk
 Tags: starkers, modified, clean, white, glider
 */
@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
    background-image: url(img/top01.png);
    background-repeat: repeat-x;
    font-family: Calibri, 'century gothic', Tahoma, sans-serif;
    font-size: 12pt;
    color: #636363;
}

a:link, a:visited, a:active, a:hover {
    color: #000;
}

h1 {
    font-size: 1.50em;
}

h2 {
    font-size: 1.35em;
}

h3 {
}

h1, h2 {
    color: #666;
    font-weight: normal;
}

#main-content table{
	margin: 0;
}

/* HEADER */ #languages {
    width: 900px;
    text-align: right;
    margin: 9px auto 0 auto;
    font-size: 6pt;
} #wrapper {
    margin: 0pt auto;
    width: 900px;
    min-height: 500px;
} #header {
    width: 900px;
} #logo {
    float: left;
    margin: 54px 0pt 15px;
}

 .widelist {
    float: left;
    width: 100%;
} #qtrans_language_chooser {
    float: right;
    width: 500px;
    background: yellow;
} #qtrans_language_chooser ul {
    display: inline;
    list-style: none;
} #qtrans_language_chooser ul li {
    padding: 0 0 5px;
    display: inline;
} .widelist ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 5px 0 10px 0;
    display: inline;
} .widelist ul li {
    margin: 4px 0px 4px 0px;
    color: #333;
    display: inline;
} .widelist ul li.first {
    float: left;
    text-align: left;
    width: 110px;
    padding-right: 6px;
} .widelist ul li.regular {
    float: left;
    text-align: center;
    width: 155px;
    padding: 0 6px 0 6px;
} .widelist ul li.last {
    float: right;
    text-align: right;
}

/* MAIN CONTENT */ #main-content {
    float: left;
    padding-bottom: 15px;
    width: 900px;
} .post {
} .post td {
    vertical-align: top;
} .post td p, .post p {
    padding-bottom: 10px;
} .post hr {
    clear: both;
    visibility: hidden;
} .post td img, .post img {
    margin: 4px 10px 10px 0;
    clear: both;
}

br.spacer {
    clear: both;
    display: block;
    height: 10px;
} .post .wp-caption img {
    margin: 0;
} #frontpage {
    float: left;
    padding-top: 140px;
    font-size: 80%;
    color: #AAAAAA;
} #frontpage h1 {
    font-weight: normal;
    font-size: 12pt;
color:#AAAAAA;
}

/* FOOTER */ #footer {
    float: right;
    font-size: 8pt;
} #footer, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
    color: #ddd;
}

/* MISC */ .edit-this {
    font-size: 12pt;
}
