/*
Theme Name:     COIN
Theme URI:      cs.ru.nl/~hbasold/coin
Description:    COIN theme
Author:         Henning Basold
Author URI:     cs.ru.nl/~hbasold
Template:       twentyten
Version:        0.1.0
*/

@import url("style.css");

body {
    width: auto;
    height: auto;
}

p, dd {
    font-family: sans-serif;
}

#content code {
    font-size: 16px;
    font-family: monospace;
}

#wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0px 10px 0px 10px;
}


#container {
    margin: 0 -150px 0 0;
    width: inherit;
    float: none;
}

#content {
    margin: 0px 150px 0px 0;
    padding: 0;
    width: inherit;
}

#content li p {
    margin-bottom: 0px;
}

#content table {
    width: auto;
}
/*
#primary, #secondary {
    overflow: visible;
}

#primary {
float: right;
    width: 150px;
	border: 2px solid black;
	margin: 8px 0px 0px 8px;
}

#secondary {
    float: right;
    width: 150px;
    border: 2px solid black;
    margin: 8px 0px 0px 8px;
}
*/
#header, #footer, #main {
    display: block;
    width:inherit;
    padding: 0 ;
    margin: 12px 0 12px 0;
}
/*
#loginout {
	float: right;
}
*/

hr {
	clear: none;
}

h1, h2, h3, h4, h5, h6 {
	clear: none;
	font-weight: normal;
}

/* =Header
-------------------------------------------------------------- */


#branding {
    width: inherit;
}

#branding img {
    border: none;
}

#access {
    background: white;
    width: 100%;
    border-bottom: 4px solid #eee;
}

#access .menu-header, div.menu {
    float: none;
}

#access a {
    color: #a00;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: bold;
}

#site-title {
    display: block;
    float: left;
    margin: 0;
    width: auto;
}
#site-description {
    display: block;
    float: right;
    margin: 0;
    width: auto;
    font-size: 120%;
}

#site-generator {
    background: none;
    width: auto;
}

#site-info {
    float: left;
    width: auto;
}

#colophon {
    margin: 0;
    width: 100%;
    padding: 0;
    line-height: 12px;
    border-top: 4px solid #eee;
}

#colophon #copyright_notice {
    display: inline-block;
    line-height: 16px;
    text-decoration: none;
    font-style: italic;
    clear: both;
    float: right;
}

/* gravity forms overrides */
/*
.gform_wrapper ul li.library_link input {
	color: rgb(0,102,204) !important;
}
.gform_wrapper ul li.gfield {
	clear: none !important;
}
.gform_description {
    font-family: sans-serif;
}
.ginput_container {
    font-family: sans-serif;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
	color: red;
}
*/

.posts {
  list-style-type: none;
  margin-bottom: 2em;
}
