#page {
    background-color:white;
    text-align:left; /* to override text-align:center on body element for IE */
    margin:0px auto;
    width:812px;
    border:1px solid #ccc;
}

#page-content {
    padding: 12px;
}

#left-sidebar {
    float:left;
}

#centre-column { /* to prevent column wrapping make sure this is last in order */
    margin-left:220px;
    margin-top:5px;
    width:325px;
}

#main-column { /* to prevent column wrapping make sure this is last in order */
    margin-left:220px;
    margin-top:5px;
    width:550px;
}

#right-sidebar {
    float:right;
}

.sidebar {
    width:215px;
}

.sidebar-item {
    overflow:hidden;
    border:1px solid #ccc;
    margin-bottom: 25px;
}

.sidebar-item img {
    max-width:190px; /* this does not work in IE, hence overflow:hidden above; */
}

.sidebar-item h3 {
	background: url(../images/darkerGreyGradient.gif) repeat-x;
	margin: 0 0 0 0;
	padding: 3px 10px;
	text-align: left;
	border-color: #ccc;
    	border-width: 0px 0px 1px 0px;
	border-style: solid;
	font: 12px "Verdana", "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
}

.sidebar-item-content {
    padding: 10px 10px 10px 10px; /* more right padding to compensate for drop shadow in background on right */
    width: 195px;
}

.sidebar-item-footer {
    padding:10px 15px 10px 10px;
    text-align:right;
}

.sidebar-item-footer a {
    padding-left:8px;
    background:url(../images/arrow.gif) no-repeat 0 1px;
}

.post {
    margin-bottom: 20px;
    margin-left: 15px;
}

/* prevents overlong for overflowing in righthand column */
.post-content {
    overflow:hidden;
}

img.centred {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

/* prevents floated blocks from poking
   out the bottom of the post-content div */
.post-content-footer {
    clear:both;
}

.post-title {
    margin:0px;
    margin-bottom:5px;
}

.post-title a {
    color:black;
    font:bold 14px Verdana, Arial, Helvetica, sans-serif;
}

.post-title a:hover {
    text-decoration:underline;    
}

.footer {
    text-align:center;
    padding: 3px 3px 3px 3px;
    margin-bottom: 5px;
    clear:both;
    background: url(../images/greyGradient.gif) repeat-x;
}

#header {
	/* background: url(hashgradient.gif) repeat-x; */
	width: 100%;
	text-align: center;
}

.mainLogo {
	padding: 5px 5px 20px 5px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 15px;
}

.bar {
	background: url(../images/darkerGreyGradient.gif) repeat-x;
	padding: 3px 10px;
	text-align: left;
	border-bottom: #ccc;
    	border-width: 0px 0px 1px 0px;
	border-style: solid;
	font: 12px "Verdana", "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	text-align:center;
}

body {
    text-align: center; /* IE does not follow auto margins to center divs */
    background-color:#eee;
    padding:6px 6px;
    font: 12px "Verdana", "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
    background: url(../images/greenGradient.png) 0% 0% repeat-x;
}

a:link {color: gray; text-decoration: none; }
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: gray; text-decoration: none; }
a:hover {color: green; text-decoration: none; }

ul {
	list-style-image: url(../images/crumb.gif);
}

input {
	font-size: 10px;
	border:1px solid #ccc;
}

.list a:link {
	color: gray; text-decoration: none; 
}
