/****************************************************************/
/* 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 */

#ads {
	text-align: center;
}

#ads span {
	color: #CCC;
	font-size: 5px;
}
