/**
* $Id: module.css,v 1.2 2007/09/28 18:20:15 marcan Exp $
* Module: SmartFAQ
* Author: marcan <marcan@notrevie.ca>
* Licence: GNU
*/

.smarttip_headertable {padding: 0; margin: 0; border-bottom: 1px solid; margin-bottom: 10px;}
.smarttip_modulename {font-size: 0.8em; text-align: left; font-weight: bold; padding-right: 0.3em;	line-height: 18px;}
.smarttip_breadcrumb {font-size: 0.8em; line-height: 18px;}
.smarttip_adminlinks {padding-top: 15px; padding-bottom: 5px; font-size: 0.8em; text-align: center; line-height: 18px;}

.smarttip_message {padding-top: 10px;}


/* ---------- Smarttip item ------------ */
.smartttip-tip-of-the-day {

}

.tip-author , .tip-author a {
	color: #749b44;
	font-size: 16pt;
	font-weight:normal;
	line-height: 24pt;
}

.tip-image {
	border: 1px solid #000;
	float: right;
	margin: 0 15px 15px 15px;
}

.smarttip-tip-of-the-day img {
	border: 2px solid #000;
	margin: 5px 5px  2px 5px;
}

.smarttip-tip-of-the-day .quote-start {
	background: url(images/quote-start.gif);
	display: inline-block;
	height: 13px;
	margin: 0 10px;
	width: 17px;
}

.smarttip-tip-of-the-day .quote-end {
	background: url(images/quote-end.gif);
	display: inline-block;
	height: 13px;
	margin: 0 10px;
	width: 16px;
}

.full-tip  {
}

.tip-date, .tip-category {
	color: #c3c3c3;
	font-size: 8pt;
	line-height: 20pt;
}

.tip-comment {
	font-size: 12pt;
	font-weight: normal;
}

.tip-comment img {
	border: 0px;
	margin: 0px;
	height: 16px;
	width: 16px;
}

.clear { clear: both; }

#likeThisCounter {
	clear: none;
	display: inline;
}


/* ---------- Categories archive ------------ */

ul.smarttip-categories {
	line-height: 24pt;
}

li.smarttip-category, li li.smarttip-category {
	list-style: none;
}

ul li.smarttip-category a {
	background: url(images/icon-category.png) no-repeat;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 20px;
}

ul li ul li.smarttip-category a {
	background: url(images/icon-subcategory.png) no-repeat;
	font-size: 10pt;
	font-weight: normal;
	padding-left: 20px;
}
