/*
Theme Name: St. Patrick's Day Countdown
Theme URI:
Description: A child theme of Base Theme, customized for St. Patrick's Day
Author:
Author URI:
Template: basetheme
Version:
*/


/*
For the sake of simplicity we're going to import
the classic stylesheet and override the styles.
You don't have to do this though. You can just
start fresh with new CSS or copy over large chunks of
the original styles and edit them here.
*/
@import url(../basetheme/style.css);

body {background: #3d5001 url(images/bodybg.gif); }
h1, h2, h3, h4, .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {color:#720025; }
a, .sidebar a {color:#3d5001;}

#navbar {	background:#3d5001;}
#page-bar li:hover {background: #688a00;}
#header {background:url(images/header-bg.gif);}


.sidebar_box{ background:#c3d4b0; border:1px solid #DDDDDD; }

.sidebar {color:#000000;}

#bottomad {background: #3d5001; }




