/**** BEGIN MEYER RESET ****/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**** END MEYER RESET ****/

.hide{
    visibility:hidden;
}

body{
	background-color:#444;
	color:#000;
	font-family:"Helvetica","Arial",sans-serif;
	font-size: 90%;
	font-weight:100;
	line-height:140%;
}

p{
	margin-bottom:1em;
}

a{color:#080;}
a:link{text-decoration:none}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{text-decoration:underline;}

#wrapper{
	width: 1218px;
	margin: 8px auto 8px auto;
}

.box{
	padding: 16px;
	margin-bottom: 8px;
	background-color: #E8E8E8;
	-moz-box-shadow: 1px 2px 4px 1px #222;
	-webkit-box-shadow: 1px 2px 4px 1px #222;
	box-shadow: 1px 2px 4px 1px #222;
}

.box h2{
	margin-bottom: 8px;
}

.box li{
	margin-top: 8px;
}

.box table{
	width: 100%;
	text-align: bottom;
}

.box td{
	padding-top: 6px;
	width: 176px;
}

.box td.midimage{
	width: 20px;
	text-align: right;
}

.box td.rightimage{
	width: 20px;
	text-align: right;
}

#header{
	padding-left:90px;
	background-image:url("icon.png");
	background-position:16px center;
	background-repeat:no-repeat;
	min-height:44px;
}

#header h1{
	font-size:130%;
	font-weight:200;
	margin-bottom:6px;
}

#header h2{
	font-size:120%;
	font-weight:200;
}

#maincolumn{
	float:right;
	width:728px;
}

#leftcolumn{
	float:left;
	width:212px;
}

#rightcolumn{
	float:right;
	width:260px;
	margin-left:8px;
}

#downloads, #donate, #news, #help {
	background-color:#282;
	color:#FFF;
}

#downloads a, #donate a, #news a, #help a{ color:#0F0; }

#donate{
	text-align:center;
	height:24px;
}

#news ul{
	list-style:disc;
	margin-left:1.2em;
}

a.thumbfloat{
	margin: 0 auto 0 auto;
}

#ultranews {
	font-weight:bold;
	background-color:#822;
	color:#FFF;
	padding-bottom:5px;
}

#ultranews a{ color:#FFF; }
