/*** Universal ***/


	a img, a:hover img {border: none; }
	
	
	
	ul, ol {list-style: none;}

/*** The Essential Code ***/

		body {
			
		}
		
		#wrapper {
			background:url(images/bg04.jpg) repeat-y 35px 0 ;
			width: 1160px;
			margin:0 auto;
		}

		#container {
			padding-left: 275px;      /* LC fullwidth */
			padding-right: 315px;     /* RC fullwidth + CC padding */
			width: 500px;
			margin:0 auto;

		}
		
		#container .column {
			position: relative;
			float: left;
		}
		
		#center {
			padding:10px 20px;       /* CC padding */
			width: 100%;
		}
		
		#left {
			width: 255px;             /* LC width */
			padding:0 10px;          /* LC padding */
			right: 315px;             /* LC fullwidth + CC padding */
			margin-left: -100%;
		}
		
		#right {
			width: 255px;             /* RC width */
			padding: 0 10px;          /* RC padding */
			margin-right: -100%;
		}
		
		#footer {
			clear: both;
		}
		
		#header {
			width: 1160px;
			margin:0 auto;
		}
		
		/*** IE Fix ***/
		* html #left {
			left: 275px;              /* RC fullwidth */
		}

		/*** Equal-height Columns ***/

		#container {
			overflow: hidden;
		}

		#container .column {
			padding-bottom: 1001em;     /* X + padding-bottom */
			margin-bottom: -1000em;     /* X */
		}

		/*** Footer Fix ***/

		* html body {
			overflow: hidden;
		}
		
		* html #footer-wrapper {
			float: left;
			position: relative;
			width: 100%;
			padding-bottom: 10010px;
			margin-bottom: -10000px;
			background: #FFF;         /*** Same as body background ***/
		}
		
		/*** Menu ***/
		
		#logo {
			text-align: center;
			border: none;
		}
		
		#menu {

			height:50px;
			margin:0 0 15px 90px;
			padding:0;
			position:relative;
			font: 20px Georgia, Times, serif;
			font-weight: bold;
			}
		
		#menu li {

			float: left;
			margin:15px 25px 0 0;
			padding: 0;
			list-style:none;
			position:relative;
			text-indent: -9000px;
			}

	

		#menu li, #menu a {

			height:49px;
			display:block;
			color: #020101;
						}
			
		#menu #blog a { background:url(images/nav-blog.png) no-repeat top left ; width: 138px; }
		#menu #about a { background:url(images/nav-about.png) no-repeat top left ; width: 183px; }
		#menu #kombatants a { background:url(images/nav-kombatants.png) no-repeat top left ; width: 342px; }
		#menu #history a { background:url(images/nav-history.png) no-repeat top left ; width: 231px; }
		
		#menu #blog a:hover { background:url(images/nav-blog2.png) no-repeat top left ; width: 138px; }
		#menu #about a:hover { background:url(images/nav-about2.png) no-repeat top left ; width: 183px; }
		#menu #kombatants a:hover { background:url(images/nav-kombatants2.png) no-repeat top left ; width: 342px; }
		#menu #history a:hover { background:url(images/nav-history2.png) no-repeat top left ; width: 231px; }
		
		/*** submenu ***/
		
		#submenu-holder {
			margin: -5px 0 0 0;
			padding: 2px 5px 2px 5px;
			
			text-align: left;
			border-bottom: 1px solid #a97c28 ;

			}
		
		#submenu {
			margin:0 auto;
			padding:0;
			position:relative;
			font: 15px Arial, Helvetica, Tahoma, sans-serif;
			font-weight: bold;
			text-decoration: none:
			height: 20px;
			}
		
		#submenu li {
			float: left;
			margin:0 10px 0 0;
			padding: 0;
			list-style:none;
			position:relative;
			background: none;
			}

	

		#submenu li a {
			display:block;
			color: #a97c28;
			text-decoration: none;
			background: none;
			}
			
			#submenu li a:hover {
			color: #286ccc;
			}
			
			#submenu-holder br {
			clear: both;
			}

		/*** For Looks ***/

		body {
			margin: 0;
			padding: 0;
			background: #000;
			font-family: Arial, Helvetica, Tahoma, sans-serif;
			font-size:14px;
			line-height:20px;
			color:#fff;
			background:url(images/bg02.jpg) no-repeat top center #1f1c17 ;
			background-attachment:fixed;
		}
		
		body a {
		color: #a97c28;
		text-decoration: none;
		font-weight: bold;
		}
		
		body a:hover {
		color: #286ccc;
		text-decoration: none;
		}

		#header, #footer {
			font-size: large;
			text-align: center;
			padding: 0.3em 0;
			
		}
		
		#footer {
			font-size:12px;
			padding-bottom: 10px;
		}
	
		#left {
			font-size:12px;
		}
		
		#left h2 {
			color:#d46825;
		}

		#center {
			
		}
		
		#center h1{
		line-height: 35px;
			color:#a97c28;
			
		}

		#right {
			font-size:12px;
		}
		
		#right h2 {
			color:#8bd8f9;
		}

		#container .column {
			padding-top: 1em;
			}
		
		#left img, #center img, #right img {
			display: block;
			margin-left: auto;
   			margin-right: auto;
			}
		
		#center img {
			border: 2px solid #14130f;
			
		}
			
		#left ul li, #right ul li {
			padding-left: 25px;
			padding-top: 5px;
			background: url(images/bullet.png) -3px -2px no-repeat;
		}
		
		#submenu li {
			background: none;
		}
		
		#container .column blockquote {
		color: #1092c9;
		font-size: 12px;
		}
		
		.meta {
			font-size:11px;
			margin-bottom:30px;
			margin-top: 20px;
			border-top: 1px solid #a97c28 ;
		}

		
		/*** Image scroller ***/
		
		.imagebox {
			margin-left: auto;
   			margin-right: auto;
			padding-top: 6px;
			height: 80px;
			/*width: 255px;*/
			width: 246px;
			overflow: hidden;
			background: url(images/scroller-bg.png) repeat;

			}
		
		#imageboxinside {
			width: 2000px;
		}
		
		#imageboxinside2 {
			width: 2000px;
		}
		
		.imagebox #imageboxinside img, .imagebox #imageboxinside2 img {
			display: inline;
			float: left;
			margin: 0px 0px 0 6px;
			padding: 0px;			
				}
		
		.imagebox br {
			clear: both;
		}
		
		
		/*** comments ***/
		
		.commentlist li {

			padding:0;
			margin-left: -40px;

			border-bottom: 1px solid #a97c28 ;

			font-size:12px;

			font-family: Tahoma, Arial, Helvetica, sans-serif;

	

	list-style:none;

}

.commentlist li a {

	color:#fff09b;

	position:relative;

	text-decoration:none;

	border-bottom:1px solid #fff09b;

	

}

.commentlist li a:hover {

	color:#fff09b;

	text-decoration:none;

	border
	}
	
.comments {
	margin-top: 35px;
	color:#fff09b;
}

#commentform .comment-box {

	border:1px solid #14130f;

	width:425px;
	height:150px;

	margin:0 0 10px;

	padding:3px;

	font: 15px Arial, Helvetica, Tahoma, sans-serif;
	color: white;

	background:#464034;

}


