/*
Theme Name: Nai T
Theme URI: http://nait.jtandnait.co.uk/
Description: Nai T's Pink Castle!
Version: 1.0
Author: Nai T and JT
Author URI: http://elevationmultimedia.co.uk/

	Nai T

	This theme was designed by Nai T and built by JT
	of Elevation Multimedia for Nai T's blog

	The CSS, XHTML and design is © 2007 Elevation Multimedia
	All rights reserved

*/

body
{
	font-size: 75%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fba9ef;
	color: #333;
	text-align: center;
	margin: 0;
	min-width: 800px;
}

#header
{
	position: relative;
	width: 428px;
	height: 172px;
	margin: 10px auto -172px;
	z-index: 100;
}

#header img
{
	width: 428px;
	height: 172px;
	margin: 0;
	border: 0;
	z-index: 100;
}

#container
{
	min-width: 400px;
	margin: 10px;
	padding: 0 231px 0 191px;
	overflow: hidden;
	z-index: 0;
}

#content
{
	float: left;
	position: relative;
	width: 100%;
	padding: 10px 20px;
	border-top: #fba9ef 132px solid;
	background: #fbeafc;
	text-align: left;
	z-index: 0;
}

#leftbar
{
	float: left;
	position: relative;
	width: 191px;
	right: 231px;
	margin-left: -100%;
	padding: 0;
	background: url('images/turretbg.jpg');
	text-align: left;
}

#rightbar
{
	float: left;
	position: relative;
	width: 191px;
	margin-right: -100%;
	padding: 0;
	background: url('images/turretbg.jpg');
	text-align: left;
}

img.turret
{
	margin: 0;
	border: 0;
	width: 191px;
	height: 295px;
}

#leftbar ul, #rightbar ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 2em;
}

#rightbar ul ul
{
	list-style-image: url('images/crown.gif');
	margin: 0 0 0 3em;
	padding: 0;
}

#leftbar ul ul
{
	margin: 2em 0 0;
	padding: 0;
}

ul#blogpatrol
{
	margin: 3em 0 0;
	text-align: center;
}

h2
{
	font-size: 120%;
	margin: 1em 0 0;
	padding: 0;
}

img.rssimg, div.post img
{
	border: 0;
}

div.post
{
	clear: both;
}

#footer
{
	clear: both;
	margin: auto;
}

#content, #leftbar, #rightbar
{
	padding-bottom: 20010px;
	margin-bottom: -20000px;
}

#searchform #s
{
	width: 140px;
}

/* IE hacks */

* html #leftbar {
  left: 211px;
}

* html body {
  overflow: hidden;
}

* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 20010px;
  margin-bottom: -20000px;
  background: #fba9ef;
}


