/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* ------------     I ADDED THIS LINE TO CHANGE THE LINKS TO A DARKER COLOR THAN THE WHITE THEY WERE SINCE THAT'S THE COLOR IN THE NAVIGATION      ------------   */

.entry a:link, .entry a:visited {color: #000099;}
.comment-entry a:link, .comment-entry a:visited {color: #000099;}
.post-meta a:link, .post-meta a:visited {color: #000099;} 


/* ------------     I ADDED THIS TO TRY TO GET THE WIDGET LINKS TO BE A DIFFERENT COLOR THAN WHITE. It works until the link was clicked on. I added a font color to each link to make up for it.     ------------   */

.widgetlink a:link, a:active, a:visited, a:hover {color: #000099; text-decoration: none;}  


/* ------------    HERE'S MY ATTEMPT TO CHANGE THE FONT TO SANS-SERIF - THE ORIGINAL CODE WAS COPIED FROM THE OTHER STYLESHEET FILE     ------------   */

body  { font: 12px/20px Tahoma, sans-serif; color: #4a4a4a; background: #f0f0f0 url(images/bg.jpg) repeat-x top left; }  

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: Tahoma, sans-serif; color: #222; font-weight:normal; }  
h1  {font-size: 22px; } h2  {font-size: 22px;} h3  {font-size: 18px;} h4  {font-size: 16px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

p {margin: 0; font:13px/24px Tahoma, sans-serif; }  

.widget p { font:12px/20px Tahoma, sans-serif; margin-bottom:15px; }

/* ------------    HOPEFULLY THESE WILL MOVE THE PAGE UP TO CLOSE THE GAP ABOVE THE LOGO BUT THEY DON'T WORK BOOHOO     ------------  */

#navigation { margin-bottom: 10px; }
#mini-features {
margin: 0px 0px 20px;
}

#navigation{font:14px/14px georgia, serif; border-bottom:0px solid #000;padding:0px; margin-top:1px; margin-bottom: 40px; background: url(images/nav-highlight.png) no-repeat top center;}   /* was margin-bottom: 40px */
#header{ width: 100%; height: 72px; padding: 30px 0;clear:both;position:relative; }     /* WAS #header{ width: 100%; height: 72px; padding: 30px 0;clear:both;position:relative; }   */

