/* CLEARFIX ------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* AND SHIT ---------------------- */

html, body { height: 100%; }
body { margin: 0; background: #fff; min-width: 990px; }
body, button { font-family: Tahoma,Geneva,Kalimati,sans-serif; font-size: 0.8em; }

#container { }

#top { background-color: #555; color: #fff; height: 64px; padding-left: 64px; }
#top a { color: #fff; text-decoration: none; }
#top .logo { width: 64px; height: 64px; margin-left: -64px; float: left; }
#top .logo img { width: 40px; margin: 12px; border: 0; }
#header { background-color: #fefefe; border-bottom: 1px solid #f6f6f6; }

ul#menu { margin: 0; padding: 0; list-style: none; margin-top: -27px; height: 26px; margin-left: 70px;  }
ul#menu li { margin: 0; padding: 0; display: inline; color: #333; list-style-type: none; }
ul#menu li a { text-decoration: none; color: #333; padding: 7px 10px; background-color: #eee; border-bottom: 1px solid #ddd;  }
ul#menu li a.selected { background-color: #fff; padding: 9px 10px; border-bottom: 1px solid #fff; }
ul#menu li a:hover { background-color: #fed; }
/*
.action-add { text-decoration: none; }
.login .action-add { display: none; }
.post-edit .action-add { display: none; }*/
ul#menu li a.action-add { font-size: 12px; font-weight: bold; background-color: #fbe17b; line-height: 20px;
	padding: 3px 8px; border: 1px solid #e5ca5c; border-radius: 5px; color: #000 !important; opacity: 0.93; margin-left: 10px; }
ul#menu li a.action-add:hover { opacity: 1; }

ul.channels { margin: 0; padding: 12px; }
ul.channels li { display: inline; list-style-type: none; }
ul.channels li a.channel-link { font-size: 1em; }
a.channel-link { font-family: tahoma; font-size: 0.85em; background-color: #f4f4f4;
	padding: 3px 5px;
	border-radius: 3px; text-decoration: none;  color: #555; white-space: nowrap; }
a.selected { background-color: #d3d3d3; }


div#content { padding: 12px; }

ul.breadcrumb { margin: 0; padding: 0; }
ul.breadcrumb li:before { content: "\00BB \0020"; }
ul.breadcrumb li:first-child:before { content: ""; background-color : #00f; }
ul.breadcrumb li { display: inline; list-style-type: none; }

h1 { margin: 0; font-family: 'Trebuchet MS', 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 1.8em; }
h3 { margin: 0; font-family: 'Trebuchet MS', 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 1.5em; }

.repliesHeader { border-bottom: 1px solid #333; margin-bottom: 10px; }
.repliesHeader h3 { margin: 0; font-family: 'Trebuchet MS', 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 1.2em; }

.post { margin-bottom: 25px; }
.starter { background-color: #ddd; padding: 10px; margin-bottom: 1px; }
.reply { background-color: #eee; padding: 10px 10px 10px 30px; margin-bottom: 1px; border-top: 1px dashed #e9e9e9 }

.post-list h3 { margin: 0 0 5px 0; }
.post-list h3 a { text-decoration: none; }
.post-list h3 a:hover { text-decoration: underline; }
.sq { float: left; height: 40px; width: 40px; background-color: #f3f3f3; border: 1px solid #e8e8e8; margin-right: 3px; overflow: hidden; }
.headline { line-height: 17px; }
.body { line-height: 17px; margin-top: 5px; }
.avatar { width: 16px; height: 16px; vertical-align: top; }
.author { font-family: tahoma; font-size: 0.85em; color: #666; }
.date { font-family: tahoma; font-size: 0.85em; color: #666; }
.postImg { margin-right: 10px; }

#footer { background-color: #777; border-top: 4px solid #333;  }
#footer div { padding: 10px; }

.rating.enabled .ratingUp, .rating.enabled .ratingDown { cursor: pointer; opacity: 0.6; }
.rating.enabled .ratingUp:hover, .rating.enabled .ratingDown:hover { opacity: 1; }
.rating .ratingUp, .rating .ratingDown { width: 32px; height: 32px;	display: inline-block; }
.rating .ratingUp { background: url(tu32.png); }
.rating .ratingDown { background: url(td32.png); }
.rating.rated-1 .ratingUp {	background: url(tus32.png); }
.rating.rated--1 .ratingDown { background: url(tds32.png); }
.rating .value { font-size: 32px; font-weight: bold; font-family: arial; color: #888; }

.reply .rating .ratingUp, .reply .rating .ratingDown { width: 16px; height: 16px; }
.reply .rating .ratingUp { background: url(tu16.png); }
.reply .rating .ratingDown { background: url(td16.png); }
.reply .rating.rated-1 .ratingUp {	background: url(tus16.png); }
.reply .rating.rated--1 .ratingDown { background: url(tds16.png); }
.reply .rating .value { font-size: 16px; font-weight: bold; }

.box { border: 2px solid #777; border-radius: 10px; padding: 20px; background: #fff; opacity: 0.8;
		margin: 50px auto 0 auto; line-height: 20px;
		
}

.notice { margin: 12px 12px 0 12px; border: 1px solid #eee; background-color: #f2f2f2; padding: 12px; }

/* ------------------------------------------------------------------------------------------------------- PAGINATION */
ul.pages { margin: 0; padding: 0; font-size: 1em; line-height: 200%; }
ul.pages li { margin: 0; padding: 0; border: 0; background: none; line-height: inherit; list-style: none; } 
ul.pages li.page { float: left; margin: 2px; }
ul.pages li.page a { border: 1px solid #c2a353; padding: 3px 6px; text-decoration: none; outline: none; }
ul.pages li.page a:hover,ul.pages li.page a:focus { border: 1px solid #aa8b5d; color: #000; }
ul.pages li.page span { border: 1px solid #888; padding: 3px 6px; cursor: default; }
ul.pages li.records { float: right; }
ul.pages li.selected { color: #fff; background: #aa8b5d; }
ul.pages li.selected span { border: 0px; }
.nav { background-color: #fff; padding: 10px; }



/* ------------------------------------------------------------------------------------------------------- FORM */
form { margin: 0; padding: 0; }
input.text, textarea.textarea, input.password { 
	font-family: trebuchet ms;
	background-color: #fcfcfc; border: 1px solid #BBB; font-size: 1.3em; 
	padding: 6px 10px; vertical-align: middle;
	margin: 0px; 
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	}
input.radio { vertical-align: middle; }
select.select { font-family: trebuchet ms; font-size: 11px; background-color: #fcfcfc;
	margin: 0; padding: 1px; border: 1px solid #BBB; vertical-align: middle;}
	
button:active { background-color: #d7d7d7; border-style: inset; }	
input.button, button { 
	border: 1px solid #aaa; border-style:outset; font-size: 0.9em; 
	background-color: #f3f3f3; border-radius: 3px;
	vertical-align: middle; cursor: pointer; margin: 0 3px 0 3px; 
	background-color: #EEE; padding: 5px 10px; }
input.button:hover, button:hover { background-color: #ddd; }
input.checkbox { vertical-align: middle; }
input[type=checkbox].partial { opacity: 0.5; }

fieldset { border-width: 0px; }
fieldset.form { border-top: 1px solid #999;  }
fieldset.form legend { font-size: 11px; color: #555; font-weight: bold; padding: 0 10px;  }
fieldset.form legend:empty { padding: 0px;  }
fieldset.framed { border: 2px solid #f2f2f2; }

fieldset.form { padding-left: 170px; line-height: 20px; }
fieldset.form label { margin-left: -170px; width: 160px; display: block; float: left;
	text-align: right; font-weight: bold; color: #666; }
fieldset.form .fcMessage { display: block; margin-top: -3px; border: 1px solid #BBB;
	-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
fieldset.form .fcMessage:empty { border: 0; }
fieldset.form div { text-align: left; }
fieldset.form > div { clear: both; margin: 5px 0 15px 0; }
fieldset.form div.optional { display: none; }

fieldset label.hidden { display: none; }

fieldset.checkbox input { margin-left: 95px; }

fieldset.checkbox, fieldset.radio { margin: 0; padding: 0; }
fieldset.checkbox label, fieldset.radio label { float: none; width: auto; display: block; text-align: left; margin: 0 !important; font-weight: normal; }
fieldset.checkbox input.checkbox, fieldset.radio input.radio { display: inline; vertical-align: top; margin: 3px 3px 0px 0px; }


.buttons { text-align: left; background: #f3f8f3; border-bottom: 1px solid #ddd; padding: 4px 7px 4px 170px; position: relative; min-height: 27px; }
.error, .warning, .info, .ok, .attachment { background-repeat: no-repeat; background-position: 0 50%; padding: 0 0 0 25px; line-height: 22px; }
.error { background-image: url('error.png'); background-color: #f8f3f3; color: #a44; }
.warning { background-image: url('warning.png'); }
.info { background-image: url('info.png');  }
.ok { background-image: url('ok.png');  }



