/* 3ABN Australia Inc. Website print CSS
 * By James Hope
 * Copyright (c) 2009 3ABN Australia Inc. All rights reserved.
 * Created: 28 October 2009
 * Contains styles common to all subdomains
 */

/******************************************************************/
/* Base body positioning */
body {
	margin:0;
	padding:0px 0;
}

/******************************************************************/
/* Main Container Layer */
#container {
	margin:0;
	padding:0;
}

/******************************************************************/
/* Top Menu - the bar across the top of the page */
#topmenu {
	display:none;
}

/******************************************************************/
/* Middle part of page - contains the header, nav, and content */
#middle {
	margin:0;
	padding:0;
}
/* Header image */
#header h1 {
	font-size:1.9em;
}

/* Contextual Menu */
#ctxmenu {
	display:none;
}

/* Content */
#content {
	margin:0;
	padding: 10px 20px;
}

/* Breadcrumb */
#breadcrumb {
	margin:0;
	padding:5px 0 8px 5px;
	font-size:0.9em;
}
#breadcrumb a {
	color:#555;
	text-decoration:none;
}

/******************************************************************/
/* Footer - contains various links and copyrights */
#footer {
	margin:0;
	padding:11px 28px;
	font-size:0.9em;
}
#footer ul {
	display:none;
}
#footer p.copyright {
	padding:0;
	margin:0;
	color:#555;
	float:right;
}

/******************************************************************/
/* Generic Classes */
.hidden, .preload, .nostyle {
	display:none;
}
.clearing {
	clear:both;
	padding:0;
	margin:0;
}

/******************************************************************/
/* News Listing Classes */
.localPrograms img {
	width:80px;
	height:60px;
	padding:0;
	margin-top:-40px; /* Move up into the program's title area */
}
.ditto_currentpage, .ditto_page {
	padding: 0 2px;
}

