@charset "utf-8";

/*
Template: wphqms   
Theme Name: HQMS Custom
Theme URI: http://www.dancook.name
Description: light theme for HQ Migration Solutions
Author: Dan Cook
Author URI: www.dancook.name
Template: wphqms
Version: 1.0
Tags: light, Dan, 
*/

/* Define page layout id's*/

body {
	background-color: #ffffff; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {

	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#menu {

	width: 770px;
	height: 40px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
	padding-left: 10px;
}

#center {
	width: 760px;
	margin-top: 0px;     /*sets the distance from menu to graphic */
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	background-attachment: scroll;
	background-image: url(images/blankpanel.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}

#footer {
	width: 780px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-decoration: none;
	text-align: center;
	position: relative;
}



/* finish defining page layout id's*/


/* Define page classes*/
.entry {
	color: #444444;
}
.postmetadata {
	color: #415500;
}
.postmetadata a{
	color: #415500;
}
.postmetadata a:hover{
	color: #415500;
	font-weight: bold;
}

.navigation {
/* Use to set background of newer/older entries*/
}

.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.alignleft a , .alignright a{ 
	color: #415500;
	font-weight: bold;
}

.alignleft a:hover , .alignright a:hover{
	color: #415500;
	font-weight: bold;
	text-decoration: blink;
}

/* End defining page classes*/

/* Define text colours and highlights*/
a {
	color: #415500;
	text-decoration: none;
}
a:hover a:link a:visited a:active {
	color: #415500;
	text-decoration: none;
	font-weight: bold;
}
h2 a, h2, h3 a, h3 , h4 a, h4 {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #999999;
}
h1, h1 a{
	font-size: 16px;
	font-weight: bold;
	color: #d0d0d0;
	text-decoration: none;
}
h6 {
	font-size: 8px;
	color: #006600;
}
small {
	font-size: 8px;
	color: #444444;
}

a img{
	color: #000000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover img {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Comment area */
#commentform textarea   {
	width: 100%;
	padding: 3px;
	border: 1px ridge #555555;
	color: #4A6000;
	background-color: #222222;
	cursor: text;
	}

#commentform #submit {
	margin: 0;
	float: left;
	border: 1px ridge #444;
	color: #4A6000;
	background-color: #222222;
	}
ul {
	padding-left: 15px;
	font-weight: normal;
	padding-top: 5px;
}
ul a:hover{}
li {
	font-weight: normal;
}