/*
Theme Name: seh
Theme URI: http: //www.sensehofstede.nl/
Description: Theme for SenseHofstede.nl, child theme of Twenty Ten
Author: Sense Hofstede
Author URI: http: //www.sensehofstede.nl/about/
Template: twentyten
Version: 0.1.0
Tags: blue, white, threaded-comments, translation-ready, microformats,
custom-menu
*/

@import url("../twentyten/style.css");

/**
* Google Fonts API
* copied from: http://fonts.googleapis.com/css?family=Droid+Serif:b,r|Droid+Sans:b,bi,i,r
**/
/* Droid Sans (style: italic, weight: 700) is not available */
/* However, style: normal, weight: normal is available */
/* However, style: normal, weight: bold is available */
/* Droid Sans (style: italic, weight: 400) is not available */
/* However, style: normal, weight: normal is available */
/* However, style: normal, weight: bold is available */
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url('http://themes.googleusercontent.com/font?kit=QQt14e8dY39u-eYBZmppwTqR_3kx9_hJXbbyU8S6IN0') format('woff');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'), local('DroidSans'), url('http://themes.googleusercontent.com/font?kit=s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0') format('woff');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('http://themes.googleusercontent.com/font?kit=EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM') format('woff');
}
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Serif'), local('DroidSerif'), url('http://themes.googleusercontent.com/font?kit=0AKsP294HTD-nvJgucYTaIbN6UDyHWBl620a-IRfuBk') format('woff');
}

/**
 * Core
 **/

body, html {
    background: #fff;
    height: 100%;
}

#wrapper {
    font-family: 'Droid Sans', 'Bitstream Vera Sans', sans-serif;
    margin: 0;
    min-height: 100%;
    padding: 0;
    width: 100%;
}

#main {
    margin: 0 auto;
    overflow: auto;
    padding: 0 20px 60px;;
}

body > footer {
    clear: both;
    font-family: 'Droid Serif', 'Bitstream Vera Serif', serif;
    height: 60px;
    margin-top: -60px;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 width: 99%;
}

/**
 * Header
 **/

#wrapper > header {
    background: #011f2f;
    box-shadow: 0px 1px 3px #666;
    color: #fff;
    font-size: 12pt;
    margin-bottom: 50px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

#wrapper > header a {
    color: #fff;
    margin: -10px 0;
    padding: 10px 5px;
    text-decoration: none;
}

#wrapper > header a:hover {
    background: #03738c;
}

#wrapper > header .current-menu-item a,
#wrapper > header .current_page_parent a {
    border-bottom: solid 3px #03738c;
}

.menu-header ul {
    list-style: none;
    margin: 0;
}

.menu-header li {
    display: inline;
}

/**
 * Front
 **/

#logo {
    box-shadow: 0px 0px 4px #888;
    display: block;
    margin: 0 auto 20px;
}

#welcome {
    border: 2px dashed #ddd;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #888 inset;
    line-height: 20px;
    height: 300px;
    margin: 10% auto 0;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    width: 300px;
    word-spacing: 2px;
}

#fronttext {
    font-size: 11px;
    height: 160px;
    left: 20px;
    overflow: hidden;
    position: absolute;
    top: 140px;
    width: 260px;
}

#fronttext strong {
    font-size: 125%;
}

#welcome .menu {
    bottom: 5px;
    font-size: 13px;
    position: absolute;
    right: 5px;
    width: auto;
    word-spacing: 0;
}

#welcome .menu a {
    color: #011f2f;
    font-weight: bold;
    padding: 5px;
    text-decoration: underline;
}

#welcome .menu a:hover {
    color: #03738c;
}

#welcome ul.menu {
    list-style: none;
    margin: 0;
}

#welcome .menu li {
    float: left;
    position: relative;
}

/**
 * Footer
 **/

#colophon {
    border-top: 4px solid #011f2f;
    text-align: center;
}

ul#copyright, #copyright li {
    display: inline;
    list-style: none;
}

#copyright li {
    padding: 0 5px;
}

/**
 * Headers
 **/
h3 {
  font-size: 12pt;
  font-weight: bold;
}

