/* GRID */
.row{width:100%;width:990px;margin:0 auto;padding:0 30px}
.row .row{min-width:0}
.column,.columns{margin-left:4.4%;float:left;min-height:1px;position:relative}
.column:first-child,.columns:first-child {margin-left:0}
.row .one.columns       {width:4.3%}
.row .two.columns       {width:13%}
.row .three.columns     {width:21.68%}
.row .four.columns      {width:30.37%}
.row .five.columns      {width:39.1%}
.row .six.columns       {width:47.8%}
.row .seven.columns     {width:56.5%} 
.row .eight.columns     {width:65.2%}
.row .nine.columns      {width:73.9%}
.row .ten.columns       {width:82.6%}
.row .eleven.columns    {width:91.3%}
.row .twelve.columns    {width:100%}
.row:before,.row:after,.clearfix:before,.clearfix:after{content:"";display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}
/* Extra columns */
.row .story.column,
.row .search.column			{width:53.4%}
.row .RightSidebar.column	{width:42.2%} /*42.2%*/ 
.row .footer.column			{width:100%}

/* 
	990 / 12 = 82.5
	3 = 247.5
	9 = 742.5 (-250 = 492.5
*/
	
.row .fullwidth.columns               { width: 100%  }
/* .row .sidebar.columns                 { width: 247px } */
.row .things-sidebar.columns             { width: 300px; height: 510px; margin-bottom: 20px; } /* 250 231 */
.row .content-without-sidebar.columns { width: 640px; padding-left: 10px; padding-right: 10px; } /* 740 */
.row .content-with-sidebar.columns    { width: 390px; padding-right: 20px; } /* 493 */

