/*
	Dopetrope 2.5 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	img {
		vertical-align:top; border:0;
	}

	ul li img{
		vertical-align:top; border:0;
	}

	body
	{
		font-size: 10.5pt;
		line-height: 1.5em;
		min-width: 1200px;
	}

	.input.search
	{
		font-family: 'Source Sans Pro', 'Nanum Gothic';
		vertical-align:top; border:0;
		padding-left:0.6em;
		height: 2.5em;
		width: 500px;
		-moz-border-radius:5px; /* Firefox */
		-webkit-border-radius: 5px; /* Safari, Chrome */
		-khtml-border-radius: 5px; /* KHTML */
		border-radius: 5px; /* CSS3 */
	}
	.input.search2
	{
		font-family: 'Source Sans Pro', 'Nanum Gothic';
		vertical-align:top; border:0;
		padding-left:0.6em;
		height: 2.5em;
		width: 500px;
		-moz-border-radius:5px; /* Firefox */
		-webkit-border-radius: 5px; /* Safari, Chrome */
		-khtml-border-radius: 5px; /* KHTML */
		border-radius: 5px; /* CSS3 */
	}
	.input.login
	{
		font-family: 'Source Sans Pro', 'Nanum Gothic';
		vertical-align:top; border:1;
		height: 1.8em;
		padding-left:5px;
		width: 100px;
	}
	.select.search
	{
		font-family: 'Source Sans Pro', 'Nanum Gothic';
		vertical-align:top; border:0;
		height: 2.5em;
		width: 0px;
		display: none;
	}
	.select.language
	{
		font-family: 'Source Sans Pro', 'Nanum Gothic';
		vertical-align:top; border:1;
		height: 1.8em;
		width: 150px;
	}

	h2
	{
		font-size: 1.5em;
	}
	
	h3
	{
		font-size: 1.35em;
	}

	.byline
	{
		margin: 0.5em 0 0 0;
		padding-bottom: 0.5em;
	}
	
	header
	{
		margin: 0 0 1.5em 0;
	}
	
	footer
	{
		margin: 2.25em 0 0 0;
	}
	
	/* Actions */

		.actions
		{
		}
		
			.actions .button
			{
				margin-right: 0.75em;
			}

	/* Box */

		.box
		{
			padding: 2.75em 1.75em 2.75em 1.75em;
		}
		
			.box .image-full
			{
				left: 1.75em;
				top: 0em;
				margin: -5.5em 0 2.25em -3.5em;
			}

		.nbox
		{
			padding: 2.5em 1.75em 1.75em 1.75em;
		}

	/* Button */
	
		.button
		{
			line-height:2.5em;
			font-size: 1.5em;
			padding: 0.65em 1.5em 0.65em 1.5em;
		}

			.button.big
			{
				font-size: 1.5em;
				padding: 0.75em 1.5em 0.75em 1.5em;
			}

			.button.small
			{
				vertical-align:middle; border:0;
				font-size: 0.8em;
				padding: 0.2em 0.8em 0.2em 0.8em;
			}

			.button.alt
			{
				vertical-align:middle; border:0;
				font-size: 0.8em;
				margin-left: 0.4em;
				padding: 0.2em 0.5em 0.2em 0.5em;
			}

			.buttonlog.log
			{
				vertical-align:middle; border:0;
				font-size: 0.6em;
				padding: 0 0.4em 0 0.4em;
			}



	/* Is-* */
	
		.is-post
		{
		}
		
			.is-post header
			{
				padding-top: 1em;
				margin: 0 0 2em 0;
			}
		
			.is-post h2
			{
				font-size: 2.5em;
				letter-spacing: -0.015em;
			}
			
			.is-post .byline
			{
				margin-top: 1.25em;
				font-size: 1.25em;
			}

	/* List */

		ul.links
		{
		}

			ul.links li
			{
				display: inline-block;
				border-left: solid 1px rgba(255,255,255,0.05);
				padding: 0 0 0 1em;
				margin: 0 0 0 1em;
			}
			
			ul.links li:first-child
			{
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

		ul.social
		{
			margin: 0 0 3.25em 0;
		}

			ul.social li
			{
				margin-left: 0.75em;
			}

	/* Pennant */

		.pennant
		{
			margin: 0 0 4em 0;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		padding: 3em 0 3em 0;
	}

		#header-wrapper:before
		{
			height: 10em;
		}
	
		#header-wrapper:after
		{
			height: 20em;
			top: -2.5em;
		}
	
	#main-wrapper
	{
		padding: 3em 0 3em 0;
	}

		#main-wrapper:after
		{
			height: 5em;
		}
	
	#footer-wrapper
	{
		padding: 3em 0 3em 0;
	}

		#footer-wrapper:before
		{
			height: 5em;
		}

		#footer-wrapper header
		{
			margin: 0 0 3em 0;
		}
		
			#footer-wrapper header h2
			{
				font-size: 1.75em;
			}
			
		#footer-wrapper .row
		{
			padding-bottom: 0em;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
	}
	
		#header h1
		{
			color: #252122;
			font-weight: 900;
			font-size: 2.5em;
			letter-spacing: -0.035em;
			margin: 0 0 0.4em 0;
		}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
	}

		#logo h1
		{
			float: left;
			color: #fff;
			margin: 0 0.35em 0 0;
			padding: 0.25em 0.2em 0.25em 0.2em;
			font-size: 3.25em;
			letter-spacing: 0.05em;
		}

		#logo span
		{
			line-height: 4.5em;
			letter-spacing: 0.025em;
			font-size: 0.9em;
		}
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: absolute;
		right: 0;
		top: 0;
		font-size: 0.9em;
	}
	
		#nav ul
		{
		}
			
			#nav ul li
			{
				float: left;
				line-height: 4.5em;
				padding-left: 1.5em;
			}

				#nav ul li a
				{
					font-weight: 800;
					letter-spacing: 0.025em;
					color: #696969;
					text-decoration: none;
					border-radius: 6px;
					padding: 0.5em 1em 0.5em 1em;
					-moz-transition: background-color .25s ease-in-out;
					-webkit-transition: background-color .25s ease-in-out;
					-o-transition: background-color .25s ease-in-out;
					-ms-transition: background-color .25s ease-in-out;
					transition: background-color .25s ease-in-out;
				}

			#nav ul li:hover
			{
			}

				#nav ul li:hover a
				{
					background: rgba(68,68,68,0.1);
				}

			#nav ul li.current_page_item
			{
			}

				#nav ul li.current_page_item a
				{
					background: #444;
					color: #fff;
				}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		margin-top: 1em;
	}
	
		#banner header
		{
			border-radius: 5px;
			position: absolute;
			left: 0;
			top: 0;
			padding: 4em;
			left: 50%;
			top: 50%;

			/*
				To vertically center this we need to set a width/height for the header
				overlay, then set a negative left/top margin set to half its width/height.
			*/
			
			width: 50em;
			height: 13em;
			margin-left: -25em;
			margin-top: -6.5em;
		}
		
			#banner header h2
			{
				font-size: 2em;
				margin: 0 0 0.65em 0;
				/*line-height: 1.1em;*/
			}

			#banner header .byline
			{
				font-size: 1.5em;
			}
			
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro
	{
		padding: 3em 0 0 0;
	}
	
		#intro section
		{
			padding: 2em 0 2em 0;
		}

		#intro h2
		{
			font-size: 1.75em;
		}
		
		#intro p
		{
			font-size: 1.25em;
			margin: 0;
		}
	
		#intro .middle
		{
			box-shadow:	16px 0px 0px 0px #fff,
						17px 0px 0px 0px #ccc, 
						
						-16px 0px 0px 0px #fff, 
						-17px 0px 0px 0px #ccc, 
						
						-16px -45px 0px 0px #fff, 
						16px -45px 0px 0px #fff, 

						-16px 45px 0px 0px #fff, 
						16px 45px 0px 0px #fff, 

						-16px 0px 45px 0px rgba(0,0,0,0.15),
						16px 0px 45px 0px rgba(0,0,0,0.15);
		}
		
		#intro .actions
		{
			padding: 5em 0 0 0;
		}
		
			#intro .actions .button
			{
				width: 12em;
				margin: 0 0.5em 0 0.5em;
			}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
		
	#copyright
	{
		margin: 0em 0 2em 0;
	}
	
		#copyright .links
		{
			padding: 0.85em 2.25em 0.85em 2.25em;
		}