/*   
Theme Name: DLLS
Description: Customized site template for JISC Collections.
Author: Andrew Hughey
Author URI: http://mind-numbing.com/
Version: 1.0
.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('assets/css/reset.css');

/* Basic WordPress Styles */
@import url('assets/css/wp.css');

/* Theme Styles */
@import url('assets/css/main.css');



/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}
























