/*
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

*/

/* ------------------------------------------------------------------------
	General Content
------------------------------------------------------------------------- */

	body {
		color: #797979;
		font: 62.5% Arial, Verdana, Sans-Serif;
	}

	ul.noBull { list-style: none; float: left; }
		ul li.current {
			color: #000;
			font-weight: bold;
		}
		ul.noBull li.current { margin-left: -2px; }
		
		ul.noBull li { margin:  0 0 5px 0; }
		ul li span.counter { display: block; float: left; text-align: right; width: 30px; margin: 0 10px 0 0; }
		ul li span.description { display: block; float: left; width: 615px; }


	ul.gallery {
			list-style: none;
		}

			ul.gallery li {
				display: block;
				float: left;
			}
				ul.gallery li a {
					padding: 2px;
					display: block;
					border: 0;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					line-height: 0;
				}

				ul.gallery li a:hover { border: 0; }

/* ------------------------------------------------------------------------
	Gallery
------------------------------------------------------------------------- */

	.gallery a {
		background: none !important;
		border: 1px #000 solid;
		display: block;
		height: 110px;
		padding: 2px !important;
		width: 216px;
	}
	
		.gallery a:hover { border-color: #1799A9; }
	
/* ------------------------------------------------------------------------
	Project page / Single page
------------------------------------------------------------------------- */

	.page-template-default h1 {
		margin: 0 0 25px 0;
	}
	
	.page-template-default h2 {
		clear: both;
		font-size: 2.4em !important;
		margin: 35px 0 10px 0;
	}
	
	.page-template-default article,
	.single article,
	.search article { padding-top: 28px; }
	
	.page-template-default article .thumbnail,
	.single article .thumbnail {
		clear: none !important;
		float: left !important;
		left: auto !important;
		margin: 0 25px 15px 0 !important;
		position: static !important;
		top: auto !important;
	}
	
	.single #content-container header { float: none; }
	
	.single #content-container .content article p.label { clear: none; float: none; }
	.single #content-container .content article p { clear: none; }
	
	.page-template-default article p {
		clear: none !important;
	}
	
	.buttons {
		clear: left;
		float: left;
		margin: 0 24px 15px 0;
		width: 219px;
	}

/* ------------------------------------------------------------------------
	5.0 OTHER
------------------------------------------------------------------------- */

	.hide { display: none; }

	.clearfix:after {
	  content: "."; 
	  display: block; 
	  height: 0; 
	  clear: both; 
	  visibility: hidden;
	}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
	#template {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -576px;
		opacity: 0.5;
	}
	
	#template.small {
		border: 1px red solid;
		height: 20px;
		overflow: hidden;
	}
	
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
	div.posicion_total{
	padding:2px 10px;
	position:relative;
	}
	
	div.posicion_total div.posicion_altern{
	position:absolute;
	width:215px;
	height:12px;
	top:-8px;
	left:-40px;
	}	

	div.posicion_real{
	padding:2px 10px;
	position:relative;
	}
	
	div.posicion_real div.posicion_imagen{
	position:absolute;
	width:165px;
	height:15px;
	top:-160px;
	left:220px;
	}

	div.posicion_real div.posicion{
	position:absolute;
	width:165px;
	height:12px;
	top:-180px;
	left:270px;
	}
	
	div.posicion_real div.posicion_abajo{
	position:absolute;
	width:395px;
	height:12px;
	top:-20px;
	left:40px;
	}