/*
	Theme Name: Tru Colors
	Theme URI: http://www.trucolors.info
	Description: A two column, grey LEFT sidebar theme by Alain Coulombe
	Version: 1.1
        Author: Alain Coulombe
	Author I:  NikkiArtworks.com
	Author URI: http://www.NikkiArtworks.com
	Author II: { AC }
	Author URL: http://www.nikkiartwork.com	
--------------------------------------------------------	
This theme is plugin-ready for some plugins: Gravatar, Get Recent Comments and WP Theme Switcher.

*/

/* generic_01_css */

/* Structure */

div#page2 {
      width: 800px;
      margin: 0px auto;
      background-image:url(images/tru_colors_header_generic_01.jpg);
      background-repeat: no-repeat;
      border: none;
      }

h2:first-letter {
     color: #f3d443;
     text-decoration: none;
     }

.entrytext a:link, .entrytext a:visited, .entrytext a:active{
     color: #f3d443;
     font-size: 14pt; 
     font-weight: bold;
     text-decoration: none;
     cursor: pointer;
     }

.entrytext a:hover{
     color: #000000;
     font-size: 14pt;      
     font-weight: bold;
     text-decoration: underline;
     cursor: pointer;
     }
	  
/* end structure */
	  
