/* CSS for lca2005.linux.org.au
	Hopefully it works :-)
	
 mid blue color  #0a3a82;
 dark navy blue	#151522;

*/

#masthead {
	border-bottom: 2px solid #333333;
	width: 98%;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(images/mastgradient.jpg);
	background-position: right;
	top: 0px;
	right: 0px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
}

#masthead h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0a3a82;
	font-size: x-large;
	margin-left: 2em;
	margin-right: 2em;
}


#leftnavbar{
	margin: 0 78% 0 0;
	padding: 0px;
	background-color: #dce4f0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

#content{
	float:right;
	width: 74%;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0 0 0 15px;
}

body {
	font-family: Bitstream Vera Sans, Tahoma, Arial;
	color: #151522;
}

p {
	margin: 0 0 1.2em 1.4em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0a3a82;
	margin-left: -10px;
}

p.navhead {
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	line-height: 0;
	color: #0A3A82;
	margin: 10px 0 10px 0;
}
A.navhead:link {
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	line-height: 1.75em;
	color: #0A3A82;
}
A.navhead:visited {
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px; 
	line-height: 1.75em;
	color: #0A3A82;
}
A.navhead:hover {
	font-weight: bold;
	text-decoration: underline;
	padding-left: 10px; 
	line-height: 1.75em;
	color: #0A3A82;

}


A.hotlink:link {
        text-decoration: none;
        padding-left: 20px;
        line-height: 1.5em;
        color:  #ee0000;
}

A.hotlink:visited {
        text-decoration: none;
        padding-left: 20px;
        line-height: 1.5em;
        color:  #ee0000;
}


A.hotlink:hover {
        text-decoration: underline;
        padding-left: 20px;
        line-height: 1.5em;
        color:  #ee0000;
}

A.nav:link {
	text-decoration: none;
	padding-left: 20px;
	color: #0A3A82;
	line-height: 1.5em;

}
A.nav:visited {
	text-decoration: none;
	padding-left: 20px;
	color: #0A3A82;
	line-height: 1.5em;

}
A.nav:hover {
	text-decoration: underline;
	padding-left: 20px;
	color: #0A3A82;
	line-height: 1.5em;
}

A.new:link {
	text-decoration: none;
	color: #ff0000;
}

A.new:visited {
	text-decoration: none;
	color: #ff0000;
}

A.new:hover {
	text-decoration: underline;
	color: #ff0000;
}

A:link {
	/* text-decoration: none; */
	color: #0a3a82;
}

A:visited {
	/* text-decoration: none; */
	color: #062554;
}

#content table#calendar {
	margin: 2em;
}

table#calendar td {
	padding: 0.4em;
	border-width: 1px;
	border-style: solid;
}

address {
	color: #0a3a82;
	margin: 15px 0 0 40px;
	
}

td.cal-conf {
	background: #ffcccc;
}
td.cal-tutes {
	background: #ccffcc;
}
td.cal-miniconf {
	background: #ccccff;
}

table.bordered {
	border-collapse: collapse;
	margin-left: 15px;
}

table.bordered td, table.bordered th {
	border: thin solid gray;
	padding: 0.5em;
}


.formcell {
	border: thin solid lightgray;
	padding: 0.5em;
	text-align: left;
}

.csbanner {
	align: center;
	text-align: center;
	padding: 0.5em;
}

li {
	padding-bottom: 0.7em;
}

dt {
	padding: 0.5em;
	font-weight: bold;
}
