#zen-container {
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	background: #fff;
	z-index: 9999;
}
	#zen {
		width: 600px;
		min-width: 600px;
		margin: 2% auto;
	}
		#zen input[type=text],
		#zen #titlediv #title,
		#zen textarea {
			outline: none;	
		}
		#zen #content {
			color: #020202;
			margin-bottom: 20px;
		}
		#zen #categorydiv,
		#zen #tagsdiv-post_tag {
			width: 47%;
			margin: 0 auto;
			text-align: center;
			padding: 0 0.5em 1em 0.5em;
		}
		#zen .taghint {
			margin:14px 0 -19px -25px;
		}
		#zen h3.hndle {
			background: none;
			cursor: default;
		}
	#zen-container #zen-theme_info {
		position: absolute;
		bottom: 3px;
		right: 3px;
		font-size: 9px;
		line-height: 13px;
		text-align: right;
	}
		#zen-container #zen-theme_info span {
			display: block;
		}
		#zen-container #zen-theme_info #zen-theme_name {
			font-weight: bold;
			display: inline;
		}
		#zen-container #zen-theme_info #zen-theme_author {
			display: inline;
		}
		#zen-container #zen-theme_info #zen-theme_credit {
		
		}
		
/** Actions **/
.zen-deactivate {
	position: fixed;
	top: 0;
	left: 0;
	background: transparent url(../images/close-x.png) no-repeat top left;
	width: 30px;
	height: 30px;
	text-indent:-9999px;
}
.zen-activate {
	background-color: #EAF2FA;
	text-align: center;
}
	.zen-activate a,
	.zen-activate a:visited {
		display: block;
		padding: 7px 9px;
	}
	.zen-activate a:active,
	.zen-activate a:hover {
	
	}

/** Themes **/

/** For a translucent background: transparent url(../images/pixel.png) !important; */

.zen-dark {
	background: #464646 !important;
}
	.zen-dark input[type=text],
	.zen-dark #titlediv #title,
	.zen-dark textarea {
		 background: transparent url(../images/pixel_15.png) !important;
		 background: #1f2225;
		 border: none !important;
	} 
.zen-light {
	background: #e5e5e5!important;
	color: #d6d6d6!important;
}
	.zen-light input[type=text],
	.zen-light #titlediv #title,
	.zen-light textarea {
		
	}
.zen-papyrus {
	background: #fffaf1 url(../images/bg/bg-script.jpg) no-repeat fixed !important;
}
	.zen-papyrus input[type=text],
	.zen-papyrus #titlediv #title,
	.zen-papyrus textarea {
		border: none !important;
		background: transparent url(../images/pixel_15.png) !important;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		font-family: Georgia, serif;
	}
.zen-papyrus-lite {
	background: #fffaf1 !important;
}
	.zen-papyrus-lite input[type=text],
	.zen-papyrus-lite #titlediv #title,
	.zen-papyrus-lite textarea {
		border: none !important;
		background: #FEFAFA !important;
		font-family: Georgia, serif;
	}
.zen-terminal {
	background:#000000!important;
}
	.zen-terminal input[type=text],
	.zen-terminal #titlediv #title,
	.zen-terminal textarea {
		background-color:#111;
		border: 1px solid #000000 !important;
		font-family: Courier New, Courier, monospace;
		color: #00f91d !important;
	}