/* Warhammer Herald - forms.css */
/* ============================================ */
/* author: Jason Krieger */
/* ============================================ */


/* Language Selection - Global Nav */
/* ============================================ */

	.nav-form {
		height: 24px;
		margin: 0px auto;
		width: 138px;
		}
	
		.nav-form .language-container {
			float: left;
			height: 24px;
			margin: 0px;
			position: relative;
			background: #000000 url('http://mythicmktg.fileburst.com/war/us/global/gnav_lang-sel_bg.gif') top center repeat-x;
			z-index: 4;
			}
			
			.nav-form .language-container .lang-box {
				position:relative;
				border: 0px;
				color: #999999;
				float: left;
				height: 18px;
				margin: 0px;
				padding: 6px 0px 0px 4px;
				text-align: left;
				width: 116px;
				cursor:pointer;
				}
				
			.nav-form .language-container .lang-list {
				display:none;
				background: #121212;
				border: 1px solid #212121;
				border-top: 0px solid #212121;
				color: #999999;
				height: 190px;
				margin: 0px !important;
				margin: 1px 0px;
				padding: 2px 0px;
				text-align: left;
				width: 136px;
				position: absolute;
				top: 23px;
				left: 0px;
				overflow: auto;
				opacity: .90;
				filter: alpha(opacity=90); 
				-moz-opacity: 0.90;
				z-index: 5;
				}
				
			.nav-form .language-container .lang-list .lang-selection {
				display: block;
				width: 135px;
				}
			
			.nav-form .language-container .lang-list .lang-selection a, .lang-selection a:link, .lang-selection a:visited {
				color: #999999;
				display: block;
				margin: 0px;
				padding: 2px 5px;
				text-decoration: none;
				}
				
			.nav-form .language-container .lang-list .lang-selection a:hover{
				background: #000000;
				color: #990000;
				display: block;
				margin: 0px;
				padding: 2px 5px;
				}
				
			.nav-form .language-container .lang-arrow {
				position:relative;
				border: 0px;
				color: #999999;
				float: left;
				height: 20px;
				margin: 0px;
				padding: 4px 0px 0px 0px;
				text-align: left;
				width: 18px;
				cursor: pointer;
				}
				
				
/* Herald Archives - Search Inputs */
/* ============================================ */

.form1 {
	height: 25px;
	margin: 0px auto 10px 0px;
	padding: 0px 0px 0px 115px;
	}	
	
	.form1 .search-container {
			float: left;
			height: 22px;
			margin: 0px;
			padding: 0px;
			}
			
			.form1 .search-container .search {
				background: #000000 url('http://mythicmktg.fileburst.com/war/us/global/form_bg.jpg') top center repeat-x;
				border: 1px solid #2a2a2a;
				color: #999999;
				padding: 2px 0px 2px 5px;
				width: 300px;
				}
				
	.form1 .button-container {
			float: left;
			height: 22px;
			margin: 0px 0px 0px 10px !important;
			margin: 1px 0px 0px 10px;
			}
			
.form2 {
	width: 570px;
	margin: 0px auto;
	}
	
	.form2 .year-selection {
		font-size: 1.4em;
		font-weight: bold;
		color: #e8e8e8;
		}
		
	.form2 .month-container {
		width: 560px; 
		margin: 0px auto;
		}
	
		.form2 .month-container .month-selection {
			width: 140px;
			float: left;
			text-align: center;
			margin: 20px 0px 10px 0px;
			}
		
			.form2 .month-container .month-selection .month {
				font-size: 1.2em;
				font-weight: bold;
				}
			
				.form2 .month-container .month-selection .month a, .month  a:link, .month  a:visited {
					color: #e8e8e8;
					text-decoration: none;
					}
				
				.form2 .month-container .month-selection .month a:hover {
					color: #f5c400;
					text-decoration: underline;
					}
			
			.form2 .month-container .month-selection .post-count {
				font-size: .8em;
				color: #999999;
				}

