/* 
Copy from "style.css" into this file and make the changes here.
This makes it possible to upgrade the core system and theme without destroying your style changes.

Here is a List of Common CSS styles you may want to change: 
*/


//MAIN TEXT FONT FAMILY (Size, family, spacing top bottom, Color of font)  //
body {font: 20px Georgia, Times, Serif; line-height: 1.5; color: #333;}

// LINK COLOR SITEWIDE //
a:link, a:visited  { color: #036285; }
a:hover  { color: #7F0CF2; }

// POST TITLE SIZE AND COLOR //
.post .title a:link, .post .title a:visited { color:#000000; font-size:36px; }

// POST BACKGROUND COLOR //
.post { background: #ffffff; }
 


.entry ol li {
  list-style-type:decimal;
}

#footer .navigation { display:none; } 

/* URLs and Hyperlinks */
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {text-decoration: none;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration: underline;}
a:link, a:visited  { color: #036285; font-weight: bold; text-decoration: none;}
a:hover  { color: #666666; }

.more-link { float: right; }

//menu style //
.nav a:link, .nav a:visited, .nav a:hover { font-family: Helvetica, Arial, Sans-Serif; font-size: 16px; font-weight: bold; }

/** WordPress 3 Menu Support */
.nav_wp3menu { float: left; position: relative;}
.nav_wp3menu a { color: white; text-decoration: none; font-family: Arial, Sans-serif; font-size: 14px; font-weight: bold; }
.nav_wp3menu a:hover { text-decoration: underline;}