/**
  * From css/main.css: @import "reset.css";
  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/** End of reset.css */


/**
  * From css/main.css: @import "dev.css";
  */

body {
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #6F3C28 url(/static/images/bg.gif) top left repeat-x;
	padding-bottom: 80px;
	}

img, div {
    behavior: url(/static/js/iepngfix.htc);
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {
    display:inline-block;
	}
/* Hide from IE Mac \*/

.clearfix {
    display:block;
	}
/* End hide from IE Mac */

#wrapper {
	width: 956px;
	margin: 22px auto 0;
	position: relative;
	}

a:link, a:visited {
	color: #D94F18;
	text-decoration: none;
	}

a:hover, a:active {
	color: #D77853;
	text-decoration: none;
	}

#rss {
	position: absolute;
	left: 821px;
	top: 37px;
	width: 110px;
	height: 114px;
	}

/* ~~~~~~~~~~ HEADER STYLE ~~~~~~~~~~ */

#hd {
	margin-bottom: 30px;
	padding-left: 214px;
	position: relative;
	}

#hd h1 {
	height: 37px;
	float: left;
	}

#hd h1 a {
	background: url(/static/images/h1.png) top left no-repeat;
	height: 37px;
	width: 182px;
	display: block;
	text-indent: -9999px;
	}

.language {
	position: absolute;
	top: 0px;
	right: 0px;
	}

.language li {
	float: left;
	font-size: 1.2em;
	height: 26px;
	margin-left: 1px;
	background: url(/static/images/language-r.png) right no-repeat scroll;
	padding-right: 10px;
	color: #A75C3E;
	line-height: 2;
	}

.language li a {
	height: 26px;
	background: url(/static/images/language-l.png) left no-repeat scroll;
	padding-left: 25px;
	display: block;
	color: #A75C3E;
	text-decoration: none;
	}

.language li.selected a {
	background: url(/static/images/language-l-selected.png) left no-repeat scroll;
	cursor: default;
	}

.language li a:hover {
	background: url(/static/images/language-l-selected.png) left no-repeat scroll;
	}

.language li.logout {
	background: url(/static/images/blank.gif) no-repeat;
	}

.language li.logout a {
	background: url(/static/images/blank.gif) no-repeat;
	font-weight: bold;
	color: #BC785E;
	}

.language li.logout a:hover {
	color: #A75C3E;
	}

/* ~~~~~~~~~~ NAV STYLE ~~~~~~~~~~ */

.nav {
	padding-left: 216px;
	position: relative;
	width: 524px;
	}

.nav li {
	background: url(/static/images/nav-l.png) bottom left no-repeat;
	float: left;
	padding-left: 14px;
	margin-right: 2px;
	height: 35px;
	line-height: 2.8;
	}

.nav li a {
	background: url(/static/images/nav-r.png) bottom right no-repeat;
	padding-right: 14px;
	display: block;
	height: 35px;
	color: #FCB598;
	font-size: 1.5em;
	font-weight: bold;
	}

.nav li a:hover {
	color: #FCDACC;
	}

.nav li.selected {
	background: url(/static/images/nav-selected-l.png) left no-repeat;
	padding-left: 14px;
	}

.nav li.selected a {
	background: url(/static/images/nav-selected-r.png) right no-repeat;
	padding-right: 14px;
	color: #52443E;
	cursor: default;
	}

.nav li.selected a:hover {
	color: #fff;
	color: #52443E;
	}

.nav h2 {
	background: url(/static/images/channelname-l.png) bottom left no-repeat;
	padding-left: 14px;
	height: 35px;
	position: absolute;
	right: 0;
	line-height: 2.8;
	}

.nav h2 span {
	background: url(/static/images/channelname-r.png) bottom right no-repeat;
	padding: 0 20px 0 6px;
	display: block;
	height: 35px;
	color: #eee;
	font-size: 1.5em;
	font-weight: bold;
	}

/* ~~~~~~~~~~ COLUMN STYLE ~~~~~~~~~~ */

#content {
	margin: 0;
	}

.column {
	float: left;
	width: 756px;
	background: url(/static/images/main-t.png) top right no-repeat;
	padding-top: 16px;
	}

.column .column2 {
	background: url(/static/images/main-b.png) bottom right no-repeat;
	padding-bottom: 16px;
	}

.column-3 {
	float: right;
	width: 200px;
	padding: 20px 0 30px;
	}

.column-4 {
	float: right;
	width: 200px;
	padding: 36px 0;
	}

.right {
	background: url(/static/images/right-t.png) top right no-repeat;
	padding-top: 20px;
	}

.right .bd {
	background: url(/static/images/right-b.png) bottom right no-repeat;
	padding-bottom: 40px;
	}

.main {
	float: right;
	background-color: #fff;
	padding: 6px 22px 34px;
	width: 512px;
	}

.left {
	background: url(/static/images/left-t.png) top left no-repeat;
	float: left;
	width: 200px;
	padding-top: 20px;
	overflow: hidden;
	}

.left .bd {
	background: url(/static/images/left-b.png) bottom left no-repeat;
	padding-bottom: 30px;
	}

/* ~~~~~~~~~~ AD STYLE ~~~~~~~~~~ */

.ad {
	padding: 0 20px;
	overflow: hidden;
	margin-bottom: 26px;
	}

/* ~~~~~~~~~~ FEEDBACK STYLE ~~~~~~~~~~ */

.feedback {
	padding: 0 20px;
	overflow: hidden;
	}

.feedback h3 {
	font-size: 1.7em;
	color: #7A210F;
	margin-bottom: 12px;
	}

.feedback p {
	font-size: 1.2em;
	color: #0E0E0E;
	line-height: 1.4;
	margin-bottom: 12px;
	}

.feedback p img {
	float: right;
	margin-top: 4px;
	}

.feedback textarea {
	background: #F5F0ED;
	border: #8A5641 1px solid;
	padding: 4px;
	width: 150px;
	margin-bottom: 2px;
	}

.feedback textarea:focus {
	background: #FDFBF9;
	border: #7D2E0E 1px solid;
	}

.feedback input {
	background: #903B19;
	border: 0;
	padding: 2px 0;
	width: 160px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	}

/* ~~~~~~~~~~ USER STYLE ~~~~~~~~~~ */

.user-info {
	padding: 9px 20px 0;
	background: url(/static/images/user-rt.gif) top no-repeat;
	font-size: 1.2em;
	margin-bottom: 24px;
	}

.user-info .bd {
	padding: 0 10px 9px;
	background: #fff url(/static/images/user-rb.gif) bottom no-repeat;
	}

.user-info .user {
	padding-bottom: 12px;
	background: url(/static/images/userinfo-hr.gif) bottom repeat-x;
	margin-bottom: 10px;
	line-height: 1.5;
	}

.user-info .user img {
	border:1px solid #E5E5E5;
	float:left;
	padding:1px;
	}

.user-info .user .info {
	float:left;
	margin-left:5px;
	width:95px;
	color: #1A1A1A;
	font-weight: bold;
	}

.user-info .user .info a {
	background:transparent url(/static/images/icon-arrow.gif) no-repeat scroll 0 50%;
	border-top:1px dotted #101010;
	display:block;
	padding-left:5px;
	font-weight: 400;
	}

.user-info .user strong {
	color: #1A1A1A;
	}

.user-info .channels p {
	line-height: 1.3;
	margin-bottom: 14px;
	}

.user-info .channels p span {
	float: left;
	}

.user-info .channels p a {
	float: right;
	background: #191919;
	color: #fff;
	padding: 0 7px;
	margin-left: 2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}

.user-info .channels p a:hover {
	background: #444;
	}

.user-info .channels ul {
	padding-left: 16px;
	padding-bottom: 6px;
	}

.user-info .channels li {
	background:transparent url(/static/images/user-channels.gif) left top no-repeat scroll;
	background-position: 0 2px;
	padding-left: 14px;
	margin-bottom: 5px;
	font-weight: bold;
	}

.user-info .channels li img {
	margin-left: 6px;
	}

.user-info .signin {
	background:transparent url(/static/images/user-channels.gif) left top no-repeat scroll;
	padding-left: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	background-position: 0 2px;
	}

/* ~~~~~~~~~~ CHANNEL STYLE ~~~~~~~~~~ */

.rss-channel {
	position: absolute;
	left: 807px;
	top: 66px;
	width: 100px;
	height: 72px;
	}

.right .channel {
	padding: 0 20px;
	overflow: hidden;
	}

.right .channel h5 {
	border-bottom:1px dotted #9D7867;
	padding-bottom: 6px;
	margin-bottom: 6px;
	width: 154px;
	font-size: 1.3em;
	color: #876353;
	}

.right .channel label {
	line-height: 1.5;
	font-size: 1.1em;
	color: #B1988D;
	}

.right .channel input {
	border:1px solid #9D7867;
	background: #FBF8F6;
	width: 153px;
	padding: 2px 0;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5D5D;
	}

.right .channel a {
	display: block;
	background: #EA871F;
	margin: 3px 5px 0 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	line-height: 1.7;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}

.right .channel a:hover {
	background: #EA671F;
	color: #fff;
	}

/* ~~~~~~~~~~ PEOPLE STYLE ~~~~~~~~~~ */

.people {
    margin-top: 20px;
	padding: 0 20px;
	overflow: hidden;
	}

.people h5 {
	border-bottom:1px dotted #9D7867;
	padding-bottom: 6px;
	font-size: 1.3em;
	color: #876353;
	margin-bottom: 6px;
	width: 154px;
	}

.people a {
	margin: 0 2px 2px 0;
	float: left;
	display: block;
	}

/* ~~~~~~~~~~ POST STYLE ~~~~~~~~~~ */

.post {
	background: url(/static/images/post-rt.gif) top no-repeat;
	padding-top: 18px;
	margin-bottom: 38px;
	}

.post .bd {
	background: #433733 url(/static/images/post-rb.gif) bottom no-repeat;
	padding: 0 15px 18px;
	}

.post p {
	background: #433733 url(/static/images/what.gif) no-repeat;
	float: left;
	width: 152px;
	height: 50px;
	margin-top: 20px;
	text-indent: -999px;
	}

.post:hover p {
	background: #433733 url(/static/images/what-hover.gif) no-repeat;
	}

.post form {
	float: right;
	width: 330px;
	}

.post form textarea {
	width: 316px;
	background: #F7EEE9;
	border: #372721 1px solid;
	height: 88px;
	margin-bottom: 10px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

.post form textarea:focus {
	background: #FEFAF8;
	border: #251711 1px solid;
	}

.post form input {
	background: #2C2320;
	border: 0;
	padding: 3px 0;
	width: 325px;
	color: #B45834;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	}

.post form input:hover {
	color: #DF6636;
	}

/* ~~~~~~~~~~ POST MESSAGE STYLE ~~~~~~~~~~ */

.post-msg {
	background: url(/static/images/post-rt.gif) top no-repeat;
	padding-top: 18px;
	margin-bottom: 38px;
	}

.post-msg .bd {
	background: #433733 url(/static/images/post-rb.gif) bottom no-repeat;
	padding: 0 15px 18px;
	}

.post-msg .msg {
	float: left;
	margin-top: 6px;
	width: 140px;
	}

.post-msg .msg p {
	margin-bottom: 6px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.2em;
	color: #927E78;
	text-align: right;
	}

.post-msg .msg p.nickname {
	font-size: 2em;
	color: #fff;
	}

.post-msg form {
	float: right;
	width: 330px;
	}

.post-msg form textarea {
	width: 316px;
	background: #F7EEE9;
	border: #372721 1px solid;
	height: 88px;
	margin-bottom: 10px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

.post-msg form textarea:focus {
	background: #FEFAF8;
	border: #251711 1px solid;
	}

.post-msg form input {
	background: #2C2320;
	border: 0;
	padding: 3px 0;
	width: 325px;
	color: #B45834;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	}

.post-msg form input:hover {
	color: #DF6636;
	}

.nomessages {
	background: url(/static/images/icon-mark.gif) left no-repeat;
	padding-left: 36px;
	margin-left: 166px;
	line-height: 2;
	font-size: 1.1em;
	font-weight: bold;
	}

/* ~~~~~~~~~~ MESSAGE STYLE ~~~~~~~~~~ */

.content {
	font-size: 1.2em;
	}

.message li {
	background: url(/static/images/msg-hr.gif) bottom repeat-x;
	padding-bottom: 22px;
	margin-bottom: 20px;
	}

.message li img {
	float: left;
	border: #E9E9E9 1px solid;
	padding: 1px;
	}

.message li .info {
	float: right;
	width: 412px;
	}

.message li .info ul {
	margin-bottom: 12px;
	}

.message li ul li {
	background: url(/static/images/blank.gif) no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 0;
	color: #bbb;
	line-height: 1.5;
	}

.message li ul li.username {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1;
	margin-right: 14px;
	}

.message li ul li.time {
	background: url(/static/images/icon-clock.gif) left no-repeat;
	padding-left: 16px;
	}

.message li ul li.permalink a {
	background: url(/static/images/icon-link.gif) top left no-repeat;
	background-position: 0 1px;
	color: #bbb;
	padding-left: 16px;
	}

.message li ul li.permalink a:hover {
	background: url(/static/images/icon-link.gif) top left no-repeat;
	background-position: 0 -15px;
	color: #333;
	}

.message li ul li.delete a {
	background: url(/static/images/icon-delete.gif) top left no-repeat;
	background-position: 0 1px;
	color: #bbb;
	padding-left: 16px;
	}

.message li ul li.delete a:hover {
	background: url(/static/images/icon-delete.gif) top left no-repeat;
	background-position: 0 -15px;
	color: #333;
	}

.message li ul li.channel a {
	background: url(/static/images/icon-channel.gif) top left no-repeat;
	background-position: 0 1px;
	color: #414141;
	padding-left: 16px;
	margin-right: 0;
	}

.message li ul li.channel a:hover {
	background: url(/static/images/icon-channel.gif) top left no-repeat;
	background-position: 0 -15px;
	color: #000;
	}

.message p {
	line-height: 1.4;
	}

.message p img {
	float: right;
	border: 0;
	padding: 0;
	padding-top: 2px;
	margin: 0 0 4px 4px;
	}

.pagecontrol {
	text-align: right;
	line-height: 3;
	margin-top: -10px;
	}

.pagecontrol a {
	font-size: 1.2em;
	font-weight: bold;
	color: #555;
	margin-left: 16px;
	}

.pagecontrol a:hover {
	color: #222;
	}

.message .talkto {
	background: url(/static/images/icon-talkto.gif) left no-repeat;
	padding-left: 18px;
	margin: -7px 0 2px;
	}

.message .talkto img.avatar {
	float: none;
	border: 1px solid #D3D3D3;
	vertical-align: middle;
	padding: 1px;
	}

.message .talkto .nickname {
	padding-left: 4px;
	}

/* ~~~~~~~~~~ CHANNELS STYLE ~~~~~~~~~~ */

.main .channels {
	background: url(/static/images/post-rt.gif) top no-repeat;
	padding-top: 18px;
	margin-bottom: 38px;
	}

.main .channels .bd {
	background: #433733 url(/static/images/post-rb.gif) bottom no-repeat;
	padding: 4px 34px 22px;
	}

.main .channels .info {
	background: #433733 url(/static/images/radar.gif) left no-repeat;
	padding-left: 112px;
	min-height: 121px;
	}

.main .channels .info h3 {
	font-size: 3em;
	color: #F6B537;
	line-height: 1.2;
	}

.main .channels .info p {
	font-size: 1.2em;
	color: #C5C5C5;
	line-height: 1.3;
	margin-bottom: 10px;
	}

.main .channels .info a {
	background: url(/static/images/create-channel-l.gif) left no-repeat;
	padding-left: 14px;
	display: block;
	float: left;
	color: #B56A4D;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8;
	}

.main .channels .info a span {
	background: #2A211E url(/static/images/create-channel-r.gif) right no-repeat;
	padding-right: 14px;
	display: block;
	height: 28px;
	cursor: pointer;
	}

.main .channels .info a:hover {
	color: #DD5A28;
	}

.channellist {
	font-size: 1.2em;
	}

.channellist h4 {
	font-size: 1.5em;
	color: #1C1C1C;
	margin-bottom: 22px;
	}

.channellist ul {
	padding-left: 36px;
	}

.channellist li {
	background: url(/static/images/icon-channel.gif) left no-repeat;
	padding-left: 22px;
	background-position: 0 -13px;
	line-height: 1.4;
	margin-bottom: 10px;
	}

.channellist li a {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: -3px;
	}

.main .channels a.join {
	display: block;
	font-weight: bold;
	font-size: 2.4em;
	color: #B45834;
	text-align: center;
	}

.main .channels a.join:hover {
	color: #DC7248;
	}

/* ~~~~~~~~~~ SETTING STYLE ~~~~~~~~~~ */

.setting {
	font-size: 1.2em;
	}

.setting form {
	margin-bottom: 30px;
	}

.setting h3 {
	font-size: 2em;
	margin-bottom: 28px;
	}

.setting form div {
	margin-bottom: 12px;
	}

.setting form span.label,
.setting form label {
	display: block;
	float: left;
	width: 96px;
	margin-right: 10px;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	color: #2D2420;
	line-height: 2;
	}

.setting form label.period {
	line-height: 1.1;
	}

.setting form label span {
	display: block;
	font-size: 0.9em;
	font-weight: 400;
	color: #727272;
	line-height: 1.2;
	}

.setting form p {
	padding-left: 4px;
	color: #A1A1A1;
	float: left;
	width: 200px;
	display: block;
	line-height: 1.3;
	}

.setting form .url, .setting form .private {
	line-height: 2;
	color: #444;
	width: auto;
	}

.setting form p.agree {
	margin-top: 32px;
	margin-left: 102px;
	width: auto;
	}

.setting form input, .setting form textarea {
	background: #F3F3F3;
	border: #EBEBEB 1px solid;
	padding: 6px;
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}

.setting form select {
	background: #fff;
	border: #ddd 1px solid;
	padding: 4px;
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}

.setting form .float {
	float: left;
	}

.setting form input {
	width: 188px;
	}

.setting form input:focus, .setting form textarea:focus {
	border: #DEDEDE 1px solid;
	}

.setting form input.checkbox {
	border: 0;
	background: #fff;
	margin-top: 6px;
	width: auto;
	}

.setting form div.submit_button input.button {
	border: 0;
	background: #AD927D;
	width: auto;
	margin-left: 106px;
	overflow: visible;
	padding: 4px 20px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	}

.setting form div.submit_button input.button:hover {
	background: #DC7600;
	}

.setting form .avatar {
	padding: 1px;
	color: #A1A1A1;
	border: #EBEBEB 1px solid;
	}

.setting form .upload {
	vertical-align: top;
	}

/* ~~~~~~~~~~ OPENVATAR STYLE ~~~~~~~~~~ */

.openvatar {
	background: #F3F3F3 url(/static/images/icon-openvatar.gif) left no-repeat;
	background-position: 22px 32px;
	padding: 32px 22px 24px 104px;
	margin-top: 40px;
	min-height: 90px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	}

.openvatar p {
	line-height: 1.3;
	margin-bottom: 12px;
	}

/* ~~~~~~~~~~ HELP STYLE ~~~~~~~~~~ */

.help {
    font-size: 1.2em;
    padding-top: 26px;
}

.help h2 {
    font-size: 1.5em;
    line-height: 2;
    color: #323232;
    margin-bottom: 6px;
}

.help p {
    font-size: 1.1em;
    line-height: 1.3;
    color: #686868;
    margin-bottom: 8px;
}

.help p:last-child {
    margin-bottom: 16px;
}

.help a {
    color: #F47F0C;
}

.help a:hover {
    color: #D04C16;
}

/* ~~~~~~~~~~ LOGIN STYLE ~~~~~~~~~~ */

.login {
	font-size: 1.2em;
	padding-top: 26px;
	}

.login h3 {
	font-size: 2em;
	color: #323232;
	margin-bottom: 12px;
	}

.login strong {
	line-height: 1.3;
	display: block;
	margin-bottom: 16px;
	}

.login label {
	display: block;
	margin-bottom: 6px;
	font-size: 1.4em;
	color: #323232;
	font-weight: bold;
	}

.login input {
    background: #F3F3F3;
    border: #EBEBEB 1px solid;
    padding: 6px;
    color: #505050;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
}

.login input:focus {
	border: #ccc 1px solid;
	}

.login form span.hints {
    display: block;
    margin: 10px 0;
    color: #888;
}

.login form .submit_button input.widget.button {
	border: 0;
	background: #AD927D;
	width: auto;
	overflow: visible;
	padding: 4px 20px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	}

.login form .submit_button input.widget.button:hover {
	background: #DE5C28;
	}

/* ~~~~~~~~~~ FOOTER STYLE ~~~~~~~~~~ */

.footer {
	padding: 26px 222px 0 222px;
	font-size: 1.2em;
	color: #8d685b;
	}

.footer a {
	padding-left: 10px;
	}

/* ~~~~~~~~~~ MESSAGES BAR STYLE ~~~~~~~~~~ */

.messages {
	background: #522311;
	border-bottom: #301105 2px solid;
	padding: 6px;
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	position: relative;
	}

.messages a {
	position: absolute;
	top: 16px;
	right: 16px;
	background: url(/static/images/cancel.gif) no-repeat;
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	}

.information {
	background: url(/static/images/information.gif) left no-repeat;
	width: 956px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #D9C4BE;
	line-height: 2.6;
	padding-left: 30px;
	}

.error {
	background: url(/static/images/error.gif) left no-repeat;
	width: 956px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #D9C4BE;
	line-height: 2.6;
	padding-left: 30px;
	}

/** End of dev.css */


/**
  * From css/main.css: @import "notices.css";
  */

/* IE can't handle this nicely w/ AJAX validation */

html>body div.message {
    background: url(/static/images/silk/information.png) no-repeat center left;
    padding-left: 20px;
}

html>body div.error {
    background: url(/static/images/silk/error.png) no-repeat center left;
    padding-left: 20px;
}

.error {
    color: #a00000;
}

#jifty-result-popup {
    bottom: 0.6em;
    position: fixed;
    right: 0;
    width: 180px;
    z-index: 43;
    font-size: 1.6em;
}

#jifty-result-popup .popup_notification {
    background: #A9B7FF url(/static/images/silk/information.png) no-repeat scroll 5px center;
    border: 1px solid #004E75;
    overflow: hidden;
    padding: 0.5em 0.5em 0.5em 27px;
}

#jifty-result-popup .result-error {
    background: #FFA8A8 url(/static/images/silk/error.png) no-repeat scroll 5px center;
    border: 1px solid #B71111;
    color: #B71111;
}

#jifty-wait-message {
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: 405px;
    font-size: 1.5em;
    color: #e0531b;
    background:#fff;
    padding: 5px;

    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}

/* ~~~~~~~~~~ MESSAGES BAR STYLE ~~~~~~~~~~ */

.messages {
    background: #522311;
    border-bottom: #301105 2px solid;
    padding: 6px;
    color: #505050;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    position: relative;
}

.messages a {
    position: absolute;
    top: 16px;
    right: 16px;
    background: url(/static/images/cancel.gif) no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
}

.messages .message {
    background: url(/static/images/information.gif) left no-repeat;
    width: 956px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    color: #D9C4BE;
    line-height: 2.6;
    padding-left: 30px;
}

.messages .error {
    background: url(/static/images/error.gif) left no-repeat;
    width: 956px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    color: #D9C4BE;
    line-height: 2.6;
    padding-left: 30px;
}

/** End of notices.css */


/**
  * From css/main.css: @import "facebox.css";
  */

#facebox .b {
  background:url(/images/facebox/b.png);
}

#facebox .tl {
  background:url(/images/facebox/tl.png);
}

#facebox .tr {
  background:url(/images/facebox/tr.png);
}

#facebox .bl {
  background:url(/images/facebox/bl.png);
}

#facebox .br {
  background:url(/images/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/** End of facebox.css */


/**
  * From css/main.css: @import "opmsg.css";
  */

.setting {
    position:relative;
}

.setting .form_field span.hints.argument-bio {
    position: absolute;
    left:0;
    top: 90px;
    width: 96px;
    text-align: right;
    line-height:1.2em;
}

.setting div.argument-bio textarea {
    margin-left: 106px;
}

.setting .form_field:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.setting .form_field {
    display:inline-block;
}

.setting .form_field input {
    float:left;
}

.setting .form_field input.text {
    width:188px;
}

.setting .form_field span.hints {
    float: left;
    padding-left:4px;
    width: 200px;
}

.setting form span.value {
    line-height: 2;
}

.setting .form_field label.argument-period {
    line-height:1em;
}

.setting.account.notification {
    margin-top: 3em;
}

.setting .form_field span.error,
.setting .form_field span.warning,
.setting .form_field span.canonicalization_note {
    width:388px;
    display: block;
    float: left;
    margin-left: 106px;
    margin-top: 0.5em;
}

.setting .form_field span.error {
    color: #ff0000;
}

.setting .form_field span.warning {
    color: #a00000;
}

.setting .form_field span.canonicalization_note {
    color: #aaa;
}

.setting .form_field.argument-userpic img {
    max-width: 80px;
    max-height: 80px;

    border: 1px solid #eee;
    padding: 1px;
    float: left;
    margin-right: 10px;
}

.setting span.argument-openid.value {
    margin-left:106px;
    display:block;
}

.channel.create.setting p {
    margin-left:106px;
}

/* */

ul.message div.info div.image {
    width: 40px;
    height: 40px;
    overflow: hidden;

    float: right;
    border: none;
    margin: 0 0 5px 5px;
}
ul.message div.info div.image img {
    width: 100%;
    border: none;
}

div.post-msg label.argument-content,
div.post label.argument-content {
    display: none;
}

span.tag { color: #0a0; }

label.argument-content {
    width: 25%;
}

textarea.argument-description {
    width: 75%;
    height: 17em;
}

/* for /openid/login page */
label.argument-openid {
    font-size: 1.5em !important;
    width: 7em !important;
}
input.argument-openid {
    width: 20em;
    padding-left: 20px;
    background: #f3f3f3 url(/images/openid-login-bg.png) center left no-repeat;
}

.badge textarea {
    width: 95%;
    height: 20em;
    border: 1px solid black;
    background: #ffc;
}

/* ~~~~~~~~~~ TOS STYLE ~~~~~~~~~~ */

.tos {
    font-size: 1.2em;
    padding-top: 26px;
}

.tos h2 {
    font-size: 1.5em;
    line-height: 2;
    color: #323232;
    margin-bottom: 6px;
}

.tos ul,
.tos p {
    font-size: 1.1em;
    line-height: 1.3;
    color: #686868;
    margin-bottom: 8px;
}

.tos p:last-child {
    marin-bottom: 16px;
}

.tos a {
    color: #F47F0C;
}

.tos a:hover {
    color: #D04C16;
}

.tos ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
}

.tos ul li {
    margin-bottom: 0.7em;
}


div.user-info div.channels a.leave.button  {
    color: #aaa;
}

.message p img {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
}

.message p div.image {
    float: right;
    margin: 0 0 4px 4px;
    padding: 2px 0 0;
    border: 0 none;
}

img.size16 { max-width: 16px; max-height: 16px; }
img.size24 { max-width: 24px; max-height: 24px; }
img.size32 { max-width: 32px; max-height: 32px; }
img.size48 { max-width: 48px; max-height: 48px; }
img.size80 { max-width: 80px; max-height: 80px; }

/* ~~~~~~~~~~ OpenID Create Account STYLE ~~~~~~~~~~ */

.openid.create {
    font-size: 1.2em;
    padding-top: 26px;
}
.openid.create .setting {
    font-size: 1em;
}
.main h1.title {
    font-size: 1.5em;
    line-height: 2;
    color: #323232;
    margin-bottom: 6px;
}

.openid.create p {
    font-size: 1.1em;
    line-height: 1.3;
    color: #686868;
    margin-bottom: 8px;
}

.openid.create p:last-child {
    margin-bottom: 16px;
}

.openid.create a {
    color: #F47F0C;
}

.openid.create a:hover {
    color: #D04C16;
}

.openid.create .setting div.argument-bio textarea {
    width: 30em;
}

ul.message div.info div.image.qrcode {
    width: 80px !important;
    height: 80px !important;
}

.channel.create.setting .form_field.argument-description textarea {
    float: left;
}

.right .people a {
    width:24px;
    height: 24px;
}


.main .people .person {
    float: left;
    width: 84px;
    height: 108px;
    margin: 5px;
    text-align: center;
}
.main .people .person:hover {
    border: 1px solid #999;
    margin: 4px;
}

.main .people .person a.avatar {
    width:  80px;
    height: 80px;
    float: none;
    margin: 2px auto;
}

.main .people .person  a.username {
    float: none;
    height: 16px;
    line-height: 16px;
}

.nav li:hover {
    position:relative;
    z-index:9999;
}

/** End of opmsg.css */


/* @import "sprite.css"; */

/* @import "combobox.css"; */
/* @import "keybindings.css"; */
/* @import "forms.css"; */
/* @import "halos.css"; */
/* @import "autocomplete.css"; */

