@CHARSET "UTF-8";

/* --- events.css --- */

.news_feed_page_global .eventList
{
	border-top: 1px solid rgb(79, 78, 78);
}

.event,
.event.forceBorder:first-child
{
	overflow: hidden; zoom: 1;
	padding-left: 0;
	padding-right: 0;
}

	.event .avatar,
	.event .icon
	{
		float: left;
	}
	
	.event .content
	{
		margin-left: 65px;
	}
	
		.event .NewsFeedItemHider
		{
			float: right;
			margin-left: 5px;
		}
	
		.event .content .description
		{
			color: rgb(180, 159, 2);
		}
	
			.event .content .description em
			{
				color: rgb(255, 255, 255);
			}
	
		.event .content .options
		{
			float: right;
			font-size: 11px;
		}
		
		.event .content .primaryText
		{
			font-weight: bold;
		}
		
		.event .content .title
		{
			line-height: 16px;
			margin-top: 5px;
		}
		
		.event .content .minorTitle
		{
			font-size: 11px;
			line-height: 16px;
			margin-top: 5px;
		}
		
		.event .content .snippet
		{
			margin: 5px 0;
			
			font-size: 11pt;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.4;
;
			
			font-size: 11px;
			font-style: italic;
		}
		
		.event .content .DateTime
		{
			display: block;
			color: rgb(180, 159, 2);
			font-size: 11px;
			margin-top: 5px;
		}
		
		.event .content .thread
		{
			padding-left: 16px;
			background: transparent url(styles/flexiledark/xenforo/icons/thread-tiny.png) no-repeat left;
		}
		
		.event .content .forum
		{
			padding-left: 20px;
			background: transparent url(styles/flexiledark/xenforo/icons/forum-tiny.png) no-repeat left;
		}
		
		.event .content .attachedImages		
		{
		}
		
			.event .content .attachedImages:hover,
			.event .content .attachedImages:active
			{
				outline: 0 none;
				text-decoration: none;
			}
			
				.event .content .attachedImages img
				{
					max-height: 32px;
				}

/* --- login_bar.css --- */

/** Login bar basics **/

#loginBar
{
	color: rgb(158, 155, 155);
background-color: rgb(9, 9, 9);
border-bottom: 1px solid rgb(144, 144, 144);
position: relative;
z-index: 1;

}

	#loginBar .pageContent
	{
		padding-top: 5px;
		position: relative;
		_height: 0px;
	}

	#loginBar a
	{
		color: rgb(247, 240, 194) !important;

	}

	#loginBar form
	{
		padding: 5px 0;
margin: 0 auto;
display: none;
line-height: 20px;
position: relative;
width: 550px;

	}
	
		#loginBar .xenForm .ctrlUnit,
		#loginBar .xenForm .ctrlUnit dt label
		{
			margin: 0;
			border: none;
		}
	
		#loginBar .xenForm .ctrlUnit dt
		{
			width: 240px;
		}
		
		#loginBar .xenForm .ctrlUnit dd
		{
			position: relative;
			width: 275px;
		}

	#loginBar .xenForm .ctrlUnit dd .textCtrl,
	#loginBar .passwordOptions
	{
		width: 275px;
		box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
	}
	
	#loginBar .lostPassword
	{
		margin-top: 38px;
		font-size: 11px;
	}

	#loginBar .lostPasswordLogin
	{
		font-size: 11px;
	}
	
	#loginBar .rememberPassword
	{
		font-size: 11px;
	}

	#loginBar .textCtrl
	{
		color: rgb(247, 240, 194);
background-color: rgb(225, 225, 225);
border-color: rgb(144, 144, 144);

	}

	#loginBar .textCtrl[type=text]
	{
		font-weight: bold;
font-size: 18px;

	}

	#loginBar .textCtrl:-webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */
	{
		background: rgb(225, 225, 225) !important;
		color: rgb(247, 240, 194);
	}

	#loginBar .textCtrl:focus
	{
		background: black none;

	}
	
	#loginBar input.textCtrl.disabled
	{
		color: rgb(19, 22, 24);
background-color: rgb(126, 126, 126);
border-style: dashed;

	}
	
	#loginBar .button
	{
		min-width: 85px;
		*width: 85px;
	}

		#loginBar .button.primary
		{
			font-weight: bold;
		}

/** changes when eAuth is present **/

#loginBar form.eAuth
{
	width: 750px; /* normal width + 170px */
}

	#loginBar form.eAuth .ctrlWrapper
	{
		border-right: 1px dotted rgb(146, 144, 144);
		margin-right: 200px;
		box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
	}

	#loginBar form.eAuth #eAuthUnit
	{
		position: absolute;
		top: 0px;
		right: 0px;
	}

	#eAuthUnit li
	{
		margin-top: 10px;
	}
	
		#eAuthUnit li a
		{
			width: 180px;
			box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
		}
	
/** handle **/

#loginBar #loginBarHandle
{
	font-size: 11px;
color: rgb(30, 31, 32);
background-color: rgb(9, 9, 9);
padding: 0 10px;
margin-right: 570px;
border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius:  10px; -moz-border-radius-bottomright:  10px; -khtml-border-bottom-right-radius:  10px;
border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius:  10px; -moz-border-radius-bottomleft:  10px; -khtml-border-bottom-left-radius:  10px;
position: absolute;
right: 0px;
bottom: -20px;
text-align: center;
z-index: 1;
line-height: 20px;
box-shadow: 0px 2px 5px rgb(126, 126, 126); -webkit-box-shadow: 0px 2px 5px rgb(126, 126, 126); -moz-box-shadow: 0px 2px 5px rgb(126, 126, 126); -khtml-box-shadow: 0px 2px 5px rgb(126, 126, 126);

}

/* --- logo_block.css --- */

#rec-server {
  margin: 12px 50px;
  height: 43px;
  text-align: center;
  background: rgb(42, 42, 42);
  float: left;
  padding: 5px;
  border: 2px solid rgb(144, 144, 144);
  border-radius: 5px; -webkit-border-radius:  5px; -moz-border-radius:  5px; -khtml-border-radius:  5px;
  box-shadow: 0 0 7px rgb(158, 155, 1); -webkit-box-shadow: 0 0 7px rgb(158, 155, 1); -moz-box-shadow: 0 0 7px rgb(158, 155, 1); -khtml-box-shadow: 0 0 7px rgb(158, 155, 1);

}
#rec-server .server {
  font-size: 16pt;
  font-weight: bolder;
  text-shadow: 0 0 0 transparent, 0 0 3px black;
}

/* --- news_feed.css --- */

.newsFeed
{
}

.NewsFeedEnd
{
}

.NewsFeedEnd a
{
	overflow: hidden; zoom: 1;
}

.newsFeed .extra
{
	font-size: 11px;
	margin-top: 5px;
	text-align: right;
}
