/* --- reset --- */

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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;list-style-image:none;list-style-type:none;}
body{line-height:1;color:#000;background:#FFF;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
div{position: relative;}
:focus{outline: 0;}

/* --- layout --- */

.container {
	width: 620px;
	margin: 0 auto;
	padding-right: 130px;
}

.header { margin-top: 10px; }

.content {
	background-color: white;
	border: 1px solid #aba298;
	border-width: 0 1px 1px 1px;
}

.sidebar {
	position: static;
}

.footer {
	font-size: 10px;
	text-align: center;
	margin: 10px 0 20px 0;
}

/* --- general --- */

body {
	font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 14px;
	background: #c9bfb5 url("/images/bg.gif") fixed top left no-repeat;
}

h1, h2, h3 { font-weight: bold; font-family: Geneva, Verdana, Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif; }
h1 { font-size: 36px; }
h2 { font-size: 18px; }

a {
	color: #6d3500;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
#tweets b { font-weight: normal; }

/* --- special classes --- */

.rounded {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.rounded_top {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

.rounded_bottom {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

/* --- header --- */

.header h1 a {
	background: url("/images/logo.gif") top left no-repeat;
	height: 75px;
	width: 337px;
	text-indent: -2000px;
	display: block;
	font-size: 0px;
}

.header ul {
	bottom: 2px;
	right: 0;
	position: absolute;
	padding: 5px 10px 5px 0;
	background-color: white;
}

.header ul li {
	display: inline-block;
	margin-left: 10px;
}

/* --- content --- */

.container form {
	background-color: #f2e7db;
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px solid #aba298;
	border-width: 1px;
	position: relative;
}

#chars {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18px;
	color: #817b75;
}

#chars.red { color: #be0000; }

.container form h2, .container form textarea { margin-bottom: 5px; }
.container form input { float: right; }

.textinput {
	border: 1px solid #aba298;
	width: 592px;
	padding: 2px;
}

.button {
	border: 1px solid #aba298;
	font-size: 14px;
	padding: 2px 5px;
	cursor: pointer;
}

.avatar { float: left; }

.avatar img {
	width: 48px;
	height: 48px;
}

.avatar_big {
	display: none;
	position: absolute;
	right: 60px;
	top: -10px;
	background-color: #f2e7db;
	padding: 10px;
	border: 1px solid #aba298;
	z-index: 1;
}

.avatar_big .arrow {
	background: url("/images/arrow.gif") bottom right;
	width: 16px;
	height: 16px;
	position: absolute;
	right: -16px;
	top: 16px;
}

.avatar_big img {
	height: auto;
	width: auto;
	max-width: 200px;
}

.description, .meta {
	float: right;
	width: 542px;
}

.description { line-height: 1.2em; }

.meta {
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #817b75;
}

#tweets li {
	border-bottom: 1px dashed #aba298;
	fmargin: 0 0 10px 0;
	padding: 10px;
}

#tweets li.last { border: none; }
#tweets li.hover { background-color: #fef8f2; }

/* --- sidebar --- */

#sticker {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: 237px;
	z-index: 1;
	font-size: 0;
}

#sticker a {
	display: block;
	background: url("/images/sticker.gif");
	width: 150px;
	height: 150px;
	text-indent: -2000px;
}

.ad {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: 255px;
}

/* --- footer --- */

.footer a { color: #543c26; }

/* --- info --- */

.info {
	margin-top: 10px;
	padding: 10px;
	border-width: 1px;
}

.info h2, .info p, .info ul {
	margin-bottom: 10px;
	line-height: 1.4em;
}

.info ul li {
	list-style-type: disc;
	margin-left: 20px;
	line-height: 1.2em;
}

/* --- welcome (remove later!) --- */

.welcome {
text-align: center;
margin-top: -100px;
margin-left: -168.5px;
position: absolute;
top: 50%;
left: 50%;
}

.welcome h1 a { margin: 0 auto 5px auto; }
.welcome p { font-size: 10px; }