/**
 *Basic Style
 *This for styling page is that compatible with all browser
 *
 *@package RedinLight WP theme
 *@subpackage basic.css
 */
 
/** 
 *Clearing default browser style
 ==================================================================*/
body {margin: 0; padding: 0; border: 0;}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, 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;}
a:hover {text-decoration: underline;}
strong {font-weight: normal;}
em {font-style: normal;}

body {
	font: 62.5%/1.6 "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	color: #333333;
}

.hide {display: none;}
.clearfix:after {content: "."; display: block; clear: both; height: 0; visibility: hidden;}


/**
 *Typographic
 ============================================================*/
/* Font family */
h1, h2, h3, h4, h5, h6 {font-family: Garamond, Georgia, "Times New Roman", serif;}
#navigation {font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;}

.post-content {font-family: Tahoma, Verdana, Arial, sans-serif;}



/**
 *Coloring
 ============================================================*/
a {color: #990000;}
#header a {color: #cc3300;}
h2,h3,h4,h5,h6 {color: #660000;}


 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 