/**
 * @version		$Id: modules.css 1.0 Dec 28, 2010 19: 02: 38Z OmegaTheme $
 * @package		OmegaTheme Joomla Template
 * @subpackage	MegaAppoz
 * @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;
}
.module {
	background: url(../images/box-bottom-bg.png) no-repeat 50% 100%;
	padding-bottom: 21px;
}
.module-bg {
	background: #FFFFFF url(../images/box-bg.gif) no-repeat 0 0;
	padding: 15px 15px 10px;
}
#left .module,
#right .module {
	margin: 0px 0px 5px 0px;
}
#left .module.last {
	margin-bottom: 0;
}
.module h3.header {
	margin-bottom: 10px;
	padding-bottom: 8px;
	background: url(../images/line-repeat.gif) repeat-x 0 100%;
	color: #666666;
	font-size: 18px;
	text-transform: none;
}
.module-content {
	overflow: hidden;
}
#top .module {
	float: right;
	margin-left: 10px;
}

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

/* --------------- general menu module -----------------*/
.mod-menu {}
.mod-menu .module-content {}
.mod-menu ul {
	list-style-image: url(../images/bullet_int.gif);
	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 fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.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 {
	margin-right: 2%;
}
#featured-contents .module {
	position: relative;
	margin: 0;
}
#featured-contents .module p {
	margin-bottom: 1em;
}
#featured-contents .module h3.header {
	background: 0 none;
	text-transform: none;
}
#featured-contents .module a.readmore {
	color: #1d3b4a;
	background: 0 none;
	border: 0 none;
	text-align: left;
	font-weight: bold;
}
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;
}

/* --------------- bottom modules -----------------*/
#bottom .module {
	background: 0 none;
	padding-bottom: 0;
}
#bottom .module-bg {
	background: 0 none;
	padding: 0;
}
#bottom .module h3.header {
	background: url(../images/line-repeat.gif) repeat-x 0 100%;
}
.icon-user {
	width: 32px;
	height: 32px;
	display: block; 
	position: relative;
	left: -3px;
	background: url(../images/user-ico.png) no-repeat 0 0;
	overflow: hidden;
	float: left;
}

/*---------- Slideshow - Q featured article show ---------*/
#slideshow #slidenav {
	left: auto;
	right: 30px;
	bottom: 10px;
}
/*-------- top-modules ---------*/
#top-modules .login_signup {
	float: right;
	width: 138px;
	height: 31px;
}
#top-modules .login_signup_bt {
	background: url(../images/login-bt.png) no-repeat 0 0;
	display: block;
	height: 31px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
}

/* slideshow - simple content intro slider */
.buttons {
}
.buttons input.prev {
	float: left;
}
.buttons input.next {
	float: right;
}

/* search */
#search {
	background: url(../images/search.png) no-repeat 0 0;
	height: 31px;
	width: 212px;
}
#search #mod_search_searchword {
	background: none;
	border: 0 none;
	color: #FFFFFF;
	padding: 3px 4px 2px;
	margin: 3px 5px 0 5px;	
}