/*
reset.css
http://iconstellation.org/library/cascada/reset.css
version 1.0.2009.05.06

Copyright (c) 2007-2009, iConstellation Co. Ltd. All Rights Reserved.
cascada is issued under the BSD License:
http://iconstellation.org/open/LICENSE
*/

/* -- global -- */

* {
margin: 0px;
padding: 0px;
border: none;
outline: 0px;
background: transparent;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
text-decoration: none;
vertical-align: baseline;
}

/* -- lists -- */

dl, ol, ul {
list-style: none;
}

/* -- tables -- */

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0px;
clear: both;
}

/* -- general -- */

/* remember to define focus styles! */
:focus {
outline: 0px;
}

/* remove possible quote marks (") from <q>, <blockquote>. */
blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
}
