/*
Theme Name: Clients Website Name
Theme URI: http://
Description:
Version: 1
Author: Authors Name
Author URI: http://www.revium.com.au
*/

/* @group Wordpress Generic Styles */

legend  {
	font-size: 1.2em; 
}

#navlist a.disabled, #navlist a:hover.disabled {
    text-decoration:none;
    cursor: default;
    color: #DBDBE9;
}

#navlist img.progress 
{
	float: left;
}

#navlist li.complete
{
	background: url(../images/icon-tick.gif) no-repeat;
}

#navlist li.complete a
{
	color: #669900;
	padding-left: 16px;
	width: 158px;
}

#naveheader h2
{
	color: #412E5E;
	font-family: Arial;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 13px;
	text-decoration: none;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.navigation{
	height: 1.8em;
	margin: 0 0 1.8em 0;
}
div.navigation div.alignleft{
	float: left;
	width: 50%;
}
div.navigation div.alignright{
	float: right;
	width: 50%;
	text-align: right;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.errorsummary {
	border-color: #f00;
	background-color: #fcc;
	color: #f00;
}

/* @end */