/* CSS :: Nandecore - Style Sheet v1.5
 * CSS :: released under Creative Commons License -
 *		http://creativecommons.org/licenses/by-nc-sa/3.0/
 * CSS :: Author - sceadara@gmail.com
 * CSS :: Last Modified - 2009-12-14
 */

/* GENERAL */
body {
	font-size:			.8em;
	background:			#000;
	color:				#777;
}

a {
	color:				#DDD;
}

/* SITE */
#wrapper {
	width:				955px;
	margin:				0 auto;
	background:			transparent url('../design/bground.png') repeat-x center top;
}

#header {
	height:				130px;
}

#header .inside .slog {
	height:				471px;
	width:				90px;
	position:			absolute;
	top:				110px;
	background:			transparent url('../design/nandecore.png') no-repeat left top;
}

#header .inside #logo {
	background:			transparent url('../design/logo.png') no-repeat left top;
	width:				180px;
	height:				180px;
	position:			absolute;
	top:				95px;
	right:				42px;
	z-index:			40;
}

#header .inside .slog span,
#header .inside #logo span {
	display:			none;
}

#right {
	width:				188px;
	padding:			61px 0 0 0;
	margin:				114px 40px 0;
	background:			url('../design/sidebar_top.png') no-repeat top left;
}
#right .inside {
	background:			url('../design/sidebar.png') repeat-y top left;
	padding:			5px;
}
#right .inside>div {
	margin-top:			5px;
}

#right #rightend {
	background:			url('../design/sidebar_bot.png') no-repeat top left;
	height:				165px;
}

#container {
	clear:				both;
}

#main {
	width:				600px;
	min-height:			600px;
	margin:				0 300px 0 75px;
}

#main .inside {
	padding:			0 20px;
	margin-top:			10px;
	background:			url('../design/main.png') repeat-y top left;
}

#main .inside .intro {
	background:			transparent url('../design/white_sheet.png') no-repeat top left;
	height:				170px;
	padding:			0 50px;
	margin:				0 0 0 -28px;
	width:				527px;
	color:				#333;
	position:			relative;
	top:				-10px;
}

#main .inside .intro h2 {
	padding:			8px 0 3px;
}

#main .inside .intro p {
	line-height:		1.8em;
	height:				100px;
}

#main .inside .intro p a {
	color:				#F55;
}

#main #mainend {
	background:			transparent url('../design/main_bot.png') no-repeat top left;
	height:				171px;
}

#footer {
	background:			transparent url('../design/footer.png') no-repeat bottom left;
	height:				190px;
	margin:				-150px 0 0;
}

#footer #footage {
	color:				#0A0;
	text-align:			right;
	position:			relative;
	right:				1em;
	top:				12em;
}

/* NAVIGATION */
.mod_navigation {
	float:				right;
	line-height:		normal;
	margin:				60px 50px 0;
	position:			relative;
	z-index:			50;
}

.mod_navigation ul {
	margin:				0;
	padding:			0;
	list-style:			none;
}

.mod_navigation li,
.mod_navigation li.active {
	width:				128px;
	height:				31px;
	float:				right;
	text-align:			center;
	line-height:		31px;
	background:			transparent url('../design/nav_linkl.png') no-repeat left top;
	padding:			0 0 0 10px;
}

.mod_navigation a,
.mod_navigation li.active span {
	display:			block;
	font-weight:			bold;
	font-size:			11px;
	text-decoration:		none;
	color:				#FFF;
	background:			transparent url('../design/nav_linkr.png') no-repeat right top;
	padding:			0 10px 0 0;
}

.mod_navigation li:hover {
	background:			transparent url('../design/nav_hoverl.png') no-repeat left top;
}

.mod_navigation a:hover {
	background:			transparent url('../design/nav_hoverr.png') no-repeat right top;
	text-decoration:		none;
	color:				#FFF;
}

.mod_navigation li.active {
	background:			transparent url('../design/nav_hoverl.png') no-repeat left top;
}

.mod_navigation li.active span {
	font-size:			1em;
	background:			transparent url('../design/nav_hoverr.png') no-repeat right top;
	color:				#90F;
}

.mod_breadcrumb {
	font-style:			italic;
	padding:			20px 0 0 76px;
	float:				left;
	clear:				right;
}

/* NEWS LIST ALL */
.mod_newslist a {
	text-decoration:		none;
}

/* NEWS LIST TEASER */
.mod_newslist .layout_short h2 {
	padding:			20px 0 0 0;
}

.mod_newslist .layout_short h2 a {
	text-decoration:		none;

}

/* NEWS LIST SIMPLE */
.mod_newslist .layout_simple {
	padding:			0 5px;
}
.mod_newslist .layout_simple a {
	padding:			0 10px;
}

/* TWITTER READER */
.mod_tweetreader p {
	padding:			0 0 5px 0;
}
.mod_tweetreader ul {
	list-style-type:		none;
	padding:			0;
}
.mod_tweetreader li {
	border-bottom:			1px solid;
	margin-bottom:			2px;
}

.mod_tweetreader a {
	text-decoration:		none;
}


/* ULTIMATE LINK LIST */
#ultimate-link-list .mod_cataloglist {
	border:				1px solid;
	height:				150px;
	margin:				0 0 12px 0;
}
#ultimate-link-list .mod_cataloglist a {
	text-decoration:		none;
}
#ultimate-link-list .mod_cataloglist h2 {
	padding:			0 5px 10px;
}
#ultimate-link-list .mod_cataloglist ul {
	list-style-type:		none;
	padding:			2px;
}

#ultimate-link-list .mod_cataloglist ul li a {
	padding:			0 2px;
	display:			block;
}
#ultimate-link-list .mod_cataloglist ul li a:hover {
	background-color:		#222;
}
#ultimate-link-list .mod_cataloglist ul li.even {
	background-color:		#333;
}
#ultimate-link-list .mod_cataloglist ul li.odd {
	background-color:		#555;
}

/* AMAZON WISHLIST */
.mod_amazonwishlist a {
	text-decoration:		none;
}
.mod_amazonwishlist a:hover {
	color:				#AAA;
}
.wishlist dl {
	border-bottom:			0px;
	padding:			0;
}
.wishlist dl:hover {
	background-color:		#252525;
}
.wishlist .even {
	background-color:		#333;
}
.wishlist .odd {
	background-color:		#555;
}
