/*
Theme Name: Child WooTheme
Version: 1.0
Description: Child theme for WooThemes.
Author: WooThemes
Author URI: http://www.woothemes.com
Template: canvas 
*/

@import url("../canvas/style.css");

/*remove widget space between circles on home page*/

.panel-11-0-2-0 .widget {
margin: 0px !important;
}

/* remove boarders around all images - this is required as otherwise the register images etc place boarders around and it looks naff */

.entry img, img.thumbnail { background:none; border: 0px;}

/* indent 2nd bullet points*/

.entry li { list-style-position: outside; }

/*Tablepress Table Formats for each table created in TablePress - change id to the number of table being formatted - this is now done in the TAble Press Plugin*/

.tablepress-id-1 .column-2 {
	width: 100px;
}
.tablepress-id-3 .column-1 {
	width: 150px;
}

.tablepress-id-5 tbody td {
	font-family: Lato;
	font-size: 12px;
	color: #000000;
}


/*Change background colour of widget sidebar to grey*/

#sidebar {
background: url(“imageurl”) repeat scroll 0 0 #e4e1e1;
}


.ngg-gallery-singlepic-image img {
   background-color: none;
}

/*remove navigation buttons on slider*/
.soliloquy-container .soliloquy-controls-direction {display: none;}
.soliloquy-container .soliloquy-pager {display: none;}

/** Download Monitor - Page Addon custom styles */
#download-page .download_category:nth-child(even) {
    float: left;
    margin-left: 3%;
}

/** REMEMBER TO GO  INTO DOWNLOAD MONITOR AND INTO FILENAME TEMPLATE AND REMOVE THE LINE FOR DOWNLOAD COUNT! WHEN UPDATING THE PLUGIN */


ul.nav li ul li a {

font-size:20px;
}

/** bullet points*/
.widget ul {
    list-style-type: disc;
}


