body {
	background-color: white;
	font: 13px helvetica,arial,freesans,clean,sans-serif;
}

div.all {
	width: 640px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.header {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

div#powered {
	margin-top: 8px;
	margin-right: 8px;
}

div.footer {
	margin-bottom: 4px;
}

div.subfooter {
	text-align: center;
	background-color: white;
	font: 9px helvetica,arial,freesans,clean,sans-serif;
}

div.block {
	margin-top: 7px;
	margin-bottom: 7px;
	background-color: #eeeeee;
}

div.blog p {
	margin-top: 7px;
	margin-bottom: 7px;
}

div.backtohome {
	text-align: right;
	margin: auto;
	font-weight: bold;
}

div.title {
	text-decoration: underline;
	padding: 15px;
}

div.text {
	padding: 7px;
}

/*
pre {
    font-family: monospace;
    font-size: 12px;
    padding: 22px;
    padding-left: 30px;
    margin: auto;
    background: #f0f0f0;
    border-left: 1px solid #ccc;
    line-height: 20px;
    background: url(/img/pre_code_bg.gif) repeat-y left top;
    overflow: auto;
}
*/
/* APE DEMO */

#home_loading {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#frontdemo {
	cursor: pointer;
	height: 87px;
}

.ape_container  {
	height:55px;
	margin-top:32px;
	position:absolute;
	width:65px;
	z-index:3;
}

.ape_container .ape {
	background-image:url("/img/ape/pix_ape.gif");
	height:55px;
	position:absolute;
	width:65px;
	z-index:2;
}

.ape_container.go_right .ape_tie {
	height:25px;
	margin-left:34px;
}

.ape_container.go_left .ape_tie {
	height:26px;
	margin-left:21px;
}

.ape_tie {
	height:29px;
	margin-left:28px;
	margin-top:25px;
	position:absolute;
	width:10px;
	z-index:1;
}

.small_bubble {
	background:url("/img/ape/small_bubble.gif") no-repeat scroll 0 0 transparent;
	color:#5C919E;
	cursor:pointer;
	height:14px;
	margin-top:-10px;
	position:absolute;
	text-indent:26px;
	width:60px;
}

.bubble_right {
	margin-left:837px;
}

.chat_box_home  {
	color:#777777;
	height:0;
	margin:auto;
	overflow:hidden;
	text-align:center;
}

.chat_box_home .submit {
	background:url("/img/ape/send_text.png") repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	height:14px;
	margin:auto;
	width:34px;
	margin-left:10px;
	margin-right:10px;
}

.chat_box_home .text {
	background-color:#FAFAFA;
	border:medium none;
	color:#777777;
	margin:auto;
	width:440px;
}

.ape_message_container {
	margin-left:35px;
	margin-top:-25px;
	position:absolute;
	white-space:nowrap;
	width:auto;
}

.msg_right, .msg_left, .msg {
	float:left;
	height:35px;
}

.msg_right a {
	cursor:pointer;
}

.msg_right {
	background:url("/img/ape/bubble_right.png") no-repeat scroll right top transparent;
	float:right;
	margin-right:-7px;
	padding-right:8px;
}

.msg {
	background:url("/img/ape/bubble_mid.png") repeat scroll 0 0 transparent;
	line-height:24px;
	margin-left:8px;
}

.msg_left {
	background:url("/img/ape/bubble_left.png") repeat scroll 0 0 transparent;
	width:19px;
}
