/**
 * @package   Quasar Template - RocketTheme
 * @version   1.5.0 January 21, 2010
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2010 RocketTheme, LLC
 * @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */
/* Article */
.rt-joomla .rt-article {
	margin-bottom: 15px;
	/*width:500px;*/
}
.rt-article {
	overflow: hidden;
}
.rt-author, .rt-date-posted, .rt-date-modified {
	display: block;
	font-size: 11px;
}
.rt-author {
	font-weight: bold;
	display: block;
	font-size: 12px;
}
.rt-joomla .rt-article-cat {
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
}
.rt-joomla .rt-headline {
	margin: 15px 0;
	position: relative;
}
.rt-comment-text {
	text-align: right;
	display: block;
	margin-bottom: 15px;
}
.rt-joomla .rt-article-bg {
	border-bottom: none;
	padding: 0;
}
.rt-breadcrumb-surround {
	padding:8px 25px;
	height: auto;
	margin-top:0;
}
/* Typography */
.rt-poll .rt-pollrow {
	padding: 6px 0 10px 0;
}
#form-login ul li, #com-form-login ul li, ul.rt-more-articles li, .rt-section-list ul li {
	list-style: none;
}
#form-login ul li a, #com-form-login ul li a, ul.rt-more-articles li a, .rt-section-list ul li a {
	padding-left: 18px;
}
#com-form-login ul {
	margin-top: 15px;
}
.rt-joomla .results ol.list {
	margin-top: 0;
}
.rt-joomla .results ol.list h4 {
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	display: inline;
}
.rt-joomla .results ol.list li {
	padding: 10px 5px;
	margin-bottom: 5px;
}
.rt-joomla .results ol.list li p {
	margin-top: 0;
	font-size: 90%;
}
.rt-joomla .results ol.list .description {
	margin-bottom: 15px;
}
.rt-joomla .results ol.list li span.small {
	font-size: 90%;
}
.rt-joomla .user legend, .rt-joomla .contact legend {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 260%;
}
.rt-joomla .icon {
	display:block;
	width:15px;
	height:15px;
	float: right;
	margin-left:5px;
}
.rt-joomla .pdf {
	background-position: -36px 0;
	background-repeat: no-repeat;
}
.rt-joomla .print {
	background-position: 0 0;
	background-repeat: no-repeat;
}
.rt-joomla .email {
	background-position: -18px 1px;
	background-repeat: no-repeat;
	margin-right: 2px;
}
.rt-joomla .edit {
	background-position: -52px 1px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
#rt-main-surround .rt-joomla fieldset legend {
	text-transform: none;
}
/* Editing */
.rt-joomla .edit-article fieldset legend {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 180%;
}
.rt-joomla .edit-article fieldset div {
	overflow: visible;
}
#editor-xtd-buttons {
	padding: 5px 0;
}
.button2-left, .button2-right, .button2-left div, .button2-right div {
	float: left;
}
.button2-left a, .button2-right a, .button2-left span, .button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	cursor: pointer;
	margin-bottom: 5px;
}
.button2-left span, .button2-right span {
	cursor: default;
}
.button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span {
	padding: 0 6px;
}
.button2-left a:hover, .button2-right a:hover {
	text-decoration: none;
}
.button2-left a, .button2-left span {
	padding: 0 24px 0 6px;
}
.button2-right a, .button2-right span {
	padding: 0 6px 0 24px;
}
.button2-left .blank a {
	padding-right: 6px;
}
.img_caption.left {
	float: left;
	margin-right: 1em;
}
.img_caption.right {
	float: right;
	margin-left: 1em;
}
.img_caption.left p {
	clear: left;
	text-align: center;
}
.img_caption.right p {
	clear: right;
	text-align: center;
}
.img_caption {
	text-align: center!important;
}
.rt-joomla .edit-article fieldset div {
	margin-bottom: 8px;
}
.edit-article fieldset div input {
	padding: 3px;
}
.edit-article fieldset div .label-left {
	padding: 1px 0;
}
.edit-article fieldset div img.calendar {
	vertical-align: middle;
	margin-left: 5px;
}
/* User */
.rt-joomla .user div {
	clear: both;
	margin-bottom:10px;
}
/* Misc */
.roktabs-wrapper ul li {
	list-style: none;
}
/* RTL */
body.rtl .rt-joomla .rt-article-cat {
	float: right;
}
body.rtl .rt-joomla .rt-article-icons {
	float: left;
}
body.rtl .rt-joomla .icon {
	float: left;
	margin-left: 0;
	margin-right: 3px;
}
body.rtl #form-login ul li a, body.rtl #com-form-login ul li a, body.rtl ul.rt-more-articles li a, body.rtl .rt-section-list ul li a {
	padding-left: 0;
	padding-right: 18px;
}
body.rtl .rt-joomla .icon {
	float: left;
	margin-left: 0;
	margin-right: 5px;
}
body.rtl .rt-joomla .edit {
	right: auto;
	left: 0;
}
body.rtl .button2-left, body.rtl .button2-right, body.rtl .button2-left div, body.rtl .button2-right div {
	float: right;
}
body.rtl #editor-xtd-buttons {
	float: right;
}
body.rtl .edit-article fieldset table {
	float: right;
}
body.rtl .rt-poll .rt-pollbuttons .readon {
	float: right;
}
