/* CSS Document */
/* DEFAULTS */
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444; 
	background: #FFF; 
	padding: 0;
	margin: 0;
	text-align: center;
}

a {
	text-decoration:underline;
	color: #006600;
	font-weight: bold;
}
a:visited {
	color: #66CC66;
}
a:hover {
	color: #33FF00;
}
a:active {
	color: #00FF00;
}
h1 {
	position: absolute;
	top: 20px;
	left: 80px;
}
h2 {
	position: absolute;
	top: 0;
	right: 80px;
}
fieldset {
	border: 1px solid #CCC;
	margin: 0 0 1em 0;
	padding: 1em;
}
legend {
	color: #CCC;
	font-size: x-large;
}
fieldset p,
fieldset h4,
fieldset ol ol {
	margin-left: 20px;
}
acronym, abbr, dfn {
	border-bottom: 1px dotted;
	cursor:help;
	font-style:normal;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0 0 1em 0;
	padding: 0;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3 {
	margin-bottom: 0;
}
img {
	border: 0;
}
input, textarea, select, button {
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 1em;
}

option {
	padding-left: 1em;
}
p {
	margin: 0 0 1em 0;
}

blockquote {
	border: solid #CCC;
	border-width: 0 3px;
	margin: 1em;
	padding: 0 40px 1em 40px;
}
cite {
	display: block;
	text-align: right;
	font-style: italic;
	color: #666;
}


caption {
	font-size: x-large;
	color: #BBB;
	text-align: left;
}
table {
	float: left;
	width: 70%;
	border: 0;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 0;
	margin: 0 0 1em 0;
}
caption,
table {
	margin-left: 3%;
}
th, td {
	padding: 10px;
	vertical-align: top;
	text-align: center;
}
th {
	background: #390 url(/images/background_th.gif) repeat-x top;
	color: #000;
	border: 1px solid #FFF;
}
tr.highlight {
	background: #F1FFD4 url(/images/background_tr_hover.gif) repeat-x bottom;
}	
td {
	font-size: 0.9em;
	border: 0;
	empty-cells:show;
}
td {
	border-bottom: 1px dotted #A0A0A0;
}

tfoot {
	border-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #4A4A4A;
	text-align: right;
}

tfoot td {
	font-size: xx-small;
	text-align: right;
	font-weight: bold;
	background: #EEE;
}

label {
	font-size: 80%;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
code {
	display: block;
	clear: both;
	background: #DFF;
	border: 1px solid #6FF;
	padding: 10px;
	margin: 10px;
}
samp {
	color: #060;
	font-family: 'Courier New', Courier, mono;
	font-size: 1em;
}
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol ol {
	margin: 0;
	padding: 0;
	list-style:decimal;
}
ol li {
	margin: 0 0 1em 0;
	padding: 0;
}
ol li li {
	margin: 0 0 0.5em 0;
	padding: 0;
}
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}


/* IDs */
#header {
	position: relative;
	background: #0C0 url(/images/forever_beta.gif) no-repeat top left;
	border-bottom: 3px solid #090;
	margin: 0;
	padding: 0 12.5% 0 50%;
	color: #FFF;
	text-align: right;
	height: 120px;
}
#container {
	clear: both;
	width: 85%;
	margin: 1em auto;
	text-align: left;
}
#footer {
	clear: both;
	margin: 1em 0;
	color: #AAA;
	font-size: x-small;
	text-align: center;
}
#footer p {
	clear:both;
}
#controls {
	clear: both;
	float: left;
	width: 25%;
}

#intro {
	margin-right: 18%;
}
#countdown {
	float: right;
	text-align: center;
	font-size: x-small;
	color: #FFF;
	width: 15%;
	margin: 0 1em 1em 0;
	padding: 2px;
}
#countdown .days {
	line-height: 0.8em;
	color: #FFF;
	display: block;
	font-size: 4em;
	font-weight: bold;
}
#jumplinks {
	display: none;
}

#step1 h3,
#step2 h3,
#step3 h3 {
	text-indent: -999em;
}

#step1 h3 {
	background: url(/images/step_1.gif) no-repeat top left;
	width: 100%;
	min-width: 142px;
	height: 38px;
}

#step2 h3 {
	background: url(/images/step_2.gif) no-repeat top left;
	width: 100%;
	min-width: 110px;
	height: 35px;
}

#step3 h3 {
	background: url(/images/step_3.gif) no-repeat top left;
	width: 100%;
	min-width: 136px;
	height: 38px;
}

#step3 * {
	margin: 0;
	padding: 0;
}
#step3 ol {
	margin: 1em;
}
#step3 ol li {
	margin-left: 10px;
}
#outlook,
#ical {
	margin: 1em 0;
	padding-left: 20px;
	height: 32px;
}
#outlook {
	background: url(/images/icon_outlook.gif) no-repeat left;
}
#ical {
	background: url(/images/icon_ical.gif) no-repeat left;
}

ul#downloads {
	margin: 1em;
	padding: 0;
	list-style: none;
}
#downloads li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 20px;
}

#hcal {
	background: url(/images/calendar_16.gif) no-repeat left;
}
#google-calendar {
	background: url(/images/icon_google.gif) no-repeat left;
}
#yahoo-calendar {
	background: url(/images/icon_yahoo.gif) no-repeat left;
}
#rss {
	background: url(/images/rss_16.gif) no-repeat left;
}


#adverts {
	border: 1px solid #CCC;
}
#adverts_top {
	clear:both;
	text-align: center;
	margin: 1em auto;
}
#adverts_main {
	float: right;
	width: 70%;
}



div#standards {
	text-align: center;
	width: 390px;
	margin: 0 auto;
}
div#standards ul,
div#standards li {
	padding: 0;
	margin: 0;
}
div#standards ul {
	list-style: none;
	margin: 0 auto;
}
div#standards li {
	float: left;
}
div#standards li img {
	margin: 0 10px;
}
/*
.microformats {
	text-indent: -999em;
	background: url(/images/microformats_36px.gif) no-repeat top left;
	width: 114px;
	height: 36px;
}
*/


/* CLASSES */
img.imgbd {
	border: 1px solid #333;
}
img.alignright {
	float: right;
	clear: right;
	margin: 0 0 1em 2em;
}
img.aligncenter {
	text-align: center;
	margin: 1em auto;
}
option.group,
option.all {
	font-weight: bold;
	padding-left: 0;
	color: #006600;
}
.accesskey {
	text-decoration:underline;
	cursor: default;
}
.columnar th {
	text-align: right;
	width: 1%;
	white-space: nowrap;
}
.error {
	color: #800;
	font-weight: bold;
}
.footnote {
	font-size: xx-small;
	color: #AAA;
	text-align: right;
}
.printonly {
	display:none;
}
.subrow {
	text-align: left;
	font-weight: bold;
	font-style:italic;
	font-size: xx-small;
	background: #DDD;
	color: #888;
	padding: 5px;
}

.gmt {
	display: block;
	font-size: x-small;
}
.rowspanleft {
	border-right: 1px dotted #A0A0A0;
}

.hidden {
	display: none;
}

.al_l {
	text-align: left;
}
.al_c {
	text-align: center;
}
.al_r {
	text-align: right;
}


#bookmarks {
	margin: 1em;
	padding: 0;
}
#bookmarks li {
	list-style: none;
	line-height: 1.5em;
}
#bookmarks a {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
#digg {
	background-image: url(/images/bookmarks/digg.png);
}
#delicious {
	background-image: url(/images/bookmarks/delicious.png);
}
#google {
	background-image: url(/images/bookmarks/google.png);
}
#magnolia {
	background-image: url(/images/bookmarks/magnolia.png);
}
#newsvine {
	background-image: url(/images/bookmarks/newsvine.png);
}
#reddit {
	background-image: url(/images/bookmarks/reddit.png);
}
#riffs {
	background-image: url(/images/bookmarks/riffs.png);
}
#squidoo {
	background-image: url(/images/bookmarks/squidoo.png);
}
#technorati {
	background-image: url(/images/bookmarks/technorati.png);
}
#yahoo {
	background-image: url(/images/bookmarks/yahoo.png);
}

#target-adverts {
  margin: 0 0 1em;
  padding: 0;
}

#target-adverts li {
  list-style: none;
  margin: 0;
  padding: 5px 1em;
  border-bottom: 1px solid #CCC;
}