body {
	margin: 0; padding: 0; border: 0;
	background: #333030 url(../images/bg.png) repeat;
	font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
	font-size: 0.625em; line-height: 1em; color: #fff; /* 10px */
}

img {
	border: 0;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #5297d3;
}
a[target="_blank"] {
	text-decoration: underline;
}
a[rel="nofollow"] {
	text-decoration: underline;
}

/*
 * Header
 */
#logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px 5px 5px;
	width: 40px; height: 40px;
	z-index: 1000;
}
#logo img {
	width: 40px; height: 40px;
}
#back {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 10px 5px 5px;
	z-index: 2000;
}
#active {
	position: absolute;
	top: 28px;
	left: 70px;
	padding: 0 10px 5px 5px;
	width: 20px; height: 20px;
	display: none;
}
#header h1.unread {
	color: #E2CF44;
}
#info {
	position: absolute;
	top: 26px;
	left: 45px;
	padding: 0 10px 5px 5px;
	width: 20px; height: 20px;
	z-index: 1000;
}
#info img {
	width: 20px; height: 20px;
}

/*
 * Loading
 */
#loading {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-image: url(../images/clear_image.png);
	z-index: 3000;
}
#loading img {
	display: block;
	position: fixed;
	top: 50%; left: 50%;
	margin: -30px 0 0 -30px;
}

/*
 * Contents
 */
.page {
	display: none;
	font-size: 1em;
	margin: 0;
	padding: 0.5em 0 1em 0;
	width: 100%;
}
.bottom {
	height: 10px;
}

form {
	margin: 0; padding: 0; border: 0;
}
.input_field, .checkbox_field {
	margin: 0 auto;
	padding-top: 1em;
	text-align: left;
	width: 28em;
}
.input_field label {
	font-size: 2em; line-height: 1.4em; /* 20px */
	margin-left: 0.5em;
	padding-bottom: 0.2em;
}
.input_field input {
	font-size: 2em; /* 20px */
	margin: 0 0 0.25em 0.4em;
	padding: 0.3em 0;
	border: 0.15em solid #999;
	width: 13em; height: 1.4em;
	text-align: center;
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
}
.input_field select {
	font-size: 2em; /* 20px */
	margin: 0 0 0 0.425em;
	padding: 0.4em 0 0.3em 0;
	border: 0.15em solid #999;
	width: 13.3em; height: 2em; line-height: 1.3em;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
	background-color: #ddd;
	text-shadow: rgba(255,255,255,0.6) 0 0.05em 0.05em;
}
.input_field option {
	margin: 0.1em 0 0.1em 0.4em;
	text-align: left;
	background-color: #ddd;
	text-shadow: rgba(255,255,255,0.6) 0 0.05em 0.05em;
}
.input_field input:focus {
	border: 0.15em solid #5297d3;
	outline-style: none;
}
.input_field textarea {
	font-size: 2em; /* 20px */
	margin: 1em 0 0.25em 0.4em;
	padding: 0.3em 0;
	border: 0.15em solid #999;
	width: 13em; height: 5em;
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
}
.input_field textarea#q {
	height: 3em;
}
.input_field textarea:focus {
	border: 0.15em solid #5297d3;
	outline-style: none;
}
.submit_field {
	margin: 2em auto 0 auto;
	text-align: left;
	width: 28em;
}
.submit_field a {
	display: block;
	font-size: 2em; color: #000; /* 20px */
	margin: 0 0 0.25em 0.4em;
	padding-top: 0.3em;
	border: 0.15em solid #999;
	background-color: #ddd;
	width: 13em; height: 1.4em; line-height: 1.2em;
	text-align: center;
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
	text-shadow: rgba(255,255,255,0.6) 0 0.05em 0.05em;
}
.submit_field a:hover, .submit_field a:focus {
	border: 0.15em solid #5297d3;
	outline-style: none;
}

.notes {
	font-size: 1.2em; line-height: 1.4em; /* 12px */
	margin: 0 auto;
	padding: 0 0.5em;
	width: 21em;
}

ul.list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	color: #ddd;
}
ul.list li {
	position: relative;
	padding: 10px 5px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
}
ul.list li a.icon {
	display: block;
	float: left;
}
ul.list li a.icon img {
	width: 3.8em;
/*	height: 3.8em; */
}
ul.list li a.replies {
/*	clear: right; */
	display: block;
	float: right;
	font-size: 1.8em; line-height: 1.8em; /* 20px */
	height: inherit;
	padding: 0 0 0 0.5em;
}
ul.list li a.unread {
	color: #E2CF44;
}
ul.list li a.unread:hover {
	color: #5297d3;
}

ul.list li .message {
	font-size: 1.4em; line-height: 1.2em; /* 14px */
	padding: 0 0 0 3em;
}

#conversation .conversation {
	margin: 0;
	padding: 10px 5px 20px 5px;
	color: #ddd;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
}
#conversation .conversation a.icon {
	display: block;
	float: left;
}
#conversation .conversation a.icon img {
	width: 6em;
/*	height: 6em; */
}
#conversation .conversation .message {
	font-size: 1.6em; line-height: 1.2em; /* 16px */
	padding: 0 0 0 4em;
}

.infobar {
	line-height: 1.2em;
	padding-bottom: 0.5em;
}
.auther {
	font-size: 1.14em; /* 16px */
}
.timestamp {
	font-size: 0.7em; /* 12px */
	font-style: italic;
	padding-left: 0.25em;
	white-space: nowrap;
}
.link {
	font-size: 0.9em; /* 12px */
	font-style: italic;
	padding-left: 0.25em;
}
.likes {
	color: red;
	font-size: 15px; /* 12px */
	white-space: nowrap;
}
.likes a {
	padding-right: 0.2em;
	color: orange;
	text-decoration: none;
}
.likes a.friend {
	color: red;
}
.via, .timemarker {
	float: right;
	font-size: 0.8em; /* 12px */
	font-style: italic;
	padding: 0.25em 0 0 0.25em;
}
div.actions {
	display: none;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	padding: 0.5em 0.7em 0em 0em;
	font-size: 1.6em; line-height: 1.6em; /* 20px */
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
	background-image: url(../images/clear_image.png);
	white-space: nowrap;
	overflow: hidden;
}
span.action {
	font-size: 0.7em; line-height: 2.4em; /* 10px */
	padding: 0 0 0 1em;
/*	height: 2.4em; */
}
span.action img {
	width: 2.4em;
/*	height: 2.4em; */
}

div.dialog {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	background-image: url(../images/clear_image.png);
	z-index: 2000;
}

/*
 * Others
 */
.sup {
	font-size: 0.5em;
}

.template {
	display: none;
}

/*
 * Decoreated
 */
.message p {margin: 0; padding: 0.2em 0;}
.message img {max-width: 17.8em;}
.message .you_tube {width: 21.4em; height: 17.1em;}
.message .google_video {width: 21.4em; height: 17.1em;}
.message .vimeo {width: 21.4em; height: 16.1em;}
.message .mp3 {width: 21.4em; max-width: 21.4em; height: 20px; margin-bottom: 1px;}
.message .flv {width: 21.4em; max-width: 21.4em; height: 17.1em;}
.message .facebook_video {width: 21.4em; height: 16.1em;}
.message .veoh_video {width: 21.4em; height: 17.1em;}
.message .blip {width: 100%; height: auto; background-color: #fff;}
.message .media {
	padding-top: 0.5em;
}

.message .translated {
	clear: both;
	margin: 10px 5px 5px 5px;
	border: 1px dotted #ddd;
	padding: 5px;
}

.message .emoji {
	padding: 0 1px;
}