/* Submenu to display categories */

#navlist{
display:none;
position:absolute;
right:189px;
bottom:19px;
margin:0;
padding:0px;
display:inline;
color:white;
}

#navlist ul{
display:none;
display:inline;
font:bold 10px Arial;
margin:0;
color:white;
list-style:none;
}

#navlist li {
display:none;
display: inline;
list-style-type: none;
margin:0 2px 0 0;
text-transform:uppercase;
}

#navlist a{
color:white;
margin:0 1px 0 0; /*Margin between each menu item*/
text-decoration:none;
letter-spacing:1px;
}

#navlist a:hover{
color:#F7D87F;
}
/* End Submenu */


/* Modern Bricks Menu:Dynamic Drive CSS Library */
/* http://www.dynamicdrive.com/style/ */

#navigation{
display:none;
/*width:100%;*/
display:inline;
margin:0;
}

#navigation ul{
display:none;
float:left; /*Floats list left*/
position:absolute;
bottom:40px;
right:0px;
font:bold 11px Arial;
margin:0;
list-style:none;
}

#navigation li{
display:none;
float:left; /*Sort order left to right*/
display:inline;
/*margin:0 1px 0 0!important;
margin:0;*/
padding:0;
text-transform:uppercase;
/* background:transparent;*/
}

#navigation a{
float:left; /*Formats list as horizontal*/
display:block;
border:1px solid gray;
color:white;
margin:0 1px 0 0; /*Margin between each menu item*/
padding:5px 10px;
text-decoration:none;
letter-spacing:1px;
background-image:url('../../../images/menubg.gif');
background-repeat:repeat-x;
}

#navigation a:hover{
border:1px solid gray;
color:#2b2656;
color:white;
background-image:url(../../../images/formbg.gif);
background-image:url('../../../images/menu_hover.gif');
background-repeat:repeat-x;
}

/* End Modern Bricks Menu */


/* Required to set margins in maincontainer */
html, body, #maincontainer {
  margin:0px;
  padding:0px;
  border:0px;
}

body {
font-family:Arial, Helvetica, Sans-Serif;
font-size:12px;
min-width:auto;
}

#maincontainer{
width: auto; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#innercontainer {
display:block;
margin-left:0;
float:none;
width:auto;
}

#topsection{
display:none;
position: relative;
width:auto;
/*background-color:#1f1b39;*/
height:110px;
margin:0;
background-image:url('../../../images/banner_repeat.gif');
background-repeat:repeat-x;
}

#contentcolumn {
display:block;
margin-left:0;
float:none;
width:auto;
}

div#rightwrapper {
display:none;
float: right;
width: 448px;
border-left:2px solid #A7A5BC;
}

div#righttop {
display:none;
float: left;
width: 440px;
text-align:center;
padding:10px 0;
background-color:#7F9FBB;
background-color:#999FB2;
background-color:#ccccd3;
border-left: 4px solid #F8F8FF;
border-right: 4px solid #F8F8FF;
border-bottom:4px solid #F8F8FF;
overflow:hidden;
}

#leftcolumn{
display:none;
float: left;
width: 250px;
color:#F8F8FF;
background-color:#635F84;
background-color:#ccccd3;
/*border-left:2px solid #A7A5BC;*/
overflow:hidden;
}

#rightcolumn{
display:none;
float: right;
width: 196px;
color:#F8F8FF;
background-color:#f7d87f;
background-color:#ccccd3;
/*border-left:2px solid #A7A5BC;*/
overflow:hidden;
}

#footer{
/* display:none; */
display:block;
clear:both;
width:100%;
/*height:34px;*/
width:926px;
padding:10px 0;
font-size:1.2em;
font-weight:bold;
text-align:center;
/* color:#F8F8FF; */
/* background-image:url('../../../images/footerbg2.gif');
background-repeat: no-repeat; */
}
/* End formatting for layout */


/* Formats Google search window */
#search_box {
display:none;
position:absolute;
bottom:12px;
right:2px;
margin:0;
display:inline;
width:175px;
height:26px;
background: url('../../../images/search_box2.gif');
background-repeat: no-repeat;
}

#search_box #s {
float: left;
margin: 4px 0 2px 6px;
color:#737688;
width:135px;
background-color:white;
border:0px solid transparent;
/* border-top:0px solid transparent;
border-bottom:0px solid transparent;
border-left:0px solid transparent;
border-right: 1px solid #ccd2f1; */
}

#search_box #go {
cursor:pointer;
float:right;
margin:3px 6px 0 0;
}


/* Feedback form in contact.php */

.cssform {
margin:2em 0;
}

.cssform p{
width: 250px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to 
create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 235px;
height: 150px;
overflow:hidden;
/* overflow:auto; */ /* Adds scrollbar for long words */
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/* End feedback form in contact.php */


/* Formats headlines */

h1 {
font-size:24px;
color:#303030;
margin:0 0 .3em 0;
}

h2 {
margin-top:12px;
font-size:20px;
color:#303030;
margin:0 0 .3em 0;
}

h3 {
font-size:18px;
color:#303030;
margin:0 0 .3em 0;
}

h4 {
font-size:16px;
color:#303030;
margin:0 0 .3em 0;
}

/* Formats heds for boxes in rightcolumn and leftcolumn */

/* All leftcolumn h3 heds are yellow */
#leftcolumn h3 {
margin:0 0 .4em 0;
font-family:Arial, Helvetica, Sans-Serif;
font-size:1.4em;
font-size:1.2em;
text-transform:uppercase;
/* border-bottom:dotted #f7d87f thin; */
color:#f7d87f;
}

/* All rightcolumn  h3 heds are blue. */
#rightcolumn h3 {
margin:0 0 .4em 0;
font-family:Arial, Helvetica, Sans-Serif;
font-size:1.4em;
font-size:1.2em;
text-transform:uppercase;
/* border-bottom:dotted #2b2656 thin;
border-bottom:dotted #f7d87f thin; */
color:#2b2656;
color:#f7d87f;
}

/* All .boxgray h3 heds are blue, except in leftcolumn (see #leftcolumn h3 above).  */
.boxgray h3 {
color:#2b2656;
margin:0 0 .4em 0;
font-family:Arial, Helvetica, Sans-Serif;
font-size:1.4em;
font-size:1.2em;
text-transform:uppercase;
/* border-bottom:dotted #2b2656 thin; */
}
/* End formats heds for boxes in rightcolumn and leftcolumn */


h1.bigred {
position:relative;
font-size:26px;
line-height:1.2em;
color:#AD0000;
}

/*Lyrics and band info header*/
h1.underline {
margin: 0 0 .5em 0;
padding: 0;
width: 90%;
border-bottom: 2px solid #eee;
color:#303030;
}

/*comment_problem.htm and comment_verify.htm; static pages*/
h1.red_underline {
margin: 0 0 .5em 0;
padding: 0;
width: 90%;
border-bottom: 2px solid #eee;
color:#AD0000;
}

/* Rename: h1.big */
h1.big {
position: relative;
font-size: 26px;
color:#303030;
}

h3.kicker {
color:#AD0000;
font-style:italic;
}

/* Formats podcast title in Roundup */
h4.roundup {
color:#AD0000;
font-style:italic;
}

/* Formats entryview_noitems.htm, commentlist_section.htm, entry_link_section.htm */
h4.red_underline {
border-bottom:.2em solid #eee;
width:90%;
padding:.5em .1em;
line-height:2.4em;
color:#AD0000;
}

h4.subhed {
margin: 0 0 .8em 0;
padding: 0;
width: 100%;
border-bottom: 2px solid #dddddd;
color:#555555;
}

/* End formats headlines */


/* Main formatting for links */

a {
color:#003399;
text-decoration:none;
}

a:hover { 
text-decoration:underline;
}

/* Formats all links in leftcolumn */
#leftcolumn a{
font-weight:normal;
color:#f7d87f;
}

#leftcolumn a:hover {
font-weight:normal;
}

#rightcolumn a{
font-weight:normal;
color:#f7d87f;
}

/* End leftcolumn links format */

/* End main formatting for links */


/* Additional formatting for links */

/* Formats audio icons */ 
.icon {
margin-bottom:-.2em;
}
/* End formats audio icons */


/* Additional formatting */

div.hr {
  height: 15px;
  margin:2em 20%;
  background: #f8f8ff url('../../../images/hr_15_gray.gif') no-repeat scroll center;
}
div.hr hr {
  display: none;
}

/* End additional formatting */


/* Formats images */

/*Formats images in Blogroll*/
img.blogroll {
margin:0 .1em -.1em 0;
}

img.center {
display:block;
margin-left:auto;
margin-right:auto;
}

/*Used in canceled.php*/
img.clear {
clear: both;
border: 1px solid black;
margin: 0px 5px 5px 8px;
}

img.right {
position:relative;
float:right;
border:1px solid #858585;
padding:2px;
background-color:#F8F8FF;
margin:.5em 0 .5em .5em;
}

#leftcolumn img.right {
background-color:#EDEEF5;
}

#rightcolumn img.right {
background-color:#F8F8FF;
}

img.left {
position:relative;
float:left;
border:1px solid #858585;
margin:.3em .8em .3em 0;
padding:2px;
background-color:#EDEEF5;
}

#rightcolumn img.left {
padding:1px;
background-color:#F8F8FF;
border:1px solid #000000;
}

/* Formats Larry Pierce ad on main page */
img.ad {
border:.1em solid #858585;
margin:0;
padding:.2em;
background-color:#EDEEF5;
}

img.itunes {
margin:0 0 -.2em 0;
}

img.paypal {
margin:0 0 -.4em 0;
}

/* Formats Technorati image */
img.techno {
margin:0px 0px -2px 0px;
}

/* Floats category tiles with no borders */
.tileright {
float:right;
margin:.5em 0 .3em .8em;
border:0;
}

.tileleft {
float:left;
margin:.5em .8em .3em 0;
border:0;
}
/* End floats with no borders */

/* End formats images */

/* Formats paragraphs */

p {
margin:0 0 .8em 0;
font-size:1.3em;
line-height:1.35em;
}

p.big {
position: relative;
padding: 0;
font-size: 1.4em; 
}

p.caption {
text-align:center;
font-weight:bold;
font-size:1.3em;
}

p.center {
text-align:center;
}

p.intro {
color:#636563;
font-size:10pt;
font-weight:bold;
font-style: italic;
padding:0px 20px;
}

.small {
font-size:1em;
}

/* Formats paragraphs in gray boxes in rightcolumn */
#rightcolumn p{
margin:0 0 .8em 0;
line-height:1.3em;
}

/* Formats paragraphs in Affilations plugin to measure icon spacing */
p#plugin {
line-height:0;
margin:.3em 0;
}

/* With .commentbox in commentlist_item.htm */
p.gray{
color:#737688;
margin-bottom:1.2em;
}

/* End paragraphs formatting. Additional paragraphs formatting in other sections */



/* Formats text boxes                    */
/* to drop messages into body copy      */

/* One-paragraph text box with rightcolumn background color */
.textbox_center {
width:auto;
padding:.8em;
margin:1em;
font-size:1.1em;
text-align:center;
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
background-image:url(../../../images/commentbg.gif);
background-repeat: repeat-x;
border-right:.1em solid #858585;
border-bottom:.15em solid #858585;
}

.textbox_center p {
position:relative;
margin:0;
font-weight:bold;
}

/* One-graf text box with gray background. */
.textbox_center_gray {
width:auto;
padding:.8em 0;
margin:1em 0;
font-size:1.1em;
text-align:center;
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
background-color:#EDEEF5;
background-image:url(../../../images/bggray.gif);
background-repeat: repeat-x;
border-right:.1em solid #858585;
border-bottom:.15em solid #858585;
}

/* One-graf text box with gray background. Use with iTunes ad above The Loop*/
.textbox_center_gray_index {
width:auto;
padding:.8em 0;
margin:1em 0 1.5em 0;
font-size:1.1em;
text-align:center;
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
background-color:#EDEEF5;
background-image:url(../../../images/bggray.gif);
background-repeat: repeat-x;
border-right:.1em solid #858585;
border-bottom:.15em solid #858585;
}

.textbox_center_gray_index p {
position:relative;
margin:0;
font-weight:bold;
}

.textbox_center_gray p {
position:relative;
margin:0;
font-weight:bold;
}

/* rename .messagebig */
.textbox_center_multi {
width:auto;
padding:.8em;
margin:1em;
font-size:1.2em;
line-height:1.5em;
text-align:center;
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
background-color:#f7d87f;
border-right:.1em solid #858585;
border-bottom:.15em solid #858585;
}

/* rename .messagebiggray */
.textbox_center_multi_gray {
width:auto;
padding:.8em;
margin:1em;
font-size:1.2em;
line-height:1.5em;
text-align:center;
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
background-color:#EDEEF5;
border-right:.1em solid #858585;
border-bottom:.15em solid #858585;
}

/* Same as .message; aligns text left */
.textbox {
width:auto;
padding:1.4em 2em;
margin:1em;
font-size:1.1em;
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
background-color:#EDEEF5;
border-right:.1em solid #858585;
border-bottom:.15em solid #858585;
}

/* Formats boxes for mp3 Buy section on main page */
#storebox {
padding:6px 10px;
margin-bottom:6px;
border:1px solid #F8F8FF;
background-color:#635F84;
background-image:url(../../../images/bgbox.gif);
background-repeat: repeat-x;
/* padding:10px;
margin:6px 0; */
font-family:Arial, Helvetica, Sans-Serif;
}

#storebox p {
font-size:1.1em;
line-height:1.6em;
margin-bottom:.5em;
}

/* Formats boxes for music player */
#playerbox {
padding:6px 10px;
margin-bottom:6px;
border:1px solid #F8F8FF;
background-color:#635F84;
background-image:url(../../../images/bgbox.gif);
background-repeat: repeat-x;
/* padding:10px;
margin:6px 0; */
font-family:Arial, Helvetica, Sans-Serif;
c}

#playerbox p {
font-size:1.1em;
line-height:1.4em;
margin-bottom:.5em;
}

/*Music player on music page*/
#playerbox_contentcol {
padding:1em;
margin-bottom:1.5em;
background-image:url(../../../images/commentbg.gif);
background-repeat: repeat-x;
border:.1em solid #CCCCD3;
}

#playerbox_contentcol p {
font-size:1.1em;
line-height:1.4em;
margin-bottom:.5em;
}
/*End music player on music page*/

/* End format text box section */


/* Formats boxes */

/* Formats box for leftcolumn. overflow and height allow box to contain image. */
#leftcolumn .box {
overflow:hidden;
height:1%;
padding:6px 10px;
padding:8px 10px;
margin-bottom:6px;
border:1px solid #F8F8FF;
background-color:#635F84;
background-image:url(../../../images/bgbox.gif);
background-repeat: repeat-x;
}

/*Formats paragraphs in #leftcolumn boxes*/
#leftcolumn .box p {
/*line-height:13px;*/
}

/* Box with gray background for leftcolumn. See related hed settings above. */
#leftcolumn .boxgray {
padding:6px 10px;
padding:8px 10px;
margin-bottom:6px;
border:1px solid #F8F8FF;
background-color:#c6cce9;
background-image:url(../../../images/boxgray_dk.gif);
background-repeat: repeat-x;
}

/* Box with gray background, except for leftcolumn (See #leftcolumn .boxgray above) */ 
#rightcolumn .box {
padding:6px 10px;
margin-bottom:6px;
border:1px solid #303030;
border:1px solid #9c99a1;
background-color:#737178;
/*background-image:url(../../../images/background.gif);
background-image:url(../../../images/boxgray_lt.gif);*/
background-image:url(../../../images/bg_black.gif);
background-repeat: repeat-x;
}

/* End formats boxes */


/* Indent body copy for quote block, adding a left border */
.quoteblock {
border-left:3px solid silver;
padding-left:1.5em;
margin:1.2em 2.5em;
}

/* Indent body copy for quote block, no left border */
.quoteblock_nb {
padding-left:1.5em;
margin:1.2em 2.5em;
}

/* Formats comment body copy; used in commentlist_item.htm */
.commentbox{
display:block;
margin-left:0;
float:none;
width:auto;
/* background-color:#EDEEF5;*/
background-image:url(../../../images/commentbg.gif);
background-repeat: repeat-x;
width:auto;
padding:2em;
margin-bottom:1em;
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
border:1px solid #eee;
}


/* Formats submit and go buttons for forms */
.formbutton{
background:#F8F8FF;
color:#666;
font-family:Georgia;
font-size:1.2em;
padding:.07em!important;
padding:.05em .2em;
margin-bottom:0!important;
/* margin-bottom:-1px; */
border-bottom: 1px solid #3E6D8E; 
border-right: 1px solid #7F9FB6;
text-decoration: none;
width:auto; /*width and overflow contain buttons in IE*/
overflow:visible;
}

.formbutton:hover{
color:#F8F8FF;
background-color: #737078;
border-bottom: 1px solid #37607D; 
border-right: 1px solid #37607D; 
text-decoration: none;
}

/* Formats mailinglist form */
.formposition {
display:inline;
margin:0;
}

.entercomment {
border:1px solid #737688;
background-color:white!important;
padding:3px;
}

.formfield {     
border:1px solid #737688;
display:inline;
padding:3px;
/* height:18px; */
color:#737688;
background-color:#F8F8FF!important;
}

.formfield:focus{
border:1px solid #CCD2F1;
}

/* .go26 {
cursor: pointer;
margin-bottom:-9px!important;
margin-bottom:-4px;
} */

/* End formats mailinglist form */

.ads {
position:relative;
margin:0;
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
font-size:12px;
text-align:center;
text-transform:uppercase;
}

/* This section formats all tags */

.tags {
display:none;
margin:0 0 .8em 0;
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
font-size:1.1em;
text-transform:uppercase;
}

.tags a {
font-weight:normal;
color:#636563;
}

.tags a:hover {
font-weight:normal;
color:#303030;
}

/* Formats tags in entryview_item.htm */
#tags {
margin:0;
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
font-size:.85em;
text-transform:uppercase;
}

#tags a {
font-weight:normal;
color:#636563;
}

#tags a:hover {
font-weight:normal;
color:#303030;
}
/* End formats tags in entryview_item.htm */

/* End of tags section */


/* Formats FeedBurner flares that appear after each entry */
.feedburnerFlareBlock {
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
text-transform:uppercase;
font-size:1.1em;
}

.feedburnerFlareBlock a {
font-weight:normal;
color:#636563;
}

.feedburnerFlareBlock a:hover {
font-weight:normal;
color:#303030;
}
/* End of FeedBurner flares section */


/* Image and cutline float together. Used with youtube videos */

/* centers embedded video */
embed.center {
display:block;
margin-left:auto;
margin-right:auto;
}

div.floatright img{
padding:2px;
background-color:#F8F8FF;
border:1px solid #858585;
}

div.videoleft {
float:left;
margin:0;
}

div.videoright {
float:right;
margin:0;
}

div.videoright p {
   text-align:center;
   font-weight:bold;
   font-size:1.3em;
   }

div.videoleft p {
   text-align:center;
   font-weight:bold;
   font-size:1.3em;
   }

div.floatright {
  float:right;
  margin:.3em 0 .2em .8em;
  }

div.floatright p{
   text-align:center;
   font-weight:bold;
   font-size:1.3em;
   margin:0;
   }

div.floatleft img{
padding:.2em;
background-color:#F8F8FF;
border:1px solid #858585;
}

div.floatleft {
  float:left;
  margin:.3em .8em .2em 0;
  }

div.floatleft p {
   text-align:center;
   font-weight:bold;
   font-size:1.3em;
   margin:0;
   }

/* End image and cutline float section */


/* Additional formatting */

/*Creates line break beneath images */
/* Solution for Firefox */
.breaker {
overflow:auto;
width:100%;
}

/* Hides the following from Firefox */
html>body .breaker {
clear:both!important;
}
/*End creates line break beneath images */

/*Creates space */
.spacer {
clear:both;
line-height:.6em;
  }

.bigspacer {
clear:both;
line-height:1.2em;
  }
/*End creates space*/

.red {
color:#AD0000;
}

/*Formats headings in Podcast Roundup*/
.titles {
font-weight:bold;
}

.strong_red {
font-weight:bold;
color:#AD0000;
}
/*End formats headings in Podcast Roundup*/

/* Centers content */
.center {
position:relative;
text-align:center;
}

/* Formats adsense */
div.adsense {
  margin:1em 0;
  }

/*  Formats permalink line in entryview_item.htm */
.commentgray {
display:none;
width:auto;
padding:.6em;
margin:.2em 0 2em 0;
background-color:#EDEEF5;
background-image:url(../../../images/bggray.gif);
background-repeat: repeat-x;
border:1px solid #CCCCD3;
}

/* Create margins for body copy */
.innertube{
margin:15px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/* Creates margins to contain body copy in contentcolumn */
.contenttube {
padding:11px 30px 15px 30px;
margin:0;
}
/* End create margins for body copy */

/* Formats navigation image in entryview */
.entryviewnav {
margin-bottom:-3px;
}

/*Big first letter*/
.initcap {
float:left;
color:#AD0000;
font-size:80px;
line-height:60px;
padding-top:2px;
padding-right:5px;
font-family: times,Georgia;
}

/* Lists */

/*Formats DFSX Radio Top 9 list.*/
#contentcolumn ol {
list-style-position: inside;
margin:0 0 .8em 0;
padding: 2px 16px;
font-size:1.3em;
}

#contentcolumn ul {
list-style:none;
margin:8px 0 8px 0;
padding-left:2em;
padding-right:1em;
font-size:1.3em;
}

#contentcolumn li {
margin:0 0 .8em 0;
font-size:1em;
line-height:1.35em;
}

li.page_item {
margin:0 0 .8em 0;
font-size:1em;
line-height:1.35em;
}

/*End lists*/


/*Music page*/

#music {
margin:0 0 2em 0;
}

#music p {
font-size:1.2em;
/*line-height:1.3em;*/
margin:0 0 .4em 0;
}

#music .one {
background:#D0F5BF;
border-bottom:1px solid #666;
margin:0;
padding:1em;
}

#music .two {
background:#E7F4FC;
border-bottom:1px solid #666;
margin:0;
padding:1em;
}

/*End music page*/


/* Shadow */

.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
  margin:.2em 0 1em 2em!important;
  margin:.2em 0 1em 1em;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(../../../images/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(../../../images/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(../../../images/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../../../images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../../../images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

/* End shadow */


/* Identifies file types */

a[href$=".zip"]:after{content: "(.zip file)"; color:#999; margin-left:5px;}
a[href$=".pdf"]:after{content: "(.pdf file)"; color:#999; margin-left:5px;}
a[href$=".doc"]:after{content: "(.doc file)"; color:#999; margin-left:5px;}
a[href$=".exe"]:after{content: "(.exe file)"; color:#999; margin-left:5px;}
a[href$=".mp3"]:after{content: "(.mp3 file)"; color:#999; margin-left:5px;}
a[href$=".m4a"]:after{content: "(.m4a file)"; color:#999; margin-left:5px;}
a[href$=".png"]:after{content: "(.png file)"; color:#999; margin-left:5px;}
a[href$=".exe"]:after{content: "(.exe file)"; color:#999; margin-left:5px;}

/* End identifies file types */


/* WORDPRESS STYLES */

/* Removes bullet list style from Pages and Archives */

#rightwrapper ul{
margin:0;
padding:0;
}

#rightwrapper li{
list-style:none;
margin:0;
padding:0;
/* display:inline-block; */
}

#rightcolumn ul{
margin:0;
padding: 2px 0;
}

#rightcolumn li{
list-style:none;
margin:0;
padding:0;
/* display:inline-block; */
}

.box li{
margin:0;
padding:0;
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
font-size:1.1em;
text-transform:uppercase;
clear:both;
}

#leftcolumn ul{
margin:0;
padding: 2px 0;
}

#leftcolumn .box_lc li{
margin:0 0 8px 0;
padding:0;
font-size:1.1em;
line-height:1.5em;
margin-bottom:.5em;
clear:both;
}

/* Styles box containing lower-case list items where content is ul */
#leftcolumn .box_lc {
overflow:hidden;
height:1%;
padding:6px 10px;
padding:8px 10px;
margin-bottom:6px;
border:1px solid #F8F8FF;
background-color:#635F84;
background-image:url(../../../images/bgbox.gif);
background-repeat: repeat-x;
font-family:Arial, Helvetica, Sans-Serif;
}

/* Formats current category in Categories list */
#leftcolumn li.current-cat {
padding:.1em 0 .1em 1em;
background: #242325;
}

#print_comment {
display:none;
}

/* Formats Related Posts box */
#related {
display:none;
}

#related ul{
display:none;
/* background-color:#ececec; */
margin-bottom:1em;
padding:0 8px 8px 24px;
/* border:1px solid #040404; */
}

#related li{
display:none;
list-style-position:outside;
list-style-image: url(../../../images/0001_arrow.png);
list-style-image: url(../../../images/0090_check.png);
/* list-style-type:disc; */
margin-bottom:0;
}

/* Gray background for paragraphs */
.graybg{
background-color:#ccccd3;
background-color:#ececec;
padding:6px;
width:90%;
font-size:1.2em;
border:1px solid #eee;
border:1px solid #CCCCD3;
}

/* Formats navigation in single.php */
#pages{
display:none;
width:auto;
padding:6px 6px 4px 6px!important;
padding:6px 6px 12px 6px;
font-size:1em;
background:#ececec;
overflow:hidden;
border:1px solid #040404;
}

#pages p{
margin:0 0 2px 0;
}

p.next{
float:right;
}

/* End formats navigation in single.php */

ul#tight {
list-style:none;
margin:8px 0 8px 0;
padding-left:2em;
padding-right:1em;
font-size:1.3em;
}

ul#tight li {
margin:0;
/* line-height:1.35em; */
}

.gray {
color:#737178;
}

.gray_ital {
color:#737178;
font-style:italic;
}

/* Header for tag pages */
.gray_underline {
margin: 0 0 .8em 0;
padding: 0;
width: 90%;
border-bottom: 2px solid #eee;
color:#737178;
}

.italic {
font-style:italic;
}

/* One-graf text box with gray background. Use with iTunes ad above The Loop*/
.textbox_center_gray_index {
width:auto;
padding:.8em 0;
margin:1em 0 1.5em 0;
font-size:1.1em;
text-align:center;
font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
background-color:#EDEEF5;
background-image:url(../../../images/bggray.gif);
background-repeat: repeat-x;
border-right:.1em solid #858585;
border-bottom:.15em solid #858585;
}

.textbox_center_gray_index p {
position:relative;
margin:0;
font-weight:bold;
}


/* Live Comment Preview plugin */
#comment-preview {
width:80%;
background:#f9ecc8;
padding:1em;
margin:1em;
border:1px solid black;
overflow:hidden;
clear:both;
}

/* Hide smiley face in footer */
img#wpstats{
display:none
}

/* CALENDAR STYLES */
table#wp-calendar {
   width:100%;
   font-size:1.1em;
   color:#303030;
   background-color:#E8E8E8;
   border:1px solid #cccccc;
}

tbody .pad {
   background-color:#dddddd;
   background-color:#E8E8E8;
/* border:1px solid #cccccc; */
}

table#wp-calendar>tbody>tr>td>a
{
/* font-weight:bold; */
}

caption{
   font-size:1.1em;
   line-height:1.5em;   
   border-top:1px solid #cccccc;
   border-left:1px solid #cccccc;
   border-right:1px solid #cccccc;
   background-color:#666666;
   background-color:#242325;
}

thead>tr>th {
   width:25px;
   height:20px;
   text-align:center;
   color: #F8F8FF;
   background-color:#cdd5de;
   background-color:#666666; 
}

tbody>tr>td {
   width:25px;
   height:20px;
   text-align:center;
   border:1px solid #cccccc;
}

tfoot{
/* border:1px solid gray; */
   font-size:1.1em;
   height:20px;
   background-color:#666666; 
   background-color:#242325;
   }

/* tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active{
   font-weight:bold;
   font-size:18px;
   height:20px;
   font-family:garamond, bookman old style, times new roman, arial narrow, arial; */
   color:#5b7085;
   color:#3c4a55;
} */

tfoot>tr>td#prevMonth{
/* width:58px;
   height:20px;
   background-color:#ffffff; */
   text-align:left;
}

tfoot>tr>td#nextMonth{
/* width:58px;
   height:20px;
   background-color:#ffffff; */
   text-align:right;
}

.posts {
/* font-weight:bold; */
   background-color:#69666D;
   background-color:#1F1B39;
}

td#today {
background-color:#fa0;
background-color:#1F1B39;
background-color:#F8F8FF;
/* font-weight:bold; */
}

/* PageNavi plugin */
/* Use !important to override PageNavi CSS */

.wp-pagenavi {
font-family: Arial, Helvetica, Sans-Serif; !important;
font-size:1.1em; !important;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
/* color: blue !important; */
/* background:transparent !important; */
padding:2px 4px !important; /* Firefox */
}

.wp-pagenavi a:hover {
text-decoration:underline; !important;
} 

.wp-pagenavi span.pages {
/* background:transparent !important; */
padding:2px 4px !important; /* Firefox */
}

.wp-pagenavi span.current {
/* background:transparent !important; */
padding:2px 4px !important; /* Firefox */
}

.wp-pagenavi span.extend {
/* background:transparent !important; */
padding:2px 4px !important; /* Firefox */
}

/* End pageNavi */

div.sociable { margin: 8px 0; display:none; }

span.sociable_tagline { position: relative; display:none; }
span.sociable_tagline span { display: none; width: 14em; display:none; }
span.sociable_tagline:hover span {
	display:none;
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: none;
}
.sociable ul {
	display:none; 
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	display:none; 
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	display:none; 
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}



.wp-pagenavi a, .wp-pagenavi a:link {
	display:none;
	padding: 0 2px;
	margin: 0 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	display:none;
	padding: 0 2px;
	margin: 0 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	display:none;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	display:none;
	padding: 0 2px;
	margin: 0 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	display:none;
	padding: 0 2px;
	margin: 0 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	display:none;
	padding: 0 2px;
	margin: 0 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	display:none;
	padding: 0 2px;
	margin: 0 2px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
