/* About Default Styles  ---------------------  default.css is used to establish general rules, browser reset, or admin user interface styles.  Browser Reset  -------------  For a more complete reset, go to http://developer.yahoo.com/yui/reset/ */
/* line 13, ../scss/default.scss */
* { margin: 0; padding: 0; }

/* Clear Floats Without Structural Markup  ---------------------------------------  http://www.positioniseverything.net/easyclearing.html */
/* line 23, ../scss/default.scss */
.clearfix { display: inline-block; }
/* line 25, ../scss/default.scss */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* Hides from IE-mac \ */
/* line 34, ../scss/default.scss */
* html .clearfix { height: 1%; }

/* line 37, ../scss/default.scss */
.clearfix { display: block; }

/* End hide from IE-mac */
/* clear classes */
/* line 43, ../scss/default.scss */
.clearleft, .clearl, .cleft { clear: left; }

/* line 46, ../scss/default.scss */
.clearright, .clearr, .cright { clear: right; }

/* line 49, ../scss/default.scss */
.clear, .clearboth, .clearall { clear: both; }

/* Float classes */
/* line 54, ../scss/default.scss */
.floatleft, .fleft, .floatl { float: left; margin: 0 10px 5px 0; }

/* line 58, ../scss/default.scss */
.floatright, .fright, .floatr { float: right; margin: 0 0 5px 10px; }

/* "Skip to Main Content" link  ---------------------------  This link useful for both visually impaired people and those with mobility impairments  who cannot use a mouse. http://www.webaim.org/techniques/css/invisiblecontent/ */
/* line 71, ../scss/default.scss */
#skip a:link, #skip a:hover, #skip a:visited { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
/* line 78, ../scss/default.scss */
#skip a:active, #skip a:focus { position: static; width: auto; height: auto; }

/* bug fix with views 2 edit links. */
/* line 86, ../scss/default.scss */
div.view div.views-admin-links { width: auto; }
/* line 88, ../scss/default.scss */
div.block { position: relative; }
/* line 90, ../scss/default.scss */
div.block .edit { display: none; position: absolute; right: -20px; top: -5px; z-index: 40; padding: 3px 8px 0; font-size: 10px; line-height: 16px; background-color: white; border: 1px solid #cccccc; /*let's get fancy! */ -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 3px #888888; -webkit-box-shadow: -1px 1px 2px #666666; }
/* line 106, ../scss/default.scss */
div.block .edit a { display: block; border: 0; padding: 0; margin: 0; }
/* line 111, ../scss/default.scss */
div.block:hover .edit { display: block; }

/* Rollover edit links for blocks. */
/* Wireframe styles. */
/* line 119, ../scss/default.scss */
.with-wireframes #header { padding: 2px; border: 1px solid #bbbbbb; }
/* line 122, ../scss/default.scss */
.with-wireframes #content-top, .with-wireframes #content-header, .with-wireframes #content-area, .with-wireframes #content-bottom { padding: 2px; border: 1px solid #bbbbbb; }
/* line 125, ../scss/default.scss */
.with-wireframes #content-top > *, .with-wireframes #content-header > *, .with-wireframes #content-area > *, .with-wireframes #content-bottom > * { padding: 2px; border: 1px solid #bbbbbb; }
/* line 128, ../scss/default.scss */
.with-wireframes #primary, .with-wireframes #secondary, .with-wireframes #sidebar-left-inner, .with-wireframes #sidebar-right-inner, .with-wireframes .block { padding: 2px; border: 1px solid #bbbbbb; }
/* line 131, ../scss/default.scss */
.with-wireframes .node { border-bottom: 1px solid #bbbbbb; margin-bottom: 10px; }
/* line 134, ../scss/default.scss */
.with-wireframes .block { margin-bottom: 3px; }
/* line 136, ../scss/default.scss */
.with-wireframes #content-top, .with-wireframes #content-header, .with-wireframes #content-area, .with-wireframes #content-bottom { margin: 0 3px 3px; }
/* line 138, ../scss/default.scss */
.with-wireframes #footer { margin-top: 3px; padding: 2px; border: 1px solid #cccccc; }
/* line 143, ../scss/default.scss */
.with-wireframes.with-navigation #content, .with-wireframes.with-navigation .sidebar { margin-top: 50px; }
/* line 145, ../scss/default.scss */
.with-wireframes #navigation { height: 50px; }
