/* Defining the colours for the default colour skin
 *
 * Palette can be created with Color Palette Creator v1.6.1 at
 * http://slayeroffice.com/tools/color_palette/
 *
 * colour0
 * colour1
 * colour2
 * colour3
 * colour4
 * colour5
 * colour6
 * colour7
 * colour8
 * colour9
 */

/* Some padding above */
#navigation .csi-textpic {padding-top: 1em;}

/* No padding on the sides */
/* Pictures on left, no padding on right */
div.csi-left div.csi-imagewrap .csi-image,
div.csi-intext-left-nowrap div.csi-imagewrap .csi-image,
div.csi-intext-left div.csi-imagewrap .csi-image {
	margin: 0;
}
/* Pictures on right, no padding on left */
div.csi-right div.csi-imagewrap .csi-image,
div.csi-intext-right-nowrap div.csi-imagewrap .csi-image,
div.csi-intext-right div.csi-imagewrap .csi-image {
	margin: 0;
}
/* Pictures centered, add padding left and right */
div.csi-center div.csi-imagewrap .csi-image {
	margin: 0;
}

/* unnecessary element which does not need any padding */
#navigation .csi-imagewrap {padding: 0;}

/* Pictures centered, remove padding left and right */
#navigation div.csi-center div.csi-imagewrap .csi-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 0;
	margin-right: 0;
}

/* MSIE FIX, PLEASE DO NOT REMOVE! */
/*
 * I am good! I found this one as a fix to prevent the #navigation drifting to the
 * left when a #content table became wider than div #content itself. MSIE does not
 * allow the table width to be made smaller with css. It just renders it and the
 * parent element grows and shrinks with the table.
*/
*html #navigation {
	position: absolute;
	left:0;
	margin-left:0;
}
