/*------------------------------------------------------------------------
# "Hot Wine" - Joomla Template Framework
# Copyright (C) 2012 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

/******* CUSTOM ROWS AND CELLS STYLING *******/

.sparky_full {
}

.sparky_main {
	margin:30px auto;
	padding:0;
}

.row {
	padding:0;
	margin:0;
}

.row > * {
	float:left;
}

/* abovecontent and belowcontent modules */

div.abovecontent {
}

div.belowcontent {
	padding: 30px 0 0 0;
}

/* CUSTOM */

.mp_user3 {
	padding-top:30px;
}

.mp_advert2 .cell_pad {
	margin:0;
}

.mp_logo .cell_pad, .mp_user3 .cell_pad {
	margin:0 10px;
}

.bottom_row {
	font-size:12px;
}

.mp_right div.moduletable, .mp_left div.moduletable {
	padding-bottom:30px;
}

/******* CUSTOM MENUS STYLING *******/

.topmenu_row {
	background:url(../images/content_bg2.png);
}

.topmenu_row .sparky_main {
	background:#eee;
}

.topmenu_row .cell_pad {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

div.top_menu {
	padding: 50px 0px 30px;
}

.mnu_top li a {
    font-family: Georgia, sans-serif;
    text-transform:uppercase;
}

.mnu_mainmenu > li.active > a, .mnu_mainmenu > li.active > span {
    background-position: bottom center;
    background-repeat: no-repeat;
}

.mnu_mainmenu li a, .mnu_mainmenu li span {
    font-family: Geneva, sans-serif;
    text-shadow:0px 1px 0px #fff;
    text-transform:uppercase;
}

.mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
    padding-bottom:30px;
    -webkit-transition: color .6s ease;
    -moz-transition: color .6s ease;
}

.mnu_mainmenu .sub {
    font-size:14px;
}