--- /Users/hadifarnoud/Library/Caches/Cornerstone/Temporary Items/b9841b4ab1754526/grid12-fluid-rtl.css	Fri Jun  3 13:51:52 2011
+++ /Users/hadifarnoud/Library/Caches/Cornerstone/Store/https%3A%2F%2Fsvn-1.prod.hosting.acquia.com%2Fdrupalpersia/0000000090/branches/1.1/docroot/sites/all/themes/fusion/fusion_core/css/grid12-fluid-rtl.css	Fri Jun  3 16:40:07 2011
@@ -13,3 +13,54 @@
 .grid12-indent-9 {margin-right: 75%;}
 .grid12-indent-10 {margin-right: 83.33%;}
 .grid12-indent-11 {margin-right: 91.67%;}
+
+
+/* Layout - 16 column grid, fluid width, 20px gutters
+-------------------------------------------------------------- */
+
+/* grid widths */
+.grid12-1 {width: 8.33%;}
+.grid12-2 {width: 16.67%;}
+.grid12-3 {width: 25%;}
+.grid12-4 {width: 33.33%;}
+.grid12-5 {width: 41.67%;}
+.grid12-6 {width: 50%;}
+.grid12-7 {width: 58.33%;}
+.grid12-8 {width: 66.67%;}
+.grid12-9 {width: 75%;}
+.grid12-10 {width: 83.33%;}
+.grid12-11 {width: 91.67%;}
+.grid12-12 {width: 100%;}
+
+
+/* gutters (2 x margin) */
+.gutter {
+  margin-left: 10px;
+  margin-right: 10px;
+}
+
+/* page min width */
+body,
+div.full-width {
+  min-width: 780px;
+}
+
+/* region max-min width */
+.region {
+  max-width: 1320px;   /* 960px + 360px */
+  min-width: 780px;    /* 960px - 180px */
+}
+
+/* allow nested regions to be smaller */
+.region.nested {
+  min-width: 0;
+}
+
+/* theme setting: set fluid grid width on top-level full-width elements */
+.fluid-100 .full-width .grid12-12 {width: 100%;}
+.fluid-95 .full-width .grid12-12 {width: 95%;}
+.fluid-90 .full-width .grid12-12 {width: 90%;}
+.fluid-85 .full-width .grid12-12 {width: 85%;}
+
+/* now reset all nested full-width elements back to 100% */
+#page .grid12-12 .grid12-12 {width: 100%;}
