/*
Theme Name: Plutus Awards
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
        background-color #FFFFFF;
        font-family: calibri, helvetica, arial, sans-serif;
        font-size: 14pt;
        line-height: 150%;
        margin: 1em;
        padding: auto;
}

#container {
        width: 760px;
        margin: auto;
        padding-top: 1em;
}

p {
        text-align: justify;
}

h1 {
        border: 0px solid #045b0e;
        border-bottom-width: 1px;
        margin-bottom: 0px;
        font-family: cambria, times new roman, serif;
        font-size: 150%;
}

h2 {
        border-bottom-width: 1px;
        margin-bottom: 0px;
        font-family: cambria, times new roman, serif;
        font-size: 133%;
}

a {
        color: #045b0e;
        border: 0px solid #045b0e;
        border-bottom-width: 1px;
        text-decoration: none;
        font-weight: bold;
}

a:hover {
        color: #ffffff;
        background: #045b0e;
}

div #navbar {
        width: 100%;
        text-align: right;
}

#navbar a {
        margin-left: 1em;
}

input {
        margin-bottom: 0.5em;
}

span .wpcf7-list-item {
display: block;
}