/* ----- NEKYIA  HOME CSS ----- */

/* ----- RESET (modified version of Yahoo! reset.css) ----- */
/*Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt - version: 0.11.3*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td,img{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}


/* ----- MAIN STRUCTURE ----- */
body {
	background: transparent url(http://www.nekyiadance.com/images/site_images/bck-grad.jpg) repeat-y center top;
	text-align: center;
	font-family: arial, helvetica, sans;
	font-size:62.5%;
	color: #333;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 745px;
	background: transparent url(http://www.nekyiadance.com/images/site_images/bck-floral-home.gif) no-repeat center top;
}

/* ----- HEADER ----- */
#header {margin:0;padding:0;}
#header h1 {
	padding: 0 280px;
	text-indent:-9000px;
	width: 200px;
	height: 164px;
	background: transparent url(http://www.nekyiadance.com/images/site_images/header-logo-home.gif) no-repeat center top;
}

/* ----- SPLASH IMAGES ----- */
#homesplash  {
	margin: 0 auto;
	position: relative;
	width: 760px;
	height: 280px;
	overflow: hidden;
}
#homesplash img {
	width: 760px;
	height: 250px;
}
#homesplash p {
	font-size: .9em;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #FFF;
	width: 400px;
	margin: 0 auto 10px;
}
#homesplash p a {
	color: #333;
	text-decoration: none;
}
#homesplash p a {
	color: #333;
	text-decoration: none;
}
#homesplash p a:hover {
	color: #C6213E;
	text-decoration: underline;
}

/* ----- CONTENT ----- */

#content {
	float: left;
	font-size: 1.2em;
	padding-top: 10px;
	text-align: left;
	width: 760px;
}
#content a, #homestories a {
	color: #C6213E;
	text-decoration: underline;
}
#content a:hover, #homestories a:hover {
	background-color: #F7DEE2;
	color: #C6213E;
	text-decoration: none;
}
#homebox {
	float: left;
	background: #303030 url(http://www.nekyiadance.com/images/site_images/homebox-foot.gif) no-repeat center bottom;
	width: 430px;
	margin-left: 64px;
	display: inline; /* fixes IE double margin bug */
	/* padding-bottom: 10px; */
}
#homebox p {
	color: #FFF;
	padding: 0 0 .6em;
}
#homebox #boxtop {
	background: transparent url(http://www.nekyiadance.com/images/site_images/homebox-top.gif) no-repeat center top;
	padding: 15px;
}
#homebox #boxtop strong {
	color: #CCCC99;
	padding-bottom.2em;
	font-size: 1.1em;
	font-weight: bold;
}
#rightnews {
	float: right;
	margin-right: 64px;
	display: inline; /* fixes IE double margin bug */
	width: 180px;
}
#rightnews h3 {
	color: #C6213E;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 15px 0 2px;
}
#rightnews p {
	padding-bottom: .6em;
}
#homestories {
	clear: both;
	float: left;
	font-size: 1.2em;
	padding: 20px 0;
	text-align: left;
	margin-left: 79px;
	display: inline; /* fixes IE double margin bug */
	width: 617px;
}
#homestories h3 {
	color: #C6213E;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 15px 0 2px;
}
#homestories p {
	padding-bottom: .6em;
}
#homestories strong {
	font-weight: bold;
}
#homestories em {
	font-style: italic;
}