/****************************************************************/
/* Clock & Date iGoogle Gadget - CSS */
/* (C) 2008 by Sebastian Majstorovic */
/* dev@canbuffi.de */
/* http://www.canbuffi.de */
/****************************************************************/

html, body {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: Arial;
	text-align: center;
}

html * {
	font-family: Arial;
	text-align: center;
}

#content {
	width: 270px;
	height: 110px;
	padding-top: 16px;
	margin: 0 auto;
	background: url(http://www.canbuffi.de/gadgets/clock_date/images/bg/red.png) center center no-repeat;
}

html > body #content {
	margin-top: -16px;
	padding-top: 32px;
}

#greeting {
	font-size: 12px;
	font-weight: bold;
	z-index: 10000;
}

#clock {
	font-size: 36px;
	font-weight: bold;
	z-index: 10000;
}

#date {
	font-size: 12px;
	z-index: 10000;
}

#am_pm {
	margin-left: 5px;
	font-size: 16px;
	z-index: 10000;
}

/* ADS */

.spacer {
	height: 10px;
}

#ads_wrap {
	display: block;
  position:relative;
	width: 180px;
  height: 60px;
	margin: 0 auto;
}

#ads_disable {
	display: none;
}

#ads {
  z-index: 1;
  bottom: 0;
  left: -90px;
  clip: rect(1px 280px 59px 100px);
  border: none;
  position: absolute;
}

#ads iframe {
  width: 300px;
  height: 60px;
}

#ads {
	text-align: center;
}

#ads span {
	color: #CCC;
	font-size: 5px;
}

#ads iframe {
	height: -10px;
}

#msg {
	margin-top: -5px;
	font-size: 9px;
	color: #333;
}

#msg a, #msg a:visited {
	text-decoration: underline;
	color: #333;
}

#msg a:hover {
	text-decoration: none;
}

#ads_disable {
	text-align: right;
	position: absolute;
	bottom: 4px;
	right: -2px;
	z-index: 10;
}

#ads_disable a, #ads_disable a:visited {
	text-decoration: none;
	color: #333;
	font-size: 9px;
}

#ads_wrap.textlink {
	margin-top: -5px;
	width: auto;
	height: auto;
}

a, a:visited {
	color: #333;
}