/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Source Sans Pro', sans-serif;
}
body {
	background-color:#fff;
}
p {
	margin-top: 16px;	
	font-size: 13px;
	line-height: 19px;
	text-align: left;
}
p:first-of-type {
	margin-top: 0px;	
}
#about, #response, #faq {
	padding: 80px 0;
	margin:0 auto;
}
#about, #response {
	background-color: #F6F6F6;
	color: #555; 
}
#faq, #container {
	margin:0 auto;
	width: 700px;
}
#footer, #header {
	font-size: 11px;
	color:#aaa;
	padding: 20px;
}
#header .links {
	padding-top: 5px;
}
.copyright {
	float: left;
	width: 200px;
}
.links {
	float: right;
}
.poster {
	float: left;
	margin: 6px 30px 50px 0;
}
h1 {
	color: #555; 
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 5px;
	text-align: center;
}
hr.title {
	width:50px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
    height: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
hr {
	margin-top: 20px;
	border: 0;
    height: 0;
    border-top: 1px solid #eee;
}
dl {
	padding: 10px 0;
	width: 700px;
	margin: 0 auto;
}
dt { 
	color: #333; 
	font-family: 'Source Sans Pro', sans-serif; 
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
}
dt a { 
	color: red;
}
dd {
	color:#777;
	margin: 0; 
	padding: 0; 
	font-family: 'Source Sans Pro', sans-serif; 
	font-weight: 400;
	/*display: none */
}
a {
	color:#00A9C7;
	text-decoration:none;
}
a:hover {
	color:#00A9C7;
	text-decoration:underline;
}
a:active {
	color:#00A9C7;
	text-decoration:none;
}
.bold {
	font-weight: 700;
}
#faq-01-test {
	display: none;
}
.ui-loader {
	display:none;
}
.parallel {
	display: none;	
}
.author {
	background-color: #FFECC3;
	padding: 0 5px;
}
.more{
	/*display: none;*/	
}