/* @override http://localhost/~twilson/twss/twss.css */

html, body {
  	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body {
  	margin: 0;
  	padding: 0;
  	color: #eee;
  	background: #6a6a6a url(images/background-gradient.png) repeat-x;
  	text-align: center;
}

img#logo {
  	margin-top: 40px;
  	margin-bottom: 15px;
}

a {
  	text-decoration: underline;
  	color: #fff;
}

.darkBox {
  	background-color: #333;
  	border: 2px solid #ccc;
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	margin: 15px 15px 0;
  	width: auto;
  	padding-top: .5em;
  	padding-bottom: .5em;
}

.darkBox .placeholder-content {
  	padding: 0.5em 0;
}

.left-section,
.right-section {
  	padding: 15px;
  	vertical-align: top;
}

.placeholder-title {
  	color: #aaa;
}

.placeholder h2 {
  	font-size: 1.25em;
  	margin: 0 0 10px 0;
}

h3.section {
	background: #999;
	color: #000;
  	font-size: 1em;
  	margin: 0;
}

.placeholder-title a {
  	color: #ddd;
}

.item-list a {
  	text-decoration: none;
  	width: 100%;
}

.item-list,
.item-list-disabled {
	background-color: transparent;
	cursor: pointer;
	padding: 2px;
  	text-decoration: none;
}

.item-list-disabled {
	cursor: default;
}

.item-list:hover {
	background-color: #555;
}

.smalltext {
  	font-size: 0.7em;
}

.left-section .darkBox,
.right-section .darkBox {
  	margin: 0;
  	position: relative;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
}

.pageFooter {
	font-size: 11px;
	position: absolute;
	width: 100%;
	white-space: nowrap;
	margin: 10px 0;
}