/*------------------------------------------------------------------------
	Project:	The PROJECT
	Author:	C2iS - LGU
	Type :	Base Css for resetting browser's styles
---------------------------------------------------------------------------*/

/*:::::::::::::::::::: Typographies ::::::::::::::::::::*/
body { text-align:center; font-size:10px; color:#000; font-family:Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
h1 { line-height:1; margin-bottom:0.5em; }
h2 { margin-bottom:0.5em; }
h3 { line-height:1; margin-bottom:1em; }
h4 { line-height:1.25; margin-bottom:1.25em; height:1.25em; }
h5 { margin-bottom:1.5em; }
h6 { margin-bottom:1.5em; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }
p { margin:0 0 1em; line-height: 1.5em; }
p img { float:left; margin:0.5em 1.5em 1.5em 0; padding:0; }
p img.right { float:right; margin:1.5em 0 1.5em 1.5em; }
blockquote { margin:1.5em; font-style:italic; }
strong { font-weight:bold; }
em, dfn { font-style:italic; }
dfn { font-weight:bold; }
sup, sub { font-size:0.75em; line-height:0; }
sup { position:relative; bottom:0.5em; vertical-align:baseline; }
sub { position:relative; bottom:-0.2em; vertical-align:baseline; }
abbr, acronym { border-bottom:1px dotted #000; }
address { margin:0 0 1.5em;font-style:italic; }
del { color:#000; }
pre, code { margin:1.5em 0; white-space:pre; }
pre, code, tt { font-family:'andale mono', 'lucida console', monospace; line-height:1.5; }
li ul, li ol { margin:0 1.5em; }
ul, ol { margin:0 1.5em 1.5em 1.5em; line-height: 1.5em; }
ul { list-style-type:disc; }
ol { list-style-type:decimal; }
dl { margin:0 0 1.5em 0; line-height: 1.5em; }
dl dt { font-weight:bold; }
dd { }
small { font-size:0.85em; }
acronym, abbr { cursor:help; letter-spacing:1px; border-bottom:1px dashed; }
hr{ 	border:0 none; height:1px; background:#f5f5f5; }
textarea{ font-family:Arial, Helvetica, sans-serif; }
