/**
 * @version		$Id: modules.css 1.0 Jan 26, 2011 19: 02: 38Z OmegaTheme $
 * @package		OmegaTheme Joomla Template
 * @subpackage	MegaAzure
 * @author		OmegaTheme (services@omegatheme.com)
 * @link 		http://www.omegatheme.com
 * @copyright	Copyright (C) 2008 - 2010 OmegaTheme
 * @license		GNU/GPL V2
 * @description	Stylesheet for modules.
*/
/*==================== generals =========================*/
div.module {
	text-align: left;
	position: relative;
}
#left .module,
#right .module {
	margin: 0px 0px 20px 0px;
	padding: 0;
}
#left .module.last,
#right .module.last {
	margin-bottom: 0;
}
.module h3.header {
	margin-bottom: 10px;
	padding-bottom: 8px;
	background: url(../images/line.gif) repeat-x 0 100%;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
}
.module-content {
	overflow: hidden;
}
#top .module {
	float: right;
	margin-left: 10px;
}
/*------------- rounded style module ---------------*/
div.mod-rounded div.rounded-tl {
	background:url(../images/mod-round.png) no-repeat scroll 0 -12px transparent;
	background-position: 0 -12px;
}
div.mod-rounded div.rounded-tr {
	background:url(../images/mod-round.png) no-repeat scroll 100% 0 transparent;
	padding: 0 10px 0 10px;
	background-position: 100% 0;
}
div.mod-rounded div.rounded-t {
	height: 11px;
	border-top: 1px #7b92af solid;
	background: #637c9b;
	width: 100%;
}
div.mod-rounded div.rounded-inner {
	padding: 5px 11px;
	background: #637c9b;
	overflow: hidden;
	border-left: 1px #7b92af solid;
	border-right: 1px #7b92af solid;
}
div.mod-rounded div.rounded-bl {
	background:url(../images/mod-round.png) no-repeat scroll 0 -36px transparent;
	background-position: 0 -36px;
	border:none;
}
div.mod-rounded div.rounded-br {
	background:url(../images/mod-round.png) no-repeat scroll 100% -24px transparent;
	background-position: 100% -24px;
	padding:0 12px;
}
div.mod-rounded div.rounded-b {
	height: 11px;
	background: #637c9b;
	border:none;
	border-bottom: 1px #7b92af solid;
}
/* --------------- news letter subscript - using module and component: Communicator -----------------*/
div.newsletter {
	color: #FFFFFF;
}
div.newsletter .module-content {
	overflow: hidden;
}
div.newsletter label {
	text-align: left;
	padding: 5px 0 5px 1px;
}
div.newsletter input#subscriber_name,
div.newsletter input#subscriber_email {
	height: 24px;
	width: 280px;
	padding: 2px 4px;
	font-size: 12px;
	color: #aaaaaa;
	background: #444647;
	border: 1px solid #666;
}
div.newsletter input.button {
	color: #FFFFFF;
	background: #444647;
	border: 1px solid #666;
	padding: 4px;
	height: 28px;
	outline: 0 none;
	float: right;
	margin-right: 15px;
}

/* --------------- copyright info -----------------*/
div.copyright {
	float: left;
	/*width: 320px;*/
	height: 40px;
	line-height: 38px;
	overflow: hidden;
}
div.copyright p {
	margin: 0;
	padding: 0;
	background: none;
	color: #FFFFFF;
}
div.copyright a {
	background: none;
	text-decoration: none;
	outline: none;
}
/*----------------- top login search ----------------------*/

/* ------ search module -----*/
#search .search {
	width: 178px;
	height: 32px;
	margin: 0;
}
#search .search input {
	padding: 4px 4px 4px 6px;
}
#search .search input#mod_search_searchword {
	background: none;
	border: 0 none;
	height: 24px;
	line-height: 22px;
	width: 158px;
	color: #FFFFFF;
}
#search .search input.button {
	background: none;
	border: 0 none;
	height: 28px;
	width: 57px;
}
#login-search .login_signup {
	width: 90px;
	height: 32px;
	float: right;
	text-align: center;
}
#login-search .login_signup_bt {
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
/* --------------- general menu module -----------------*/
.mod-menu {}
.mod-menu .module-content {}
.mod-menu ul {
	list-style-image: url(../images/bullet_int.png);
	list-style-type: square;
}
.mod-menu ul li {
	line-height: 18px;
}
.mod-menu ul li a {
	text-decoration: none;
}

/* --------------- Login form module -----------------*/
.module #form-login {}
.module #form-login #modlgn_username,
.module #form-login #modlgn_passwd {
	width: 90%;
	height: 18px;
}
.module #form-login ul {
	list-style-image: url(../images/bullet_int.gif);
	list-style-type: square;
	margin-top: 8px;
}
.module #form-login ul a {
	text-decoration: none;
}

/* --------------- Pooling module -----------------*/
.module-poll {	
}
.module-poll .buttons {
	margin-top: 8px;
}
/* --------------- featured-contents - custom html -----------------*/
#featured-contents .featured-i {
	float: left;
}
#featured-contents .separator {
	background: url(../images/featured-content-sep.png) repeat-y 100% 0;
}
#featured-contents .module {
	position: relative;
	background: none;
	padding: 10px 18px;
	margin: 0;
}
#featured-contents .module p {
	margin-bottom: 1em;
}
#featured-contents .module h3.header {
	background: none;
}
div.badge {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 50px;
	height: 52px;
}
div.badge-hot {
	background: url(../images/badge-hot.png) no-repeat 0 0;
}
div.badge-new {
	background: url(../images/badge-new.png) no-repeat 0 0;
}
/* --------------- content-bottom modules -----------------*/
#content-bottom h5 {
	font-weight: bold;
}
/* --------------- bottom modules -----------------*/
#bottom .bottom-i {
	float: left;
}
#bottom .bottom-i .module {
	padding: 10px;
}
#bottom .bottom-i .module p {
	margin-bottom: 1em;
}
#bottom .bottom-i .module h3.header {
	color: #FFFFFF;
	margin-bottom: 12px;
	background: none;
}
#bottom .bottom-i .module img {
	margin-right: 10px;
}
#bottom ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#bottom ul li {
	height: 28px;
	line-height: 26px;
}
#bottom ul li a {
	color: #17E0D4;
	text-decoration: none;
}

/*-------------- Lastest News - megamininews ---------------*/
h3.megamininews-title a {
	text-decoration: none;
}
.megamininews-wrapper {
	padding-top: 10px;
}
#right .megamininews-img-thumb {
	background: none repeat scroll 0 0 #EFEFEF;
	border: 0 none;
	float: left;
	margin: 6px 7px;
	padding: 0;
	overflow: hidden;
}
#right .megamininews-readmore {
	float: none;
}
#right .megamininews-readmore-link {
	text-decoration: none;
}
#right h3.megamininews-title {
	font-size: 14px;
	font-weight: bold;
}
.megamininews-thumb-wrapper {
	background: url(../images/mininews-img-wrap.png) no-repeat 0 0;
	padding: 2px 2px 8px;
	margin-right: 8px;
	float: left;
	overflow: hidden;
}
.megamininews-item-text {
	overflow: hidden;
	display: block;
}
/*---------- Slideshow - featured article show ---------*/
#slideshow .article_banner,
#slideshow .slider_area {
	height: 340px;
	background: none;
}
#slideshow #slidenav {
	bottom: 10px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	right: 20px;
	width: 180px;
	text-align: right;
}
#slideshow #slidenav a {
	color: #ffffff;
	outline: none;
}
#slideshow .readmore {
	text-transform: uppercase;
}
#slideshow #slidenav a.activeSlide {
	background: url(../images/slide-nav-active.png) no-repeat center center;
	color: #f4b305;
}
#slideshow #slidenav .pause {
}
#slideshow #slidenav .play {
}
.slide-over {
	width: 980px;
	height: 50px;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
}
.featuredarticleshow-wrapper {
	/*background: url(../images/slideshow-bg.png) repeat-x 0 0;*/
}
.featuredarticleshow_bg {
	background: url(../images/slideshow-bg.png) repeat-x 0 0;
}
#slideshow td {
	padding: 20px 25px 10px;
	vertical-align: top;
}
#slideshow .title {
	font-size: 28px;
}

.adv-button {
	position: relative;
	z-index: 1;
	width: 390px;
	height: 45px;
	float: left;
	margin-top: -60px;
	margin-left: 25px;
	padding: 0;
	display: none;
}

/* blockquote at right */
#right blockquote {
	margin: 0.5em 1em;
}

/* footer-link */
#footer h5 {
	margin: 0;
}