/* Stylesheet for CSS 10th Anniversary 
W3C Communication Team
Written by Karl Dubost - <karl@w3.org>
http://www.w3.org/People/karl
Created on 2006-12-16
Last Updated: $Date: 2007/03/22 15:52:10 $
Used the technique in 
*/
html
{
	background: #333;
	background-image: url(backgroundstripes.gif);
	margin: 0;
	padding: 0;
}

body
{
	font-family: "Lucida Grande", "Gill Sans", Verdana, sans-serif;
	margin: 0 5em;
}

#main
{
	padding: 1em;
	background-color: #FFF;
	margin: 0 auto 0 auto;
}
#main a {
	color: #369;
	text-decoration: none;}
#main a:hover {
	color: #369;
	border-bottom: 1px dotted #369;}


div#quickguide
{	padding: 0 1em 0 0;
	margin: 0;
	background-image: url('banner-w3c.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	background-color: #000;
	height: 100px;
	color: #fff;
}
div#quickguide h1
{
	margin: auto auto 0 auto;
	padding: 1em;
	font-size: 1.5em;
	vertical-align: bottom;
}
div#quickguide .baseline
{
	font-size: 0.8em;
	display: block;
}

h2, h3
{
	color: #005A9C;
	clear: both;
}

#main ul li
{
	list-style-type: square;
	list-style-position: inside;
}

.image
{
	margin: 0 1em 1em 0;
	float: right;
	width: 125px;
	height: 125px;
	padding: 0px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

#reference
{
	padding-top: 0.5em;
	border-top: black 1px solid;
}


#navigation {
/*	background: #232323;*/
	background-color: #000;
	border-top: 5px solid #B6D2F7;
	border-bottom: 1px solid #171717;
	margin: 0;
	padding: 0.5em 0;
	width: 100%;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0 0 0 25px;
	text-shadow: 0px 2px 4px #000;
}
#navigation li a, #navigation li {
	color: #ccc;
	text-decoration: none;
}

#navigation li a:hover {
	color: #6CF;
	background: white;
}

div.figure {
	margin:auto;
	padding: 1em;
	border: 1px solid #ddd;
}

#footer
{
	background: #fff url('/Style/CSS/Buttons/mwcos') no-repeat scroll center right;
	height: 48px;
	font-size: 0.8em;
	padding-top: 0.5em;
	padding-right: 100px;
	border-top: 1px solid #999;
}

cite::before
{
	content: "\201C"
}
cite::after
{
	content: "\201D"
}
