/* Print.css - Cascading Style Sheet fuer Printer-Friendly-Version */


/* ---( page defaults )--- */
body {
    background: #fff;
    width: 100%;
}

blockquote {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 30px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(http://www.blogblog.com/tictac/quotes.gif) no-repeat top left;
}

img.noprint {
   display: none;
}

img.float {
   display: block;
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
   border: 2px outset #ccc;
}

blockquote p {
    margin-top: 0;
}

hr {
    display: none;
}

/* unordered list style */
ul {
    list-style: none;
    margin-left: 10px;
    padding: 0;
}

li {
    list-style: none;
    padding-left: 14px;
    margin-bottom: 3px;
    background: url(http://www.blogblog.com/tictac/tictac_orange.gif) no-repeat left 6px;
}

/* links */
a:link {
    color: #000;
    text-decoration: none;
    font-style: italic;
}

a:visited {
    color: #000;
    text-decoration: none;
    font-style: italic;
}

a:hover {
    color: #000;
    text-decoration: none;
    font-style: italic;
}

a:active {
    color: #000;
    text-decoration: none;
    font-style: italic;
}

/* ---( layout structure )---*/
#outer-wrapper {
    text-align: left;
    font: normal normal 100% Verdana, sans-serif;
    font-size: 10pt;
    background: white;
    line-height: 1.5em;
    word-wrap: break-word;
    width: 100%;
    overflow: visible;
}

#content-wrapper, #wrap2, #Blog1, #main-wrapper {
    width: 100%;
    background-color: white;
    overflow: visible;
}


/* ---( header and site name )--- */
#header-wrapper, #footer-wrapper, #header, #backlinks-container {
    display: none;
}

#header h1 {
    font-size: 200%;
    text-shadow: #81A75B 2px 2px 2px;
}

#header h1 a {
    text-decoration: none;
    color: #FFFFFF;
}

#header h1 a:hover {
    color: #eee;
}

#navbar {
    display: none;
}

/* ---( main column )--- */
#main {
    width: 100%;
    overflow: visible;
}

#noprint, #Label1, #blog-pager, div.post-feeds {
    display: none;
}

object, embed {
   display: none;
}

#post {
}

#translator {
    display: none;
}

#searchbtn {
    display: none;
}

#footer {
    display: none;
}

#post h3 a,
#post h3 a:visited {
    color: #000;
    text-decoration: none;
}

#post h3 {
    margin-top: 2em;
    font: normal bold 130% 'Lucida Grande','Trebuchet MS';
    letter-spacing: -1px;
    color: #000;
}

/* ---( sidebar )--- */
#sidebar-wrapper {
    display: none;
}


/* ---( table )--- */

table
{
  font-size: 90%;
}

div.r0 {
    background-color: #fff;
    width: 90%;
}
div.r1 {
    background-color: #fff;
    width: 90%;
}
td.title {
   font-size: 150%;
}
td.fieldName {
    color: #000;
    vertical-align: top;
}
td.fieldValue {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
}
td.fieldNamePrintOnly {
    color: #000;
    vertical-align: top;
}
td.fieldValuePrintOnly {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
}


table.trackList
{
  font-size: 90%;
}

tr.r0 {
    background-color: #fff;
}

tr.r1 {
    background-color: #fff;
}

th.trackHead {
  text-align: left;
  vertical-align: top;
}

td.trackNo {
  text-align: right;
  vertical-align: top;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}

td.trackArtist {
  text-align: left;
  vertical-align: top;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}

td.trackTitle {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}


td.trackCredit {
  text-align: left;
  vertical-align: top;
  padding-bottom: 0.5em;
}

table.sortable th {
}

table.navbar {
  display: none;
}

