/*
Theme Name: Magaling
Theme URI: http://www.paddsolutions.com/wordpress-theme-magaling
Description: Magaling Theme is a two-column, fixed-width and widget-ready Wordpress theme with featured content gallery included by <a href="http://www.paddsolutions.com">Padd Solutions</a>.
Version: 1.0
Author: Padd Solutions
Author URI: http://www.paddsolutions.com
Tags:two columns, fixed width, adsense ready, advertisement ready, valid css, valid xhtml, feature content gallery

The CSS, XHTML and design is released under Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported:
http://creativecommons.org/licenses/by-nc-sa/3.0/
*/

@import 'style-section-typography.css';
@import 'style-section-required.css';
@import 'style-section-layout.css';
@import 'style-section-navigation.css';
@import 'style-section-pagination.css';
@import 'style-section-colors.css';
@import 'style-ui-tabs.css';


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	margin-top: 6px;
	width: 262px;

}

/* accordion header */
#accordion h5 {
	background:#161616;
	margin:0;
	padding:5px 5px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #494949;
	cursor:pointer;		
}

/* currently active header */
#accordion h5.current {
	cursor:default;
	background-color:#161616;
}

/* accordion pane */
#accordion div.pane {
	display:none;
	min-height:100px;
	padding:15px;

	font-size:12px;
}

/* a title inside pane */
#accordion div.pane h6 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
}

#amazon-block {
margin-top: 6px;
margin-bottom: 6px;
}