/***** Edit this file to customize the monobook skin for the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Common.css]] */


/***** SIDEBAR THEME *****/

.color1, .color1 a, .yui-panel .hd {
   background-color: #000000;
   color: White;
}
.color2 {
   background-color: #589847;
   color: Black;
}
a, table.gallery td a, div.thumbinner a {
	color: #517c45;
}
a:visited, table.gallery td a:visited {
	color: #5bb742;
}


/*** HEADER and LOGOS ***/
#background_strip {
	background: transparent;
	border-color: transparent;
}
#wikia_logo {
	background-image: url(http://images.wikia.com/stargatefanprod/images//6/68/Wikia_logo.png);
	color: #589847;
}
.headerMenuButton dt, .headerMenuButton dd {
	background-image: url(http://images.wikia.com/stargatefanprod/images//b/b4/Header_button.png);
	color: #589847;
}
* html .headerMenuButton dt, * html .headerMenuButton dd {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/stargatefanprod/images//b/b4/Header_button.png', sizingMethod='crop');
}
#header_username a {
	color: #000000;
}


/*** WIDGET ***/
.widget {
   border-color: #000000;
   background-color: #589847;
   padding:0;
   -moz-border-radius: 15px;
}
.widget dt {
   padding-left: 5px;
   -moz-border-radius: 13px;
}
.widget dd {
   -moz-border-radius: 13px;
}
#navigation .menu-item {
	border-color: #000000;
}
#navigation a {
	background-color: #589847;
	color: Black;
}
#navigation a:hover, .navigation-hover {
	background-color: #000000;
	color: White;
   -moz-border-radius: 13px;
}
#link_box a {
    color: #8cd055;
}
.community_details a {
    color:#8cd055;
}
.widget a {
    color:#8cd055;
}




/*** SEARCH BOX ***/
#search_box {
	background-color: #000000;
   -moz-border-radius: 12px;
}
#search_button {
   background-image: url(http://images.wikia.com/stargatefanprod/images//a/a8/Search_button.png);
}
* html #search_button {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/stargatefanprod/images//a/a8/Search_button.png', sizingMethod='crop');
}


/*** PAGE ***/
#wikia_page {
   border-color: #000000;
	background-color: #f8f8f8;
   -moz-border-radius: 20px;
}
#article {
	background-color: #f8f8f8;
	margin:0;
        min-height: 0px;
}

#page_bar {
    color:#517c45;
   -moz-border-radius: 15px;
   -moz-border-radius: 15px;
}
#page_tabs li {
    color:#517c45;
   -moz-border-radius: 10px;
   -moz-border-radius: 10px;
}


/***HISTORY***/
#pagehistory li {
	border: 1px solid transparent;
}
#pagehistory li.selected {
	background-color: #f2f2f2;
	color: Black;
}