/* Included style sheet for Kiwi Poker League */
/* == */

/* Global browser reset */
* {
	font-size: 11px;
	font-family: /*'Myriad Pro', */Tahoma, Geneva, Helvetica, sans-serif;
	color: #333;	
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-decoration: none;
}

/* Shared */
body {
	background: #a2a2a2 url(../img/page-bg.gif) repeat-x top left;
}

#container {
	width: 700px;
	margin: 0 auto;
	background: #e8e8e8;
}

a { color: #002e00; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.hr { clear: both; border-bottom: 1px solid #ccc; height: 1px; width: 75%; margin: 0 auto; margin-top: 10px; margin-bottom: 10px; }

input,textarea,select { padding: 3px; /*border: 1px solid #03924d;*/ border: 3px solid #ccc; }
	input:focus,textarea:focus,select:focus { /*border: 1px solid #002e00;*/ border: 3px solid #999; }
	input.e,textarea.e,select.e { border: 3px solid #a90502; }

p { margin-bottom: 10px; }
	p.error,p.success { padding: 5px; border: 3px solid #ccc; color: #fff; }
		p.error a { color: #fff; font-weight: bold; border-bottom: 0; }
	p.error { background-color: #a90502; }
	p.success { background-color: #47693e; }

h1,h2,h3,h4 { font-family: "Trebuchet MS", Helvetica, sans-serif; }
h1 { font-size: 30px; }
h2 { font-size: 24px; font-weight: lighter; color: #a90502; }
	h2 a {
		border-bottom: 0 !important;
		font-size: 24px;
		color: #a90502;
	}
h3 { font-size: 18px; }
h4 { font-size: 14px; /*color: #03924d;*/ color: #4a6e41; }

label { float: left; width: 130px; display: block; text-align: right; margin-right: 10px; margin-bottom: 10px; line-height: 22px; font-weight: bold; clear: left; }
input,select,textarea { /*float: left; clear: right;*/ margin-right: 10px; }

.submit,.submit:focus { width: 134px; height: 40px; background: url(../img/button-submit.gif) no-repeat center; border: 0; margin-left: 140px; cursor: pointer; }

a.button { width: 134px; height: 40px; background: url(../img/button-blank.gif) no-repeat center; border: 0; color: #fff; font-weight: bold; line-height: 40px; display: block; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; text-align: center; text-transform: uppercase; margin: 5px 0px 0px 0px; text-decoration: none; border-bottom: 0px none !important; }
	table tr td a.button { float: right; margin: 5px 0px 0px 5px; }

/* Header */
#header {
	width: 100%;
	border-bottom: 2px solid #231f20;
}
	#header div.left a {
		padding-right: 5px;
	}
		#header div.left a.star {
			background: url(../img/bullet-star.gif) no-repeat left center;
			padding-left: 16px;
		}
	#header #submenu {	
		/*width: 505px;
		border-left: 195px solid #002e00;*/
		width: 670px;
		/*margin-top: 1px;
		margin-bottom: 1px;*/
		border-top: 1px solid #e8e8e8;
		border-bottom: 1px solid #e8e8e8;
		height: 30px;
		line-height: 30px;
		color: #fff;
		background: #002e00;
		padding-left: 20px;
		padding-right: 10px;
	}
		#header #submenu ul li {
			float: right;
			display: inline;
			background: url(../img/bullet-star.gif) no-repeat left center;
			color: #fff;
			padding-left: 19px;
			margin-right: 10px;
		}
		#header #submenu ul li.last {
			/*background: url(../img/bullet-arrow.gif) no-repeat left center;
			padding-left: 28px;*/
			background: none;
			padding-left: 0px;
		}
		#header #submenu a {
			color: #fff;
		}
		#header #submenu a.on {
			font-weight: bold;
		}
	#header #login {
		z-index: 50;
		position: absolute;
		width: 690px;
		padding-right: 10px;
		text-align: right;
		color: #fff;
		font-weight: bold;
		font-size: 1.4em;
	}
		#header #login #logged-in {
			width: 297px;
			height: 31px;
			background: url(../img/tab-blank.gif) no-repeat;
			line-height: 26px;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #002e00;
			text-align: center;
			float: right;
			letter-spacing: -1px;
		}
		#header #login a {
			color: #a90502;
		}

/* Content */
#content {
	width: 100%;
	padding: 7px;
}
	#content a {
		border-bottom: 1px solid #ccc;
	}
		#content a:hover {
			border-bottom: 1px solid #999;
		}

	/* Home Template */
	div.text-column {
		width: 230px;
		margin-right: 16px;
		float: left;
	}
		div.text-column h3 {
			margin: 0;
			text-transform: uppercase;
			font-weight: lighter;
			color: #002e00;
		}
		div.text-column p {
			text-align: justify;
		}
	div.image-column {
		width: 440px;
		float: left;
	}
	#special-event {
		display: block;
		width: 440px;
		height: 180px;
		margin-bottom: 10px;
		border: 0;
	}
		#special-event span {
			display: block;
			position: relative;
			left: 70px;
			top: 126px;
			color: #fff;
			font-size: 1.6em;
			text-transform: uppercase;
			font-weight: lighter;
			font-family: "Trebuchet MS", Helvetica, sans-serif;
		}
			#special-event span em {
				color: #fff;
				display: block;
				font-style: normal;
				font-size: 10px !important;
				line-height: 8px;
				text-transform: uppercase;
			}
	
	/* Page Template */
	div.main-column {
		width: 440px;
		float: left;
		margin-right: 16px;
	}
		div.main-column ul li {
			margin-left: 10px;
			padding-left: 6px;
			border-left: 3px solid #ccc;
			margin-bottom: 6px;
		}
			div.main-column ul li:hover {
				border-left: 3px solid #4a6e41;
			}
		div.main-column ol {
			margin-left: 30px;
		}
			div.main-column ol li {
				list-style-type: decimal;
				list-style-position: outside;
				margin-bottom: 6px;
			}
		div.main-column a.back {
			display: block;
			margin-bottom: 5px;
			padding-bottom: 5px;
			font-weight: bold;
		}
	div.side-column {
		width: 230px;
		float: left;
	}
		div.side-column ul li {
			background: url(../img/bullet-spade.gif) no-repeat left center;
			padding-left: 20px;
			margin-bottom: 6px;
		}
			div.side-column ul li.nobg {
				background: none;
				padding-left: 0px;
			}
	
	p.list {
			margin-top: 5px;
		}
		p.list strong {
			float: left;
			width: 65px;
			margin-bottom: 6px;
			clear: left;
			color: #4a6e41;
		}
		p.list span {
			float: left;
			clear: right;
		}

div.events {
	margin-right: 10px;
	margin-left: 1px;
}
	div.events div.body ul li strong {
		float: left;
		width: 65px;
	}

div.info {
	width: 200px;
	background-color: #ccc;
	float: left;
	padding: 3px;
	border: 3px solid #ccc;
}
	div.info p {
		color: #fff;
		font-size: 14px;
		/*margin-top: 5px;*/
		margin-bottom: 5px;
	}
		div.info p a {
			float: right;
			color: #fff;
			border-bottom: 1px solid #999;
		}
	
div.leaderboard, div.events {
	border: 3px solid #ccc;
	width: 207px;
	background-color: #fff;
	float: left;
	margin-bottom: 5px;
}
	div.leaderboard div.head, div.events div.head {
		padding: 5px;
		background-color: #002e00;
		color: #fff;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: -1px;
	}
	div.leaderboard div.body, div.events div.body {
		padding: 5px;
	}
		div.leaderboard div.body ul li,div.events div.body ul li {
			/* reset styles */
			border: 0;
			padding: 0;
			list-style-type: none;
			margin: 0;
			background: none;
			margin-bottom: 5px;
		}
			div.leaderboard div.body ul li strong {
				float: left;
				width: 55px;
			}
			div.leaderboard div.body ul li span {
				text-transform: uppercase;
				color: #999;
			}
		div.leaderboard div.body ul li.first {
			border-bottom: 1px solid #ccc;
			padding-bottom: 5px;
		}
			div.leaderboard div.body ul li.first strong {
				font-size: 24px;
				color: #aa0501;
			}

img.regionmap { border: 3px solid #ccc; }

/* Forums */
.forum {
	width: 680px;
}
	.forum .threadlist {
		width: 680px;
		margin-top: 10px;
	}
		.forum .threadlist td {
			padding: 10px;
		}
		.forum .threadlist .header td {
			font-weight: bold;
			font-size: 14px;
		}
		.forum .threadlist a {
			border-bottom: 0 !important;
		}
		.forum .threadlist .announcement td,.forum .threadlist .announcement td a {
			background-color: #47693e;
			color: #fff;
			border-bottom: 0 !important;
		}
			.forum .threadlist .announcement td.f-title {
				font-weight: bold;
			}
		.forum .threadlist .sticky td {
			background-color: #CCCCCC;
		}
			.forum .threadlist .sticky td.f-title {
				font-weight: bold;
			}
	.forum .postlist {
		width: 680px;
	}
		.forum .postlist td {
			padding: 5px;
		}
		.forum .postlist .top {
			border-bottom: 3px solid #ccc;
			text-align: right;
		}
		.forum .postlist .details td.f-author {
			width: 20%;
			border-bottom: 3px solid #ccc;
			border-left: 3px solid #ccc;
			background-color: #ddd;
			padding-left: 10px;
		}
			.forum .postlist .details td.f-author p.f-actions {
				margin-top: 10px;
			}
		.forum .postlist .details td.f-title {
			padding-left: 10px;
			border-bottom: 1px solid #ccc;
			font-weight: bold;
			width: 50%;
		}
		.forum .postlist .details td.f-date {
			border-bottom: 1px solid #ccc;
			text-align: right;
			width: 30%;
		}
			.forum .postlist .details td.f-date acronym {
				border-bottom: 1px dashed #ccc;
				color: #333;
				cursor: help;
			}
			.forum .postlist .details div.updated,.forum .postlist .details div.updated acronym {
				color: #a90502;
			}
		.forum .postlist .post td {
			border-bottom: 3px solid #ccc;
		}
			.forum .postlist .post td.f-post {
				padding: 10px;
				width: 80%;
			}

/* Footer */
#footer {
	width: 100%;
	color: #fff;
	background: #002e00;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
	#footer a {
		color: #fff;
		text-decoration: underline;
	}
	#footer a:hover {
		text-decoration: none;
	}
div.design {
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	text-align: center;
	line-height: 30px;
}
	div.design a {
		color: #fff;
	}