/* Based on YUI http://developer.yahoo.com/yui/reset/ 

and Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html */



body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,

dl, dt, dd, ul, ol, li,

pre, code, form, div, fieldset, legend, button, input, textarea, th, td {

    margin: 0;

    padding: 0;

}

fieldset, img {

	border: 0;

}

/* remember to define focus styles! */

:focus {

	outline: 0;

}

address, caption, cite, code, dfn,

em, strong, th, var, optgroup {

	font-style: normal;

	font-weight: normal;

}



#blog_title ,.post_title ,h1 ,h2 ,h3 ,h4, h5, h6 {

	font-size: 100%;

	font-weight: normal;

}

abbr, acronym {

	border: 0;

	font-variant: normal;

}



input, button, textarea,

select, optgroup, option {

	font-family: inherit;

	font-size: inherit;

	font-style: inherit;

	font-weight: inherit;

}

code, kbd, samp, tt {

	font-size: 100%;

}

/*@purpose To enable resizing for IE */

input, button, textarea, select {

	font-size: 100%;

}

body {

	line-height: 1.2;

}

ol, ul {

	list-style: none;

}

/* tables still need 'cellspacing="0"' in the markup */

caption, th {

	text-align: left;

}

sup, sub {

	font-size: 100%;

	vertical-align: baseline;

}

/* remember to highlight anchors and inserts somehow! */

ins {

	text-decoration: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}


