/**
 * Reset - Resets all browsers down to common default settings
 *
 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 * @package WPFramework
 * @subpackage Media
 */


/*  @RESET
------------------------
Based on http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent;}


ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
:focus {outline: 0;} /* remember to define focus styles! */
ins {text-decoration: none;} /* remember to highlight inserts somehow! */
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;} /* tables still need 'cellspacing="0"' in the markup */
a img { border: none; } /* Remove annoying border on linked images. */


/*  @GLOBAL
------------------------ */
.left {float:left;}
.right {float:right;}
p > img.right {margin: 0 0 20px 20px;}
p > img.left {margin: 0 20px 20px 0;}
img.border {border:1px solid #BFBFBF;}
img.photo {background:#fff; padding:3px; border:1px solid #BFBFBF;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; width: 0; font-size:0;}
.clear {clear:both; overflow:hidden;}
.hidden {display:none;}
.first {margin-left:0; padding-left:0;}
.last {margin-right:0; padding-right:0;}
.top {margin-top:0; padding-top:0;}
.bottom {margin-bottom:0; padding-bottom:0;}
ul.list {list-style: disc inside;}
ol.list {list-style: decimal inside;}

ul.list, ol.list {padding-left: 15px; text-indent:-15px;}


