@import "http://images.wikia.com/common/skins/monaco/slate/css/main.css";

/* this sets the 'main' color to be red, with black text */
.color1
{
background-color: red;
color: black;
}

/* same as above, but for any links that might be in this color/area/header
  note: this is done separately, so its easier to change if needed.
   ie: making the links white, but leaving the text black  */
.color1 a
{
background-color: red;
color: black;
}

/* make the username link red */
#header_username a
{
  color: red;
}

#sidebar_1 .widget .widget_title
{
color: red;
background-color: #525456;
}

/* round the page tabs*/
#page_tabs li {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	line-height: 22px;
}

#page_tabs a {
	margin-top: 2px;
}

/* round the widgets, but only the lower ones */
#sidebar_1 .widget {
	-moz-border-radius: 0.8em;
}

/* round the headers to match */
.widget dt {
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	padding-left:5px;
}

/* round the page */
#wikia_page {
	-moz-border-radius: 20px;
}

/* and also round the top corners of the linkbar at the top of the page */
#page_bar {
	-moz-border-radius-topright: 18px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-bottomleft: 0;
}

/* red wikia logo (NOT THE WIKI LOGO) */
#wikia_logo {
   background-image: url(http://images1.wikia.nocookie.net/poker/images/3/34/Skin_wikia_logo.png);
}

/* red 'pill' buttons */
.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images4.wikia.nocookie.net/poker/images/c/c0/Skin_header_button.png);
}