/*
 * Add local customizations here.
 */
@import 'spacelab.css';

a {
    color: #2c3e50;
}

body > .container {
    padding-bottom: 20px;
}

div.code {
    font-family: Consolas, Lucida Console, Monaco, Courier New;
    background-color: #779;
    color: #fff;
    padding: 16px;
}

blockquote small {
    padding-top: 10px;
}

.wide-menu {
	width: 226px;
}

.menu-description {
	margin-left: 20px;
	color: #333;
	border-left: 1px solid #ccc;
	padding-left: 4px;
	padding-right: 8px;
	font-size: 11px;
	line-height: 120%;
	margin-bottom: 8px;
}

.contact-form {
    position: relative;
    padding-top: 30px;
}

.badge-header {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

#_message {
	height: 150px;
}

.required label:before {
    color: #e32;
    content: '* ';
    font-weight: bold;
    display: inline;
}

img.profile-image {
    float: right;
    width: 170px;
    margin: 0 0 12px 12px;
}

.powered-by {
background-color: #e4e4e4; position: absolute; left: 0; right: 0; padding-top: 0.2em; text-align: right; padding-right: 4em; margin-top: 1em;
    font-size: 10px;
}

.powered-by a { text-decoration: underline; font-color: black; }
