/*

CSS for Mocha UI

Copyright:
	Copyright (c) 2007-2008 Greg Houston, <http://greghoustondesign.com/>.

License:
	MIT-style license.

Note:	
	If you are adding MochaUI to an existing site, this CSS file may not be necessary.

*/


/* Reset */

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,object,iframe { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: none; }

/* Structure */

body 
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #000000;	
}

/* Typography */
	
h2, h3, h4 
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}
	
h2 
{
	font-size: 14px;
	font-weight: bold;
}
	
#mochaPage h3 
{
	display: block;
	font-size: 12px;
	padding: 6px 0 6px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #bbb;
}

h4 
{
	font-size: 11px;
}

a 
{
	color: #0D6692;
	text-decoration: none;
	cursor: pointer;
}

a:hover 
{
	text-decoration: none;
}

p 
{
	margin: 0;
	padding: 0 0 9px 0;
}

.lite 
{
	color: #737373;
}

/* List Elements */

ul 
{
	list-style: outside;
	margin: 0 0 9px 16px;
	list-style-type: disc;
}

dt 
{
	font-weight: bold;
}

dd 
{
	padding: 0 0 9px 0;
}

/* Forms */

textarea, input 
{
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;		
}	

/* Code */

pre 
{
	background-color: #f6f6f6;
	color: #060;
	display: block;
	font-family: 'Courier New', Courier, monospace, Tahoma;
	font-size: 11px;
	max-height: 250px;
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #d1d7dc;	
}

/* Dividers */

hr 
{
	background-color: #ddd;
	color: #ccc;
	height: 1px;
	border: 0px;
}

button
{
	color: #000;
}

#search
{
	text-align: center;
}

.talkOfTheTown
{
	font-size: 11px;
}

.talkOfTheTownRow
{
	border-bottom: thin gray solid;
}

.message
{
	font-size: 12px;
}

.topic
{
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #0D6692;	
}

.topic_small
{
	padding: 0px 0px 0px 0px;
	color: #0D6692;
	font-size: 12px;	
}

.speaker
{
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}

.speaker_small
{
	padding: 0px 0px 0px 0px;
	color: #ce1717;
	font-size: 12px;
}

.numOfComment
{
	padding: 0px 0px 0px 5px;
	font-size: 11px;
	color: #0D6692;
}

.time
{
	padding: 0px 0px 0px 5px;
	font-size: 11px;
	color: #8C8C8C;
}

.tag
{
	width: 100%;
}

.tagMenu
{
	color: #0D6692;
	font-size: 13px;
	padding: 0px 10px 0px 0px;
}

.tagDisplay
{
	color: #0D6692;
	padding: 0px 0px 0px 5px;
}

#quickMenuDiv
{
	padding: 10px 0px 0px 30px;
}

#quickMenuDiv div
{
	text-align:center;
	width:60px;
	height:60px;
	float:left;	
}

#quickMenuDiv div img
{
	padding-top: 5px
}

.quickMenuIcon:hover
{
	background:url(/asset/images/icons/select.png) no-repeat;
}

.quickMenuIcon
{
	cursor: pointer;
	cursor: hand;
}

.quickMenuText
{
	position: absolute;
	top:180px;
	left:90px;
	width:95%;
	font-size: 16px;
	font-weight: bold;
	color: #ce1717;
}

.firstPageCategory
{
	margin: 0px 0px 0px 10px;
	float: left;
	width: 700px;
	border: thin solid;
	border-color: #DEDEDE;
}

.firstPageCategory h1
{
	background:url(/asset/images/header/topic_bg.png) repeat-x;
	line-height: 24px;
	padding: 0px 0px 0px 5px;	
	font-size: 14px;
	color: #F5F5F5;
}

.firstPageCategory h1 img
{
	vertical-align: middle;
}

.firstPageCategory ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

.firstPageCategory li
{
	padding: 0px 0px 0px 0px;
	height: 40px;
	width: 350px;
	float: left;
}

.firstPageCategory li img
{
	padding: 5px 0px 0px 5px;
	float: left;
}

.firstPageCategory span 
{
	line-height: 12px;
	padding: 3px 0px 0px 5px;
	width:307px;
	display:block;
	float: left;
}

.firstPageColWidth
{
	padding: 3px 0px 0px 5px;
	width:307px;
}

.topicInfo
{
	float: left;
}

.topicInfo img
{
	float:none !important;
	padding: 0px 5px 0px 5px !important;
	vertical-align: top;
}

.odd
{
}

.even
{
	background-color: #DEDEDE;
}

.more
{
	height: 16px !important;
	text-align: left;
}

.more a
{
	padding-right: 10px;
}

.imNotify
{
	font-weight: bold !important;
	color: #ce1717 !important;
}

.topicList
{
	width: 600px;
}

.topicListInfoWidth
{
	width: 535px;
}

.topicItem
{
	padding-top: 5px;
	width: 100%;
	height: 80px;
}

.topicImgs
{
	width: 60px;
	height: 100%;
	float: left;
}

.topicUserImg
{
	padding: 0px 0px 0px 10px;
	width: 50px;
	max-height: 50px;
}

.topicImg
{
	padding: 2px 0px 0px 10px;
	width: 50px;
	height: 16px;
}

.topicImg img
{
	vertical-align: bottom;
}

.topicImg span
{
	font-weight: bold;
	color: #ce1717;
}

.topicTopic
{
	float: left;
	width: 540px;
}

.pTop
{
	padding-bottom: 5px;
	border-bottom: medium gray solid;
}

.pBottom
{
	padding-top: 5px;
	border-top: medium gray solid;
}

.paging
{
	text-align: right;
}

.paging img
{
	vertical-align: middle;	
}

.paging a
{
	padding: 0px 2px 0px 2px;
}

.inlineHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #ce1717;
}

.formLabel
{
	padding-right: 5px;
	height: 25px;
	width: 100px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	color: #0D6692;
}

.formInput
{
	padding-left: 5px;
	height: 25px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 10px;
}

.formInput img
{
	vertical-align: bottom;
}

.comments
{
	background-color: #F8F8F8;
	padding: 10px 10px 0px 10px;
	overflow: auto;
	border-bottom: thick gray solid;
}

.commentCmdIcon a
{
	padding: 0px 0px 10px 5px;
	vertical-align: bottom;
}

.topicCommands
{
	position: absolute;
	top:70px;
	right:25px;
	width:40px;
	height:120px;
	text-align:center;	
	background:url(/asset/images/icons/horizontal_bar.png) repeat;
	z-index: 1;
}

.topicCommand
{
	margin: 2px 1px 2px 2px;
	width: 36px;
	height: 36px;
}

.topicCommand:hover
{
	background:url(/asset/images/icons/select_small.png) no-repeat;
}

.commentsInput
{
	background-color: #F8F8F8;
	padding: 10px 10px 0px 10px;
	display: none;
}

.commentsInput textarea
{
	float:left;
	margin-left: 15px;
	height:50px !important;
	width:480px !important;
}

.commentsInput button
{
	float:left;
	margin-left:10px;
	color: #0D6692;
	height:55px;
	width:80px;
	font-size: 18px;
	font-weight: bold;
}

.commentMessage
{
	max-height: 300px;
 	overflow: auto;
}

.commentMessage a
{
	color: #fff;
	text-decoration: underline;
}

.commentRefer
{
	border: thin white dotted;
	margin: 10px 10px 10px 10px;
}

.commentAvatar
{
	float: left;
	width: 36px;
}

.emotionIconDiv
{
	padding: 0px 0px 0px 10px;
}

.white
{
	color: #fff;
}

.avatar
{
	width: 32px;
	height: 32px;
}
