body {
    font-family: 'Open Sans', sans-serif;
    background: url('/public/img/bg.png');
    line-height: 1.4em;
}

.tempus-logo {
	float: right;
	width: 100%;
	text-align: right;
}

.preheader.row {
    padding: 0;
    text-align: right;
    font-size: smaller;
    color: gray;
}

p {
    margin: .5em 0;
}

.directory-listing {
    width: 100%;
}

.directory-listing li {
    width: 100%;
    float: left;
}


.directory-listing img {
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
}

.directory-listing li .dirname {
    width: 250px;
    position: relative;
    top: 5px;
}

.directory-listing li li .dirname {
    width: 235px;
}

.directory-listing li li li .dirname {
    width: 222px;
}


.page p {
    margin: 1em 0;
}
.page ol {
	list-style-type:decimal;
	margin: 1em 0;
}

.page ul {
	list-style-type:circle;
	margin: 1em 0;
}

.workspace-left {
    font-size: small;
}

.workspace-left ul, .workspace-right ul {
	list-style: none;
}

.page h3 {
	font-size: 1.2em;
}

.page h4 {
	font-size: 1.1em;
}

.page h5 {
	font-weight: bold;
	font-size: 1.0em;
}
.page h6 {
	font-weight: bold;
	font-size: 1.0em;
}

.page li {
	margin-left: 1.6em;
}

strong, b {
	font-weight: bold;
}

i, em {
	font-style:italic;
}

.menu-item {
    background-color: #51a8b1;
    font-weight: 400;
}

.menu-item.active {
    background-color: #2E6390;
    font-weight: 600;
}


.header .onecol, .header .threecol {
    height: 135px;
    position: relative;
}

a {
    text-decoration: none;
}

.menu-item a {
    color: white;
    float: left;
    height: 100%;
    width: 100%;
}

.menu-item a span {
    position: absolute;
    bottom: 10px;
    left: 10px;
}


.footer {
    background: #333333;
}

.logo {
    line-height: 146px;
}

.logo img {
    vertical-align: middle;
}

.herounit {
    background-color: #2e6390;
    text-align: center;
}

.herounit h1 {
    color: white;
    font-size: 3em;
    line-height: 1.2em;
    margin: 1.6em 0 1.4em 0;
    font-weight: 600;
    text-shadow: 2px 2px 12px black;
}

.herounit h1 span {
    font-size: .4em;
    line-height: .4em;
    font-weight: normal;
}

.whitebox {
    background-color: white;
}

.whitebox .inner {
    padding: 10px 30px 50px 30px;
    border: 1px solid #ededed;
}

.whitebox h2 {
    font-size: 20px;
    margin: 1em 0;
    font-weight: bold;
}

.button {
    margin: 10px 0 10px 0;
    float: left;
    background-color: #2e6390;
    padding: .3em .6em;
    color: white;
    box-shadow: 4px 4px 0px 0px silver;
}

.button:hover {
    margin: 14px 0 6px 4px;
    box-shadow: none;
}

.whitebox i {
    color: #708090;
    font-style: italic;
}

.three-boxes .whitebox .inner {
    min-height: 170px;
    position: relative;
}

.three-boxes .whitebox .button {
    position: absolute;
    bottom: 10px;
    right: 20px;

}

.partners ul li {
    float: left;
    margin-right: 30px;
	height: 120px;
}


.page h2 {
    font-size: 2em;
}

.footer .threecol .inner {
    padding: 40px 20px;
    color: silver;
}

.footer h2 {
    color: white;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 1em;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: gray;
}

.footer .date {
    font-size: .8em;
    font-style: italic;
}

.footer h3 {
    font-size: 1.4em;
    color: white;
}

.login {
    width: 100%;
    text-align: center;
}

.login form {
    padding: 20px 0;
    max-width: 300px;
    margin: 40px auto 10px auto;
    border: 1px solid #51A8B1;
    box-shadow: 0px 0px 10px 10px #d3d3d3;
}

.login form label {
    float: left;
    width: 30%;
    text-align: right;
}

.workspace-header h2 {
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
    background-color: #fffaf0;
    padding: 1em;
    border-bottom: 1px dotted silver;

}

.workspace-right {
    float: left;
    width: 75%;
    padding-bottom: 50px;
}


.workspace-left {
    padding-top: 1.5em;
    float: left;
    width: 25%;
}

.workspace-right ul li img, .workspace-left ul li img {
    vertical-align: middle;
    width: 30px;
}


.workspace-right ul {
    margin: 2em 0 1em 0;
}


.workspace-left ul {
    margin: 0 10px;
}

.workspace-left ul ul {
    margin-left: 33px;
}

.workspace-right ul li, .workspace-left ul li {
    margin: 5px 0;
}

.workspace-left ul li a {
    color: black;
}

.workspace-left ul li a.active {
    font-weight: bold;
}

.workspace-left ul li a:hover {
    color: gray;
}

.workspace-right h3 {
    margin: 1em 0;
    padding: 1em 0;
    font-size: 1.3em;
    border-bottom: 1px dotted silver;
}


.workspace-popup {
    width: 550px;
    position: fixed;
    left: 20%;
    top: 30%;
    border: 1px solid #51A8B1;
    background-color: white;
    box-shadow: 0px 0px 10px 10px #696969;
    padding: 20px;
}



.workspace-popup label {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 5%;
}

.workspace-popup h2 {
    border-bottom: 1px dotted silver;
    font-size: 1.4em;
    margin-bottom: 1em;
}

#layover {
    top: 0;
    background-color: black;
    position: fixed;
    height: 100%;
    width: 100%;
    opacity:0.4;
    filter:alpha(opacity=40);
}

.partner {
    float: left;
    margin-bottom: 2em;
	min-height: 80px;
	width: 380px;
}

.partner .img-holder {
    float: left;
	width: 110px;
}

.partner .partner-info {
    float: left;
    margin-top: 1em;
	max-width: 250px;
}

.partner img {
	max-width: 100px;
}

.partner .partner-info a {
    color: black;
}

.events h4 {
    font-size: 1.4em;
}

.events h3 {
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
    margin: .6em 0;
}

.event-holder {
    border-top: 1px dotted silver;;
    padding-top: 1em;
}

.events form h3 {
    font-size: 1.6em;
    margin: 1em 0;
    border-bottom: 1px dotted silver;
    padding: .6em 0;
}

.events form label {
    float: left;
    width: 150px;
    text-align: right;
    padding-right: 20px;
}

.events form input {
    padding: .3em;
}

.events .submit {
    font-size: 1.2em;
    font-weight: 200;
}

.events form .error {
    color: red;
}

.workspace-administration {
    font-size: smaller;
    color: gray;
}

table.eval {
    margin-bottom: 2em;
}

table.eval thead th {
    font-size: 1.6em;
    padding-bottom: 1em;
    text-align: left;
}

table.eval tbody th {
    width: 20%;
    text-align: left;
    vertical-align: top;
    padding-bottom: 1em;
    padding-right: 1em;
}

table.eval textarea {
    width: 450px;
    height: 100px;
}

table.scale {
    text-align: center;
}

table.scale td {
    padding: 0 5px;
}

.video {
    width: 45%;
    float: left;
    padding-right: 5%;
    margin-bottom: 40px;
}

.video h3 {
    margin-bottom: .7em;
    font-size: 1.6em;
    float: left;
    width: 100%;
    min-height: 2em;
}

.video h4 {
    margin-bottom: .5em;
    float: left;
    width: 100%;
    min-height: 4em;
}

.video-row {
    margin-top: 2em;
    width: 100%;
    float: left;
}