/* -- weather -- */
#newsletterweather {
	height: 7em;
	position: relative;
}

#newsletterweather div {
	width: 920px;
}

#newsletterweather .inner {
	background: url(/img/dashline.gif) repeat-x 0 0;
	position: absolute;
	width: 920px;
}

#newsletterweather .inner div {
	background: url(/img/dashline.gif) repeat-x 0 100%;
	overflow: hidden;
}

#newsletterweather p {
	color: #f0685c;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 14px 45px;
	width: 670px;
}

#newsletterweather .credit {
	float: right;
	font-size: 1.1em;
	font-weight: normal;
	padding: 8px 0;
	width: 175px;
}

/* -- weather icons -- */
#newsletterweather .cloudylightsnow {
	background: url(/img/weather/cloudylightsnow.gif) no-repeat 0 50%;
}

#newsletterweather .fog {
	background: url(/img/weather/fog.gif) no-repeat 0 50%;
}

#newsletterweather .lightsnow {
	background: url(/img/weather/lightsnow.gif) no-repeat 0 50%;
}

#newsletterweather .overcastsleet {
	background: url(/img/weather/overcastsleet.gif) no-repeat 0 50%;
}

#newsletterweather .partlycloudy {
	background: url(/img/weather/partlycloudy.gif) no-repeat 0 50%;
}

#newsletterweather .pouring {
	background: url(/img/weather/pouring.gif) no-repeat 0 50%;
}

#newsletterweather .rainclouds {
	background: url(/img/weather/rainclouds.gif) no-repeat 0 50%;
}

#newsletterweather .raindrops {
	background: url(/img/weather/raindrops.gif) no-repeat 0 50%;
}

#newsletterweather .stormy {
	background: url(/img/weather/stormy.gif) no-repeat 0 50%;
}

#newsletterweather .sunny {
	background: url(/img/weather/sunny.gif) no-repeat 0 50%;
}

#newsletterweather .variouscloudssleet {
	background: url(/img/weather/variouscloudssleet.gif) no-repeat 0 50%;
}

#newsletterweather .variouscloudssnow {
	background: url(/img/weather/variouscloudssnow.gif) no-repeat 0 50%;
}

/* -- left section -- */
#newsletterleft {
	float: right;
	overflow: hidden; /* stops long words (e.g. url's) causing floats to break with IE6 */
	width: 185px;
}

#newsletterleft img {
	display: block;
	margin: 3px 0 5px;
}

#newsletterleft img.click {
	cursor: pointer;
}

#newsletterleft p {
	color: #f0685c;
	text-transform: uppercase;
}

#newsletterleft .description {
	font-size: 1.1em;
	line-height: 1.1;
	margin: 0 15px 40px 0;
}

/* -- right section -- */
#newsletterright {
	float: right;
	overflow: hidden; /* stops long words (e.g. url's) causing floats to break with IE6 */
	width: 205px;
}

#newsletterright h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#newsletterright .date {
	color: #888;
}

#newsletterright img {
	margin-left: 10px;
}

#michiworldpreview img {
	float: left;
	margin: 3px 0 0;
}

#michiworldpreview p {
	background: url(/img/email/world.jpg) no-repeat 2px 100%;
	font-size: 1.1em;
	margin: 0 0 0 60px;
	padding-bottom: 33px;
}

#michiworldpreview p a {
	text-decoration: none;
}

#michiworldpreview p span {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 1em;
}

/* -- full size image popup -- */
#newslettermask {
	background: #000;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 100;
}

#newsletterdialog {
	background: #fff;
	position: absolute;
	text-align: left; /* IE fix */
	z-index: 200;
}

#newsletterdialog img {
	left: 20px;
	position: absolute;
	top: 20px;
}

#newsletterdialogspinner {
	display: none;
	position: absolute;
}

#newsletterdialogclose {
	bottom: 16px;
	color: #000;
	font-size: 1.2em;
	position: absolute;
	right: 20px;
	text-decoration: none;
}

#newsletterdialogclose:hover {
	color: #f0685c;
}

/* -- base template overrides -- */
#pagebodyminheight {
	height: 700px; /* increase page min-height to allow for weather banner area */
}

#pagebodyleft {
	width: 390px;
}

#pagebodyright .advertmiddle {
	padding-top: 5.83em; /* drop advert to allow room for weather header (5.83em = (7em / 1.2em) (<p> font-size)) */
}

/* -- theme overrides -- */
.theme-classic {
	background-position: 360px 158px;
}

.theme-envelope {
	background-position: 450px 174px;
}

.theme-fancy {
	background-position: 362px 172px;
}

.theme-greydress {
	background-position: 480px 156px;
}

.theme-jeans {
	background-position: 398px 184px;
}

.theme-knickers {
	background-position: 112px 170px;
}

.theme-maxi {
	background-position: 400px 148px;
}

.theme-monotone {
	background-position: 328px 195px;
}

.theme-party {
	background-position: 396px 146px;
}

.theme-pinkmess {
	background-position: 382px 152px;
}

.theme-scary {
	background-position: 226px 182px;
}

.theme-shoes {
	background-position: 154px 180px;
}

.theme-soaked {
	background-position: 380px 140px;
}

.theme-stripes {
	background-position: 402px 150px;
}

