/*
 * Discogs - BurnOmania Style v0.4.1
 *
 * Author      : tHe ReaLiZeR
 * Updated     : May 18, 2008
 * Description : What a great site with a poor design :)
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 * Thanks to   : N/A yet :)
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.discogs.com") {

/* CHANGE GLOBAL FONT */
*{font-family: Tahoma, Verdana, Helvetica, arial, sans-serif, Segoe UI !important;}

/* Defaults for All Links */
a:link {color:  #3d68fb !important;}
a:visited {color: #cc0a0e !important;}
a:active {color: #fff!important;}
a:hover {color:#0000ff !important;}

/* REDESIGN LINKS - REMOVE UNDERLINES FROM ANY LINKS */
* { text-decoration: none !important; }

/* LOGO ALIGNMENT */
div > #discogsLogo img {margin: 5px 0 0 0 !important;}

/* SEARCH ALIGNMENT */ 
div > #headerSearch {margin: -3px 0 0 20px !important;}

/* SEARCH TYPE SELECTION */
#headerSearch [id="type"] {
font-size:12px !important;
-moz-outline: none !important;
outline: none !important;}

#headerSearch [id="type"] {}

/* SEARCH INPUT */
#headerSearch input#q {background: transparent url('http://i211.photobucket.com/albums/bb51/BurnOmania/newsrch.png') repeat-x top left !important;
width:200px !important;
height:16px !important;
border: 1px solid #a0a0a0 !important;}

/* SEARCH BUTTON */
#headerSearch [name="btn"] { 
border-style:solid !important; 
border-width:1px !important; 
border-color:#a0a0a0 !important; background: WHITE !important; font-weight: bold !important;
color: #1b1b1b !important; 
cursor:pointer !important; 
font-family: Arial !important;
font-size:12px !important; 
height:20px !important;
width:70px !important;
margin-bottom: 0 !important;
padding: 0 2px !important;}

#headerSearch [name="btn"]:hover
      {  border: 1px solid #DDD !important; 
        background: WHITE !important; font-weight: bold !important;
        color: #222 !important;}

/* HEADER BAR ALIGNMENT */
div > #headerNav a {
font-size: 12px !important;
padding: 0px 0 0 0 !important;}

div > #headerNav a:hover {
color: #222 !important;
border-bottom: 1px solid GOLD !important;}

/* HEADER BAR BACKGROUND */
div > #header {background: #222 url('http://i211.photobucket.com/albums/bb51/BurnOmania/msgheader.png') repeat-x top left !important;}

/* NAVIGATION BAR BACKGROUND */
#mainNavigation {background: #222 !important;}

/* NAVIGATION BAR TEXT */
#mainNavigation a {
color: #b6b6b6 !important;
font-size: 12px !important;
text-decoration: none !important;}

#mainNavigation a:hover {
border-bottom: 0 dotted #222 !important;
background: #222 !important;
color: #DDD !important;
text-decoration: none !important;}

/* NAVIGATION BAR ARROW */
#mainNavigation a.arrow {
color: #ddddaa !important;
background: transparent !important;}

#mainNavigation a.arrow:hover {
background: #222 !important;
color: #f4f4f4 !important;}

/* MAIN BODY - HEADER */
td [class="title"] {color: RED !important;}

/* MAIN BODY (HOVER) IMG FIX */
td a:hover img {
border: none !important;
display: block !important;}

/* MAIN BODY (HOVER) */
td a:hover {
color: #222 !important;
border-bottom: 1px solid GOLD !important;}

/* "APPEARS ON" LIST */
td {font-size: 12px !important;}

/* PAGE OPTIONS TABLE BG */
.cb {
background: #222 !important; 
color: #F1F1F1 !important;
padding: 5px 5px !important;
text-align: center !important;
border: 2px solid #ddddaa !important;}

/* PAGE OPTIONS TABLE TEXT */
.cb td {font-size: 12px !important;}

/* PAGE OPTIONS TABLE LINK */
.cb td a {
font-size: 11px !important;
color: #b6b6b6 !important;
text-align: center !important;
padding: 1px 1px 1px 1px !important;}

.cb td a:hover {
border-bottom: 1px dotted GOLD !important;
color: #DDD !important;}

/* PAGE OPTIONS TABLE LINK SELECTED */
.cb td a b {color: #ddddaa !important;}

.cb td a b:hover {
border-bottom: 1px dotted GOLD !important;
color: #DDD !important;}

/* PAGE OPTIONS TABLE/PARAGRAPH ALIGNMENT */
.cb p td {
text-align: center !important;}

/* SHOPPING TABLE - HEADER */
.ar {
background: #222 !important; 
font-size: 12px !important;
color: #F1F1F1 !important;
padding: 2px 2px !important;
text-align: center !important;
border: 1px solid #645c5c !important;}

.ar b {font-size: 12px !important;}

/* SHOPPING TABLE - MAIN */
.sb {
background: #808080 !important;
border: 2px solid #ddddaa !important;}

.sb td {
font-size: 11px !important;
text-align: center !important;}

.sb a {color: #b6b6b6 !important;}

.sb a:hover {
color: #DDD !important;
border-bottom: 1px dotted GOLD !important;}

/* FOOTER TABLE TEXT */
div > [class="fnav"] b {font-size: 11px !important;
text-transform: uppercase !important;}

/* FOOTER TABLE (LINKS) */
div > [class="fnav"] a {font-size: 11px !important;
text-transform: uppercase !important;}

/* FOOTER TABLE ALIGNMENT */
div > [class="fnav"] {
border: 0 !important;
border-spacing: 0 !important;
padding: 0 !important;}

/* FOOTER TABLE "TERMS & PRIVACY" */
div > [class="fnav"] td.gr a {
color: #222 !important;
font-weight: bold !important;
font-size: 11px !important;}

/* ======================================== */

/* SKIN INFO FOOTER :) {{{*/
div > [class="fnav"] td.gr:after {
		content:"Discogs: BurnOmania Style v0.4.1 by tHe ReaLiZeR. Last updated May 18, 2008.";
	display:block; font-size: 10px !important;
        color:#222 !important;
        margin-top:10px;
        padding:10px 0 5px 70px;
        border-top:1px dotted #333}/*}}}*/

}