body {
  text-align: center;
  background: #fff;
  font-family: "trebuchet ms", "arial", sans-serif;
  margin: 0;
  background-color: #361111;
}

a:visited {
  color: #f62929;
}

a:active {
  color: #f62929;
}

img {
  border: 0;
}

/*Begin Header Layout*/

#content {
  width: 850px;
  margin: auto;
  text-align: left;
}

#headlinks {
  background-color: #c90f0f;
  height: 58px;
  width: 549px;
  float: left;
}

#headlinks span {
  color: #fff;
  margin: 20px 20px 0 40px;
  float: left;
  font-size: 115%;
}

#headlinks span a {
  color: #fff;
  text-decoration: none;
}

html>body #headlinks span a:hover {
  background-color: #d91919
}

#headlinks span a:visited {
  border: 0;
  text-decoration: none;
}

#apodcast {
  background: #d91919 url("images/taabsheader_02.png") no-repeat left top;
  height: 180px;
  width: 301px;
  float: right;
}

#header {
  background: #d91919 url("images/taabsheader_03.png") no-repeat left top;
  height: 122px;
  width: 549px;
  float: left;
}

/*End of Header Section*/
/*Begin Main Body*/

#mainredbox {
  background-color: #d91919;
  float:left;
}

/*Begin Left Hand Side Setup*/

#leftboxone {
  background-color: #d91919;
  width: 555px;
  float: left;
}

#leftboxtwo {
  background-color: #675050;
  width: 455px;
  margin: 26px 0 0 50px;
  padding: 10px 10px 10px 10px;
}

#main {
  background-color: #fff;
  padding: 10px 10px 10px 10px;
}

	/*Text Layout*/

.newscontent a {
  color: #675050;
  text-decoration: none;
  border-bottom: 1px solid #675050;
}

html>body .newscontent a:hover {
  color: #675050;
  border-bottom: 1px solid #d91919;
}

.newscontent a:visited {
  color: #675050;
  border-bottom: 1px solid #d91919;
}

.newscontent p a span {
  font-size: 90%;
}

.newstitle
{
  font-weight: bold;
  font-family: "trebuchet ms", sans-serif;
  font-size: 115%;
  color: #f62929;
  text-align: left;
}

.newstitle a
{
  font-weight: bold;
  font-family: "trebuchet ms", sans-serif;
  font-size: 115%;
  color: #f62929;
  text-align: left;
  text-decoration: none;
}

html>body .newstitle a:hover {
  border-bottom: 1px solid #f62929;
}

.newsdate
{
  font-family: "Trebuchet MS", Sans-serif;
  font-size: 60%;
  color: #898888;
  text-align: left;
}

.newsdate span {
  color: #312727;
}

.newscontent {
  font-family: "trebuchet ms", sans-serif;
  font-size: 80%;
  color: black;
  text-align: left;
  margin-top: 4px;
}

.newsbottom {
  font-family: "trebuchet ms", sans-serif;
  font-size: 60%;
  color: #898888;
  text-align: left;
  margin: 7px 0 20px;
}

.newsbottom a {
  color: #f62929;
  text-decoration: none;
  border-bottom: 1px solid #898888;
}

html>body .newsbottom a:hover {
  border-bottom: 1px solid #f62929;
}


	/*End Text Layout*/
/*Comments Layout*/

#commentbox {
  margin: 15px 0 0 60px;
  background-color: #af1717;
  width: 435px;
  padding: 5px 10px 10px 10px;
}

#commentbox h3 {
  color: #fff;
}

ul.commentlist {
  list-style-type: none;
}

ul.commentlist li {
  margin: 7px 15px 0 -30px;
  padding: 0 10px 0 15px;
}

ul.commentlist li.alt {
  background-color: #ce1717;
  padding: 3px 0 1px 15px;
}

ul.commentlist li p, ul.commentlist li.alt p {
  color: #fbfafa;
  font-size: 90%;
}

ul.commentlist li.mycomment {
/*  background-color: #9a1515; */
  border: 2px solid #312727;
  padding-bottom: 1px;
}

ul.commentlist li span{
  color: #fff;
  font-weight: bold;
}

ul.commentlist li span a {
  text-decoration: none;
}

ul.commentlist li span a span.commentauthor {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #d91919;
}

html>body ul.commentlist li span a:hover span.commentauthor {
  border-bottom: 1px solid #fff;
}

ul.commentlist li span a span.commenthidden {
  color: #af1717;
  font-weight: normal;
  font-size: 80%;
  display: none;
}

html>body ul.commentlist li span a:hover span.commenthidden {
  color: #fff;
  display: inline;
}

ul.commentlist li.alt span a{
  text-decoration: none;
}

ul.commentlist li.alt span a span.commentauthor {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #af1717;
}

html>body ul.commentlist li.alt span a:hover span.commentauthor {
  border-bottom: 1px solid #fff;
}

ul.commentlist li.alt span a span.commenthidden {
  color: #d91919;
  font-weight: normal;
  font-size: 80%;
  display: none;
}

html>body ul.commentlist li.alt span a:hover span.commenthidden {
  color: #fff;
  display: inline;
}

ul.commentlist li small {
  color: #ccc;
  font-size: 75%;
}

#commentbox input, #commentbox textarea {
  padding: 3px;
  font-family: "trebuchet ms", "Arial", sans-serif;
  background: #fff;
  border: 1px solid #d91919;
  color: #000;
  font-size: 80%;
}

#commentbox textarea {
  width: 95%;
}

.gravatar {
  float: left;
  border: 2px solid #312727;
  width: 40px;
  height: 40px;
  margin: 5px 5px 0 -5px;
}

/*End of Comment Section*/
/*Begin Sidebar Layout*/

#rightboxone {
  background-color: #675050;
  width: 285px;
  float: right;
  padding: 10px 0 10px 10px;
}

#rightboxtwo {
  background-color: #312727;
  width: 285px;
  float: right;
}

#searchform{
  margin: 10px 0 0 0;
  padding: 5px 0 0 10px;
}

#searchform input{
  background-color: #312727;
  color: #c3c1c1;
  font-family: "trebuchet ms", "Arial", sans-serif;
  border: 1px solid #c3c1c1;
  font-size: 80%;
}

#searchform #s {
  width: 175px;
  padding: 2px;
}

#searchsubmit {
  padding: 1px;
  color: #c3c1c1;
}

div.righttitle {
  font-size: 125%;
  color: #fff;
  padding: 10px 0 10px 10px;
  display: block;
}

div.righttitle span {
  color: #c3c1c1;
}

#rightboxtwo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#rightboxtwo ul a {
  display: block;
  padding: 3px 0 3px 25px;
  color: #c3c1c1;
  text-decoration: none;
}

#rightboxtwo ul a img {
  padding: 0;
  margin: 0;
}

#rightboxtwo ul a span {
  font-size: 95%;
  visibility: hidden;
}

html>body #rightboxtwo ul a:hover {
  background-color: #fff;
  color: #d91919;
  font-weight: bold;
  border-right: 3px solid #d91919;
}

html>body #rightboxtwo ul a:hover span {
  color: #000;
  visibility:visible;
}

ul.feed {
  background: url('http://home.comcast.net/~tvguy05/feed-icon-16x162.gif') no-repeat 25px 6px;
}

ul.feeditunes {
  background: url('http://thealexandbradshow.com/blog/wp-content/themes/taabs/images/ituneslogo.png') no-repeat 25px 6px;
}

#rightboxtwo ul.feed a, #rightboxtwo ul.feeditunes a {
  padding:3px 0 3px 47px;
}

html>body #rightboxtwo ul.feed a:hover {
  background: #fff url('http://home.comcast.net/~tvguy05/feed-icon-16x162.gif') no-repeat 25px 6px;
}

html>body #rightboxtwo ul.feeditunes a:hover {
  background: #fff url('http://thealexandbradshow.com/blog/wp-content/themes/taabs/images/ituneslogo.png') no-repeat 25px 6px;
}

#rightboxtwo ul a img {
  margin-top: 6px;
}

/*End of Sidebar*/
/*Begin Bottom Section*/

#boxbottom {
  background-color: #d91919;
  width: 850px;
  float: left;
  height: 40px;
  border-bottom: 1px solid #361111;
}

#bottominfobox {
  background-color: #af1717;
  width: 850px;
  float: left;
  border-bottom: 1px solid #361111;
  padding: 0;
  margin: 0;
}

#bottominfobox .bottomsmallbox {
  float: left;
  padding: 0 25px 0 30px;
  margin: 20px 0 30px 0;
  border-right: 1px solid #361111;
  font-size: 90%;
  width: 230px;
  color: #fff;
}

#bottominfobox .bottomsmallbox h1 {
  padding: 0;
  margin: 0;
  font-size: 150%;
}

#bottominfobox #episodes {
  width: 180px;
}

#bottominfobox #wordpress {
  width: 270px;
  border: 0;
}

#bottominfobox ul {
  list-style: none;
  padding: 15px;
  font-size: 95%;
}

#bottominfobox ul li a {
  display: block;
  margin: -3px;
  padding: 4px 3px 4px 14px;
  color: #fff;
  text-decoration: none;
}

html>body #bottominfobox ul li a:hover {
  background-color: #d91919;
}

#bottominfobox p a {
  color: #fff;
}

html>body #bottominfobox p a:hover {
  background-color: #d91919;
}

/*End of Bottom Section*/
/*Begin Other Pages Header and Links*/

h2.pagetitle {
  text-align: center;
  font-size: 110%;
  color: #C90F0F;
  padding: 0 0 10px 0;
  margin: 0;
}

div.alignleft {
  text-align: left;
}

div.alignright {
  text-align: right;
}

div.alignleft a, div.alignright a {
  color: #675050;
  text-decoration: none;
  border-bottom: 1px solid #675050;
}

html>body div.alignleft a:hover, div.alignright a:hover {
  color: #675050;
  border-bottom: 1px solid #d91919;
}

div.alignleft a:visited, div.alignright a:visited {
  color: #675050;
  border-bottom: 1px solid #d91919;
}

.archives {
  list-style: none;
  margin: 0;
  padding: 0 0 25px 50px;
}

.archives a {
  color: #675050;
  text-decoration: none;
  border-bottom: 1px solid #675050;
}

html>body .archives a:hover {
  color: #675050;
  border-bottom: 1px solid #d91919;
}

.archives a:visited {
  color: #675050;
  border-bottom: 1px solid #d91919;
}

/*End Other Pages Header and Links*/

/*Tag Cloud*/

#main ul.cosmos {
  margin: 0 0 25px 0;
  list-style: none;
  font-size: 100%;
}
			
#main li.cosmos {
  display: inline;
  padding: 0;
  margin: 4px;
  line-height: 2em;
}

#main li.cosmos a {
  color: #675050;
  text-decoration: none;
  border-bottom: 1px solid #675050;
}

html>body #main li.cosmos a:hover {
  color: #675050;
  border-bottom: 1px solid #d91919;
}

#main li.cosmos a:visited {
  color: #675050;
  border-bottom: 1px solid #675050;
}
	
#main li.keyword1 { 
  font-size: 0.7em;
}

#main li.keyword2 { 
  font-size: 0.9em;
}

#main li.keyword3 { 
  font-size: 1.0em;
}

#main li.keyword4 { 
  font-size: 1.1em;
}

#main li.keyword5 { 
  font-size: 1.2em
}

#main li.keyword6 { 
  font-size: 1.3em;
}

#main li.keyword7 { 
  font-size: 1.4em;
}

#main li.keyword8 { 
  font-size: 1.5em;
}

#main li.keyword9 { 
  font-size: 1.6em;
}

#main li.keyword10 { 
  font-size: 1.7em;
}

#main li.keyword11 { 
  font-size: 1.8em;
}

#main li.keyword12 { 
  font-size: 1.9em;
}

#main li.keyword13 { 
  font-size: 2.0em;
}

#main li.keyword14 { 
  font-size: 2.1em;
}

#main li.keyword15 { 
  font-size: 2.2em;
}
