/* Baseline - a designer framework, Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com, Creative Commons Attribution-Share Alike 3.0 License */
/* reset */
html,body,div,span,a,img,h1,h2,h3,h4,h5,h6,hgroup,p,dl,dialog,dt,dd,ol,ul,li,abbr,acronym,address,b,big,blockquote,cite,code,del,dfn,em,i,ins,kbd,pre,q,samp,tt,var,small,strong,sub,sup,object,iframe,form,fieldset,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,footer,header,nav,section,figure,menu,time,mark,audio,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;text-align:left;margin:0;padding:0;border:0;outline:0;background:transparent;}textarea{font-family:inherit;font-size:100%;font-weight:normal;font-style:normal;white-space:normal;text-align:left;margin:0;padding:0;}article,aside,footer,header,nav,section,dialog,figure,hgroup,menu{display:block;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}del,ins{text-decoration:none;}ol,ul{list-style:none;}nav ul{list-style-type:none;}table{border-collapse:separate;border-spacing:0;background-color:transparent;width:auto;height:auto;}:focus{outline:0;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}input{margin:0;}applet,basefont,dir,font,isindex,menu,s,strike,u{font-family:inherit;font-size:100%;font-weight:normal;font-style:normal;white-space:normal;vertical-align:baseline;text-decoration:inherit;text-align:left;color:inherit;margin:0;padding:0;border:0;outline:0;}dir,menu{list-style:none;}nobr{white-space:normal;}blink{text-decoration:none;}marquee{overflow:visible;}
/* form */
legend{padding-bottom:20px;}label{width:100%;position:relative;top:5px;margin-bottom:18px;line-height:18px;display:block;}input[type="text"],input[type="password"],input[type="select"],input[type="search"]{width:100%;margin-bottom:-1px;display:block;}input[type="radio"]{top:-1px;margin:0 4px 3px 1px;}input[type="checkbox"]{top:-2px;margin:0 4px 3px 1px;}input[type="file"]{margin:0;}input[type="submit"],input[type="reset"],input[type="button"]{position:relative;top:5px;margin-bottom:20px;}select{display:block;margin:0px;}textarea{width:99%;line-height:18px;margin-bottom:-2px;display:block;clear:left;overflow:auto;} 

/******************** Grid ********************/

#page				{ width:940px; position:relative; } /* 82.5em */
#page:after			{ content:"."; display:block; height:0; clear:both; visibility:hidden; }

/* Base column markup */
.column				{ margin-left:20px; display:block; float:left; } /* 1.5em */
.colgroup			{ display:block; float:left; }
.first				{ margin-left:0; clear:left; }
.gutter				{ margin-left:20px; } /* 1.5em */
.no-gutter			{ margin-left:0; }
.align-left			{ float:left; }
.align-right		{ float:right; text-align:right; }
.clear				{ float:left; }
header,
section				{ padding-bottom:20px; }

.leading			{ margin-bottom:20px; } /* 1.5em */
.noleading			{ margin-bottom:0 !important; }		

/* Base column width */
.width1				{ width:220px; } /* 19.5em */
.width2				{ width:460px; } /* 40.5em */
.width3				{ width:700px; } /* 61.5em */
.width4				{ width:940px; margin-left:0 !important; } /* 82.5em */
.full				{ display:block; float:left; width:100%; margin-left:0 !important; }

/* Base column unit, 2 units = 1 column */
.unitx1				{ width:100px; } /* 9em */
.unitx2				{ width:220px; } /* 19.5em, Same as width1 */
.unitx3				{ width:340px; } /* 30em */
.unitx4				{ width:460px; } /* 40.5em, Same as width2 */
.unitx5				{ width:580px; } /* 51em */
.unitx6				{ width:700px; } /* 61.5em, Same as width3 */
.unitx7				{ width:820px; } /* 72em */
.unitx8				{ width:940px; margin-left:0 !important; } /* 82.5em, Same as width4 */

/* CSS3 columns */
.columnsx2			{ -webkit-column-count:2; -webkit-column-gap:18px; -moz-column-count:2; -moz-column-gap:18px; column-count:2; column-gap:18px; }
.columnsx4			{ -webkit-column-count:4; -webkit-column-gap:18px; -moz-column-count:4; -moz-column-gap:18px; column-count:4; column-gap:18px; }

/******************** Table ********************/
/* Columns */
/*th, td							{ width:220px; }*/
th.width2, td.width2			{ width:460px; }
th.width3, td.width3			{ width:700px; }
th.width4, td.width4			{ width:940px; }

/* Units */
.table-unit th,
.table-unit td					{ width:100px; }
th.unitx2, td.unitx2			{ width:220px; }
th.unitx3, td.unitx3			{ width:340px; }
th.unitx4, td.unitx4			{ width:460px; }
th.unitx5, td.unitx5			{ width:580px; }
th.unitx6, td.unitx6			{ width:700px; }
th.unitx7, td.unitx7			{ width:820px; }
th.unitx8, td.unitx8			{ width:940px; }

/******************** Forms ********************/
label.width1, label.width2,
label.width3, label.width4		{ margin-left:20px; float:left; }

label.unitx1, label.unitx2,
label.unitx3, label.unitx4,
label.unitx5, label.unitx6,
label.unitx7, label.unitx8		{ margin-left:20px; float:left; }
label.first						{ margin-left:0; }

label.width4, label.unitx8		{ width:940px; overflow:hidden; }

label.width1 input[type="text"], label.width1 input[type="password"], label.width1 input[type="select"], label.width1 input[type="search"]	{ width:214px; }
label.width2 input[type="text"], label.width2 input[type="password"], label.width2 input[type="select"], label.width2 input[type="search"]	{ width:454px; }
label.width3 input[type="text"], label.width3 input[type="password"], label.width3 input[type="select"], label.width3 input[type="search"]	{ width:694px; }
label.width4 input[type="text"], label.width4 input[type="password"], label.width4 input[type="select"], label.width4 input[type="search"]	{ width:934px; }

label.width1 select				{ width:220px; }
label.width2 select				{ width:460px; }
label.width3 select				{ width:700px; }
label.width4 select				{ width:940px; }

label.unitx1 input[type="text"], label.unitx1 input[type="password"], label.unitx1 input[type="select"], label.unitx1 input[type="search"]	{ width:94px; }
label.unitx2 input[type="text"], label.unitx2 input[type="password"], label.unitx2 input[type="select"], label.unitx2 input[type="search"]	{ width:214px; }
label.unitx3 input[type="text"], label.unitx3 input[type="password"], label.unitx3 input[type="select"], label.unitx3 input[type="search"]	{ width:334px; }
label.unitx4 input[type="text"], label.unitx4 input[type="password"], label.unitx4 input[type="select"], label.unitx4 input[type="search"]	{ width:454px; }
label.unitx5 input[type="text"], label.unitx5 input[type="password"], label.unitx5 input[type="select"], label.unitx5 input[type="search"]	{ width:574px; }
label.unitx6 input[type="text"], label.unitx6 input[type="password"], label.unitx6 input[type="select"], label.unitx6 input[type="search"]	{ width:694px; }
label.unitx7 input[type="text"], label.unitx7 input[type="password"], label.unitx7 input[type="select"], label.unitx7 input[type="search"]	{ width:814px; }
label.unitx8 input[type="text"], label.unitx8 input[type="password"], label.unitx8 input[type="select"], label.unitx8 input[type="search"]	{ width:934px; }

label.unitx1 select				{ width:100px; }
label.unitx2 select				{ width:220px; }
label.unitx3 select				{ width:340px; }
label.unitx4 select				{ width:460px; }
label.unitx5 select				{ width:580px; }
label.unitx6 select				{ width:700px; }
label.unitx7 select				{ width:820px; }
label.unitx8 select				{ width:940px; }
