/*
	Iridium by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #141414;
		overflow-anchor: none;
	}

	body,input,textarea,select
	{
		font-family: 'Arimo', sans-serif;
		font-size: 11pt;
		line-height: 1.75em;
		color: #4c4c4c;
	}

	h1,h2,h3,h4,h5,h6
	{
		/*text-transform: uppercase;*/
		font-weight: bold;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}

	/* Change this to whatever font weight/color pairing is most suitable */
	strong, b
	{
		font-weight: bold;
		color: #000000;
	}

	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		text-decoration: underline;
		color: #272727;
	}

	a:hover
	{
		text-decoration: none;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}

	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	header
	{
		margin-top: 30px;
		margin-bottom: 2em;
	}

		header h2
		{
		}

		header h3
		{
			font-size: 1.4em;
		}
		header .byline
		{
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0 0 0.5em 0;
		}

	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	/* Sections/Articles */

		section,
		article
		{
			margin-bottom: 3em;
		}

		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}

			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 1em 0;
			}

			.image.full
			{
				display: block;
				width: 100%;
				margin: 0 0 1em 0;
			}

			.image.vertical
			{
				display: block;
				width: 75%;
				margin: 0 0 1em 0;
			}

			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}

			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}

			ul.default li
			{
				padding: 0.60em 0em;
				border-top: 1px solid;
				border-color: rgba(255,255,255,.1);
			}

			ul.default li:first-child
			{
				padding-top: 0;
				border-top: none;
			}

			ul.default a
			{
				text-decoration: none;
				color: rgba(255,255,255,.5);
			}

			ul.default a:hover
			{
				text-decoration: underline;
			}

		ul.style {
		}

		ul.style li {
			margin: 0;
			padding: 0.2em 0em 0.2em 0em;
			border-top: 1px solid #ECECEC;
		}

		ul.style li:first-child
		{
			padding-top: 0;
			border-top: none;
		}

		ul.style img {
			float: left;
			margin-right: 20px;
		}

		ul.style p {
			font-size: 11pt;
			line-height: 18pt;
		}

		ul.style .posted {
			padding: 0em 0em 0em 0em;
			letter-spacing: 1px;
			text-transform: uppercase;
			font-size: 8pt;
			color: #A2A2A2;
		}

		ul.style .first {
			padding-top: 0px;
			border-top: none;
		}

	/* Members */

		.member {
			height: 200px;
		}

		.member img {
			float: left;
			margin-right: 20px;
		}

		.member p {
			line-height: 18pt;
			margin-bottom: 0px;
		}

		.name {
			font-size: 14pt;
			font-weight: bold;
			margin-bottom: 0px;
		}

		.name_j {
			font-size: 13.5pt;
			/* font-weight: bold; */
			margin-bottom: 0px;
		}

		.position {
			color: #999999;
			/*color: #469700;*/
			margin-bottom: 0px;
		}

		.position_j {
			font-size: 10pt;
			color: #999999;
			/*color: #469700;*/
			margin-bottom: 0px;
		}

		.theme_j {
			font-size: 10.5pt;
			/*color: #469700;*/
			margin-bottom: 0px;
		}

		.personal {
			color: darkmagenta;
			/* color: #469700; */
			margin-bottom: 0px;
		}
/********************************************************************************/
/* Press release                                                       */
/********************************************************************************/

.press_release
{
	font-size: 14pt;
	margin: 10px 10px;
	border-bottom: 1px solid green;
}

/********************************************************************************/
/* Publication style                                                            */
/********************************************************************************/

	#publist

	{
		position: relative;
		font-size: 12pt;
		/* color: #000; */
	}

	.bibitem
	{
		margin: 10px 10px;
		border-bottom: 1px solid green;
	}

	.bibitem a{
		color: darkmagenta;
	}

	.author
	{
		/* color: #098c8c; */
		/* font-size: 12pt; */
		margin-bottom: 0pt;
	}

	.title
	{
		/* color: #1178d5; */
		/* font-size: 12pt; */
		margin-bottom: 0pt;
	}

	.reference
	{
		/* color: #06396b; */
		/* font-size: 12pt; */
		/* margin-bottom: 0pt; */
	}

	.journal
	{
		/* color: #06396b; */
		/* font-size: 12pt; */
		/* margin-bottom: 0pt; */
		font-style: italic;
	}

	.volume
	{
		font-weight: bold;
		/* color: #06396b; */
		/* font-size: 12pt; */
		/* margin-bottom: 0pt; */
	}

	.page_year
	{
		/* color: #06396b; */
		/* font-size: 12pt; */
		/* margin-bottom: 0pt; */
	}


	.divline
	{
		overflow: hidden;
		border-top: 1px solid #359799;
	}

	/* Buttons */

		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 0.2em;
			padding: 0.50em 1.5em;
			background: darkmagenta;
			/* background: #469700; */
			/*background: #6c9036;*/
			/*background: #e95d3c;*/
			border-radius: 15px;
			text-decoration: none;
			/*text-transform: uppercase;*/
			font-size: 1.0em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #de3d27;
				color: #FFF !important;
			}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		background: #2a2f27 url(../images/butsuryo_green_dark.jpg) no-repeat;
		/* background: #2a2f27 url(../images/banner.jpg) no-repeat; */
		background-size: cover;
	}

	#logo
	{
	}

	#nav
	{
	}

		#nav ul
		{
			margin: 0;
		}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		background: #333;
		color: #fff;
	}

/*********************************************************************************/
/* Language                                                                        */
/*********************************************************************************/

#language
{
	position: relative;
	/* background: #333;*/
	color: #fff;
	/* text-transform: uppercase; */
	font-size: 12pt;
	float: right;
}

#language a:hover{
	color: #fff;
	/* text-decoration: underline; */
}

#language a:active{
	color: #fff;
}

#language a:link{
	color: #fff;
}

#language a:visited{
	color: #fff;
}

/*********************************************************************************/
/* Year                                                                       */
/*********************************************************************************/

#year
{
	position: relative;
	/* background: #333;*/
	color: grey;
	/* text-transform: uppercase; */
	font-size: 12pt;
	padding: 10px 10px;
	height: 40px;
	background-color: lightgrey;
	text-align:center
}

#year a:hover{
	color: grey;
	/* text-decoration: underline; */
}

#year a:active{
	color: grey;
	font-weight: bold;
}

#year a:link{
	color: grey;
}

#year a:visited{
	color: grey;
}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		background: #fff;
	}


/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		position: relative;
		background: #f2f2f2;
	}

	#featured h2
	{
		display: block;
		margin-bottom: 1.0em;
		font-size: 1.8em;
	}

	#featured h3
	{
		display: block;
		margin-bottom: 1.0em;
		font-size: 1.4em;
		color: gray;
	}


/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		position: relative;
		background: #1d1d1d;
	}

	#footer h2
	{
		display: block;
		color: #FFF;
	}

/*********************************************************************************/
/* Opportunities                                                                       */
/*********************************************************************************/

.opportunities
{
	height: 260px;
}

.opportunities h2
{
	font-size: 16pt;
	display: block;
	color: grey;
	padding-bottom: 10px;
	padding-top: 40px;
}

.opportunities img {
	float: left;
	margin-right: 20px;
}

.opportunities p {
	margin: 20px 20px;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		position: relative;
		padding: 3em 0em;
		letter-spacing: 1px;
		text-align: center;
		color: rgba(255,255,255,.2);
	}

	#copyright .container
	{
	}

	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.3);
	}
