/*
Theme Name: High Peak Training
Theme URI: http://wordpress.org/
Description: High Peak Training is a small business offering personalised training,
Version: 1.0
Author: Alistair Monaghan
Author URI: http://www.7comms.co.uk
Tags: training, health and safety
*/

/* Copyright Seven Communications Ltd  */

p {
margin: 0 0 0.8em 0;
line-height: 1.4em;
}
p a {
font-weight: bold;
color: #7fc31c; /* light green */
}
p a:hover {
color: #477700; /* green */
}
a img {
border-style: none;
padding: 0;
margin: 0;
}
ul {
/*list-style-image: url(_images/img_bullet01.gif); */
padding-top: 0;
margin-top: 0;
line-height: 1.4em;
}
#container {
position: relative;
min-height: 100%;
padding: 0;
margin: 0;
}
* html #container {
height: 100%;
}
html {
height: 100%;
}
body {
text-align: left;
min-width: 990px;
color: #515151;
background: url('../../../_images/hpt_bg01.jpg') #fff top center repeat-x;
font-family: arial, sans-serif;
font-size: 0.9em;
height: 100%;
padding: 0;
margin: 0;
}
#centerize {
background: url('../../../_images/hpt_main_bg.jpg') top center no-repeat;
width: 850px;
height: 500px;
padding: 0;
margin: 0 auto;
}
#logo {
padding: 20px 0 0 5px;
}
#main {
float: left;
width: 600px;
padding: 270px 0 0 5px;
}
#main h1 {
padding: 0;
margin: 0;
color: #7fc31c; /* light green */
}
#courses {
text-align: center;
float: right;
padding: 270px 5px 0 0;
}
#courses h1 {
padding: 0;
margin: 0;
color: #ffb300; /* orange */
}
#courses ul {
padding: 0;
margin: 0;
list-style: none;
}
#courses a {
text-decoration: none;
font-weight: bold;
color: #515151;
}
#courses a:hover {
font-weight: bold;
color: #7fc31c; /* light green */
}
#menuimg {
background: url('../../../_images/hpt_menu_bg.jpg') top center no-repeat;
width: 850px;
height: 229px;
position: absolute;
top: 107px;
}
#menuimg ul {
padding: 20px;
margin: 0;
list-style: none;
line-height: 1.6em;
}
#menuimg ul li a {
font-size: 1.2em;
text-decoration: none;
font-weight: bold;
color: white;
}
#menuimg ul li a:hover {
font-weight: bold;
color: #7fc31c; /* light green */
}
#footer {
width: 850px;
padding: 0;
margin: 0 auto;
}
table {
padding: 0;
margin: 0 0 20px 0;
border-collapse: collapse;
}
table td {
vertical-align: top;
padding: 0 10px 5px 0;
}
input {
color: #515151;
font-family: arial, sans-serif;
font-size: 1em;
width: 200px;
}
input.submit {
font-family: arial, sans-serif;
font-size: 1em;
width: 100px;
}
textarea {
color: #515151;
font-family: arial, sans-serif;
font-size: 1em;
width: 200px;
}



/* Begin Images */
p img {
	padding: 0;
	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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

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


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.linklove {
display: none;
}