/* @override http://localhost:8080/css/screen.css */

body {
	background-color: #291d13;
	background-image: url("../images/bg.gif");
}

#header {
	text-align: center;
	padding-top: 15px;
}

.whitetext, .footer {
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}

.footer {
	font-size: 10pt;
}

a {
	color: #00a3b0;
	text-decoration: none;
}

img { border: 0px; }

a:hover {
	text-decoration: underline;
}

/* @group Menu */

ul.menu {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 240px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

li.menuitem {
	float: left;
	display: inline;
	list-style: none;
	display: block;
	width: 70px;
	
	padding: 5px;
	
	color: white;
}

a.selected {
	padding: 5px;
	background-color: #4e4e4e;
}

li.menuitem a {
	color: white;
	text-decoration: none;
}

li.menuitem a:hover {
	padding: 5px;
	text-decoration: none;
	background-color: #434343;
}

/* @end */

.statictext {
	width: 450px;
	color: white;
	background-color: rgba(83,83,83,0.5);
	margin: 30px auto;
	font-size: 14px;
	padding: 1px 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* @group Message */

ul.tweets {
	margin-left: 0px;
	padding-left: 0px;
}

li.tweet {
	width: 510px;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	list-style-type: none;
}

.avatar {
	padding-top: 7px;
}

.author cite {
	color: white;
	font-size: 10pt;
	overflow: hidden;
}

.shadow {
	width: 52px;
	height: 5px;
	margin-top: -4px;
	background: url("../images/avatar-shadow.png") no-repeat;
}

.avatar img {
	width: 48px;
	height: 48px;
	border: 1px solid #9c9c9c;
}

.message {
	text-align: center;
}

.author {
	float: left;
}

.top {
	background-image: url("../images/top-bubble.png");
	width: 441px;
	height: 16px;
}

.tip {
  width: 10px;
  height: 15px;
  background-image: url("../images/tip-bubble.png");
  float: left;
  margin-top: 5px;
  margin-left: -8px;
}

.bubble {
	margin-left: 70px;
	text-align: left;
	width: 441px;
}

.bottom {
	width: 441px;
	height: 19px;
	background: url("../images/bottom-bubble.png");
}

.date {
	color: #888;
}

.bubble p { margin-bottom: 0px; margin-top: 0px; }
.bubble p.date { margin-top: 15px; }

.disclosureTriangle {
	background-image: url("../images/disclosure-triangle.png");
	width: 10px;
	height: 10px;
	position: relative;
	top: 12px;
	right: 5px;
	text-decoration: none;
}

.nominatedBy {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.nominations .profileImage {
	float: left;
}

a.attribution {
	font-size: 8pt;
	color: #888;
}

.nominations {
	display: none;
}

.content {
	padding-right: 10px;
	padding-left: 20px;
	background-image: url("../images/bg-bubble.png");
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	min-height: 65px;
}

/* @group Voting */

.votebox {
	float: right;
	width: 50px;
	height: 70px;
	text-align: center;
}

.votecount {
	font: bold 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #424242;
}

.votetext {
	color: #888;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

button {
	margin-top: 2px;
}

button.plusbutton {
	border: 0px;
	width: 16px;
	height: 16px;
	background: transparent url("../images/plus-up.png") no-repeat;
}

button.plusbutton:active {
	outline: none;
	background: url("../images/plus-down.png") no-repeat;
}

button.minusbutton {
	border: 0px;
	width: 16px;
	height: 16px;
	background: transparent url("../images/minus-up.png") no-repeat;
}

button.minusbutton:active {
	outline: none;
	background: url("../images/minus-down.png") no-repeat;
}

/* @end */

/* @end */

/* @group Navigation */

#navigation {
	margin: 30px auto 20px auto;
	background-color: clear;
	width: 130px;
	height: 38px;
}

#previous a {
	float: left;
	background-image: url("../images/previous-sprites.png");
	margin-left: 0px;
	width: 47px;
	height: 38px;
	text-decoration: none;
}

/*.disabled {
	background-position: -94px 0;
}*/

#previous a:active { background-position: -47px 0; }

#previous a.disabled, #previous a.disabled:active {
	cursor: default;
	background-position: -94px 0;
}

#next a {
	float: right;
	background-image: url("../images/next-sprites.png");
	width: 47px;
	height: 38px;
	text-decoration: none;
}

#next a:active { background-position: -47px 0; }

#next a.disabled, #next a.disabled:active {
	cursor: default;
	background-position: -94px 0;
}

/* @end */