/*

Cat Girl Alliance Website
All rights reserved to JAST USA

*/

/* --- 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,
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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -- LAYOUT BLOCKS --*/

body { 
	background: url('img/bg.jpg'); font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	} 

#page { 
	width: 970px;
	margin: 0 auto;
	background: url('img/page.jpg') 0 0 repeat-y;
	padding: 0 5px 0 5px;
	}
	
#story { 
	background: url('img/story.jpg') 0 0 no-repeat;
	height: 413px;
	overflow: hidden;
	padding: 0 20px;
	}
	
#story h2 { 
	text-indent: -3000em;
	}
	
#tagline { 
	margin-top: 90px;
	font-style: italic;
	margin-bottom: 10px;
	color: #ab2e4c;
	font-size: 18px;
	}
	
p.plot { 
	font-size: 15px;
	width: 500px;
	color: #565656;
	margin-bottom: 20px;
	line-height: 22px;
	}
	
.characters { 
	text-indent: -3000em;
	}
	
.chara { 
	overflow: hidden;
	}
	
#natsuki { 
	background: url('img/natsuki.jpg') 0 0 no-repeat;
	height: 414px;
	}

#rumi { 
	background: url('img/rumi.jpg') 0 0 no-repeat;
	height: 412px;
	}

#shizuko { 
	background: url('img/shizuko.jpg') 0 0 no-repeat;
	height: 412px;
	}
	
#about { 
	background: url('img/about.jpg') 0 0 no-repeat;
	height: 460px;
	padding: 0 20px 0;
	overflow: hidden;
	}
	
#about p { 
	font-size: 16px;
	color: #9b5566;
	padding-top: 90px;
	line-height: 24px;
	margin-bottom: 10px;
	}
	
#about ul { 
	width: 340px;
	}
	
#about li { 
	float: left;
	margin-bottom: 20px;
	}
	
#about li.center { 
	padding: 0 20px;
	}
	
	
#buy { 
	background: url('img/buy.jpg') 0 0 no-repeat;
	padding: 90px 20px 20px;
	}
	
#buy p.wheretobuy { 
	color: #5e92b9;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
	}
	
#buy p.wheretobuy span { 
	color: #9d1c1c;
	}
	
p.spec { 
	color: #ababab;
	font-size: 15px;
	margin-top: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	}
	
p.spec span { 
	color: #565656;
	}
	
#details { 
	padding: 0 150px;
	color: #5e92b9;
	background: url('img/details.jpg') 0 bottom no-repeat;
	height: 180px;
	}

#details ul {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 25px;
	}	

#details ul li { 
	float: left;
	margin-right: 40px;
	}
	
#details ul li a { 
	color: #ababab;
	}
	
#details ul li a:hover { 
	color: #565656;
	}
	
.center { 
	text-align: center;
	}
	
#footer { 
	background: url('img/footer.jpg') 0 0 no-repeat;
	height: 33px;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	padding-left: 120px;
	line-height: 33px;
	}
	
#footer a { 
	float: right;
	padding-right: 30px;
	color: #FFFFFF;
	}
