

/* 	UIE Web App Summit stylesheet  
	http://www.uie.com/events/web_app_summit/2008/css/screen.css
	with contributions by Joshua Porter (bokardo.com) */


/* Imports Yahoo reset stylesheets */
@import '/css/reset.css'; 
@import '/css/fonts.css';



/* COLORS 

MOSS: 		#8a8a46
DARK MOSS: 	#686732
ORANGE: 	#f1b11a
YELLOW: 	#f7ee67
DARK GREY: 	#231f20

*/

/*******************

Begin WAS 2009 Ad Box (include) Styles
	
*******************/

#was2009box {
	background-color: #f1b11a;
	border-bottom: 1.2em solid #f1b11a;
	text-decoration: none;
	width: 300px;
	height: 225px;
}

#was2009box img {
	margin: 0;
	padding: 0;
}

#was2009box p, h4 { 
	font-family: Verdana, Lucida, sans-serif;
	padding-left: 10px;
}

#was2009box a {
	text-decoration: none;
}

#was2009blackened {
	background-color: #333;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	height: 3em;
	padding-top: .5em;
}

#was2009playerwrap {
	background-color: #f5ef67;
	color: #333;
	border: 1px solid #333;
	margin: .5em;
	text-decoration: none;
	color: #333;
	width: 265px;
	padding: .8em;
}

#podcastcaption {
	font-size:75%;
	color: #333;
	padding-top: 1em;
	text-align: center;
}

#podcastcaption a {
	color: #333;
	text-decoration: underline;
}

#podcastcaption a:hover {
	color: #686732;
	text-decoration: none;
}	

#was2009blackened2 {
	background-color: #333;
	color: #f5ef67;
	font-weight: bold;
	line-height: 2.5;
	text-decoration: none;
	text-align: center;
}

#was2009blackened2 a {
	color: #f5ef67;#f1b11a
}

#was2009blackened2 a:hover {
	color: #f1b11a;
}

.was2009bold {
	font-weight: bold;
	font-size: 125%;
}
