/* 
CSS & HTML: PŠr Almqvist, 2007

If you find any bugs - get in touch with me at
p@kurasai.com. Time permitting, I'll answer 
the same day.

Feel free to use any way you want. Information wants to be free :)

*/

/*------------------------------------------------------------
RESET
------------------------------------------------------------*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
embed {
	margin: 5px 0 24px 0;
	padding: 0;
	border: 0;
	}

/*------------------------------------------------------------
BASIC SELECTORS
------------------------------------------------------------*/

body {
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	}
	
html {
	height: 100%;
}

/*------------------------------------------------------------
PAGE STRUCTURE - kurasai.com
------------------------------------------------------------*/

body#home {
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	background: url(img/bg_placeholder.png) #1b2b39 top center repeat-x;
	}
	
body#home #content {
	position: relative;
	display: inline;
	float: left;
	padding: 0 25px 0 25px;
	width: 900px;
	height: auto;
	background: transparent!important;
	text-align: left;
	z-index: 1;
	}

body#home #header {
	float: left;
	clear: both;
	width: 900px;
	height: 89px;
	border: 0;
}

body#home h1#header {
	position: relative;
	float: left;
	display: inline;
	height: 113px;
	margin: 0;
	background: url(img/header_placeholder.png) top center no-repeat;
	text-indent: -9999px;
	margin: 176px 0 22px 0;
}

body#home p {
	color: #fff!important;
	text-align: center;
}

body#home a:hover {
	color: #cecece!important;
	text-decoration: underline;
}

/*------------------------------------------------------------
TYPOGRAHY & COLORS + FORMS
------------------------------------------------------------*/

/* GENERAL */

a {
	color: #ff007a;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}

h1, h2, h3, h4, h5 {
	font-family: Lucida Grande, Arial, sans-serif;
	font-weight: normal;
}

p, li, body, blockquote, textarea {
	font-family: Lucida Grande, Arial, sans-serif;
	color: #111;
	font-size: 14px;
}

input {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	vertical-align: middle;
	margin:0;
	padding:2px!important;
}

h1 {
	font-size: 30px;
	padding: 10px 0 10px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

p {
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0 10px 0;
}

li {
	list-style: square;
	font-size: 0.9em;
	line-height: 18px;
	padding: 5px 20px 5px 10px;
	margin: 0 0 0 50px;
	font-style: normal;
	color: #666;
}

li:hover {
	color: #111!important;
	background: #f9f9f9!important;
	cursor: default;
}

ul, ol {
	padding-top: 12px;
	padding-bottom: 20px;
	clear: both;
}

ol li {
	list-style: decimal;
}