@charset "utf-8";
/* CSS Document */

/*Below is the style selectors for Kwicks*/

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 1em;
	left: 0;
	top: 0;
}
  
 .kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 200px;
	height: 1.5em;
	font-family: "蘋果儷中黑", "微軟正黑體", "文泉驛正黑", Arial, "Helvetica Neue", Helvetica, sans-serif;
 }
 
 .kwicks li a {
	color: #0FF;
	text-decoration: none;
 }
 
 .kwicks .sub-text {
	color: #FFF;
	font-size: 0.85em;
	margin-left: 0.5em;
	text-transform: lowercase;
 }
 
 /*End of the style selectors for Kwicks*/

body {
	font-family: 蘋果儷中黑, 微軟正黑體, 文泉驛正黑, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	background: #8d3936;
	margin-left:auto;
	margin-right:auto;
}

a {
text-decoration: none;
}

a img {
border: 0;
}

/**/
#universe {
width: 90%;
max-width: 1296px;
margin: 5em auto 0 auto;
}

/**/
#header {
	border-bottom: 1px solid #aeaeae;
	padding-top: 0.25px;
}

 #navigation {
 margin-top: 0.25em;
 border-top: 1px solid #aeaeae;
 }
 
/**/
#content {

}

 #content h2.section-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	letter-spacing: -0.06em;
	text-transform: lowercase;
	color: #FFF;
	margin: 0.2em auto 0.6em auto;
 }
 
 #content .scrollable-wrapper {
 border-top: 1px solid #ccc;
 margin-top: 0.5em;
 padding-top: 0.25em;
 }
 
 #content #left-column {
 color: #787878;
 font-size: 0.9em;
 margin-right: 3.5%;
 margin-top: 2em;
 float: left;
 position: relative;
 width: 40%;
 border-top: 1px solid #aeaeae;
 
 font-family: Georgia, "Times New Roman", Times, serif;
 }
 
  #left-column h3 {
  color: #666666;
  font-size: 1.5em;
  font-weight: normal;
  font-style: italic;
  margin-left: 1em;
  margin-top: 0.1em;
  }
  
  #left-column h4 {
  margin-left: 1em;
  }
  
  #left-column p {
  margin-left: 2%;
  margin-right: 2%;
  }
 
 #content #right-column {
 float: left;
 position: relative;
 width: 55.5%;
 }
 
 #content p.article-author {
 text-align: right;
 margin: 0;
 color: #666666;
 }
 
 #content #right-column h4 {
 color: #555555;
 }

 
/**/ 
#footer {
	margin-top: 3em;
	color: #808080;
	font-size: 0.85em;
	clear: both;
}

 #footer p {
 margin-top: 0.1em;
 margin-bottom: 2em;
 }
 
 #footer a {
 text-decoration: none;
 color: #808080;
 }

