/*

unframework
http://unframework.com/

Core Stylesheets */

@import url("reset.css");
@import url("type.css");
@import url("layout.css");
@import url("forms.css");
@import url("tables.css");

/*

Additional Stylesheets

@import url(pluginName.css)

*/

/* The reset stylesheet doesn't re-define that a <small> element should be ... small */
small {font-size:.7em;}

.contact {text-align:center;}
.divShow { position:relative; margin: auto; }
.divHide { position:absolute; padding-left: -999em; margin-left: -999em; }
.halfway { opacity:0.25 }

/* Now, for build guild specific small styles... */
#other-twitter small, #buildguild-twitter small {display:block;}

/* A comment ... because I'm trying to follow a pattern here */
#other-twitter p, #buildguild-twitter p {margin:-.5em 0 1.5em; color:#369;}