
h2 {
	font-family: inherit;
	font-size: 24px;
	padding: 0;
	margin: 0;
}

h3 {
	margin-top: 40px;
	margin-bottom: 10px;
}

.headline {
	width: 1102px;
	margin-bottom: 10px;
}

.headline .title {
	font-size: 40px;
	font-weight: bold;
	float: left;
}

.headline .title .verison_block {
	color: #ff2299;
}

.headline .desc {
	color: #111;
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
	margin-left: 5px;
}

#change_log_panel {
	max-height: 200px;
	overflow: hidden;
}

#change_log_panel h3 {
	float: left;
}

#change_log_panel div.more {
	margin-left: 10px;
	margin-top: 5px;
	color: blue;
	padding-left: 10px;
	cursor: pointer;
}

.example_block {
	width: 100%;
	margin: 40px 0;
	padding: 10px;
	background: #555;
	border: 1px solid #333;
	color: #eee;
	max-height: 5000px;
	overflow: hidden;
}

.example_block h2 {
	/*cursor: pointer;*/
}

.demo {
	background: #ddd;
	color: #111;
	border: 1px solid #aaa;
	padding: 10px;
}

.readme_block {
	margin: 40px 0;
	padding: 10px;
	background: #eee;
	color: #111;
	font-size: 16px;
	font-weight: none;
	border: 1px dotted black;
}

.readme_block h3 {
	margin-top: 0;
}

.simple_block {
	border: 1px dashed #333;
	padding: 5px;
	margin-bottom: 20px;
	background: #aaccee;
}

pre.desc {
	maring: 0;
	padding: 0;
	font-family: Arial;
	font-size: 18px;
}

.method {
	font-size: 20px;
	margin-top: 40px;
	color: #88eeff;
}

.parameter {
	color: red;
	font-weight: bold;
}

.issue_item {
	color: blue;
	font-weight: bold;
}

.virtual_link {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.comment {
	color: green;
	font-size: 14px;
}

/*************** Float Theme Roller ***************/
.top_panel {
	width: 1102px; /* 800 + 292 + 10 */
	display: inline-block;
}

.top_panel * {
	vertical-align: top;
}

.top_panel .screenshot {
	float: left;
	width: 800px;
}

.top_panel .fb-fans-page {
	float: right;
}

.top_panel .link_panel {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: left;
}

.top_panel .link_panel .link {
	font-size: 24px;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
	margin-right: 20px;
}

ul#old_link_panel {
	display: none;
	background: #eee;
	border: 1px solid black;
	position: absolute;
	margin-top: 20px;
	width: 150px;
	padding: 10px;
}

ul#old_link_panel li {
	list-style: none;
}

ul#old_link_panel li.close_button {
	float: right;
	border: 1px solid black;
	width: 24px;
	height: 24px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}

#float_setting_dialog {
	width: 290px;
	height: 180px;
	position: fixed;
	right: 5px;
	top: 5px;
	background: #f1e7d1;
	border: 1px solid #ccc;
}

#float_setting_dialog .selector_panel {
	margin: 0 5px;
	height: 30px;
}

#float_setting_dialog .selector_panel #theme_selector {
	margin-left: 7px;
	margin-top: 5px;
	font-family: Arial;
	font-size: 13px;
	float: right;
}

#float_setting_dialog .power_by {
	background: url('img/jquery_ui_82x20.png') 5px 5px no-repeat;
	float: right;
	border: 0;
	width: 90px;
	height: 30px;
}

#float_setting_dialog .color_panel {
	margin: 5px;
	height: 30px;
}

#float_setting_dialog .text_block {
	margin-top: 5px;
	float: left;
	font-weight: bold;
	font-size: 18px;
}

#float_setting_dialog .color_panel .color_block {
	width: 200px;
	height: 30px;
	float: right;
}

.boundary_panel {
	display: inline-block;
	border: 15px solid #3377aa;
	background: #ffffdd;
	width: 500px;
	height: 300px;
}

/*************** Attributes & Methods ***************/
.attributes_list, .methods_list {
}

.format_define {
	color: green;
	margin-right: 10px;
	font-weight: bold;
}

.attributes_list .attribute, .methods_list .method_name {
	font-weight: bold;
	color: #1166aa;
	width: 190px;
}

.methods_list .method_param {
	font-weight: bold;
	color: red;
	font-size: 0.8em;
	padding-left: 30px;
}

.attributes_list .attr_desc, .methods_list .method_desc, .methods_list .method_sample {
	padding-left: 20px;
}

.methods_list .method_sample div {
	background: #000;
	padding: 2px 5px;
	color: #ddd;
}

.share_region {
	margin-left: 12px;
	margin-top: 5px;
}

.donate_region {
	margin-left: 5px;
	margin-top: 5px;
}

.donate_region .donate_button {
	float: left;
}

.donate_region p {
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	margin-left: 100px;
	padding: 0;
	line-height: 14px;
}

h1.important {
	font-size: 28px;
	color: red;
	background: black;
	padding: 10px;
}

h1.important a {
	color: #22aaff;	
}