/**
 * Clearing default browser style
 *
 * @subpackage cloudsInMyLife WP Theme
 * @package iznyn.com
 * @author Mohammad Arif [http://iznyn.com]
 * @copyright Copyright (c) 2010  Mohammad Arif (http://iznyn.com) 
 */

body {margin: 0; padding: 0; border: 0;}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, form, label, textarea, table, pre, code, blockquote {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
img {border: 0;}
ul, ol {list-style: none;}
a {text-decoration: none; outline: none; color: inherit;}
strong {font-weight: normal;}
em {font-style: normal;}
table {border-collapse: collapse; border-spacing: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
blockquote:before, blockquote:after, q:before, q:after {content: none;}
body {font: 62.5% Arial, "Helvetica Neue", Helvetica, sans-serif; color: #1f1a17;}
.hide {display: none;}
header, footer, aside, nav, article, hgroup, section { display: block; }
time { display: inline; }

/**Clear Fix**/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 