<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,6 @@
 /* **************** GRIDS ***************** */
-.line, .lastUnit {overflow: hidden;_overflow:visible;_zoom:1; }
+.line, .lastUnit {overflow: auto;_overflow:visible;_zoom:1; }
 .unit{float:left;_zoom:1;}
-.unitExt{float:right;}
 .size1of1{float:none;}
 .size1of2{width:50%;}
 .size1of3{width:33.33333%;}
@@ -12,6 +11,4 @@
 .size2of5{width:40%;}
 .size3of5{width:60%;}
 .size4of5{width:80%;}
-.lastUnit {float:none;_position:relative; _left:-3px; _margin-right: -3px;width:auto;}
-/* extending grids to allow a unit that takes the width of its content */
-.media{width:auto;}
\ No newline at end of file
+.lastUnit {float:none;_position:relative; _left:-3px; _margin-right: -3px;width:auto;}
\ No newline at end of file</diff>
      <filename>css/grids.css</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,8 @@ version: 0.2
 /* **************** BLOCK STRUCTURES ***************** */
 /* mod */
 .mod{margin:10px;}
-.hd,.bd,.ft,{overflow:hidden;_overflow:visible; _zoom:1;}
+.mod .inner{background: url(skin/transparent.png) repeat left top;}
+.hd,.bd,.ft{overflow:hidden;_overflow:visible; _zoom:1;}
 .inner{position:relative;}
 b{display:block;background-repeat:no-repeat;font-size:1%;position:relative;z-index:10;}
 .tl, .tr, .bl, .br{height:10px; width:10px;float:left;}
@@ -15,12 +16,13 @@ b{display:block;background-repeat:no-repeat;font-size:1%;position:relative;z-ind
 .bl{background-position: left bottom;} 
 .br{background-position: right bottom;}
 .br,.tr{float:right;}
+.tr, .tl{overflow:hidden;margin-bottom:-32000px;}/* margin bottom needs to be &lt; -9px */
 .bl,.br{margin-top:-10px;}
 .top{background-position:center top;}
 .bottom{background-position:center bottom;_zoom:1;}/* this zoom required for IE5.5 only*/
 /* complex */
 .complex{overflow:hidden;*position:relative;*zoom:1;}/* position/zoom required for IE7, 6, 5.5 */
-.complex .tl, .complex .tr{height:32000px; margin-bottom:-32000px;width:10px;overflow:hidden;}
+.complex .tl, .complex .tr{height:32000px; margin-bottom:-32000px;width:10px;}
 .complex .bl, .complex .br{/*margin-top:0;*/}
 .complex .top{height:5px;}
 .complex .bottom{height:5px;/*margin-top:-10px;*/}</diff>
      <filename>css/mod.css</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,16 @@
 /* **************** BLOCK SKINS ***************** */
 /* ====== Contour blocks ====== */
-/* remove *background-image:&quot; to default to square corners for IE */
-/* ----- simple extends the mod ----- */
+/* remove background-image:&quot; to default to square corners for IE */
+/* ----- simple (extends mod) ----- */
 .simple .inner {border:1px solid #D7D7D7;/*-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;*/}
 .simple b{background-image:url(skin/mod/simple_corners.png);}
-/* ----- basic extends the mod ----- */
+/* ----- basic (extends mod) ----- */
 .basic .inner {/*-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;*/}
 .basic b{background-image:url(skin/mod/round.png);}
 /* ----- simpleExt (extends mod) ----- */
-.simpleExt,.simpleExt .inner{border:1px solid #c7c7c7;-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px; }
-.simpleExt .inner{border-color:#fff; border-width:4px; background-color:#e2e2e2;}
-.simpleExt b{*background-image:url(skin/mod/simple_extended.png);}
+.simpleExt,.simpleExt .inner{border:1px solid #c7c7c7;/*-moz-border-radius: 7px;-webkit-border-radius: 7px;border-radius: 7px;*/ }
+.simpleExt .inner{border-color:#fff; border-width:4px; /background-color:#e2e2e2;*/}
+.simpleExt b{background-image:url(skin/mod/simple_extended.png);}
 .simpleExt .tl{left:-1px;top:-1px;height:12px; width:12px;}
 .simpleExt .tr{right:-1px;top:-1px;height:12px; width:12px;}
 .simpleExt .bl{left:-1px;bottom:-1px;height:12px; width:12px;margin-top:-12px;} 
@@ -34,8 +34,20 @@
 /* ----- grab (extends mod) ----- */
 .grab .inner{border: 3px solid #00477a; border-bottom-width:10px;}/* can't be done w border radius */
 .grab b{background-image:url(skin/mod/grab.png);}
-.grab .tl, .grab .tr{height:10px; width:10px;}
+/*.grab .tl, .grab .tr{height:10px; width:10px;}*/
 .grab .bl, .grab .br{height:16px;/*if height is set, margin set*/margin-top:-16px;}
+/* ----- faq (extends mod) ----- */
+.faq .inner{border: 3px solid #b20029; border-bottom-width:10px;}/* can't be done w border radius */
+.faq b{background-image:url(skin/mod/faq.png);}
+.faq .bl, .faq .br{height:16px;/*if height is set, margin set*/margin-top:-16px;}
+/* ----- onlinestore (extends mod) ----- */
+.onlinestore .inner{border: 3px solid #9a9800; border-bottom-width:10px;}/* can't be done w border radius */
+.onlinestore b{background-image:url(skin/mod/store.png);}
+.onlinestore .bl, .onlinestore .br{height:16px;/*if height is set, margin set*/margin-top:-16px;}
+/* ----- about (extends mod) ----- */
+.about .inner{border: 3px solid #494949; border-bottom-width:10px;}/* can't be done w border radius */
+.about b{background-image:url(skin/mod/about.png);}
+.about .bl, .about .br{height:16px;/*if height is set, margin set*/margin-top:-16px;}
 /* ----- talk (extends mod) ----- */
 .talk,.talk .inner{border:1px solid #c7c7c7;/*-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;*/}
 .talk .inner{border-color:#ededed;}
@@ -56,9 +68,9 @@
 .flow .inner{padding:0 4px;}
 .flow .top{height:4px;}
 .flow .bottom{height:4px;margin-top:-4px;}
-.flow .br,.flow .bl{height:10px;margin-top:-6px;}/* margin top = bottom height - corner height */
+.flow .br,.flow .bl{margin-top:-6px;}/* margin top = bottom height - corner height */
 /* ----- shadow test (experimental attempt to match &quot;flow&quot; cross browser w no img)----- */
-.boo{-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,33);-moz-box-shadow: black 2px 2px 2px 2px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border:solid 1px #949494;background:#fff;}
+.boo{-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,33);-moz-box-shadow: black 2px 2px 2px 2px;/*-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;*/border:solid 1px #949494;background:#fff;}
 /* ----- .excerpt (extends complex) ----- */
 .excerpt b{background-image:url(skin/mod/excerpt.png);}
 .excerpt .top{height:1px;}
@@ -67,21 +79,31 @@
 /* ----- sommers (extends pop) ----- */
 .sommers .inner{_border:3px solid #D7D7D7;}/*IE6 backup no alpha transparency */
 .sommers,.sommers .inner,.sommers b{background-image:url(skin/mod/glow_7px.png);_background-image:none;}
-.sommers{/*margin:3px 10px 10px 3px;*/}
+.sommers{margin:3px 20px 20px 3px;}
+/* ----- gonzalo ----- */
+.gonzalo, .gonzalo .inner, .gonzalo b{background-image:url(skin/mod/gc.png);}
 /* ====== Background blocks ====== */
-.sale .inner{background-color:red;}
-.nicole .inner{background-color:#c01c41; color:#fff;}
+.sale .inner{background:red none;}
+.nicole .inner{background:#c01c41 none; color:#fff;}
 .nicole *, .login *{ color:#fff;}
-.highlight .inner{background-color:#e3e36f;}
+.highlight .inner{background:#e3e36f none;}
 .universe .inner{background:url(skin/mod/universe.png) repeat left top;}
 .foo .inner{background: url(skin/mod/universe_gray.png) repeat left top;}
 .login .inner{background: url(skin/mod/universe_login.png) repeat left top;}
-.comment .inner{background-color:#e2e2e2;}
+.comment .inner{background:#e2e2e2 none;}
 /* ====== Block headers and footers ====== */
+.hd h1, .hd h2, .hd h3, .hd h4, .hd h5, .hd h6{padding: 5px 10px;}
 .section{background: #e9e9e9 url(skin/mod/header.png) repeat-x left bottom; color:#de2c72;font-size:120%;padding:5px 10px;}
 .section h1,.section h2,.section h3,.section h4,.section h5,.section h6{font-size:100%;color:#de2c72;padding:0;}
 .act{background-color:#e9e9e9;}
 .topper{background: #fff url(skin/mod/header_gradient_light.png) repeat-x left bottom;color: #4D4D4D;font-size:120%;padding:5px 10px;}
 .topper h1,.topper h2,.topper h3,.topper h4,.topper h5,.topper h6{font-size:100%;color:#4D4D4D;padding:0;}
 .bam{background: #00477a url(skin/mod/header_glossy.png) repeat-x left top;color: #fff;font-size:120%;padding:5px 10px;}
-.bam h1,.bam h2,.bam h3,.bam h4,.bam h5,.bam h6{font-size:100%;color:#fff;padding:0;}
\ No newline at end of file
+.bam h1,.bam h2,.bam h3,.bam h4,.bam h5,.bam h6{font-size:100%;color:#fff;padding:0;}
+.gonz{background:url(skin/mod/gc_header.png) no-repeat left top;}/* messed up */
+.online{background: #9a9400 url(skin/mod/online.png) repeat-x left top;color: #000;font-size:120%;padding:5px 10px;}
+.online h1,.online h2,.online h3,.online h4,.online h5,.online h6{font-size:100%;color:#000;padding:0;}
+.help{background: #b20029 url(skin/mod/help.png) repeat-x left top;color: #fff;font-size:120%;padding:5px 10px;}
+.help h1,.help h2,.help h3,.help h4,.help h5,.help h6{font-size:100%;color:#fff;padding:0;}
+.info{background: #636363 url(skin/mod/info.png) repeat-x left top;color: #fff;font-size:120%;padding:5px 10px;}
+.info h1,.info h2,.info h3,.info h4,.info h5,.info h6{font-size:100%;color:#fff;padding:0;}
\ No newline at end of file</diff>
      <filename>css/mod_skins.css</filename>
    </modified>
    <modified>
      <diff>@@ -13,6 +13,7 @@
 --&gt;&lt;/head&gt;
 &lt;body&gt;
 &lt;div class=&quot;page&quot;&gt;
+
 	&lt;h1&gt;Modules&lt;/h1&gt;
 	&lt;h2&gt;Block Structures&lt;/h2&gt;
 	&lt;p&gt;There are three basic block structures that you can build from. Examine how the structures work in Firebug, Dragonfly, or by applying the stylesheet mod_debug.css&lt;/p&gt;
@@ -157,7 +158,7 @@
 				&lt;/div&gt;
 				&lt;b class=&quot;bottom&quot;&gt;&lt;b class=&quot;bl&quot;&gt;&lt;/b&gt;&lt;b class=&quot;br&quot;&gt;&lt;/b&gt;&lt;/b&gt; 
 			&lt;/div&gt;
-			&lt;div class=&quot;mod basic nicole&quot;&gt; 
+			&lt;div class=&quot;mod basic&quot;&gt; 
 				&lt;b class=&quot;top&quot;&gt;&lt;b class=&quot;tl&quot;&gt;&lt;/b&gt;&lt;b class=&quot;tr&quot;&gt;&lt;/b&gt;&lt;/b&gt; 
 				&lt;div class=&quot;inner&quot;&gt;
 					&lt;div class=&quot;hd&quot;&gt;
@@ -235,6 +236,18 @@
 				&lt;/div&gt;
 				&lt;b class=&quot;bottom&quot;&gt;&lt;b class=&quot;bl&quot;&gt;&lt;/b&gt;&lt;b class=&quot;br&quot;&gt;&lt;/b&gt;&lt;/b&gt; 
 			&lt;/div&gt;
+			&lt;div class=&quot;mod pop gonzalo&quot;&gt; 
+				&lt;b class=&quot;top&quot;&gt;&lt;b class=&quot;tl&quot;&gt;&lt;/b&gt;&lt;b class=&quot;tr&quot;&gt;&lt;/b&gt;&lt;/b&gt; 
+				&lt;div class=&quot;inner&quot;&gt;
+					&lt;div class=&quot;hd gonz&quot;&gt;
+						&lt;h3&gt;gonzalo&lt;/h3&gt;
+					&lt;/div&gt;
+					&lt;div class=&quot;bd&quot;&gt;
+						&lt;p&gt;Body&lt;/p&gt;
+					&lt;/div&gt;
+				&lt;/div&gt;
+				&lt;b class=&quot;bottom&quot;&gt;&lt;b class=&quot;bl&quot;&gt;&lt;/b&gt;&lt;b class=&quot;br&quot;&gt;&lt;/b&gt;&lt;/b&gt; 
+			&lt;/div&gt;
 		&lt;/div&gt;
 	&lt;/div&gt;
 	&lt;h2&gt;Background Objects&lt;/h2&gt;
@@ -329,5 +342,11 @@
 	&lt;div class=&quot;ft act&quot;&gt;button here&lt;/div&gt;
 	
 &lt;/div&gt;
+&lt;!--&lt;script type=&quot;text/javascript&quot; src=&quot;http://webbits.pl/yui/build/yahoo/yahoo.js&quot;&gt;&lt;/script&gt; 
+&lt;script type=&quot;text/javascript&quot; src=&quot;http://webbits.pl/yui/build/dom/dom.js&quot;&gt;&lt;/script&gt; 
+&lt;script type=&quot;text/javascript&quot;&gt;
+var currentStyles = YAHOO.util.Dom.getStyle(document.body, 'backgroundColor');
+console.log(currentStyles);
+&lt;/script&gt;--&gt;
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>module.html</filename>
    </modified>
    <modified>
      <diff>@@ -8,6 +8,8 @@
 &lt;!--&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot;  href=&quot;css/template_debug.css&quot; /&gt;--&gt;
 &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;css/grids.css&quot; /&gt;
 &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;css/content.css&quot; /&gt;
+&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;../css/mod.css&quot; /&gt;
+&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;../css/mod_skin.css&quot; /&gt;
 &lt;/head&gt;
 &lt;body&gt;
 &lt;h1&gt;Template&lt;/h1&gt;</diff>
      <filename>template.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8e6c6e7c7543bc76ea4f870a8ca25d27ac857d32</id>
    </parent>
  </parents>
  <author>
    <name>Stubbornella</name>
    <email>nicole@stubbornella.org</email>
  </author>
  <url>http://github.com/stubbornella/oocss/commit/e67db49880395cef78d09d219bbec2900a0a373d</url>
  <id>e67db49880395cef78d09d219bbec2900a0a373d</id>
  <committed-date>2009-07-23T09:28:24-07:00</committed-date>
  <authored-date>2009-07-23T09:28:24-07:00</authored-date>
  <message>grids using overflow auto rather than hidden (for lindsay with input from Matt Sweeney and Theirry Koblentz), removed media from grids (it was a printing disaster in FF), and a bit of random clean-up</message>
  <tree>12a7854f5c1639dff21656b55e0738d53c707783</tree>
  <committer>
    <name>Stubbornella</name>
    <email>nicole@stubbornella.org</email>
  </committer>
</commit>
