/* 
   Global Styles directory file
   Version 1.0
   Coded 2009-Infinity by DBF of Brothers Web Concepts.
   Domfig*AT*bwcwebdesign*DOT*com
*/


/* +PULL SCREEN
--------------------------------------------------------------------> */

@import 'sstyles.css' screen;

/* ALWAYS-PRESENT-NO-MATTA-WHAT
--------------------------------------------------------------------> */

* {
 padding: 0;
 margin: 0;
}

ul {
 list-style-type: none;
}

img, a img, a img:hover { /* Prevents border defaults on img */
 border: 0;
 outline: none;
}

a, a:link, a:visited, a:hover, a:active {
 outline: none;
 text-decoration: none;
}

/* Rounded corner & box-shadow default controls */

.rc {
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
}

.rc_trbl {
 -moz-border-radius-topright: 8px;
 -moz-border-radius-bottomleft: 8px;
 -webkit-border-top-right-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
}

.rc_tlbr {
 -moz-border-radius-topleft: 8px;
 -moz-border-radius-bottomright: 8px;
 -webkit-border-top-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
}

.bs {
 -moz-box-shadow: 0px 0px 3px #333;
 -webkit-box-shadow: 0px 0px 3px #333;
}

.bs_br {
 -moz-box-shadow: 1px 1px 3px #333;
 -webkit-box-shadow: 1px 1px 3px #333;
}

.bs_bl {
 -moz-box-shadow: -1px 1px 3px #333;
 -webkit-box-shadow: -1px 1px 3px #333;
}

/* HTML5 BUG FIXES
--------------------------------------------------------------------> */

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { 
 display: block; 
}

