/*
Theme Name: HDM Consultancy
Theme URI: http://hdmconsultancy.co.uk/
Description: The HDM Consultancy theme
Version: 0.1
Author: Paul Bennett
Author URI: http://paulicio.us/
Tags:
*/

* { margin: 0; padding: 0; }

body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #d4d4d4;
	color: #444;
}

/* Typography */

#content { 
	font-family: Georgia, "Times New Roman", serif;
}

h2 {
	font-size: 2.4em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -1px;
	color: #222;
	margin-bottom: 20px;
}

#content p {
	padding: 10px 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #555;
}

#footer p {
	font-size: 0.9em;
	color: #aaa;
}

/* Block Elements */

#page {
	width: 760px;
	margin: 0px auto;
	padding: 40px;
	background-color: #fff;
}

#header { margin: 0px 0px 30px 0px; }

#nav {
	width: 160px;
	float: left;
}

#content {
	width: 470px;
	float: left;
	border-right: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding-right: 15px;
}

#sidebar {
	width: 114px;
	float: right;
}

#footer {
	margin-top: 20px;
}

/* Lists */

#nav li { list-style: none; font-size: 1.1em; margin: 2px 0px; }
#nav li a:link, #nav li a:visited { height: 17px; padding-top: 3px; padding-left: 20px; text-decoration: none; color: #555; background: url('images/li.png') no-repeat 0 0; display: block; }
#nav li a:hover, #nav li a:active { background: url('images/li-mo.png') no-repeat 0 0 ;}

#content ul { margin: 10px 0px 10px 20px; }
#content li { list-style: none; padding-left: 20px; background: url('images/arrow.png') no-repeat 0 50%; font-size: 1.2em; }

#sidebar ul { text-align: right; }
#sidebar li { list-style: none; margin: 8px 0px; }

/* Misc */

.clearer { clear: both; }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 4px 5px 0 5px;
   margin: 0;
}