/*
-----------------------------------------------
SSP NoFlash - Demo
author: dan rubin
edited: 2010-03-24
----------------------------------------------- */

/* remember to remove any resets not needed for this design */
@import url("reset.css");

/* math: it's what's for dinner */
body { font-size:100%; }
h1 { font-size:2.25em;  /* 16x2.25=36 */ }
h2 { font-size:1.5em;   /* 16x1.5=24 */ }
h3 { font-size:1.125em; /* 16x1.125=18 */ }
h4 { font-size:0.875em; /* 16x0.875=14 */ }
p,
ul { font-size:0.75em;  /* 16x0.75=12 */ }

body {
	background-color:#232323;
	color:#fff;
	font-family:"Lucida Grande",sans-serif;
}

/* tabs */
#tabs {
	padding:.65em;
	background-color:#212121;
	border-bottom:1px solid #333;
}
#tabs li {
	display:inline;
	color:#bbb;	
}
#tabs li.tab {
	padding:.45em .5em;
	text-decoration:none;
	background-color:#292929;
}
#tabs li#current {
	background-color:#333;
	color:#ddd;
}
#tabs a {
	text-decoration:none;
	color:#666;
}
#tabs a:hover {
	color:#888;
}


/* NoFlash */
iframe {
	margin:.5em 0 0 .5em;
}

/* SSP */
embed {
	margin:.5em 0 0 .5em;
}