/* -------------------------------------------

TITLE : Sydney Talent

AUTHOR : SiteSuite Australasia
AUTHOR URL : http://www.sitesuite.com.au

DESCRIPTION : Print Site Styles
 
------------------------------------------ */


/* ------------------------------------------
 GLOBALS AND LAYOUT ELEMENTS
------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	}

#bnnr { height: 150px; }

.logo { float: left; border: 0; }
.sydUniLogo { float: right; border: 0; }
		
		
#container, #bnnr, #bnnrRight, #bnnrRight legend {
	width: 100%;
	}
			
#bnnrRight form, #bnnrRight fieldset, #searchleft, #bnnrRight .searchBttn {
	display: none;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	}

#navWrap, #nav, #nav ul, #nav li, #nav li a {
	display: none;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	}
	
	
#contentWrap, #spacingwrap { width: 100%; }
		
		/*-------------------------------------------
		  HOME TEMPLATE STYLES
		-------------------------------------------*/
		
#lhsBar { width: 100%; }
		
#homeFlsh {
	display: none;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	}
			
#homeText { width: 100%; }

		
#navul, #navul li, #navul li a  {
	display: none;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	}

#wideContent { width: 100%; }

		/*-------------------------------------------
		  EMPLOYERS/EMPLOYEES STYLES
		-------------------------------------------*/
		
#lhsButtons, #lhsButtons a, #lhsButtons img {
	display: none;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	}
		
#middleContent { width: 100%; }

#rhsBar, .tlntPartnersLogin, #rhsBar img, #rhsBar h2, #rhsBar h3,
#rhsBar p, #rhsBar .imgleft, #rhsBar .imgright, .rhsDivBox, #businessPartners,
#rotator, #rotator img, #featureBox, #poll, #footer, #stats {
	display: none;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	}

/* ------------------------------------------
 TEXT FORMATTING
------------------------------------------ */

p, td, li { font: 13px/19px Arial, Helvetica, sans-serif; }

p {	margin: 0 0 20px 0; }

hr {
	border: none;
	color: #fff;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
	}

/* ------------------------------------------
 HEADINGS
------------------------------------------ */

h1 {
	font: bold 25px Arial, Helvetica, sans-serif;
	color: #2d4190;
	margin: 0 0 20px 0;
	}

h2 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #2d4190;
	margin: 0 0 5px 0;
	}

h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #2d4190;
	margin: 0 0 5px 0;
	}

.imgleft {
	float: left;
	margin: 0 15px 15px 0;
	}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
	}


.greyText {
	font: 15px/20px Arial, Helvetica, sans-serif;
	color: #91989d;
	margin: 0 0 20px 0;
	}

.lightBlue { color: #00b5e3; }

/*
----------------------------------------------------------------------------- 
EVENTS PAGE
-----------------------------------------------------------------------------*/


#events {
  border-top: 20px solid #f5e1e6;
	background-color: #fff;
}

#events a.eventtitle {
	border-bottom: 0;
	padding: 0;
	width: auto;
	text-decoration: none;
	color: #000;
	background: none;
}

#events p, #events strong {
	padding: 0 12px;
}

.events_header {
	background-color: #B7B7B7;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	}
	
.events_content {
	background-color:#F2F2F2;
	}
	
h2.eventname {
	margin: 0;
	}
	
hr.event_hr {
	border: none;
	border-top: 1px dashed #D8D8D8;
	color: #F2F2F2;
	}
	
#events_cal {
	padding-top: 30px;
	}
	
p.link_right {
	margin-bottom: 0;
	text-align:right;
	}
