/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color: #FFFFFF;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #f0ede6;
	border-width: 1px;
	border-style: solid;
	border-color: #a9a9a9;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #646464;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #a9a9a9;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #f0ede6;
	padding: 4px;
}

.row2 {
	background-color: #f0ede6;
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #646464;
	text-decoration: none;
}

a:active,
a:visited {
	color: #111111;
	text-decoration: none;
}

a:hover {
	color: #111111;
	text-decoration: underline;
}

a.forumlink {
	color: #333;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #646464;
	text-decoration: none;
}

th a,
th a:visited {
	color: #ff5a4f !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #a9a9a9;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #a9a9a9;
	padding: 2px;
}

select {
	color: #333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #a9a9a9;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #f0ede6;
	border: 1px solid #a9a9a9;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #f0ede6;
	border: 1px solid #a9a9a9;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #f0ede6;
	border: 1px solid #a9a9a9;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #a9a9a9;
	color: #333;
	background-color: #a9a9a9;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #a9a9a9;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #a9a9a9;
	color: #333;
	background-color: #a9a9a9;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #a9a9a9;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #fff;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #a9a9a9;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #fff;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

#menu_bkg a {
	color: #646464;
	font-weight: bold;
}






#wrap {
	background: #fff url(http://www.infusioncoachinggroup.com/wp-content/themes/chrome_20/images/bg.png) repeat-x;
	margin: 0 auto 0;
	padding: 0;
	color: #222;
	font: 12px Arial, Tahoma, Verdana;
}

#header {
	background: #fff url(http://www.infusioncoachinggroup.com/wp-content/themes/chrome_20/images/header.png);
	width: 960px;
	height: 100px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}

#header h1 {
	margin: 0;
	padding: 20px 0 0 0;
	font: 36px Times New Roman, Georgia, Trebuchet MS;
	color: #333;
	text-decoration: none;
}

#header h1 a, #header h1 a:visited {
	margin: 0;
	padding: 0;
	font: 36px Trebuchet MS, Arial, Tahoma;
	color: #333;
	text-decoration: none;
}

#header h1 a:hover {
	color: #333;
	text-decoration: none;
}

.headerleft {
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.headerleft p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

.headerright {
	width: 500px;
	float: right;
	margin: 0;
	padding: 25px 0 0 0;
	font-size: 12px;
	text-align: right;
}

.headerright p {
	margin: 0;
	padding: 0 50px 0 0;
	font-size: 12px !important;
}

.headerright a, .headerright a:visited {
	color: #fff;
	text-decoration: none;
}

.headerright a:hover {
	color: #666;
	text-decoration: underline;
}


#navbar {
	width: 960px;
	font: bold 12px Arial, Tahoma, Verdana;
	color: #fff;
	margin: 0 auto 0;
	padding: 0;
}

#nav {
	margin: 0;
	padding: 0;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li a,
#nav li a:link {
	background: #ccc;
	color: #333;
	display: block;
	font-weight: normal;
	margin: 0 7px 0 0;
	padding: 8px 12px 8px 13px;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

#nav li a:hover,
#nav li a:active {
	background: #fff;
	color: #666;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: #fff;
	width: 170px;
	color: #666;
	float: none;
	margin: 0;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #cc;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-khtml-border-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

#nav li li a:hover,
#nav li li a:active {
	background: #999;
	color: #fff;
	padding: 7px 10px;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0;
	padding: 0;
}

#nav li li {
}

#nav li ul a {
	width: 160px;
}

#nav li ul a:hover,
#nav li ul a:active {
}

#nav li ul ul {
	margin: -30px 0 0 191px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover,
#nav li.sfhover {
	position: static;
}

#nav .current_page_item a {
	background: #fff;
	color: #666;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

/************************************************

*	SubNavbar      								*

************************************************/



#subnavbar {
	width: 960px;
	hegight: 35px;
	color: #fff;
	margin: 1px auto 0;
	padding: 0;
}

#subnav {
	margin: 0;
	padding: 0;
}

#subnav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav li a,
#subnav li a:link,
#subnav li a:visited {
	background: url(images/subnav.png) no-repeat left top;
	color: #666;
	display: block;
	margin: 0;
	padding: 9px 15px 9px 15px;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active {
	color: #000;
	display: block;
	margin: 0;
	padding: 9px 15px 9px 15px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: #fff;
	width: 170px;
	color: #666;
	float: none;
	margin: 0;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-khtml-border-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

#subnav li li a:hover,
#subnav li li a:active {
	background: #999;
	color: #fff;
	padding: 7px 10px 7px 10px;
}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
}

#subnav li li {
}

#subnav li ul a {
	width: 160px;
}

#subnav li ul a:hover,
#subnav li ul a:active {
}

#subnav li ul ul {
	margin: -30px 0 0 191px;
}

#subnav li:hover ul ul,
#subnav li:hover ul ul ul,
#subnav li.sfhover1 ul ul,
#subnav li.sfhover1 ul ul ul {
	left: -999em;
}

#subnav li:hover ul,
#subnav li li:hover ul,
#subnav li li li:hover ul,
#subnav li.sfhover1 ul,
#subnav li li.sfhover1 ul,
#subnav li li li.sfhover1 ul {
	left: auto;
}

#subnav li:hover,
#subnav li.sfhover {
	position: static;
}


.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
}

#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 10px;
}

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
}

#subbutton {
	background: #333333 url(http://www.infusioncoachinggroup.com/wp-content/themes/chrome_20/images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
}

#searchform {
	margin: 5px 0px 0px 10px;
	font-size: 12px;
}

#searchformheader {
	margin: 15px 0px 0px 0px;
}

#searchbox {
	background: #F5F5F5 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 210px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #F5F5F5;
}

#searchbutton {
	background: #555555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #555555;
}

#s {
	background: #F5F5F5;
	width: 170px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
}

#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
}

#submit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #AAAAAA;
}

#author,
#email,
#url {
	background: #EAEAEA !important;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
}

#comment {
	background: #EAEAEA !important;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
}


div#footer{
	background: #620001 url(http://www.infusioncoachinggroup.com/wp-content/themes/chrome_20/images/footer-bg.jpg) 0 0 repeat-x;
	width: auto;
	margin: 20px 0 0;
	padding: 10px 0 0 0;
	color: #fff;
	clear: both;
}



/* footermenu */

div#footermenu_container {width:1000px;margin:0 auto;}

div#footer div#footermenu{position:relative;top:6px;right:0px;height:37px; margin: 0 auto;text-align:center;}

div#footer div#footermenu ul{padding:0px;margin:0px;list-style:none;float:left;background:url(http://www.infusioncoachinggroup.com/wp-content/themes/chrome_20/images/footermenu-sep.jpg) 0 0 no-repeat;}

div#footer div#footermenu li{float:left;display:block;}

div#footer div#footermenu li a{float:left;display:block;position:relative;height:37px;padding:0px 12px;background:url(http://www.infusioncoachinggroup.com/wp-content/themes/chrome_20/images/footermenu-sep.jpg) 100% 0 no-repeat;line-height:36px;overflow:hidden;font-size:100%;text-decoration:none;}

div#footer div#footermenu li a:link, div#footer div#footermenu li a:visited{color:#FFF;}

div#footer div#footermenu li a:hover{color:#FE5656;}

div#footer div#footermenu li.current_page_item a:link, div#footer div#footermenu li.current_page_item a:visited{color:#FE5656;}

div#footer div#footermenu li.current_page_item a:hover{color:#FFF;}

div#footer div#footermenu ul ul{padding:0;background:none;}



/* footer */

#footerwrapper{text-align:left;margin:6px auto;padding:0px;border:0;width:930px;}

#footerwrapper #footerblock-a{float:left;width:280px;padding:10px 15px;background:url(http://www.infusioncoachinggroup.com/wp-content/themes/chrome_20/images/footerblock-sep.jpg) right 10px no-repeat;}

#footerwrapper #footerblock-b{float:left;width:280px;padding:10px 15px;background:url(http://www.infusioncoachinggroup.com/wp-content/themes/chrome_20/images/footerblock-sep.jpg) right 10px no-repeat;}

#footerwrapper #footerblock-c{float:right;width:280px;padding:10px 15px;}

#footerwrapper h3{height:80px;padding:0;margin:0;}

#footerwrapper h3.recentcomments{background:url(http://www.infusioncoachinggroup.com/wp-content/themes/chrome_20/images/recentcomments.jpg) 15px 0 no-repeat;}

#footerwrapper h3.latestentries{background:url(http://www.infusioncoachinggroup.com/wp-content/themes/chrome_20/images/latestentries.jpg) 15px 0 no-repeat;}

#footerwrapper h3.populartopics{background:url(http://www.infusioncoachinggroup.com/wp-content/themes/chrome_20/images/populartopics.jpg) 5px 0 no-repeat;}

#footerwrapper ul{padding:0px;margin:0px 10px;list-style:none;float:left;}

#footerwrapper ul li{background:url(http://www.infusioncoachinggroup.com/wp-content/themes/chrome_20/images/footerblock-li.png) 0 5px no-repeat;padding:4px 0 4px 23px;}

#footerwrapper ul li a:link, div#footerwrapper ul li a:visited{color:#FFF;}

#footerwrapper ul li a:hover{color:#FE5656;}

#footerwrapper #footerblock-a ul li a:link, #footerwrapper #footerblock-a ul li a:visited{color:#FFF;}

#footerwrapper #footerblock-a ul li a:hover{color:#FE5656;}

#footerwrapper #footerblock-b ul li a:link, #footerwrapper #footerblock-b ul li a:visited{color:#FFF;}

#footerwrapper #footerblock-b ul li a:hover{color:#FE5656;}

#footerwrapper #footerblock-c ul li a:link, #footerwrapper #footerblock-c ul li a:visited{color:#FFF;}

#footerwrapper #footerblock-c ul li a:hover{color:#FE5656;}

#footer #copyright{background:#450000;border-top:#840D0D 1px solid;padding:10px 10px 13px 10px;color:#FE5656;}

#footer #copyright a:link, #footer #copyright a:visited{color:#FFF;}

#footer #copyright a:hover{color:#FFF;}
