/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {
  margin:0;
  padding:0;
}


/* general
--------------------------------------------------*/

body {
	margin: 10px;
	padding: 0;
  background-color: #0b0602;
  color: #333;

  /* makes 1em ~ 10px i most browsers */
  font: normal 62.5%/150% arial, sans-serif;
}

cite {
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
}

abbr {
  font-size: 0.9em;
}

small {
  font-size: 10px;
  color: #666;
}

.small {
  font-size: 11px;
  color: #666;
  margin: 0 0 0 20px;
}



/* links
--------------------------------------------------*/

a {
  color: #ff7800;
  font-weight: bold;
}

#contactInfo a {
  color: #fff;
  text-decoration: underline;
}


/* headings
--------------------------------------------------*/

h1 {
  font: bold 2em/2.2em arial, sans-serif;
  color: #000;
  background: none;
  margin: 20px 0 10px 20px;
  padding: 0;
}

h2 {
  font: bold 1.6em/1.3em arial, sans-serif;
  color: #333;
  margin: 0px 0 10px 20px;
}

.myaudio h2,
#page_try h2 {
  border-bottom: 2px solid #eee;
  width: 685px;
  margin-top: 50px;
}

.myaudio .highLight h2 {
  border-bottom: 0;
  margin-top: 0px;
}


h3 {
  font-size: 1.6em;
  margin: 0px 0 10px 20px;
}

h3.sub {
  font-size: 1.1em;
  margin: -10px 0 10px 20px;
  padding: 0;
  color: #999;
}

.myaudio h3.sub {
  font-size: 1.1em;
  margin: -30px 35px 0 0;
  padding: 0;
  color: #999;
  float: right;
}



/* Tweak to make sIFR fonts look good */

.sIFR-hasFlash h1 {
	visibility: hidden;
  font-size: 25px;
  line-height: 27px;
  padding-bottom: 0px;
  width: 380px;
}

.sIFR-hasFlash div.highLight h2 {
	visibility: hidden;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 0px;
  width: 200px;
}




/* text
--------------------------------------------------*/

.myaudio h1 + p {
  margin-bottom: 20px;
}


p {
  font: normal 1.5em/1.5em arial, sans-serif;
  margin: 0px 0 10px 20px;
}

small {
  margin-left: 20px
}

#contactInfo {
  text-align: center;
  color: #fff;
  font: normal 0.7em/1.5em arial, sans-serif;
}

div.info p {
  font-size: 12px;
}


/* listor
--------------------------------------------------*/

#content ul {
  font: normal 1.5em/1.3em arial, sans-serif;
  margin: 15px 0 20px 40px;
  padding: 0;
}

#content li {
  font-size: 0.95em;
  line-height: 1.5em;
}


#content .highLight ul {
  font: normal 1.5em/1.5em arial, sans-serif;
  margin: 10px 0 10px 40px;
  padding: 0;
}



li.feed.rss {
  list-style-type: none;
  padding: 6px 0 6px 28px;
  background: url('../images/icon_rss_19x18.gif') center left no-repeat;
}

li.feed.itunes {
  list-style-type: none;
  padding: 6px 0 6px 28px;
  background: url('../images/icon_itunes_19x18.gif') center left no-repeat;
}

li.feed.blogsinaudio {
  list-style-type: none;
  padding: 6px 0 6px 28px;
  background: url('../images/icon_bia_19x18.gif') center left no-repeat;
}


li a {
  color: #525349;
  font-weight: bold;
  text-decoration: none;
}

li.active a {
  color: #ff6a11;
  font-weight: bold;
  text-decoration: underline;
}

li a:hover {
  color: #525349;
  font-weight: bold;
  text-decoration: underline;
}




/* sIFR
--------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}



