/*
Theme Name: Partikle Zoo
Author URI: http://partiklezoo.com/
Theme URI:
Description: 
Author: Adam
Version: 1.2
*/



/* CSS Document */

/* 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, cite, code,
del, dfn, em, font, img, ins, kbd, samp,
small, strike, strong, sub, sup,
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;
}
html,body
{
	height:100%;
	margin:0; 
	padding:0;
}

body 
{
	background-color:#9999ff;
	color: #ffffff;
}

#floater 
{
	position:relative; 
	float:left;
	height:60%;	
	margin-bottom:-200px;
	width:1px;
}

#content
{
	position:relative; 
	clear:left;
	margin:0 auto;
}

h1.front
{
	font-weight:normal;
	font-size:250%;
	text-align:left;
	padding:10px 10px 5px 10px;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	border-bottom:solid 1px #ffffff;
}
h1.front a
{
	text-decoration: none;
	color:#ffffff;
}

ul.front 
{
	padding:5px 10px 10px 10px;
	list-style-type: none;
	float:right;
}

ul.front li
{
	float: left;
	border-left:1px solid #ffffff;
}

ul.front li:first-child 
{
	border-left:none
}

ul.front a {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	text-decoration: none;
	color: #ffffff;
}