/* CSS Document */

/*
Theme Name: NMFE
Theme URI: http://www.no-margin-for-errors.com/
Description: The 2.0 theme of no-margin-for-errors.com
Version: 2.0
Author: Stéphane Caron
Author URI: http://www.no-margin-for-errors.com/
Tags: two columns, fixed width, red, dark, light

	NMFE v2.0
	 http://www.no-margin-for-errors.com

	This theme was designed and built by Stéphane Caron,
	whose blog you will find at http://www.no-margin-for-errors.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* ------------------------------------------------------------------------
	1.0 Redefinition
------------------------------------------------------------------------- */

	* { margin: 0; padding: 0; border: 0; } 
	
	html { overflow-y:scroll; }
	
	
/* ------------------------------------------------------------------------
	Tabs
------------------------------------------------------------------------- */

	.tabs {
		clear: left;
		float: left;
		margin: 0 0 30px 0;
	}
		
		.tabs ol {
			list-style-type: decimal;
			margin: 0 0 0 20px;
		}
		
			.tabs ol li {
			margin-left:100px;
			padding-left:15px;
				display: list-item;
				float: none;
			}
		
		.tabs ul.nav { width: 655px; }
			
		.tabs ul {
			float: left;
			list-style: none;
			margin: 0 0 5px 0 !important;
		}
	
		.tabs li {
			display: block;
			float: left;
			margin: 0 5px 0 0;
		}
	
		.tabs .selected {
			margin-bottom: -5px;
			position: relative;
		}
	
			.tabs .selected a {
				background: #E4BBA2;
				color: #8B1303;
				padding-bottom: 10px;
				font-weight:bold;
			}
	
			
	
			.tabs a {background:#683A1D;	
				color: #fff;
				display: block;
				padding:5px;
				text-decoration: none;
			}
	
	.tabs a:visited{background:#683A1D;	
				color: #fff;}
	.tabs a:hover {
				background: #E4BBA2;
				color: #fff;
			}
	
		.tabs .content {
			background: #E4BBA2;
			color:#8B1303;
			clear: both;
			float: left;
			padding: 5px !important;
			width: 645px !important;
			padding-right:10px;
		}
		
		.tabs p { margin-bottom: 0; }


