/* Typo
************************************************/

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #f90;
}

a:hover, a:focus { 
	color: #000;
	text-decoration: underline;
}

a:active, a:focus, input:focus { outline: none; }

p { margin-bottom: 1em; }

.small {
	font-size: 85%;
	line-height: 120%;
}

#stage h1 {
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #f90;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	color: #f90;
}

#headR h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-align: right;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

/* Tags
************************************************/

p.tags {
	background: url(../images/tag_orange.png) no-repeat 0 2px;
	padding-left: 22px;
	font-size: 85%;
}

p.tags a {
	color: #333;
	text-decoration: none;
}

p.tags a:hover, p.tags a:focus { color: #f90; }

/* Icons
************************************************/

.icon { padding-left: 20px; }

.search {
	background: url(24-zoom.png) no-repeat 0 50%;
	padding: 0.5em 0 0.3em 30px;
}


