/*  
Theme Name: Bleney Studio Theme
Theme URI: http://www.bleneystudio.com/
Description: Custom for Wordpress
Version: 1.1
Author: Y.Bleney
Author URI: http://www.bleneystudio.com/
*/

@import "css/reset.css";
@import "css/layout.css";
@import "css/type.css";
@import "css/colors.css";
@import "css/forms.css";

	
#menu  {
	height: 20px;
        max-width: 46.15em;
	min-width: 600px;
	
}

#menu a  {
	
	text-decoration: none;
	color: white;
 	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;

/*
Clearing Floats
More info: http://www.positioniseverything.net/easyclearing.html
*/
.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 */