/**
 * eUK Forum Style
 * www.erepublik.co.uk
 * Nelsaidi
 * v1 r1 whatrever 
 */
 
/* I think what I'll do is new declerations as opposed to overridng - compability issues methinks? */

/**
 * Div padding/margin reset already done
 */

/**
 * Clearfix
 */
.clearfix:after 
{
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
 
 
/**
 * Override the background
 */
body
{
	background: #e5eef1 url('http://forums.erepublik.co.uk/images/background.png') repeat-x top;
}

#page-body
{
	padding: 10px;
}

#wrap
{
	padding: 0;
}

#page-footer
{
	margin: 10px;
}

/**
 * Ok, The actual header now
 * Wrapping Div - ID: page-header; class: nel-header;
 */
 
.nel-header
{
	margin-bottom: 10px;
}
 
/**
 * Header - Top; logo and navigation thingy (top right)
 */
.nel-header-top
{
	padding: 10px;
}

/**
 * The Logo
 */
.nel-header-logo
{
	float: left;
	position: relative;
}

.nel-header-logo a
{
	display: block;
	position: relative;
	
	width: 495px;
	height: 110px;
	
	background: url('http://forums.erepublik.co.uk/images/logo.png') no-repeat;
	text-indent: -9999px;
}

.nel-header-logo h1
{
	margin: 0;
	padding: 0;
}

/**
 * Top right corner user navigation ting
 */

.nel-header-rightnav
{
	float:right;
	
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	background: #eaf5f9;
	margin-top: -10px;
	margin-right: -10px;
	
	padding: 10px 10px 10px 0;
}

.nel-header-rightnav ul
{
	
	list-style: none;
	padding: 0;
	margin: 0;
}

.nel-header-rightnav li
{
	float: left;
	position: relative;
	margin-left: 20px;
	
	font-size: 11px;
	font-family: Arial,Verdana,serif;
	color: #1e1e1e;
}

.nel-header-rightnav li a
{
	font-size: 11px;
	font-weight: bold; 
	font-family: Arial,Verdana,serif;
	color: #1e1e1e;
}

.nel-header-time
{
	text-align: right;
	font-size: 11px;
	font-family: Arial,Verdana,serif;
	color: #1e1e1e;
}

/**
 * The Main Navigation
 */
.nel-header-nav
{
	margin-top: 8px;
	display: block;
	background: #eaf5f9;
	width: 100%;
	border-bottom: 1px solid #a7c7d1;
}

.nel-header-push
{
	margin-left: 10px;
}

.nel-header-nav ul
{
	
	list-style: none;
	padding: 0;
	margin: 0;
}

.nel-header-nav li
{
	float: left;
	position: relative;
}

.nel-header-nav li a
{
	display: block;
	position: relative;
	
	min-width: 60px;
	padding: 4px 20px 0 20px;
	text-align: center;
	
	height: 21px;
	
	border-right: 1px solid #fff;
	border-left: 1px solid #5f99ac;
	
	background: url('http://forums.erepublik.co.uk/images/main-nav-bg.png') repeat-x;
	
	font-size: 12px;
	font-weight: bold; 
	font-family: Arial,Verdana,serif;
	color: #1e1e1e;
}

.nel-header-nav li a:hover
{
	color: #1e1e1e;
	text-decoration: none;
	background: #eaf5f9;
}

/**
 * search bar on the navigation 
 */
.nel-header-search
{
	float:right;
	margin-right: 10px;
}

.nel-header-search input
{
	width: 150px;
	height: 14px;
	margin-top: 3px;
	padding: 2px;
	padding-left: 16px;
	border: 1px solid #ccc;
}
	
.nel-header-search input:hover
{
	cursor: text;
}


/**
 * Sub navigation
 */
.nel-header-subnav
{
	width: 100%;
	background: #5f99ac; 
	border-top: 1px solid #55899a;
	border-bottom: 1px solid #55899a;
}

.nel-header-push
{
	margin-left: 10px;
}

.nel-header-subnav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.nel-header-subnav li
{
	float: left;
	position: relative;
	
	height: 14px;
	padding-top: 1px;
	
	margin-right: 25px;
}


.nel-header-subnav li a
{		
	font-size: 10px;
	font-weight: bold; 
	font-family: Arial,Verdana,serif;
	color: #fff;
}

.nel-header-subnav li a:hover
{
	color: #fff;
}

/** Login Box */
.nel-login-box
{
	padding: 5px;
	text-align: right;
}


.nel-login-box label
{
	margin-left: 10px;
	margin-right: 2px;
	
	font-size: 11px;
	font-weight: bold; 
	font-family: Arial,Verdana,serif;
	color: #1e1e1e;
}

.nel-login-box a, .nel-login-box
{
	font-size: 11px;
	font-weight: bold; 
	font-family: Arial,Verdana,serif;
	color: #1e1e1e;
}

.nel-login-box input
{

	padding: 2px;
	
	font-size: 11px;
	
	border: 1px solid #ccc;
	background: #fff;
}
	
.nel-login-box  input:hover
{
	cursor: text;
}

/**
 * Military Announcements
 */
 
.nel-military
{
	margin: 10px;
	background: #b90007;
	border-top: 1px solid #f55f63;
	padding: 10px;
}

.nel-military-left
{
	position: relative;
	float: left;
	width: 100px;
	
	font-size: 12px;
	font-weight: bold; 
	font-family: Arial,Verdana,serif;
	color: #fff;
}

.nel-military-right
{
	position: relative;
	float: left;
	
	border-left: 1px solid #fff;
	padding-left: 10px;
	font-size: 12px;
	font-family: Arial,Verdana,serif;
	color: #fff;
}

.nel-military a
{
	color: #fff;
	text-decoration: underline;
	border: 0;
}

/**
 * Breadcrumbs
 */
.nel-breadcrumbs
{
	margin: 10px;
	font-size: 12px;
}

.nel-breadcrumbs a
{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

.nel-breadcrumbs a:last
{
	font-size: 14px;
}

