/* 
Theme Name: Mono-tone
Description: Simply Beautiful Wordpress Theme
Author: iKreativ
Author URI: http://ikreativ.com
Version: 1.0
*/

/*
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
Global CSS Typography Styles 

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

* { color: #444444; }
*::selection { background-color: #ffffe0; }
*::-moz-selection { background-color: #ffffe0; }
*::-webkit-selection { background-color: #ffffe0; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: Georgia, Times, sans-serif; margin: 15px 0 15px 0; letter-spacing: 0.5px; }

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

a:link {color:#bf1d35;} 
a, a:active, a:visited { text-decoration: none; border: none; outline: none; text-shadow: 1px 1px 0px #ffffff; }
a:hover, a:visited:hover { text-decoration: none; border: none; outline: none; text-shadow: 1px 1px 0px #ffffff; }

p, pre, abbr, dl, dt, dd, ol, ul, li, span, small, a { font-family: Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; text-transform: normal; letter-spacing: normal; line-height: 1.4em; }
p { font-size: 13px; margin: 0.5em 0 0.8em 2px; text-shadow: 1px 1px 0px #ffffff; }

ul, ol { font-size: 13px; padding: 5px 0 5px 20px; }
ol li { list-style: decimal; }

span { font-size: 100%; }
span.amp { font-family: Baskerville,Palatino,"Book Antiqua",serif; font-style: italic; }
em { font-style: italic; }
strong { font-weight: bold; }
pre, code { padding: 0 0 0 15px; font-family: monospace; font-size: 13px; }