/*** MAIN COLORS ***/

.color1, .color1 a {
	background-color: #7B090C;
	color: #EEE;
}
.color2 {
	background: #1D1111 url(http://images4.wikia.nocookie.net/assassinscreed/images/1/1f/Background.jpg) no-repeat;
}
#background_strip {
	background: transparent;
	border: none;
}

/*** HEADER AND FOOTER ***/

#wikia_header {
	border: none;
}
#userData a, #wikiaBranding a {
	color: #000;
}
#header_username a {
	color: #000;
}
#wikia_footer {
	color: #AAA;
}
#wikia_footer a {
	color: #EEE;
}
#wikia_corporate_footer {
	border-top: none;
}
#wikia_logo {
   background-image: url(http://images1.wikia.nocookie.net/joeplayground/images/1/16/WikiaLogoAC2.png);
}
* html #wikia_logo {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/joeplayground/images/1/16/WikiaLogoAC2.png', sizingMethod='crop');
}
.headerMenuButton dt, .headerMenuButton dd {
   background-image: url(http://images2.wikia.nocookie.net/joeplayground/images/d/d6/HeaderMenuButtonAC2.png);
   color: #FFF;
}
* html .headerMenuButton dt, * html .headerMenuButton dd {
   background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/joeplayground/images/d/d6/HeaderMenuButtonAC2.png', sizingMethod='crop');
}

/*** WIDGETS ***/

.widget {
	background: #111;
	border: none;
	color: #FFF;
}
.widget a {
	color: #FFC884;
}
.sidebar .widget .widget_title {
	background: transparent url(http://images1.wikia.nocookie.net/joeplayground/images/b/b2/WidgetTop.png) no-repeat left top;
	margin: 0;
	text-align: center;
	height: 20px;
	line-height:21px;
	padding: 10px 10px 6px;
	font-weight: bold;
	font-size: 9pt;
 	color: #FFF;
}
#navigation .menu-item {
	border-color: #303030;
}
#navigation a {
	color: #EEE;
}
#navigation a:hover, .navigation-hover {
	background-color: #303030;
	color: #EEE;
}
#search_box {
	background: #C6934D url(http://images2.wikia.nocookie.net/assassinscreed/images/b/b4/Gradient2.png);
}
#link_box, #link_box_dynamic {
	background: #303030;
}
#link_box_table td {
	padding: 1px 4px;
}
#link_box a, #link_box_dynamic a {
	color: #FFC884;
}
.sidebar .widget {
	background: #111 url(http://images4.wikia.nocookie.net/joeplayground/images/8/88/WidgetSide.png) repeat-y left top;
	padding: 0 !important;
	border-style: none;
}
.sidebar .widget .widget_contents {
	background: transparent url(http://images1.wikia.nocookie.net/joeplayground/images/b/b4/WidgetBottom.png) no-repeat left bottom !important;
	padding: 0px 10px 20px 10px;
}
.sidebar .WidgetAdvertiser .widget_contents {
	padding:0 8px 8px 3px;
}

/* Latest Activity widget */
.WidgetCommunity .community_header {
   color: #FFF;
   background: transparent;
   border-bottom: none;
}
.WidgetCommunity .article_count {
   font-size: 10pt;
   color: #FFF;
}
.WidgetCommunity .toolbar {
   background: transparent;
   border-top: none;
}
.WidgetCommunity li strong {
   font-size: 10pt;
   font-weight: bold;
}
.WidgetCommunity li cite {
   font-size: 9pt;
   font-weight: normal;
}
.wikia_button {
	background: transparent url(http://images1.wikia.nocookie.net/assassinscreed/images/2/2e/WikiaButton.png) no-repeat scroll -360px -62px;
}
.wikia_button span {
	background: transparent url(http://images1.wikia.nocookie.net/assassinscreed/images/2/2e/WikiaButton.png) no-repeat scroll right top;
   color: #FFF;
}

/*** PAGE ***/

body {
	color: #000;
}
#wikia_page {
	background: #ECE4D7;
	border-color: #333;
}
#page_bar {
	background: #C6934D url(http://images2.wikia.nocookie.net/assassinscreed/images/b/b4/Gradient2.png);
	border-bottom: none;
}
#page_controls a {
        color: #FFF !important;
}

/***USER MASTHEAD***/

#user_masthead {
   background: #555 !important;
   color: #FFF;
}
#user_masthead ul.nav_links li, #user_masthead ul.nav_links li a {
   background: #4D0F00;
   color: #FFF;
}
#user_masthead ul.nav_links li.selected, #user_masthead ul.nav_links li.selected a {
  background: #7B090C;
  color: #FFF;
}
body.masthead-regular #page_bar, body.masthead-special #page_bar, 
body.masthead-regular #page_bar a, body.masthead-special #page_bar a {
  background: #7B090C;
  color: #FFF;
}
.dark_text_1 {
  color: #FFC884;
}