@charset "utf-8";

/*
   title   : reset CSS
   date    : 2011.06/17
   version : 1.3
   author  : ripple
   website : http://rippletale.net/
*/

body { 
	margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 { 
    margin: 0;
    padding: 0;
    font-weight: bold;
}

pre { 
    overflow: auto;
    max-height: 500px;
    margin: 1.5em auto;
    padding: 0.8em;
    font-size: 95%;
}

blockquote { 
    clear: both;
    margin: 2em auto;
    padding: 1px 0.8em;
}

address { 
    font-style: normal;
}

del { 
    text-decoration: line-through;
    font-weight: normal !important;
}

ins { 
    margin: 1em 0 0.5em;
    padding: 1px 0;
}

em { 
    margin: 0 0.1em;
    padding: 0 0.2em;
    font-style: normal;
}

strong { 
    font-weight: bold;
}

pre em, 
pre strong { 
    margin: 0;
}

ul,
li { 
    margin: 0;
	padding: 0;
	list-style: none;
}

fieldset { 
    margin: 0;
    padding: 0;
    border: 0;
}

input, 
label,
textarea,
select { 
    vertical-align: middle;
    margin: 0;
}

table { 
    font-size: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

th, 
td {
    border-collapse: collapse;
}

img { 
    vertical-align: bottom;
}

a img { 
    border: 0;
}


/* added html5 elements */
article, aside, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* teach the browser some html5 */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}