/* @group Global */

body {
	background-color: #DBDBDB;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	font-size: 9pt;
	color: #576169;
	min-width: 600px;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -0.09em;
	text-shadow: #fff 0 1px 1px;
	color: #4C4C4C;
	border-bottom: 3px solid #9D9D9D;
	padding: 10px 2px 5px 0px;
	margin: 0 5px 15px;
}

p {
	padding: 0px 15px 15px 15px;
	margin: 0;
}

a {
	color: #333;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	text-decoration: none;
	outline: none;
	border: none;
} 

div#header {
	background: #5D0F10; 
}

div#header a.logo {
	display: block;
	width: 64px;
	height: 85px;
	margin: auto;
	border-top: 60px solid #5D0F10;
	border-bottom: 60px solid #5D0F10;
	background: url(/images/twi_logo.png) no-repeat;
	text-indent: -10000px;
}

div#content {
	width: 50%;
	margin: auto;
}

body.iphone div#content {
	width: 99%;
	margin: auto;
}

div#footer {
	text-align: center;
	margin: 15px;
}

a.badge {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 151px;
	height: 157px;
	background: url(/images/corner_badge.png) no-repeat;
	text-indent: -10000px;
}

div#header div.login {
	position: absolute;
	left: 5px;
	top: 5px;
}

div.nav_container {
	background: #333;
}

ul#navigation {
	width: 400px;
	margin: 0px auto 0px auto;
}

ul#navigation li {
	display: inline;
}

ul#navigation li a {
	display: block;
	float: left;
	background: #FFFFFF;
	-webkit-border-radius: 3px;
	width: 70px;
	text-align: center;
	margin: 10px 5px 10px 5px;
	padding: 0px 10px 0px 10px;
	height: 19px;
	line-height: 19px;
	color: #333333;
	font-size: 10px;
}

ul#navigation li a.on {
	background: #5d0f10;
	color: #FFF;
}

ul#navigation li a:hover {
	background: #dbdbdb;
	text-decoration: none;
	color: #333333;
}

ul#navigation li.fb a {
	display: block;
	float: left;
	background: none;
	padding: 0px;
	margin: 9px;
}

a.highslide img {
	border: none;
}

a.highslide:hover img {
	border: none;
}

/* @end Global */

/* @group Notices */
div.notice {
	text-align: left;
	padding: 5px;
}

div.notice h4 {
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
}

div.notice p {
	margin: 5px 0px 5px 20px;
	padding: 0px;
}

div.notice.success {
	background: #e8fff6;
	border: 5px solid #8cad90;
}

div.notice.error {
	background: #ffe7ea;
	border: 5px solid #8f3000;
}
/* @end Notices */

/* @group Texts */
div.text {
	clear: both;
	position: relative;
	background: #eee;
	padding: 10px;
	-webkit-border-radius: 5px;
	margin: 10px 0px 5px 0px;
}

div.text div.voting {
	float: left;
	width: 20%;
	max-width: 60px;
}

div.text div.content {
	float: left;
	width: 80%;
}

div.text div.voting div.score {
	width: 90%;
	background: #5d0f10;
	font-size: 20px;
	text-align: center;
	color: white;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

div.text div.voting div.controls {
	width: 90%;
	background: #DBDBDB;
}

div.text div.voting div.controls a {
	text-indent: -10000px;
	display: block;
	width: 15px;
	height: 16px;
	margin: 10px 0px 10px 0px;
}


div.text div.voting div.controls a.up {
	float: left;
	background: url(/images/up.png) no-repeat;
	margin-left: 10%;
}

div.text div.voting div.controls a.down {
	float: right;
	background: url(/images/down.png) no-repeat;
	margin-right: 10%;
}

div.text div.voting div.controls a:hover {
	background-position: bottom left;
}

div.text div.content div.media {
	float: left;
	margin-right: 10px;
}

div.text div.extra  {
	position: absolute;
	bottom: 5px;
	right: 15px;
	text-align: right;
	font-size: 10px;
}

/* @end Texts */

/* @group Pagination */
div.pagination {
	float: right;
	margin: 0px 15px 10px 0px;
}

span.pagination a,
span.pagination span.current {
	border: 1px solid #e9e9e9;
	padding: 2px 4px 2px 4px;
	font-size: 9pt;
	color: #333;
}

span.pagination a:hover {
	text-decoration: none;
	background: #ccc;
}

span.pagination span.current {
	background: #ccc;
}

span.pagination span.pgof {
	color: #333;
}

/* @end Pagination */

/* @group Text View */

div.comments {
	background: #fff;
	-webkit-border-radius: 5px;
	margin: 10px 0px 5px 0px;
	padding: 10px;
}

div.comment {
	clear: both;
	position: relative;
	margin: 5px 0px 5px 0px;
	padding: 10px;
}

img.comment_post_photo {
	width: 25px;
	max-height: 25px;
	overflow: none;
}

div.reply {
	padding: 10px;
}

div.reply textarea {
	width: 100%;
	height: 50px;
}

div.reply.out {
	background: #ffe7ea;
	line-height: 21px;
	height: 21px;
	font-weight: bold;
	color: #5d0f10;
}

div.reply.in {
	background: #fff;
	height: 80px;
}

div.reply div.pic {
	float: left;
	margin: 5px 0px 0px 0px;
	width: 25px;
	height: 25px;
	overflow: hidden;
}

div.reply input#reply {
	float: left;
	margin: 5px 0px 0px 5px;
}

div.reply a.fbconnect_login_button {
	display: block;
	float: left;
	margin-right: 10px;
}

div.comment div.image {
	float: left;
	width: 20%;
	max-width: 50px;
	background: none;
	height: 50px;
	overflow: hidden;
}

div.comment div.container {
	float: left;
	width: 80%;
}

div.comment div.container div.extra  {
	float: left;
	font-size: 10px;
	margin-left: 10px;
}

div.comment div.container div.body {
	float: left;
	margin-left: 10px;
}

img.post_reply {
	float: right;
}

div.comment.more:hover{
	cursor: pointer;
}

div.replies {
	margin-left: 15%;
	margin-right: 20%;
}

div.replies div.comment {
	background: #f1f1f1;
}

/* @end Text View */

/* @group Best/Worst View */
ul.bestworst {
	margin: 10px 0px 10px 0px;
}

ul.bestworst li {
	float: left;
	width: 22%;
	text-align: center;
	background: transparent;
}

ul.bestworst li.spacer {
	float: left;
	width: 4%;
}

ul.bestworst li a {
	display: block;
	padding: 10px 0px 10px 0px;
	background: #fff;
	-webkit-border-radius: 5px;
	font-size: 11px;
}

ul.bestworst li a:hover {
	background: #333333;
	color: #FFF;
	text-decoration: none;
}

ul.bestworst li.on a {
	background: #5d0f10;
	color: #FFF;
}

/* @end Best/Worst View */