/*___ color.css: Color/Backgrounds Styles ___*/

/*___ Section 1: Global Color/Backgrounds Styles ___*/

html 
{
	background		: #583722 url(images/bodyBG.jpg) repeat-x top left;
}

body
{
	background		: transparent url(images/headerBG.png) repeat-x top left;
	color			: #FFFFFF;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
	color			: #EAE481;
}

a:visited 
{
	color			: #EAE481;
}

a:hover 
{
	color			: #EAE481;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Global Color/Backgrounds Modules ___*/

/*___ Section 3: Unique Element-Specific Global Color/Backgrounds Styles ___*/
iframe body
{
	background-color: rgba(252, 211, 180, 0.1) !important;
}


/*___ DIV _________________________________________________________________*/

/*___ FOOTER _________________________________________________________________*/
footer
{
	background-color: #965935;
}

/*___ NAV _________________________________________________________________*/

/*___ SECTION _________________________________________________________________*/
#content
{
	background		: transparent url(images/contentBG.png) no-repeat 10px 10px;
}

#secondary
{
	background-color: #AE8E42;
	background-color: rgba(207, 201, 98, .3);
}

#featured
{
	background-color: #694731;	
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
.chatwall + h2
{
	color			: #583722;
}

/*___ H3 _________________________________________________________________*/
.login h3
{
	color			: #583722;
}

.fanart .login h3
{
	color			: #ffffff;
}

h3.elsewhere
{
	border-bottom	: solid 1px #583722;	
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/
.chatwall,
#contact,
#join,
#where
{
	border			: solid 1px #583722;
	border-left		: none;
}

#join
{
	background		: rgba(207, 201, 98, 0.3);
}

#contact,
#where
{
	background		: rgba(158, 180, 119, 0.3);
}

footer > ul
{
	background		: transparent url(images/footerBG.jpg) no-repeat top right;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
.chatwall li
{
	background-color: #968649;
	background-color: rgba(158, 180, 119, .3);
}

.chatwall li:nth-child(even)
{
	background-color: #CFC962;	
	background-color: rgba(207, 201, 98, .3);
}

.login
{
	background-color: #AE8E42;
	background-color: rgba(207, 201, 98, .3);
}

.fanart .login
{
	background		: none;
}

#contact li
{
	border-bottom	: dotted 1px #FFFFFF;
}

.staff li
{
	background		: #694731;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
h1 a,
h1 a:hover,
h1 a:visited
{
	color			: #FFFFFF;
}

.elsewhere .twitter a
{
	background		: transparent url(images/twitterBG.png) no-repeat top left;
}

.elsewhere .facebook a
{
	background		: transparent url(images/facebookBG.png) no-repeat top left;
}

.elsewhere .delicious a
{
	background		: transparent url(images/deliciousBG.png) no-repeat top left;
}

.rss
{
	background		: transparent url(images/rssBG.png) no-repeat top right;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/
.flickr_badge_image img
{
	border			: solid 1px #583722;
	outline			: #FFFFFF solid 10px;
}

.chatwall img
{
	background-color: #FFFFFF;
	border			: solid 1px #583722;
}

.fanart img
{
	border			: solid 1px #583722;
	outline			: #FFFFFF solid 5px;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
.submit
{
	background-color: #583722;
	background-color: rgba(88, 55, 34, .8);
	color			: #EAE481;
	border			: none;
}

.login input[type="text"],
.login input[type="password"]
{
	background-color: #FFFFFF;
	border			: none;
	color			: #9d9d9d;
}

/*___ LABEL _________________________________________________________________*/

/*___ TEXTAREA _________________________________________________________________*/
#secondary textarea
{
	color			: #9d9d9d;
	border			: none;
}

/*___ BUTTON _________________________________________________________________*/
#chat-up
{
	background		: transparent url(images/up.png) no-repeat top left;
	border			: none;
}

#chat-down
{
	background		: transparent url(images/down.png) no-repeat top left;
	border			: none;
}

/*___Group/Section/Class_________________________________________________________________*/

.flyeye-veil
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background: #000;
	opacity: 0;
}

.flyeye-wrapper
{
	position: fixed;
	z-index: 999;
	width: 960px;
	top: 0;
	height: 100%;
	left: 50%;
	margin-left: -480px;
}

.flyeye-frame
{
	display: inline-block;
	border: solid 20px #EAE481;
	margin: 0;
	padding: 0;
	opacity: 0;
	zoom: 1;
	position: relative;
	#top: -50%;
}

.compact .flyeye-panel
{
	display: none;
}

.flyeye-frame:hover figcaption
{
	display: block;
}


.flyeye-wrapper .hidden
{
display: none;
}

.flyeye-counter
{
	width: 216px;
	color: white;
	margin: 0 0 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	line-height: 14px;
}

.flyeye-panel
{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -125px;
}

.flyeye-imagepane
{
	display:  table;
	width: 744px;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	#position: relative;
	overflow: hidden;
	float: right;
}

.compact .flyeye-imagepane
{
	width: 100%;
	float: none;
}

.flyeye-framewrapper
{
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

.flyeye-caption
{
	width: 216px;
	line-height: 18px;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: white;
}

.flyeye-wrapper ol
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 216px;
	overflow: hidden;
}

.flyeye-wrapper li
{
	width: 67px;
	margin: 0 5px 5px 0;
	float: left;
}

.flyeye-wrapper ol .thumb
{
	width: 67px;
	height: 67px;
	overflow: hidden;
	padding: 0;
	border: solid 2px #EAE481;
	background: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ie-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.flyeye-wrapper .thumb.current,
.flyeye-wrapper .thumb:hover
{
	border: solid 2px #ff6600;
}

.flyeye-frame button
{
	position: absolute;
}

.flyeye-wrapper .previous-set,
.flyeye-wrapper .next-set,
.flyeye-wrapper .previous-image,
.flyeye-wrapper .next-image
{
	width: 29px;
	height: 30px;
	text-indent: -9999em;
	border: none;
	cursor: pointer;
	opacity: 0.6;
}

.flyeye-wrapper .previous-set:hover,
.flyeye-wrapper .next-set:hover,
.flyeye-wrapper .previous-image:hover,
.flyeye-wrapper .next-image:hover
{
	opacity: 1;
}

.flyeye-wrapper .previous-set,
.flyeye-wrapper .previous-image
{
	background: transparent url(images/flyeye-previous.png) no-repeat left top;
}

.flyeye-wrapper .next-set,
.flyeye-wrapper .next-image
{
	background: transparent url(images/flyeye-next.png) no-repeat left top;
}

.flyeye-wrapper .next-set
{
	margin-left: 155px;
}

.flyeye-wrapper .hidden + .next-set
{
	margin-left: 184px;
}

.flyeye-wrapper .previous-image,
.flyeye-wrapper .next-image
{
	top: 50%;
	margin-top: -15px;
	display: none;
}

.flyeye-frame:hover .previous-image,
.flyeye-frame:hover .next-image
{
	display: block;
}

.flyeye-wrapper .previous-image.hidden,
.flyeye-wrapper .next-image.hidden,
.compact.flyeye-wrapper .previous-image.hidden,
.compact.flyeye-wrapper .next-image.hidden
{
	display: none;
}

.compact.flyeye-wrapper .previous-image,
.compact.flyeye-wrapper .next-image
{
	display: block;
}

.flyeye-wrapper .previous-image
{
	left: 5px;
}

.flyeye-wrapper .next-image
{
	right: 5px;
}

.flyeye-close
{
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999em;
	position: fixed;
	right: 30px;
	top: 30px;
	background: transparent url(images/flyeye-close.png) no-repeat left top;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 999;
	cursor: pointer;
}

.flyeye-frame .flyeye-close
{
	right: 10px;
	top: 10px;
}

.flyeye-wrapper li img
{
	min-width: 67px;
	min-height: 67px;
	max-width: 89px;
	max-width: 89px;
	border: none;
	outline: none;
}

.flyeye-frame img
{
	max-width: 704px !important;
	display: block;
	border: none;
	outline: none;
}



