/*
	 tadslan Style CSS
	 
    tadslan.com Styles to Layout Style 
    Author: Wiibit Systems
    Date:  23Nov2014
    
   Filename:         TlStyles.css
   Supporting Files:

*/
/* Styles for the Page Body */

body {
	background: orange top center no-repeat;

	
	}
section {
/* border: 9px solid blue; */
}

section h1 {
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

#content article {
	/*border: 1px solid red; */
}

/* General Navigation List Style */

	nav {
	}
	
	nav a	 {
		text-decoration: none; 
		}
	
	/* Horizontal Navigation List */ 
	nav.hNAV {
	}

	nav.hNAV ul {	
	}
	
	
	nav.hNAV li {
		font-size: 99.5%;			/*  Set the nav list elements to pad 5px above/below and 0 left/right */
		text-align: center;
		background-color:rgb(34,139,34);
		display: inline;
		overflow: hidden;
		}
		
	nav.hNAV li a {
		color: rgb(248,248,255);	
		}
		
	nav.hNAV li a:hover {
		color: rgb(10, 0, 0);
		background:orange; 
		}
		
/* Top Nav  */
/*
ul li.hMenu {
	border-bottom: 1px solid #ccc;
	list-style: none;
	display: inline-block;
	padding: 1em, 1em;
	float:left;
	height:30px; 
}

ui li.hMenu a {
	display: block;
	color:#266CAE
	text-decoration:none; 
}

ul li.hMenu:hover {
	background:#ffffff;
	background:-moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff, color-s top(47%,#f6f6f6), color-stop(100%,#ededed));
	background:-webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff' endColorstr='#ededed',GradientType=0 );
	color: #266CAE
}
*/
