/*----------------STYLESHEET FOR LEVEL3.ORG.AU--------------*/
/*	Style.css <==
 *	colour.css  
 */

/*===============GLOBAL================*/

html{height: 100%;}

body {
	font-family: Verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.68em;
}

p { 
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}

h1 { 
	font-family: Visitor, Tw Cen MT, sans-serif;
	letter-spacing: .1em;
}

h2 { 
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
}

art { 
	font-family: arial, sans-serif;
	letter-spacing: .1em;
}

img { border: 0px; }
a { outline: none; }

/*====== image positioning - left, right and center =======*/

.left { 
	float: left; 
	padding: 0px 8px 0px 0px;
}

.right { 
	float: right; 
	padding: 0px 0px 0px 8px;
}

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

/* block quote */

blockquote { 
	margin: 20px 0px 20px 0px; 
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
}

/* unordered list */

ul { 
	margin: 8px 0px 0px 16px;
	padding: 0px;
}

ul li { 
	list-style-type: none;
	margin: 0px 0px 11px 0px; 
	padding: 0px;
}

.message ul li {
	list-style-type: inherit;
	margin: 0px;
}

/* ordered list */
ol { 
	margin: 8px 0px 0px 24px;
	padding: 0px;
}
ol li {
	list-style-type: none;
	margin: 0px 0px 11px 0px; 
	padding: 0px;
}

.message ol li {
	list-style-type: inherit;
	margin: 0px;
}

/*============== MAIN CONTAINER =============*/

#main { 
	width: 1000px;
	margin-left: auto; 
	margin-right: auto;
}

/* links above the logo / footer */
#links, #footer { 
	margin-left: auto; 
	margin-right: auto;
	padding: 10px 21px 0px 19px;
	width: 1000px;
	height: 26px;
	font-size: 94%;
	text-transform: uppercase;
}

#links	{text-align: left;}
#footer	{text-align: center;}
#links a, #footer a	{text-decoration: none;}
#links a:hover, #footer a:hover	{text-decoration: underline;}

/* header */
#header { height: 200px; width: 1000px;}

/* logo */

#logo {
	width: 550px;
	height: 140px;
	text-align: left;
	text-indent: -9999px;
	float: left;
}
#rotator {
	text-align: right;
	margin-top: 15px;
}
#myRotatingImage
{
	display: none; /* javascript will unhide this if there is an image to display - stops broken image icon from appearing :) */
}

/* ================ NAVIGATION MENU ====================*/
#menu { 
	height: 30px;
	padding-bottom: 0px;
}
	#menu ul {width: auto; margin: 0;} 
	#menu li { 
		float: left; 
		margin: 0px; 
		padding: 0px;
		list-style-type: none;
	} 

	#menu li a  {
		display: block;
		float: left;
		height: 22px;
		text-decoration: none;
		padding: 8px 15px 0 15px;
		text-transform: uppercase;
		text-align: justify;
		
		font-family: Visitor, Tw Cen MT, Verdana, sans-serif;
		font-size: 14px;
	} 

/* ================== MAIN CONTENT ================*/

#content { 
	margin-left: auto; 
	margin-right: auto;
	width: 1000px;
	height: auto;
	padding: 0px;
	overflow: hidden;
} 

/* ----- column 1 - contains sidebar items ------*/

#column1 { 
	width: 300px;
	float: right;
	padding: 0px 0px 15px 0px;
}

.sidebaritem { 
	text-align: center;
	width: 300px;
	float: left;
	margin: 0px 0px 25px 0px;
}

.sbihead { 
	height: 50px;
	width: 300px;
	padding: 0;
	text-transform: uppercase;
}
	.sbihead h1 { 
		padding: 0px; 
		margin: 0px; 
		font-weight: bold;
		font-size: 112%;
	}

.sbiProfiles { padding: 14px 8px 8px 19px; }

	.sbiProfiles p {
		line-height: 14px; 
		padding: 0px 0px 8px 0px;
	}

.castTmb {
	width: 100px;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
	text-transform: uppercase;
}

/*----------- column 2 - page content  -----------*/

#column2 { 
	text-align: justify;
	width: 640px;
	float: left;
	padding: 20px 30px;
}

	#column2 h1 { 
		padding: 6px 0px 4px 0px; 
		margin: 0; 
		font-size: 16pt;
		text-transform: uppercase;
		letter-spacing: 0.01em;
	}
	
	#column2 h2 a {
		text-decoration: none;
	}

	#column2 art {
		padding: 6px 0px 4px 0px; 
		margin: 0px 0px 12px 0px; 
		font-size: 150%;
		text-transform: uppercase;
		font-weight: normal;
	}

/* ============= NEWSPOST =============*/
.newsPost {
	margin: 0;
	border: 1px solid #000;
	border-top-width: 0px;
	background-color: #2c2c2c;
	padding: 15px;
}
h1 + .newsPost {
	border: 1px solid #000;
}
	.newsPost .newsThumb {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.newsPost h2 {
		font-family: Tw Cen MT, Myriad Pro, Verdana, sans-serif;
		font-size: 16pt;
		margin-bottom: 5px;
	}
	.newsPost h4 {
		font-family: Visitor, Tw Cen MT, Verdana, sans-serif;
		font-size: 10px;
		margin: 0;
		font-weight: normal;
	}
	.newsPost .spacer { margin-bottom: 15px; }	
	.newsPost .message { padding-left: 75px; }
	.newsPost .message img { padding-top: 10px; padding-bottom: 10px; text-align: center;}

.linkMore
{
	margin: 0;
	border: 1px solid #000;
	border-top-width: 0px;
	background-color: #2c2c2c;
	padding: 15px 15px 35px 15px;
}

.newsPost .linkMore
{
	margin: 0;
	border: 0px;
	padding: 10px 0 10px 0 !important; 
}

/* stuff to do with social media */	

.inline-wrapper
{
	display: block;
	float: left;
	width: 110px;
	height: 20px;
	text-align: center;
}

.inline-wrapper #fb-root
{
	display: inline;
}

/* ============= PAGINATION =========*/

.pageNav
{
	margin: 0;
	border: 1px solid #000;
	border-top-width: 0px;
	background-color: #2c2c2c;
	height: 30px;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
}

.pageNav div
{
	position: relative;
	text-align: center;
	display: inline;
	width: 100px;
	height: 30px;
	padding-top: 15px;
	top: -15px;
	font-weight: normal;
}

.pageNav div a
{
	position: relative;
	display: block;
	width: 100px;
	height: 30px;
	padding-top: 15px;
	top: -15px;
	text-decoration: none;
}

.pageNav div a:hover
{
	background-color: #3d3d3d;
}

.pageNav #newer
{
	float: left;
	border-right: 1px solid #000;
}

.pageNav #newer.start
{
	border-right: 0px;
}

.pageNav #older
{
	float: right;
	border-left: 1px solid #000;
}

.pageNav #older.end
{
	border-left: 0px;
}

/* ============= CONTACT PAGE FORM LAYOUT =========*/
form {margin-top: 0px;}

div.row { 
	clear: both;
	width: 448px;
}

div.row span.formlabel { 
	float: left;
	width: 150px;
	text-align: left;
}

div.row span.forminput { 
	float: right;
	text-align: right;
} 

div.spacer { 
	clear: both;
}

input, textarea { 
	width: 259px; 
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	font-size: 100%;
	margin: 2px;
}

.submit { 
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	width: 70px;
	height: 22px;
	cursor: pointer;
	font-size: 100%;
}

/*  OLD SHIT 
	
.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover

{ padding: 0px 0px 2px 0px;

  text-decoration: none;

  border-bottom: none;

}



.sidebaritem a:hover, #column2 a:hover{border-bottom: none;}

.artitem a, #column2 a, .sidebaritem a:hover, #column2 a:hover

{ padding: 0px 0px 2px 0px;

  text-decoration: none;

  border-bottom: none;

}



.artitem a:hover, #column2 a:hover{border-bottom: 1px solid;}
*/



