
/*
/---------------------------------------------/  
/ LINC TV Website - http://www.linctv.org.au
/ Author: Adam Smith
/---------------------------------------------/
*/

/* === Text === */

body {
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333333;
	background-color:#DEDCE7;
	font-size: 12px;
}



h1 {
	color: #333333;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.6em;
	line-height: 32px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	font-weight: bold;
	margin: 0;
	padding-top: 3px;
	font-size: 0.9em;
	margin-top: 4px;
}


.titles {
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/* === Links === */

a:link {
	color: #656565;
	text-decoration: none;
}

a:active,
a:visited {
	color: #656565;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: underline;
}


/*
/---------------------------------------------/
/  HEADER
/---------------------------------------------/
*/

#header {
	width: 800px;
	float: left;
	height: 120px;
}


/*
/---------------------------------------------/
/  MENU
/---------------------------------------------/
*/
#menu {
	width: 795px;
	background-color:#333333;
	float: left;
}

#menu ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	color: White;
	float: left;
	width: 100%;
	border-left: 5px solid #333333;
}

#menu ul li { 
	display: inline;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu ul li a  {
	padding: 0.2em 1em;
	color: White;
	text-decoration: none;
	float: left;
}

#menu ul li a:hover  {
	background-color: White;
	color: #000000;
}



/*
/---------------------------------------------/
/ SIDEBAR  and CONTENT
/---------------------------------------------/
*/

#container {
	margin: 0 auto;
	
	width: 800px;
	text-align: left;
}

#body {  
	width: 790px;
	border-left: 5px solid #333333;
	border-right: 5px solid #333333;
	background-color:#FFFFFF;
}

.clearboth { clear: both; }

#sidebar {
	width: 200px;
	float: right;
	padding: 5px;
}

.sidebox {
	padding: 5px 5px 0 5px	;
	border: solid 1px #AAAAAA;
	margin-bottom: 5px;
}

.sidebox ul {
	margin: 0 0 3px 0;
	padding-left: 0;
	list-style: none;
}

.sidebox li {
	line-height: 24px;
	border-bottom: 1px dotted  #CCCCCC;
}

.more {
	text-align: right;
	line-height: 12px;
}

#content {
	width: 575px;
	float: left;
	padding: 5px 0 0 5px;
}

#contentFull {
	padding: 5px;
}
.contentbox {
	padding: 5px 5px 0 5px	;
	border: solid 1px #AAAAAA;
}

.title-c {
	background: url('/images/title-c.gif') left repeat-x;
	height: 44px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 40px;
}

.title-l {
	background: url('/images/title-l.gif') left no-repeat;
	padding-left: 44px;
	height: 44px;
}

.title-r {
	background: url('/images/title-r.gif') right no-repeat;
	padding-right: 44px;
	height: 44px;
}

.titleSmall-c {
	background: url('/images/titleSmall-c.gif') left repeat-x;
	height: 28px;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.titleSmall-l {
	background: url('/images/titleSmall-l.gif') left no-repeat;
	padding-left: 28px;
	height: 28px;
}

.titleSmall-r {
	background: url('/images/titleSmall-r.gif') right no-repeat;
	padding-right: 28px;
	height: 28px;
}

.featureBox {
	width: 90%;
	border: dotted #0066FF;
	text-align: center;
	background-color: #DFEBFF;
	margin: auto;
	padding: 5px 10px 10px 10px;
}


table.prog {
	border-width: 0;
	border-spacing: 10px;
}
table.prog th {
	border-width: 1px;
	padding: 0 15px 15px 15px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: 12px;
}
table.prog td {
	border-width: 1px;
	padding: 0 15px 15px 15px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: 12px;
	width: 390px;
	background-color: #F0F3FB;
}

/*
/---------------------------------------------/
/  FOOTER
/---------------------------------------------/
*/
#footerLeft {
	height: 20px;
	width: 20px;
	float: left;
	background-image:url(forum/images/bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#footerRight {
	height: 20px;
	width: 20px;
	float: left;
	background-image:url(forum/images/br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#footerMiddle {
	height: 15px;
	width: 760px;
	float: left;
	border-bottom: 5px solid #333333;
	background-color:#FFFFFF;
	
}



#footer {
	width: 800px;
	text-align: center;
	font-size: 100%;
	font-size: 12px;
	line-height: 36px;		
}