/**
 * @title		Landing Method Template Styles
 */

/**
 * @section		Landing Menu
 */
#landing-menu {
	position:relative;
	margin-top:20px; padding-left:300px;
}
#landing-menu li {
	margin-top:2px;
}
#landing-menu li a {
	display:block;
	padding:6px 6px 6px 10px;
	height:42px;
	background:url(/templates/nurun/images/bg-landing-menu-title-sprite.png) no-repeat 0 0;
	color:#404040;
}
#landing-menu a .img {
	float:left;
	margin:16px 10px 10px 0;
	width:6px; height:10px;
	background:url(/templates/nurun/images/picto/arrow-landing-menu.png) no-repeat 0 0;
}
#landing-menu .visual {
	position:absolute; top:-4px; left:-4px; z-index:2;
	padding:4px;
	background:url(/templates/nurun/images/bg-landing-menu.png) no-repeat 0 0;
}
#content-coachingcontent  h2.landingTitle,#method  h2.landingTitle { 
	color: #A2246B;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 3px;
	margin-top:0;
}
#content-coachingcontent #landing-menu h2,#method #landing-menu h2  {
	color:#a2246b;
	font-size:14px; font-weight:bold;
	text-transform:uppercase;
	margin:0;
}
#content #landing-menu p {margin:0;}

/* first child by default */
#landing-menu li:first-child {margin-top:0;}
#landing-menu li:first-child .visual {
	z-index:3;
}

/* hover/focus */
#landing-menu li a:hover, #landing-menu li a:focus, #landing-menu li a.active {
	color:#fff;
	text-decoration:none;
	background:url(/templates/nurun/images/bg-landing-menu-title-sprite.png) no-repeat 0 100%;
}
#content-coachingcontent #landing-menu a:hover h2, 
#content-coachingcontent #landing-menu a:focus h2, 
#content-coachingcontent #landing-menu a.active h2,
#method #landing-menu a:hover h2, 
#method #landing-menu a:focus h2, 
#method #landing-menu a.active h2  {
	color:#fff;
}
#landing-menu a:hover .visual, #landing-menu a:focus .visual, #landing-menu a.active .visual {
	z-index:10;
}
#landing-menu a:hover .img, #landing-menu a:focus .img, #landing-menu a.active .img {
	background-position: 0 -11px;
}

/**
 * @section		List
 */
.content-list {overflow:hidden;}
.content-list li {
	position:relative;
	float:left;
	margin:0 0 40px 20px;
	width:260px;
}
.content-list .first-col {margin-left:0;}
.content-list a {
	display:block;
	overflow:hidden;
	color:#444;
}
.content-list .visual {
	float:left;
	margin:2px 10px 0 0;
}
.content-list h2 {
	margin-bottom:3px;
	color:#a2246b;
	font-size:18px; font-weight:normal;
	line-height:1.1;
}
.content-list p {
	margin:0;
	font-size:12px;
	line-height:1.2;
}
.content-list .more {
	position:absolute; bottom:0; left:140px;
	margin:0;
}
.content-list .more a{
color:#007E7E;
}
.content-list a:hover, .content-list a:focus {
	text-decoration:none;
}
.content-list a:hover .more, .content-list a:focus .more {
	text-decoration:underline;
}