/*

General styling

*/

body {
	margin:0;
	background-color:#FFF;
	font-family:Arial, sans-serif;
	font-size:0.8em;
line-height:1.4em;
	color:#000000;

}

img {
margin: 0 4px 0px 0;
}

p { margin: 0 0 12px 0;
line-height: 1.3em;
}

#wrapper {
  width: 750px;
    margin:0 auto;
}

a:link, a:visited {
	text-decoration:none;
border: none;
	color:#3366cc;
}

a:hover {
    text-decoration:underline;
}

* {
padding:0;
margin:0;
}

a img { border: none; }
a:hover img {border: none;}
a:visited img {border: none; }

/* HEADER */

#header {
    margin-bottom:0px;
 margin-top:20px;
}

#putting_a_gap_in
{
height:130px;
clear:both;
}


    #title {
    width:400px;
    float:right;
    text-align:right;
    margin:38px 5px 5px 0;
    line-height:30px;
    font-size:30px;
    font-weight:normal;


   color:#3366cc;

    }
    
    #title a:hover {
        text-decoration:none;
color:#3366cc;
        }


    #topmenu {
        margin-top:30px;
        
        float:left;
        width:750px;
      border-bottom:1px solid #CCC;

    }
    
        #topmenu a:link, #topmenu a:visited {
            color:#660000;

        }
        
        #topmenu a:hover {
            text-decoration:none;
        }
    
		#topmenu ul { 
			list-style:none;
			margin:0 0 0 0px;
			padding:0;

		}
				
				#topmenu ul li a:link, #topmenu ul li a:visited {
					display:block;
					line-height:11px;
					padding:0px 5px 2px 5px;
					margin:0 5px 2px 0;
					font-size:11px;
					font-weight: bold;
                                        text-transform:uppercase;
                                   				}
				
				#topmenu ul li a:hover {
				color:#3366cc;
				}

                                 #topmenu ul li a:visited{
			
				}
				
				#topmenu ul li {
					display:block;
					float:left;
					position:relative; 
				}
				
				#topmenu ul li ul {
					display:block;
					position:absolute;
					top:auto;
					list-style:none;
					margin:0;
					padding:0;
					visibility:hidden;
					width:220px;
				}
				
				#topmenu ul li:hover ul,
				#topmenu ul li.msiefix ul {
					visibility:visible;
				}
				
				#topmenu ul li ul li {
					position:relative;
					float:none;
					line-height:18px;
					color:#000000;
					font-size:10px;
					_height:1px;
				}
				
				#topmenu ul li ul li a:link, #topmenu ul li ul li a:visited, #topmenu ul 
				
				#topmenu ul li ul li a:hover {
					background-color:#3366cc;
				}

				
    #headerimage {
        clear:both;
        height:150px;
margin: 0px 0 0 0;
        background-image:url(http://www.ergoconsulting.com.au/wp-content/uploads/2007/11/header1.gif);
        background-repeat:no-repeat;
        background-position:center;
    }
    
    #headerimage2 {
        clear:both;
        height:150px;
margin: 0px 0 0 0;
        background-image: url(http://www.ergoconsulting.com.au/wp-content/uploads/2008/06/header2c.gif);
        background-repeat:no-repeat;
        background-position:center;
    }
    
#headerline {
clear:both;
        
        background-repeat:no-repeat;
        background-position:center;
}

    #blogheader {
        clear:both;
        height:150px;
      border-bottom:1px solid #CCC;
        background-image: url(http://www.ergoconsulting.com.au/wp-content/uploads/2008/04/blogheader21.gif);
        background-repeat:no-repeat;
        background-position:center;
    }

/* SIDEBAR */

#sidebar {
    width:135px;
    float:right;
    position:relative;
    margin:25px 0px 0px 15px;
    padding: 5px 0 5px 5px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
color:#660000;
font-size: 0.8em;
line-height: 2em;


}

#sidebar a:link, #sidebar a:visited {
    color:#660000;
}

#sidebar a:hover {
    color:#3366cc;
    text-decoration:none;
}


#dynamic {

width:145px;
    float:right;
    position:relative;
    margin:35px 0px 0px 20px;
    padding: 5px 0 0px 0;
list-style: none;
color: #660000;

line-height: 2em;
font-size: 0.8em;

}

#dynamic ul {
list-style: none;
color: #660000;
}

#dynamic h2{
margin-bottom: 10px;
padding-top: 5px;
list-style: none;
font-size: 1.5em;
line-height:1.4em;
font-weight: strong;
color: #660000;
}

#dynamic ul li ul li {
color: #660000;
}

#dynamic ul li:before, #sidebar ul ul li:before {
color: #660000;

	}

#dynamic img{
margin: 0px 2px 0px 0px;}


/* LISTS */

html>body .the_content ul {
	padding: 0 0 0 20px;
	list-style: disc;
line-height:1.4em;

	} 

html>body .the_content li {
	margin: 7px 0 8px 0px;
line-height:1.4em;
	}

.the_content ol {
	padding: 0 0 0 25px;
	margin: 0;
	text-indent:0px;
line-height:1.4em;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	}
	
#sidebar ul, #sidebar ul ol {
list-style: none;
	}

#sidebar ul li {
list-style: none;
	}

#sidebar ul p, #sidebar ul select {
	list-style: none;
	}

#sidebar ul ul, #sidebar ul ol {
	list-style: none;
	}

#sidebar ul ul ul, #sidebar ul ol {
		list-style: none;}

#sidebar ul ul li, #sidebar ul ol li {
list-style: none;

	}


/* SUB HEADERS */

h2 {
color:#3366cc;
line-height:2em;
}

h3{
font-size: 1em;
line-height: 1.4em;
font-weight: bold;
margin: 15px 0 15px 0;
color: #660000;
}

h4{
color:#3366cc;
font-weight: normal;
line-height:1.5em;
font-size: 1em;}



h5{
color:#3366cc;
font-weight: normal;
font-size: 0.8em;
margin: 2px 0 20px 0;
line-height: 1em;}

h6{
color:#3366cc;
font-weight: normal;
font-size: 0.8px;
}

/* CONTENT */

#content {
    margin:0 0 10px 5px;
line-height:1.3em;
}

blockquote {
        
background: url(http://www.ergoconsulting.com.au/wp-content/uploads/2007/12/quotation.jpg) no-repeat;
float-image:left;
background-position: -4px 2px;
margin:0 0 15px 20px;
width:400px;
font-style:italic;
line-spacing:2px;
padding: 40px 50px 10px 50px;
    }

.post {
  
margin:5px 10px 20px 0;
width: 565px;
text-align: justify;


}

    .post .posttitle, #sidebar h2 {
        font-size:20px;
        line-height:22px;
        color:#3366cc;
        margin:20px 10px 0px 0;
        font-weight:strong;
    }
    
        .post a:link, .post a:visited {
            color:#3366cc;
        }
    
        .post a:hover {
            color:#3366cc;
            text-decoration:none;
        }
    
        .post a:link span, .post a:visited span {
            color:#CCC;
        }
        
        .post a:hover span {
            color:#AAA;
        }
        
    .post .postmeta {
        font-size:10px;
        line-height:11px;
        color:#CCC;
        text-transform:uppercase;
        margin:0 0px 10px 0;
padding:0 0 2px 0;
border-bottom:1px solid #CCC;

    }
    
        .post .postmeta a:link, .post .postmeta a:visited {
            color:#AAA;
        }
        
        .post .postmeta a:hover {
            color:#3366cc;
            text-decoration:none;
        }
        
    .post p {
        margin:0 0 15px 0;
        line-height:1.3em;
    }
    
        .post p a:link,
        .post p a:visited,
        .post ul a:link,
        .post ol a:link,
        .post ul a:visited,
        .post ol a:visited {
            color:#3366cc;
        }
    
        .post p a:hover,
        .post ul a:hover,
        .post ol a:hover {
            text-decoration:underline;
        }
        
        .post .the_content ul, .post .the_content ol {
            margin-bottom:15px;
        }
    
    .post blockquote {
        
background: url(http://www.ergoconsulting.com.au/wp-content/uploads/2007/12/quotation.jpg) no-repeat;
float-image:left;
background-position: -4px 2px;
text-align: justify;
margin:0 0 15px 20px;
line-height: 17px;
width:400px;
font-style:italic;
line-spacing:2px;
padding: 40px 50px 10px 50px;
color:#7c7c7c;
    }
   
        .post blockquote p {
            margin:0;
            font-style:italic;
        }
        
        .post blockquote blockquote {
            margin-top:15px;
            background-color:#7b0c01;
        }

.post li {
line-height: 17px;}

    .post img {
       margin:0 10px 5px 2px;
    }
    
    .post .wp-smiley {
        float:none;
        border:0;
        margin:0;
    }


/* COMMENTS */

#commentlist, #trackbacks {
    list-style:none;
}

    #commentlist li {
        margin:0;
        padding:15px 10px 10px 10px;
        border-bottom:1px solid #f2efee;
    }

    #commentlist li.odd {
       
    }
    
    #trackbacks li {
        padding:5px 10px 5px 10px;
    }

.post .commenttitle {
        font-size:16px;
        line-height:16px;
        color:#3366cc;
border-bottom:1px solid #f2efee;
        margin:2px 0 5px 0;
        font-weight:normal;
    }
    
        .post #commentlist .commenttitle a:link, .post #commentlist .commenttitle a:visited {
            color:#3366cc;
        }
    
        .post #commentlist .commenttitle a:hover {
            color:#3366cc;
            text-decoration:none;
        }
        
        textarea {
            width:100%;
        }

/* TABLE */

table {border-collapse:collapse;
text-align: left;
line-height: 17px;
}


th {
	height:50px;
	vertical-align:center;
        padding-left:8px;
	background:transparent url(http://www.ergoconsulting.com.au/wp-content/uploads/2007/12/bg_th4.gif) no-repeat bottom left;
color:#3b73b9;
	}
th.body {
        height:50px;
        width:170px;
	vertical-align:center;
padding-left:8px;
color:#3b73b9;
	background:transparent  url(http://www.ergoconsulting.com.au/wp-content/uploads/2007/12/bg_th4.gif) no-repeat bottom left;
}

th.side {
        height:50px;
width:90px;
color:#3b73b9;
	vertical-align:center;
padding-left:8px;
	background:transparent url(http://www.ergoconsulting.com.au/wp-content/uploads/2007/12/bg_th4.gif) no-repeat bottom left;
}

td {
	background:transparent; 
padding: 5px;


}

td.bg {
	text-align:center;
	background:transparent 
url(http://www.ergoconsulting.com.au/wp-content/uploads/2007/12/bg_td2.gif) no-repeat bottom left;
width:170px;
	height:50px;
}

td.plain {
background:transparent;
width:250px;

}

td.noborder {
	text-align:center;
	background:transparent url(http://www.ergoconsulting.com.au/wp-content/uploads/2007/12/bg_td2.gif) no-repeat bottom left;
        width:170px;
	height:50px;
}


td.border {
	text-align:center;
border-right-style:5px;
	background:transparent url(http://www.ergoconsulting.com.au/wp-content/uploads/2007/12/bg_td2.gif) no-repeat bottom left;
width:150px;
	height:40px;
}



/* FOOTER */
        
#footer {
    clear:both;
    border-top:1px solid #CCC;
color:#3366cc;
       width:750px;
position:absolute;
margin: 0 0 0 0;
 }

    #footer p {
        margin:2px 0 0px 5px;
        color:#CCC;

        font-size:10px;

    }
    
    #footer a:link, #footer a:visited {
        color:#AAA;
    }
    
    #footer a:hover {
        color:#3366cc;
        text-decoration:none;
    }

