@charset "UTF-8";
/* Background-Styles */

* {
margin: 0;
padding: 0;
border: 0;
}

body {
	margin:0px; padding:0px;
	background-color:#transparent;
	font-family: "Manrope", sans-serif;
	color:#333;
	font-size:1em;
	line-height:1.3em;
}

/* 
	Text-Styles   
*/

h1 {
	margin:0px 0px 15px 0px;
	font-size:2.2em;
	font-family: "Manrope", sans-serif;
	color: #000;
	line-height: 1em;
	line-spacing: 1em;
	font-weight: bold;
	padding-top: 20px;
}

h2 {
	margin:0px 0px 15px 0px;
	font-size:1.5em;
	font-family: "Manrope", sans-serif;
	color: #000;
	line-height:1.2em;
	padding-top: 20px;
	font-weight: bold;
}

h3 {
	margin:0px 0px 15px 0px;
	color:#000; 
	font-family: "Manrope", sans-serif;
	font-size:1.2em;  
	font-weight: bold;
}

h4 {
	margin:0px 0px 15px 0px;
	font-size:1em;
	font-family: "Manrope", sans-serif;
	font-weight: bold;
	color: #000;
	line-height:1.2em;
	padding-top: 0px;
}

.small {
	color:#000;
	font-family: Arial;
	font-weight:normal;
	text-transform: uppercase;
	font-size:12px;
	display:block;
	margin-bottom:8px;
}

.intro {
	font-family: 'Source Serif Pro', serif;
	color:#333;
	font-size:22px;
	line-height:26px;
}

.gowun-batang-regular {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gowun-batang-bold {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-style: normal;
}


a {
	color:#a64d79;
	text-decoration:none;
}

a:hover { 
	color: 	#AA336A;
	text-decoration:none;
}

.subscribe { 
	background: #a64d79; 
	text-decoration: none; 
	padding: 5px; 
	padding-left: 10px; 
	padding-right: 10px; 
	color: white; 
	border-radius: 10px; 
	font-family: "Manrope", sans-serif; 
	font-size: 18px;}



/*------------------------------------*\
    menu-menu
\*------------------------------------*/
#menu-menu{
    list-style:none;
    font-weight:normal;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
    margin-bottom: 0px;
    float:left; /* Clear floats */
    width:100%;
    position:relative;
    z-index:5;
    */
}

#menu-menu li{
    float:left;
    margin-right:8px;
    position:relative;
}

#menu-menu a{
    display:inline;
	padding: 7px;
    color:#000;
    background:#transparent;
    text-decoration:none;
}

#menu-menu a:hover{
    color:#43A5BE;
    text-decoration:none;
}
/*------------------------------------*\
    secondary-nav
\*------------------------------------*/
#secondary-nav{
    list-style:none;
    font-weight:normal;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
    margin-bottom: 0px;
    float:left; /* Clear floats */
    width:100%;
    position:relative;
    z-index:5;
    */
}

#secondary-nav li{
    float:left;
    margin-right:25px;
    position:relative;
}

#secondary-nav a{
    display:inline;
    padding:10px;
    color:#87c040;
    background:#transparent;
    text-decoration:none;
}

#secondary-nav a:hover{
    color:#FFF;
    background:#000;
    text-decoration:none;
}

/*--- DROPDOWN ---*/
#menu-menu ul{
    background:#a64d79; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    list-style:none;
    position:absolute;
	margin-left: 0px;
	margin-top: 5px;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}

#menu-menu ul li{
    /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
	padding: 5px;
	margin-left: -5px;
}

#menu-menu ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}

#menu-menu li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
}

#menu-menu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background: #a64d79;
	color: #ffffff;
    text-decoration:none;
}

#menu-menu li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}

#menu-menu li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#a64d79;
}

/*------------------------------------*\
    Misc. Styles
\*------------------------------------*/
p { 
	margin: 0px 0px 15px 0px; 
	}
	
ol	{
	padding-left: 15px;
}

ul	{
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 15px;
}

ul li	{
	padding: 0px;
	margin: 5px;
}

#footer {
	background: #680737;
	width: 100%;
	margin:0px auto;
	margin-bottom: -20px;
	margin-top: 0px;
  	position:relative;
	font-size: 14px;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
}

#header {
	background: #fff;
	width: 100%;
	max-width: 750px;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 20px;
}

#sidebar ul { 
	margin-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	list-style-type: none;
	width: 270px;
	border-top:0px;
}

#sidebar ul li { 
	margin:0px;
	padding: 5px;
	border-bottom: 0px dotted #ccc
}

#searcharea input.entryBox{
	border:medium none;
	background-color:#000; 
	font-family:'Montserrat', sans-serif,sans-serif;
	font-size:10px;
	color:#000;
	text-transform: uppercase;
	line-height:10px;
	padding:0px;
	width:150px;
	height: 18px;
	}
	
#searchsubmit{
	background-color:#000; 
	font-family:'Montserrat', sans-serif,sans-serif;
	font-size:12px;
	color:#fff;
	text-transform: uppercase;
	padding: 3px;
	width:70px;
	margin-top: -1px;
	}
	
#s{
	border:1px solid #333;
	background-color:#FFF; 
	height: 32px;
	width: 175px;
	}
	
.text	{
	border: 1px solid #000;
}

#cntctfrm_contact_message	{
	border: 1px solid #000;
}

.cntctfrm_contact_submit	{
	background-color:#000; 
	font-family:'Montserrat', sans-serif,sans-serif;
	font-size:12px;
	color:#fff;
	text-transform: uppercase;
	padding: 3px;
	width:70px;
	height: 25px;
	margin-top: -1px;
	}
	
#textarea	{
	border:1px solid #CCC;
}

#email	{
	border:1px solid #CCC;
}

#url	{
	border:1px solid #CCC;
}

#data	{
	border:1px solid #CCC;
}

#author{
	border:1px solid #CCC;
}

#comments_template {
	padding-top: 0px;
	clear: both;
}

ul .commentlist{ 
	margin:0px;
	padding: 5px;
	list-style-type: none;
	border-top: 1px dotted #CCC;
}

.commentlist li{ 
	margin:0px;
	line-height: 18px;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}

#respond {
	padding: 0px;
	margin-top: 10px;
}	

.text_block {
	background-color: #CDD3D4;
	float:left;
	width: 900;
	margin-left:0px;
	padding: 10px 5px 10px 5px;
}

.wp-caption { 
	margin-bottom:0em;
	padding: 0px;
}

.wp-caption-text { 
	margin:0em; 
	color:#666; 
	font-size:.8em; 
	font-family: "Manrope", sans-serif;
	font-style:italic; 
	padding: 0px;
}

blockquote {
	width: 90%;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:28px; 
	font-family: "Manrope", sans-serif;
	line-height: 32px;
	color: #000;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
	border-top: 1px solid #fff2f8;
	border-bottom: 1px solid #fff2f8;
}

.alignright {
	float:right; 
	margin:0 0 10px 10px
}

.alignleft {
	float:left; 
	margin:0 10px 10px 0;
}

.aligncenter {
	display:block; 
	margin:0 auto; 
	margin-bottom:1em; clear:both
}

/* Comment Styles */

#pwbox-1699		{
	border: 1px solid #000;
}

input[type=password]	{
	border: 1px solid #fff2f8;
	border-radius: 7px;
	padding: 5px;
}

input[type=submit]	{
	background: #006db8;
	border: 0px solid #fff2f8;
	border-radius: 10px;
	padding: 6px;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
}


#submit{
	border:2px solid #3DC3D1;
	background-color:#000; 
	font-family:'Montserrat', sans-serif,sans-serif;
	font-size:10px;
	color:#3DC3D1;
	text-transform: uppercase;
	line-height:16px;
	padding:3px;
	width:120px;
	}
#author {
	padding: 0px;
	background-color:#FFF;
	border-top:2px dotted #CCC;
	border: 1px solid #CCC;
	margin-bottom: 0px;
	margin-top: 20px;
}
#email	{
	border:1px solid #CCC;
}
#url	{
	border:1px solid #CCC;
}
#data	{
	border:1px solid #CCC;
}

table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

table tr {
    border: 1px solid #ddd;
    padding: 5px;
	background: #fff2f8;
  }

table th, table td {
    padding: 10px;
    text-align: center;
	vertical-align: middle;
  }

table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
	background: #a64d79;
	color: #fff;
  }

#cooler-nav{clear: both; height: 100px; margin: 0 0 70px;}
#cooler-nav .nav-box{background: #e9e9e9; padding: 10px;}
#cooler-nav img{float: left; margin: 0 10px 0 0;}
#cooler-nav p{margin: 0 10px; font-size: 12px; vertical-align: middle;}
#cooler-nav .previous{float: left; vertical-align: middle; width: 250px; height: 100px;}
#cooler-nav .next{float: right; width: 250px;}


/*------------------------------------*\
    Hide DIVs on Devices
\*------------------------------------*/ 

@media screen and (max-width: 320px)	{
#nomobile	{
	display:none;
}}

@media screen and (max-width: 480px)	{
#nomobile{
	display:none;
}}

@media screen and (max-width: 650px)	{
#notabletsm{
	display:none;
}}

@media screen and (max-width: 768px)	{
#notablet{
	display:none;
}}

@media screen and (max-width: 980px)	{
#wrapper{
	display:none;
}}

@media screen and (max-width: 980px)	{
#wrapper{
	display:none;
}}

@media only screen and (min-width: 980px)	{
#nodesktop{
	display:none;
}}


/* Fix up IE6 PNG Support */
img, #logo { behavior: url(scripts/iepngfix.htc); }

/*------------------------------------*\
    Author Bio Box Styling
\*------------------------------------*/ 

.author_bio_section{
background-color: #fff;
padding: 15px;
border-top: 3px solid #fff2f8;
border-bottom: 3px solid #fff2f8;
margin-bottom: 15px;
}
  
.author_name{
font-size:16px;
font-weight: bold;
}
  
.author_details img {
border: 1px solid #D8D8D8;
border-radius: 50%;
float: left;
margin: 0 10px 10px 0;
}