@charset "utf-8";
/**
 * Copyright (c) 2013 Chris Roberts <chris45964596@msn.com>
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * @category   Joomla 2.5
 * @package    com_awokeybroadcast
 * @subpackage nowplaying
 * @version    2.0.4
 * @link       http://www.awokeybroadcast.com/
 */
 
/* Awokeybroadcast CSS */
.contentpane #main {
	min-height: 0;
}
#main td, #main tr {
	border: none;
}

#main .list-footer ul li, #main .list-footer ol li {
    float: left;
    line-height: 1.7em;
    list-style-type: none;
    margin: 0 10px;
    padding: 0;
}

.clr {
	clear:both;
}

.albumList a:hover, .albumList a:active, .albumList a:focus {
	background: none !important;
}

#s2jsearchbox {
	width: 130px;
	float: left;
	margin: 2px 10px 0 0;
}

/* Request Success Page */

.dedicationTitle {
	font-weight: bold;
	height: 100px;
	float: left;
	width: 100px;
}

.dedicationText {
	text-align: left;
}

.requestSuccessText {
	font-weight: bold;
	font-size: 16px;
}

/* End Request Success Page */