/* global style reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin:0; 
	padding:0;
}
html,
body {
	font-size:small;
	line-height:1.35;
	font-family:Arial,sans-serif;
}
h1 {
	margin:0 0 0.3em 0;
	font-size:2.4em;
	line-height:1;
	font-weight:normal;
	color:#ED1C24;
}
h2 {
	margin:0 0 0.4em 0;
	font-size:1.7em;
	font-weight:normal;
	line-height:1;
	color:#ED1C24;
}
h3 {
	font-size:1.2em;
	margin:1em 0 0.6em 0;
}
h4 { margin:1em 0 0.5em 0; }
h5 { margin:1em 0 0.5em 0; }
p { margin:0 0 0.8em 0; }
ul {
	margin:0.4em 0 0.8em 0;
	list-style:none outside;
}
	ul li {
		margin:0 0 0.3em 0;
		padding:0 0 0 13px;
		background:url("../images/icons/bullet.gif") 0 0.42em no-repeat;
	}
ol { margin:0.4em 0 0.8em 3.4em; }
blockquote {
	margin:1em 0;
	padding:0 1em;
	border-left:3px solid #D3E0E0;
	color:#7f8485;
	font-style:italic;
}
blockquote.amazing {
	border:0;
	font-size:1.25em;
	font-style:italic;
	line-height:1.4;
	color:#ED1C24;
}
	blockquote.amazing p { margin:0.4em 0; }
	blockquote.amazing cite {
		display:block;
		font-size:0.8em;
		font-style:normal;
		color:#AAA;
	}
hr { margin:1.4em 0; }

/* inline/textual elements */

a {
	color:#ED1C24;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#0073FF;
	text-decoration:underline;
}
#canvas a:hover img { border-color:#0073FF !important; /* #ED1C24 */ }
a.more {
	position:relative;
	float:left;
	margin:0.6em 0.6em 0.6em 0;
	padding:0 0 0 13px;
	background:url("../images/icons/arrow-right.gif") 2px 4px no-repeat;
	font-size:0.86em;
	line-height:1.25;
	white-space:nowrap;
}
a.more:hover { background-position:2px -96px; }
a.back {
	padding:0 0 0 13px;
	background:url("../images/icons/arrow-left.gif") 2px 4px no-repeat;
}
a.back:hover { background-position:2px -96px; }
a.external {
	padding:0 11px 0 0;
	background:url("../images/icons/arrow-right.gif") 100% 4px no-repeat;
}
a.external:hover { background-position:100% -96px; }
a.dimmed {
	padding:0 11px 0 0;
	background:url("../images/icons/arrow-right-dimmed.gif") 100% 4px no-repeat;
	color:#7F8485;
	line-height:1.15;
}
a.dimmed:hover { background-position:100% -96px; color:#0073FF; }
a.icon {
	position:relative;
	left:-2px;
	float:left;
	margin:0.6em 0.6em 0.6em 0;
	padding-left:17px;
	background-repeat:no-repeat;
	background-position:1px 0 !important;	
	font-size:0.86em;
	line-height:1.25;
	white-space:nowrap;
}
a.feed { background-image:url("../images/icons/feed.gif"); }
a.twitter { background-image:url("../images/icons/twitter.gif"); }
a.calendar { background-image:url("../images/icons/calendar.gif"); }
a.calendar-download { 
	padding-bottom:2px;
	background-image:url("../images/icons/calendar-download.gif"); 
}
a.vcard-download { 
	padding-bottom:2px;
	background-image:url("../images/icons/vcard-download.gif"); 
}
a.flickr { background-image:url("../images/icons/flickr.gif"); }
a.lastfm { background-image:url("../images/icons/lastfm.gif"); }
a.linkedin { background-image:url("../images/icons/linkedin.gif"); }
a.addtotomtom { background-image:url("../images/icons/tomtom.gif"); }
a.more img,
a.external img { 
	margin:0;
	vertical-align:baseline;
	border:0; 
}	
a.print {
	padding:0 0 0 18px;
	background:url("../images/icons/print.gif") 0 0 no-repeat;
	line-height:1.15;
	white-space:nowrap;	
	font-weight:bold;
	font-size:8.6em;	
}
a.print:hover { background-position:0 -100px; }
code {
	font-family:inherit;
	font-style:inherit;
	font-size:1em;
}
abbr,
cite,
kbd {
	font-family:inherit;
	font-style:normal;
	border:0;
}
kbd { color:#555; }
q:before { content: "“"; }
	q q:before { content: "‘"; }
q:after { content: "”"; }
	q q:after { content: "’"; }
address {
	font-style:normal;
	border:0;
	display:block;
	margin:0.5em 0 1em 0;	
}
img {
	border:2px solid #D3E0E0;
	vertical-align:middle;
}
img.left {
	clear:left;
	float:left;
	margin:0 10px 10px 0 !important;
}
img.right {
	clear:right;
	float:right;
	margin:0 0 10px 10px !important;
}
/* play button overlays */
.play, .play_thumb {
	position: relative;
}
	.play a, .play span, .play_thumb a, .play_thumb span {
		text-indent: -2000px;
		left: 0;
		top: 0;
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
	}
	.play a, .play span {
		background: url('/images/icons/play.png') 50% 50% no-repeat;
	}
	.play_thumb a, .play_thumb span {
		background: url('/images/icons/play_thumb.png') 50% 50% no-repeat;
	}


.hidden { display:none; }

/* tables */

table {
	margin:0.5em 0 1em 0;
	border:0;
}
	td,
	th {
		vertical-align:top;
		text-align:left;
		font-weight:normal;
	}

.user-thumb {
	position:relative;
	float:left;
	margin:0 0 1px -60px;
}
img.press-release {
	border:0 !important;
	padding:2px;
}

.mbf-item { display:none; }
a.piclens {
	clear:both;
	float:left;
	padding-left:20px;
	background:url("../images/icons/piclens.gif") 0 0.25em no-repeat;
}

/* sIFR */
.sifr { font-family:Arial, sans-serif; }
.sIFR-flash {
	visibility:visible !important;
	margin:0;
	padding:0;
}
.sIFR-replaced, 
.sIFR-ignore { 
	visibility:visible !important;
	margin-bottom:-0.1em !important;
}
#canvas #sub-content .sIFR-replaced,
#canvas #extras .sIFR-replaced { margin-bottom:-0.4em !important; }
.sIFR-alternate {
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	display:block;
	overflow:hidden;
} 