/* 
Theme Name: DriveNow skin-2010a
Theme URI: https://confluence.drivenow.com.au/display/dev/Skin+2010a
Description: Implementation of the new skin designed by Charles Elena
Version: 1.0
Author: Cameron Braid
*/

.navigation {
	padding: 10px 0;
}

#content h2 {
	margin: 15px 0px 0px 0px;

}

#sidebar {
	padding: 20px 30px 10px 0px;
}

.page-footer {
	clear:both;
}

#sidebar .blue-heading-box {
	margin: 0 0 10px 0;
}
#sidebar .blue-heading-box-body {
	width : 150px;
	padding-left: 10px;	
	padding-right: 10px;
	padding-bottom: 10px;
}
#sidebar h2 {
		margin: 0px;
		padding: 0px;
	}




/* Begin Images */
img {
	padding: 0px;
	margin: 0px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px !important;
	margin: 0 0 5px 10px !important;
	display: inline;
	}

img.alignleft {
	padding: 0px !important;
	margin: 0 10px 5px 0 !important;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin-bottom: 5px;
	margin-left: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#sidebar ul {
	margin : 0px 10px 0 10px;
}
#sidebar li.linkcat {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* End Entry Lists */



/*

Begin Headings

*/


h1, h2, h3 {
	font-weight: bold ;
	}

h1 {
	font-size: 1.5em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

	
	
/*

 Begin Entry 

*/

.post {
	clear:both;
	padding: 15px 0;	
}

/*

overrides of default drivenow styles

*/
.page-header-blurb-supplier-logos img {
	height: 20px;
}

.addtoany_share_save_container {
	clear:none !important;
}
