/*  
Theme Name: Flexxi
Version: 1.0
Theme URI: http://flikteoh.com/
Description: N/A
Author: Flik Teoh
Author URI: http://flikteoh.com/
Tags: N/A

Copyright by Flik Teoh 2010
	
This file is part of 'FlikTeoh' WordPress Theme
*/

/* global reset */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
body {
	color: #333;
	line-height: 20px;
	font-size: 88%;
	font-family: "Century Gothic", Arial, sans-serif;
}
a:link, a:active, a:visited, a:hover {
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
img {
	border: 0;
}
/* navigation */
.nav  {
	min-width: 870px;
	position: fixed;
	font-size: 12px;
	padding: 5px 0;
	z-index: 9999;
	height: 25px;
	width: 100%;
}
.nav li.right {
	padding: 0 10px 0;
	text-align: right;
	float: right;
	width: 180px;
}
.nav li.right span {
	position: fixed;
	right: 200px;
	top: 5px;
}
.nav li.left {
	padding: 0 10px 0;
	text-align: left;
	float: left;
	width: 180px;
}
.nav li.center {
	width: 400px;
}
.nav .logo {
	background: transparent url(style/i/logo.png) no-repeat left top;
	text-indent: -9999px;
	display: block;
	margin: 0 20px 0 0;
	line-height: 25px;
	width: 211px;
	height: 23px;
}
/* misc */
.ads {
	width: 728px;
	height: 90px;
	display: block;
	padding: 42px 70px 26px 38px;
	margin: 0 auto;
	background: transparent url(style/i/ads.png) no-repeat 24px 26px;
}
#nnadsfoot img {
	display: none !important;
}
.error {
	width: 800px;
	padding: 80px 10px 0;
	font-size: 18px;
	line-height: 22px;
}
.error h2 {
	font-size: 22px;
	margin: 0 0 30px;
}
.error p {
	margin: 0 0 20px;
}
.error ul li {
	list-style: decimal;
	margin: 20px 0 0 30px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto;
}
br.clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 0;
}
#wpstats {
	display: none;
}