nav {
	float: left;
	height: 100%;
	min-height: 100%;
	width: 220px;
}
body > nav {
	height: auto;
}
body {
	min-width: 990px;
}

#loginForm {
	margin: 100px auto;
}
#loginForm caption{
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 116%;
}
#loginForm th,
#loginForm td{
	border: solid 5px #fff;
	background-color: #fff;
	padding: 5px 10px;
	border: solid 1px rgba(102,204,204,1);
}
#loginForm input[type=submit]{
	padding: 0px 15px;
}

nav h1 {
	margin: 0 0 20px 0;
	text-align: center;
	color: #fff;
	font-size: 116%;
}
nav h1 img{
	margin: 0 -11px 0 -2px;
}
nav li{
	margin: 10px;
	background-color: rgba(82,184,184,1);
}
nav li a{
	display: block;
	border: solid 1px rgba(255,255,255,0.5);
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-size: 146.5%;
}
nav li a:hover{
	background-color: rgba(255,255,255,0.2);
	text-decoration: none;
}
nav li #logout{
	font-size: 116%;
	padding: 0;
	margin-top: 25px;
}
nav h2{
	margin: 10px;
	background-color: rgba(82,184,184,1);
	border: solid 1px rgba(255,255,255,0.5);
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-size: 146.5%;
}
nav h3{
	text-align: center;
}
nav select{
	box-sizing: border-box;
	margin: 0 10px 5px;
	width: 200px;
	overflow: hidden;
}
nav input[type=submit]{
	margin: 0 10px 10px;
}

#container {
	float: left;
	margin: 0;
	padding: 20px 20px 10px;
	background-color: #fff;
	min-height: 100%;
	border-top: solid 10px rgba(102,204,204,1);
}

.post h2{
	margin: 10px 1em 0 0;
	font-size: 116%;
}

.post input[type=text]{
	box-sizing: border-box;
	width: 640px;
}
.post input[type=text],
.post select{
	padding: 3px 8px;
	font-size: 116%;
	border-radius: 3px;
	border: solid 1px #ccc;
}
.post input[type=text].half{
	width: 300px;
}
.post input[type=text].quarter{
	width: 120px;
	margin-right: 10px;
}

.post #img_h1 img{
	max-width: 300px;
	max-height: 200px;
}
.post #img_sq img{
	max-width: 160px;
	max-height: 160px;
}

.post .openKCFinder{
	border: solid 1px #999;
	padding: 0 1em;
	background-color: #EEE;
	color: #000;
	margin-left: 10px;
}

.post #submit {
	display: block;
	margin: 20px 0 0 370px;
	width: 240px;
	position: relative;
}
.post #submit input[type=button]{
	display: block;
	margin: 10px auto;
	font-size:146.5%;
	width: 240px;
	padding: 8px 0;
}
.post #error{
	font-size: 116%;
	color: #d00;
	text-align: center;
}


.list {
	min-width: 710px;
}
.list h5 {
	text-align: center;
}
.list>h1 {
	text-align: center;
	margin-bottom: 10px;
}
.list section {
	width: 710px;
	border: solid 1px rgba(102,204,204,1);
	background-color: rgba(102,204,204,0.05);
	border-top-width: 2px;
}
.list section:first-child {
	border-top-width: 3px;
}
.list section:hover {
	background-color: rgba(102,204,204,0.1);
}
.list section .img{
	float: right;
	max-height: 70px;
	max-width: 95px;
	margin-left: 0.5em;
	overflow: hidden;
}
.list section .img img{
	max-height: 60px;
}
.list section h1{
	font-weight: bold;
	padding: 5px 0.5em 3px;
}
.list section h1 a{
	color: #000;
}
.list section h1 a:hover{
	color: rgba(102,204,204,1);
}
.list section p{
	padding: 0 0.5em; 
	font-size: 85%;
}
.list section ul{
	clear: right;
	border-top: solid 1px rgba(102,204,204,0.5);
}
.list section ul li{
	float: left;
	padding: 0 0.5em;
	border-left: solid 1px rgba(102,204,204,0.5);
	line-height: 2em;
}
.list section ul li:nth-child(2){
	border-left: none;
}
.list section ul li.delete{
	float: right;
}
.list section ul li.delete input{
	padding: 0 0.5em;
}

#topics {
	width: 710px;
}
#topics section{
	float: left;
	position: relative;
	margin: 0 2px 2px 0;
	overflow: hidden;
}
#topics section a:hover{
	opacity: 0.85;
}
#topics section .no{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	overflow: hidden;
	border: solid 2px rgba(0,0,0,1);
	border-radius: 50%;
	background-color: rgba(255,255,255,0.9);
	color: #000;
	font-weight: bold;
}
#topics section img{
	position: absolute;
}
#topics section .cat{
	position: absolute;
	right: 0;
	margin: 3px 5px;
	width: 6em;
	text-align: center;
	line-height: 1.25em;
	border: solid 1px rgba(255,255,255,0.4);
	color: #fff;
}
#topics section h2{
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	padding: 0.2em 0.7em;
	width: 100%;
	height: 3.4em;
	border-top: solid 1px rgba(255,255,255,0.2);
	color: rgba(32,32,32,1);
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-shadow: 0.1px 0.1px 0.1px rgba(255,255,255,1), 0.1px 0.1px 5px rgba(0,0,0,1);
}
#topics section.level1{
	width: 424px;
	height: 282px;
	font-size: 113%;
}
#topics section.level2{
	width: 282px;
	height: 140px;
}
#topics section.level3{
	width: 140px;
	height: 140px;
}
#topics section.level4{
	width: 292px;
	height: 190px;
}
#topics section.level5{
	width: 220px;
	height: 190px;
}
#topics section:last-child{
	display: none;
}

#topicsList {
	margin-top: 20px;
	width: 700px;
}
#topicsList section{
	border-top: solid 1px rgba(0,0,0,0.2);
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
}
#topicsList .img{
	float: left;
	width: 90px;
	height: 60px;
	margin-right: 5px;
	overflow: hidden;
}
#topicsList .no{
	position: absolute;
	top: 12px;
	left: 2px;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	overflow: hidden;
	border: solid 2px rgba(0,0,0,1);
	border-radius: 50%;
	background-color: rgba(255,255,255,0.9);
	color: #000;
	font-weight: bold;
}
#topicsList h2{
	margin-left: 2.5em;
	font-weight: bold;
}
#topicsList .operate{
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}
#topicsList .operate input[type=button]{
	width: 2em;
	height: 28px;
}
#topicsList .operate input[type=button]:first-child{
	margin-bottom: 4px;
}

.editor {
	min-width: 710px;
}
.editor section {
	box-sizing: border-box;
	width: 710px;
	margin: 10px 0;
	border: solid 1px rgba(102,204,204,1);
	background-color: rgba(102,204,204,0.025);
}
.editor section h2{
	font-weight: bold;
	border-bottom: solid 1px rgba(102,204,204,0.5);
	padding: 5px 10px;
}
.editor section h2 a{
	display: block;
	float: right;
	padding: 0 0.5em;
	border: solid 1px rgba(62,62,204,1);
	background-color: #fff;
	color: rgba(62,62,204,1);
	font-weight: normal;
}
.editor section h2 a:hover{
	background-color: rgba(62,62,204,0.05)
}
.editor section h2 span{
	margin: 0 0.5em;
	font-weight: normal;
}
.editor section h2 .master{
	border: solid 1px #e00;
	padding: 0 0.5em;
	color: #e00;
}
.editor section h2 .editor{
	border: solid 1px rgba(102,204,204,1);
	padding: 0 0.5em;
	color: rgba(62,164,164,1);
}
.editor section p{
	padding: 5px 10px;
}

.editor #newEditor a{
	box-sizing: border-box;
	display: block;
	width: 400px;
	padding: 0.5em;
	margin: 25px auto;
	border: solid 1px rgba(62,62,204,1);
	text-align: center;
	font-size: 1.6rem;
}
.editor #newEditor a:hover{
	background-color: rgba(62,62,204,0.05)
}

.editorEdit {
	min-width: 710px;
}
.editorEdit section {
	box-sizing: border-box;
	width: 710px;
	margin: 10px 0;
	border: solid 1px rgba(102,204,204,1);
	background-color: rgba(102,204,204,0.025);
}
.editorEdit h2{
	margin: 10px 1em 0 0;
	font-size: 116%;
}

.editorEdit input[type=text]{
	box-sizing: border-box;
	width: 640px;
}
.editorEdit input[type=text],
.editorEdit select{
	padding: 3px 8px;
	font-size: 116%;
	border-radius: 3px;
	border: solid 1px #ccc;
}
.editorEdit input[type=text].half{
	width: 300px;
}
.editorEdit input[type=text].quarter{
	width: 120px;
	margin-right: 10px;
}
.editorEdit #submit {
	display: block;
	margin-top: 20px;
	width: 312px;
	position: relative;
	text-align: center;
}
.editorEdit #submit input[type=button]{
	display: block;
	margin: 10px auto;
	font-size: 1.7rem;
	width: 240px;
	padding: 8px 10px;
}
.editorEdit #error{
	font-size: 116%;
	color: #d00;
	text-align: center;
}
