@charset "utf-8";
/* 	
	This CSS file groups together all css definitions for elements relating to
	colour, style, borders, background images etc.
	If you just want to tweak a few colours then you can do that in here,
	HOWEVER, I would highly recommend you do it by using a Child Theme instead
	so that you can easily upgrade HeatMap Theme with the latest release and still
	keep your tweeks intact. 
*/
 
 
body { 
	background-color: #579;
/*	background: url('images/wallpaper-bg.jpg') no-repeat center top; */
	font-family: Verdana, Geneva, sans-serif
}


/* Link Elements 
-------------------------------------------------------------- */

	a {color: #006; text-decoration:none;}
	a:link, a:visited {color: #006;}
	a:hover {color: #F00; text-decoration:underline;}
	
	a:link img, a:visited img { border: solid #38A 1px;}
	a:hover img { border: solid #F90 1px;}
	
	h1 a:link, h1 a:visited {color:#006; text-decoration:none;}
	h1 a:hover {color: #F00;}


/* Main 
-------------------------------------------------------------- */
#main {	
	background-color:#FBFEFF;
	border:solid #036 1px;
}


/* Header Bar
-------------------------------------------------------------- */

#header-bar {
	background-color:#38A; 
/*	background: url('images/header-bg.jpg') no-repeat; */
}

#header-bar #header-bar-content .blog-title a,
#header-bar #header-bar-content .blog-title a:visited {color: #3D3;}

#header-bar #header-bar-content .blog-tagline a,
#header-bar #header-bar-content .blog-tagline a:visited {color: #BFD;}
	
	
/* Nav Bar
-------------------------------------------------------------- */

#nav-bar {
	background-color: #069;
/*	background: url('images/nav-bar-bg.jpg') repeat-x; */
}
#nav-bar ul li a {
	color:#BFD;
	text-decoration:none;
}

#nav-bar ul li a:hover {
	color: #F90;
	text-decoration:underline;
}


/* Search Bar
-------------------------------------------------------------- */

#search-bar {
	background-color: #069;
/*	background: url('images/nav-bar-bg.jpg') repeat-x; */
}

/* Categories Bar
-------------------------------------------------------------- */

#cat-bar {
	background-color:#38A;
/*	background: url('images/cat-bar-bg.jpg') repeat-x; */
}


#cat-bar ul li a {
	color:#BFD;
	text-decoration:none;
}

#cat-bar ul li a:hover {
	color:#FC0;
	text-decoration:underline;
}


/* RSS Bar
-------------------------------------------------------------- */

#rss-bar {
	color:#FFF;
	background-color:#38A;
/*	background: url('images/cat-bar-bg.jpg') repeat-x; */
}

#rss-bar a {
	color:#BFD;
	text-decoration:none;
}

#rss-bar a:hover {
	color:#FC0;
	text-decoration:underline;
}

#rss-bar .rss-feedburner {background: url('images/rss-red.jpg') no-repeat;}

#rss-bar .rss-posts {background: url('images/rss-orange.jpg') no-repeat;}

#rss-bar .rss-comments {background: url('images/rss-cyan.jpg') no-repeat;}


/* Wrap around the entire contents of the page below the nav
-------------------------------------------------------------- */

#google-results-body-wrapper {background-color:#FFF;}


/* Post Content (ie Content of a Post)
-------------------------------------------------------------- */
.post-content h1,
.featured-page-content h1 {color: #369;}

.post-content h1.h1-underline,
.featured-page-content h1.h1-underline {border-bottom:solid 2px #369;}

.post-content h2,
.featured-page-content h2 {color: #369;}

.post-content h2.h2-simulate-h1-size-underline,
.featured-page-content h2.h2-simulate-h1-size-underline {border-bottom:solid 1px #369;}
 
.post-content h3,
.featured-page-content h3 {
	color: #69C;
	margin-bottom: .4em;
}

.post-content h3.h3-underline,
.featured-page-content h3.h3-underline {
	border-bottom:solid 1px #69C;
	margin-bottom: .4em;
}

.post-content .more-link,
.featured-page-content .more-link {text-decoration: underline;}


/* Post Details (ie The details of a post)
-------------------------------------------------------------- */

.post-details, 
.featured-page-details {
	background-color: #FFF;
/*	background: url('images/comment-bg.jpg') repeat-x; */
	border:1px solid #49D;
}

.post-details .comment-button,
.featured-page-details .comment-button {
	background: #069; 
	border:solid 2px #369;
	color: #FFF;
}

.post-details .comment-button a,
.featured-page-details .comment-button a {
	color:#FFF;
	text-decoration: underline;
}
	
.post-details .comment-button a:hover,
.featured-page-details .comment-button a:hover {
	color: #FC0;
	text-decoration: underline;
}

/* Post Navigation
-------------------------------------------------------------- */

.post-nav p a {text-decoration: underline;}
	
.post-nav p a:hover {text-decoration: underline;}


/* Comments
-------------------------------------------------------------- */

#respond {
	background-color: #FFF;
/*	background: url('images/comment-bg.jpg') repeat-x; */
	border:1px solid #49D;	
}

#submit {
	border: 1px solid #49D;
	color: #FFF;
	background-color: #069;
	cursor: pointer;
/*	background: url('images/button-bg.jpg') repeat-x; */	
}

#submit:hover {
	border: 1px solid #F90;
	color: #FC0;
}

/* Sidebars
-------------------------------------------------------------- */

#top-widebar a,
#bottom-widebar a,
#left-sidebar a,
#right-sidebar a {
	color: #006;
	text-decoration:none;				
}

#top-widebar a:link, 
#top-widebar a:visited,
#bottom-widebar a:link, 
#bottom-widebar a:visited,
#left-sidebar a:link, 
#left-sidebar a:visited,
#right-sidebar a:link, 
#right-sidebar a:visited {
	color: #006;
}

#top-widebar a:hover,
#bottom-widebar a:hover,
#left-sidebar a:hover,
#right-sidebar a:hover {
	color: #F00; text-decoration:underline;
}


/* Widgets Areas
-------------------------------------------------------------- */

/* Widget title
-----------------------*/

#top-widebar .widgettitle,
#bottom-widebar .widgettitle,
#left-sidebar .widgettitle, 
#right-sidebar .widgettitle {
	background-color: #369; 
/*	background: url('images/widget-heading-bg.jpg') repeat-x; */
	color:#FF3;
	border:1px solid #039;  
}

#top-widebar .widgettitle a,
#bottom-widebar .widgettitle a,
#left-sidebar .widgettitle a,
#right-sidebar .widgettitle a {
	color:#F90;
}


/* Blog Search Widget
-----------------------*/

#top-widebar .widget_search,
#bottom-widebar .widget_search,
#left-sidebar .widget_search,
#right-sidebar .widget_search {
	color:#9FF;
	background-color:#036;
/*	background: url('images/search-bg.jpg') repeat-x; */
}

#top-widebar .widget_search form,
#bottom-widebar .widget_search form,
#left-sidebar .widget_search form,
#right-sidebar .widget_search form
{
	color:#3FF;				
}

#searchsubmit {
	border: 1px solid #036;
	color: #036;
	background-color: #BFD;
	cursor: pointer;
/*	background: url('images/button-bg.jpg') repeat-x; */	
}

#searchsubmit:hover {
	border: 1px solid #F90;
	color: #C70;
}

/* Calendar Widget
-----------------------*/

#top-widebar .widget_calendar table a,
#bottom-widebar .widget_calendar table a,
#left-sidebar .widget_calendar table a,
#right-sidebar .widget_calendar table a { 
	text-decoration:underline;
}

#top-widebar .widget_calendar thead th,	
#bottom-widebar .widget_calendar thead th,
#left-sidebar .widget_calendar thead th, 	
#right-sidebar .widget_calendar thead th {
	background: #9DF; 
}
					
#top-widebar .widget_calendar tr.even td,  
#bottom-widebar .widget_calendar tr.even td,
#left-sidebar .widget_calendar tr.even td,  
#right-sidebar .widget_calendar tr.even td {
	background: #369; 
}
					
#top-widebar .widget_calendar caption,
#bottom-widebar .widget_calendar caption,
#left-sidebar .widget_calendar caption,
#right-sidebar .widget_calendar caption { 
	background: #ACE;
}

#top-widebar .more-link,
#bottom-widebar .more-link,
#left-sidebar .more-link,
#right-sidebar .more-link {
	text-decoration: underline;
}

/* Feedburner Widget
-----------------------*/

#header-bar-right .hmt_widget_feedburner {color: #FFF;}


#fbsubmit {
	border: 1px solid #036;
	color: #FFF;
	background-color: #369;
	background: url('images/button-bg.jpg') repeat-x;				
}

#top-widebar .hmt_widget_feedburner,
#bottom-widebar .hmt_widget_feedburner,
#left-sidebar .hmt_widget_feedburner,
#right-sidebar .hmt_widget_feedburner {
	color:#FFF;				
}



/* Footer
-------------------------------------------------------------- */

#footer {
	background-color:#38A;
	color:#FFF;
/*	background: url('images/footer-bg.jpg') repeat-x; */
}

#footer a {
	color: #FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FC0;
	text-decoration:underline;
}

#footer-content .rss-feedburner {background: url('images/fburner.png') no-repeat;}

#footer-content .rss-posts {background: url('images/orange-rss.png') no-repeat;}

#footer-content .rss-comments {background: url('images/cyan-rss.png') no-repeat;}


/* Sub-footer
-----------------------*/

#sub-footer {
	background-color:#069;
/*	background: url('images/subfooter-bg.jpg') repeat-x; */ 
}

#sub-footer-content {color:#FFF;}


/* Sub-Footer Left and Right
-----------------------*/

#sub-footer a {
	color: #BFD;
	text-decoration:none;
}

#sub-footer a:hover {
	color:#FC0;
	text-decoration:underline;
}
