* {
	padding: 0; margin: 0;
}	

body {
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	background: #FFF;
}

div#wrap, div#0ther-content, div#main-content {
	float: none !important;
	width: auto;
	margin: 0 2%;
	border: 0; padding: 0;
	color: #000;
	background: transparent;
}

div#wrap {
	text-align: left;
}
div#main-content {

}
div#other-content {
	display: none; /* maybe put it back in later */
}
div#other-content h2 {
	margin: 0 0 1em;
}

div#nav {
	display: none;
}

div#tagline {
	margin: -5px 0;
	clear: both;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 0px 0 10px 2px;
}
h1#title {
	position: relative;
	left: -10px;
	font-size: 2em;
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}
h1#title a {
	margin: 0 0 0 10px;
	text-decoration: none;
}

#copyright {
	display: none;
}



/* DISPLAY THINGS */

#main-content div.item {
	padding: 15px 20px;
	margin: 0 0 15px;
	clear: both;
	border: 1px solid #EEE;
	color: #000;
	background: transparent;
}
#main-content div.plain-item {
	padding: 15px 20px;
	margin: 0 0 15px;
	clear: both;
	color: #000;
	background: transparent;
}

#main-content div.item span.cat, #main-content div.plain-item span.cat {
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#main-content img.screenshot {
	margin: 0 10px 10px;
	border: 1px solid #DDD;
}


#other-content div.item {
	margin: 0 0 15px;
	font-size: 0.9em;
	color: #000;
}




/* FONTS AND FORMATTING */

h1, #other-content h2, #nav h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	
}
#nav h1 {
	font-size: 1em;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	line-height: 1em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 1px;
	margin: 0 0 0.2em;
}

div.item h3 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

div.item blockquote {
	font-size: 0.9em;
}

#other-content h3 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	
}

a {
	color: #000;
}
#copyright a {
	color: #555;
	background: #F9F9F9;
}
#main-content div.item a:hover {
	background: #FFF;
	color: #000;	
}
p, div.item ul, div.item-plain ul {
	margin : 0 0 1em;
}

/* LISTS */


/* OTHER LIST */
#main-content ul, #other-content ul {
	list-style-type: none;
}
#main-content ul li, #other-content ul li {
	list-style-type: none;
}

