@media screen
{

/**
   GLOBAL STYLES : BLOCK ELEMENTS
**/

body {
 margin: 0;
 background-color: #333;
 color: #fcc;
}

h1 {
 margin: 2em 8% 0 8%;
 border: 3px solid #fff;
 padding: 40px 0 10px 20px;
 background: #000 url("../images/hc-bg-header.jpg") no-repeat 100% 100%;
 color: #fff;
}

h1 a, h1 a:visited {
 font-size: 1.8em;
 text-decoration: none;
 background-color: transparent;
 color: #fff;
}

h2 {
 clear: both;
 margin: 0.5em 0;
 border-bottom: 1px dashed #fcc;
 padding-left: 60px;
 font-size: 170%;
 font-variant: small-caps;
 background: transparent url("../images/hc-bg-title.png") no-repeat left center;
 color: #fff;
}

h3 {
 margin-bottom: 0.3em;
 font-size: 130%;
 text-decoration: underline;
 background: transparent;
 color: #fff;
}

dl {
 margin-top: 0;
}

dt {
 margin-left: 1.5em;
 padding: 0.2em;
 font-style: italic;
 background: transparent;
 color: #fff;
}

dd {
 margin-bottom: 1em;
 border-bottom: 1px dotted #ccc;
 border-left: 1px dotted #ccc;
 padding: 0.2em;
 margin-left: 1.5em;
}

hr {
 clear: both;
}

p {
 margin-top: 0;
}

p img {
 vertical-align: middle;
}

ul {
}

li {
}


/**
   GLOBAL STYLES : INLINE ELEMENTS
**/

a {
 background-color: transparent;
 color: #ff6;
}

a:visited {
 background-color: transparent;
 color: #ccc;
}

a:hover {
 text-decoration: underline overline;
}

a img {
 border-color: #ff6;
}

a:visited img {
 border-color: #ccc;
}

abbr:hover {
 cursor: help;
}

img {
 border: 2px solid #fcc;
}

strong {
 background: transparent;
 color: #fff;
}


/**
   STRUCTURAL STYLES
**/

#a11y-options {
 position: absolute;
 top: 0;
 left: 0;
 margin: 0 0 20px 0;
 border-bottom: 1px solid #ccc;
 padding: 6px 0;
 width: 100%;
 text-align: center;
 background-color: #600;
 color: #fff;
}

#a11y-options li {
 display: inline;
 padding: 0 1em;
}

#a11y-options a, #a11y-options a:visited, #a11y-options a:hover {
 font-weight: bold;
 color: #fff;
 background-color: transparent;
}

#a11y-options li#cssHiCon {
 display: none;
}

div#dateline {
 margin: 0 8%;
 padding-bottom: 1em;  /* Has to be padding, or IE hiccups */
 font: bold 1.5em Arial, Helvetica, sans-serif;
 text-align: center;
 background-color: transparent;
 color: #fff;
}

div#bodyblock, div#proclamation {
 clear: both;
 margin: 0 8% 20px 8%;
 border: 3px double #fcc;
 padding: 10px 20px;
 font: bold 1.1em/1.3 Arial, Helvetica, sans-serif;
 background-color: #300;
 color: #fcc;
}

div#proclamation img {
	display: block;
	margin: 1em 0;
	border: 1px outset #fcc;
}

#content {
}

#content-home .big {
 padding: 0 2.5em;
}

div#sidebox {
 border: 3px double #fcc;
 padding: 10px 25px;
 background-color: #333;
 color: #fff;
}

#sidebox h3 {
 margin-top: 0;
 margin-bottom: 0.5em;
 border-bottom: 2px dotted #ccc;
 font-size: 1.2em;
 font-variant: small-caps;
 font-weight: bold;
 text-decoration: none;
 background: transparent;
 color: #fcc;
}

#sidebox hr {
 clear: none;
 margin: 1.5em 2em;
}

#sidebox p.highlight {
 margin-bottom: 0.5em;
 color: #fcc;
}

#sidebox strong {
 color: #fcc;
}

div#footer {
 margin: 20px 40px 10px 40px;
 border-top: 1px dashed #fcc;
 padding: 15px 15px 80px 15px;
 text-align: center;
 font-size: 0.9em;
 background: transparent url("../images/logo-LAW-white.png") no-repeat bottom center;
}


/**
   NAVIGATION STYLES
**/

ul#sitemenu {
 list-style-type: none;
 margin: 0 8%;
 padding: 0;
 font: bold 1.1em Arial, Helvetica, sans-serif;
 text-align: center;
}

ul#sitemenu li {
 float: left;
 margin-right: 2px;
 width: 13.8%;
}

ul#sitemenu li a {
 display: block;
 border-top: 3px solid #fcc;
 border-right: 3px solid #fcc;
 border-left: 3px solid #fcc;
 padding: 6px 4px;
 height: 2.5em;
 overflow: hidden;
 text-decoration: none;
 vertical-align: middle;
 background: #000 url("../images/hc-bg-menu.png") repeat-x 0 100%;
 color: #fff;
}

#sitemenu li a:visited {
 color: #fff;
}

ul#sitemenu li a:hover {
 background: #800;
 color: #fff;
}

.submenu {
 font-size: 115%;
 text-align: center;
 background-color: #300;
 color: #fff;
}


/**
   PSEUDO & CLASS STYLES
**/

:lang(fr) {
 font-style: italic;
}

.big {
 font-size: 130%;
 background-color: transparent;
 color: #fff;
}

.center {
 text-align: center;
}

.clear {
 clear: both;
}

.highlight {
 font-style: italic;
 background-color: transparent;
 color: #fff;
}

.important {
 border: 3px outset #ccc;
 padding: 0.3em 1em;
 font-size: 110%;
 font-style: italic;
 font-weight: bold;
 text-align: center;
 background-color: #fcc;
 color: #300;
}

.important a {
 color: #900;
}

.right {
 text-align: right;
}

.small {
 font-size: 75%;
}

dd.advert {
 text-align: center;
}

dd.advert img {
 margin: 8px;
 padding: 3px;
 vertical-align: middle;
}

dd.advert > img {
 border: none;
}

dt.sponsor-class {
}

h4.contest-winner {
 margin-top: 2em;
 margin-bottom: 0;
 border-bottom: 1px dotted #fcc;
 padding: 0.2em 0 0 0.3em;
 background: #333;
 color: #fff;
}

img.biopic {
 float: right;
 margin: 0.1em 0 0.1em 0.5em;
}

li.columns {
 list-style-type: square;
 float: left;
 margin: 6px 30px 6px 0;
 width: 10em;
 height: 4em;
 font-size: 90%;
}

li.sect-header a {
 font-size: 120%;
 font-variant: small-caps;
}

li.sect-page a {
 font-size: 100%;
 font-variant: normal;
}

li.sponsor {
 margin-bottom: 1em;
 text-align: center;
}

li.sponsor img {
 padding: 0.7em 0.5em;
 vertical-align: middle;
}

p.author {
 clear: right;
 margin-bottom: 0.2em;
 border-bottom: 3px solid #fff;
 padding-bottom: 0.1em;
 font-size: 110%;
 font-style: italic;
 background-color: transparent;
 color: #fff;
}

span.keyboard {
 border: 2px outset #999;
 padding: 0 0.3em;
 font-family: monospace;
 font-size: 110%;
 background-color: #fcc;
 color: #900;
}

span.publication {
 border-bottom: 1px dotted #fff;
 font-style: italic;
 background: transparent;
 color: #fff;
}


ul.column {
 float: left;
 margin-right: 1.5em;
 margin-left: 0;
 padding-left: 15px;
 width: 10em;
}

ul.column li {
 padding: 3px 0;
}

ul.indent {
 margin-bottom: 1em;
 margin-left: 2em;
}

ul.sponsor-list {
 list-style-type: none;
}


/**
   TABLE & CELL STYLES
**/

table#schedule {
 margin: 0 auto;
 border-color: #fff;
}

tfoot {
 font-style: italic;
 text-align: center;
}

tr {
}

th {
 background-color: #800;
 color: #fcc;
}

td {
 border: 1px solid #fff;
 padding: 0.1em 0.3em;
}

td.event-cell {
 text-align: center;
 color: #fcc;
 background-color: #333;
}

td.event-cell a {
}

td.event-cell a:hover {
}


}
