/*
Theme Name: Blasé
Theme URI: http://themes.tonystreet.com/
Description: Blasé, or apathetic, is a simple yet elegant wp theme, using Back in Black's navbar system.
Version: 1.0
Author: Tony St.
Author URI: http://www.tonystreet.com/
You should really listen to one of the following when customizing this theme:
Nirvana (Smells Like Teen Spirit)
Nine Inch Nails (Hurt)
Audioslave (Like a Stone)
Audioslave (Cochise)
or any Rammstein song.
Just a suggestion!
BANNER IMAGE: By default, the banner image is hidden. You can activate it by removing the comments before and after the banner div (#banner) here in the css.
Please leave all the credits intact.
contact me at:
thundax@tonystreet.com
*/
a {text-decoration: none; border-bottom: 1px dotted white; color: white;}
a:hover {text-decoration: underline; border: none;}
a img {border: none; text-decoration: none;}
a.valid {border: none; text-decoration: none;}
a.name {color: white; font-size: 26px; font-weight: bold; border: none;}
a.name:hover {color: #eeeeee; text-decoration: none;}
a.perma {color: white; border: none;}
a.perma:hover {color: white; }
a.storytitle {text-decoration: none; border: none;}
a.storytitle:hover {border-bottom: 1px dotted white;}

/*
#banner {
background-image: url('images/title.png');
background-repeat: no-repeat;
background-position: center center;
width: 146px;
height: 97px;
}
*/

.barlink {
border: none;
text-decoration: none;
}

.barlink:hover {
text-decoration: none;
}

blockquote {
margin-left: 5px;
padding: 10px;
border: 1px dashed white;
width: 300px;
}

body {
background-color: #ff9000;
padding-top: 10px;

padding-left: 10px;
padding-right: 10px;
font-family: "Courier New";
font-size: 10pt;

color: #ffffff;
background-position: top left;
background-repeat: no-repeat;
}

#foot {
text-align: center;
font-size: 9pt;
}

h2 {
font-variant: small-caps;
}

img {border: none}
.menu {
padding-left: 10px;
padding-right: 10px;
border-right: 1px dotted black;
}

.menu:hover {
background-color: #000000;
}

ul {list-style: none; margin-left: 5px; padding-left: 5px;}
li.menu {list-style: none;}
ul.menu {list-style: none;}

.postCell {
    background-color: #000000;
}

.sideBarTd {
    margin-top: 3px;
    margin-left: 10px;
}

div.hr {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #000000 url(/wordpress/wp-content/themes/blase/images/hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

.storycontent {
    font-size: 10pt;
    line-height: 11pt;
}