/**
 * Base CSS
 *
 * @author Shawn Drew
 * @author Tyson Augey
 * @copyright 2009
 * @version 0.1
 */

html{font-size:62.5%;}
body{color: #ADA79F; background: #2B2825; font-family: arial, helvetica, sans-serif; font-size: 1.2em;}

a {text-decoration: none; color: #F4F3F3; font-weight: bold;}
a:hover {color: #D0A907;}

h1, h2, h3 {color: #E9E9E9; font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif,", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; font-size: 3.2em; font-style: italic; font-weight: normal; letter-spacing: -1px; line-height: 1em;}
h2 {font-size: 2.6em;}
h3 {font-size: 2em;}

p {}

table {}
table thead {font-weight :bold; font-size: 1.2em; color: #ADA79F; background-color: #1E1C1A;}
table tr .uneven td {background-color: #3A3631; color: #FFF;}
table td {padding: 8px; vertical-align: top;}
table tbody {background-color: #1E1C1A; color: #ADA79F;}

.server {}
	.server h4 {margin: 0 0 0.3em 0; font-size: 1.6em;}
	.ip-port {display: block; font-size: 1.4em;}

	.player-count {display: block; font-size: 1.6em; margin-bottom: 0.3em;}
	.map {display: block; font-size: 1.4em;}
	
	.no-connection {}
	
	.status {margin-left: 5px;}

.playerlist {list-style-type: none; margin-top: 0;}

.warning {color:red;font-weight: bold;}
.note {font-weight: bold; font-style: italic;}
.playerlist {padding-left:10px;}
	.playerlist li {padding: 0 0 0.2em 0;}

#serverlist {float: left; width: 960px}

#server-list-from {display: none;}
#refresh {font-size: 12px;}

#content  {width: 960px; padding-right: 20px; float: left; clear: both;}
	#content .col {float: left; width: 460px; margin-right: 20px}
	#content .col ol {padding-left: 25px;}
	#content .col ol li {font-size: 2em; padding-bottom: 0.3em;}
	#content .col ol li p {font-size: 0.5em; margin: 0;}
	
	a.download {padding-left: 120px; background: transparent url(img/download-sprite.png) no-repeat scroll 0px 0px; min-height: 100px; display: block;}
	a.download:hover {background-position: 0px -100px; background-color: #1E1C1A;}
	
		.download .title {display: block; font-size: 1.2em; padding-top: 1em;}
		.download .sub-title {display: block; font-size: 1.6em; padding: 0.3em 0;}
		.download .file {display: block; color: #ADA79F;}
