@charset "utf-8";
/* 
This file is part of HeatMap Theme Pro v4
Copyright: Stuart Wider
Website: HeatMapTheme.com
*/

/* ---------------------------------------------------------------------------*/
/* THIS FILE CONTAINS COMMON CSS CUSTOMISATIONS, PATCHES AND YOUR OWN MODS    */
/* ---------------------------------------------------------------------------*/


/* ---------------------------------------------------------------------------*/
/* Reset Padding when using 468 wide ads in Squeeze Mode, with Sidebars */
/* ---------------------------------------------------------------------------*/

/* delete this line to activate the code below
#all-content-above .widget {
	padding-left: 0px;
	padding-right: 0px;
}
delete this line too */

/* ---------------------------------------------------------------------------*/
/* Offset the Logo to where you want it */
/* The setting below looks good with a 90px x 90px logo */
/* ---------------------------------------------------------------------------*/

/* delete this line to activate the code below
#header-bar-logo {
	margin-left: 20px;
	margin-top: 11px;
}
delete this line too */

/* ---------------------------------------------------------------------------*/
/* Legacy Tables Reset Code */
/* ---------------------------------------------------------------------------*/

/* delete this line to activate the code below
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
delete this line too */


/* ---------------------------------------------------------------------------*/
/* Simple Tables Stying Example Code */
/* ---------------------------------------------------------------------------*/

/* delete this line to activate the code below
.post-content table,
.featured-page-content table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: grey;
	border-collapse: collapse;
}

.post-content table th,
.featured-page-content table th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: grey;
	background-color: white;
	-moz-border-radius: 5px;
}

.post-content table td,
.featured-page-content table td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: grey;
	background-color: white;
	-moz-border-radius: 5px;
}
delete this line too */

/* ---------------------------------------------------------------------------*/
/* Additional Styling for Featured Content Gallery */
/* ---------------------------------------------------------------------------*/

.slideInfoZone h2 { text-shadow: none; }

/* ---------------------------------------------------------------------------*/
/* Example of how to move the SEO text down the page  */
/* ---------------------------------------------------------------------------*/

/* delete this line to activate the code below
.home #seo-text-bar {
	position: relative;
	top: 210px;
	height: 0px;
	width: 980px;
	text-align: left;
	margin: 0px auto 0px;
	padding: 0px;
}

.home #seo-text-bar h1 {
	color:	#000;
	margin-left: 15px;
}

.home #seo-text-bar p {
	color:	#000;
}

.home #page-body-wrapper {margin-top: 20px;}
delete this line too */


/* ---------------------------------------------------------------------------*/
/* ADD CSS PATCHES BELOW HERE  */
/* ---------------------------------------------------------------------------*/


/* ---------------------------------------------------------------------------*/
/* ADD YOUR OWN CSS MODS BELOW HERE  */
/* ---------------------------------------------------------------------------*/

h2 { font-size: 1em; line-height: 1.25; margin-bottom:0.6em; }

/* *LINKS
-------------------------------------------------------------- */

	a 			/* (LINK-TXT) */		{ color: Blue; text-decoration:none; }
	a:link, a:visited 		/* (LINK-TXT) */		{ color: Blue; text-decoration:none; }
	a:hover 			/* (LINK-HOVER-TXT) */	{ color: DarkBlue; text-decoration:underline; }
	a:link img, a:visited img 		{ border: none; }
	
/* header and footer bar links */

	#header-bar #header-bar-content .blog-title a,
	#header-bar #header-bar-content .blog-title a:visited  	/* (HEADER-LINK-TXT) */	{ color: White; }
								
	#header-bar #header-bar-content .blog-tagline a,
	#header-bar #header-bar-content .blog-tagline a:visited /* (HEADER-LINK-TXT) */	{ color: White; }
									
	.widgettitle a 		/* (WIDGET-TITLE-LINK-TXT) */	   { color: White; }
	
	#footer-content a 		/* (FOOTER-LINK-TXT) */	{ color: White; text-decoration:none; }	
	#footer-content a:hover 	/* (FOOTER-LINK-HOVER-TXT) */		{ color: White; text-decoration:underline; }

	#sub-footer-content a /* (SUBFOOTER-LINK-TXT) */			{ color: White; text-decoration:none; }	
	#sub-footer-content a:hover 	/* (SUBFOOTER-LINK-HOVER-TXT) */	{ color: White; text-decoration:underline; }

/* nav bar links */	
								
	#nav-bar ul li a 		/* (MENU-NAV1-LINK-TXT) */		{ color:White; text-decoration:none; }
	#nav-bar ul li a:hover 	/* (MENU-NAV1-LINK-HOVER-TXT) */	{ color:White; text-decoration:underline; }
	#nav-bar ul li li a:hover   /* (MENU-NAV1-LINK-HOVER-TXT) */	{ color:White; text-decoration:underline; }
	
	#cat-bar ul li a 		/* (MENU-CAT1-LINK-TXT) */		{ color:White; text-decoration:none; }
	#cat-bar ul li a:hover 	/* (MENU-CAT1-LINK-HOVER-TXT) */	{ color:White; text-decoration:underline; }
	#cat-bar ul li li a 	/* (MENU-CAT2-LINK-TXT) */		{ color:White; text-decoration:none; }
	#cat-bar ul li li a:hover  /* (MENU-CAT2-LINK-HOVER-TXT) */	{ color:White; text-decoration:underline; }

	.featured-page-content a 		/* (LINK-TXT) */		{ color: Blue; text-decoration: none; }
.featured-page-content a:link, .featured-page-content a:visited /* (LINK-TXT) */{ color: Blue; text-decoration: none;}
	.featured-page-content a:hover 	/* (LINK-TXT) */		{ color: DarkBlue;  text-decoration: underline; }
	
	.post-content a 		/* (LINK-TXT) */		{ color: Blue; text-decoration: none; }
	.post-content a:link, .post-content a:visited /* (LINK-TXT) */	{ color: Blue; text-decoration: none;}
	.post-content a:hover 		/* (LINK-TXT) */		{ color: DarkBlue;  text-decoration: underline; }

	.post-content h1 a, 
	.featured-page-content h1 a, 	
	.post-content h2 a, 
	.featured-page-content h2 a, 	
	.post-content h3 a, 
	.featured-page-content h3 a, 	
	.post-content h4 a, 
	.featured-page-content h4 a, 	
	.post-content h5 a, 
	.featured-page-content h5 a, 	
	.post-content h6 a, 
	.featured-page-content h6 a 	/* (HEADING-LINK-TXT) */ { color: DarkBlue; text-decoration:none; }
	
	.post-content h1 a:link, 
	.featured-page-content h1 a:link, 	
	.post-content h2 a:link, 	
	.featured-page-content h2 a:link, 	 	
	.post-content h3 a:link, 	 
	.featured-page-content h3 a:link, 	 	
	.post-content h4 a:link, 	
	.featured-page-content h4 a:link, 	 	
	.post-content h5 a:link, 	 
	.featured-page-content h5 a:link, 	 	
	.post-content h6 a:link, 	 
	.featured-page-content h6 a:link 	 	/* (HEADING-LINK-TXT) */ { color: DarkBlue; text-decoration:none; }
	
	.post-content h1 a:visited, 
	.featured-page-content h1 a:visited, 	
	.post-content h2 a:visited, 	
	.featured-page-content h2 a:visited, 	 	
	.post-content h3 a:visited, 	 
	.featured-page-content h3 a:visited, 	 	
	.post-content h4 a:visited, 	
	.featured-page-content h4 a:visited,	 	
	.post-content h5 a:visited, 	 
	.featured-page-content h5a:visited, 	 	
	.post-content h6 a:visited, 	 
	.featured-page-content h6 a:visited	 	/* (HEADING-LINK-TXT) */ { color: DarkBlue; text-decoration:none; }
	
	.post-content h1 a:hover, 
	.featured-page-content h1 a:hover, 	
	.post-content h2 a:hover, 
	.featured-page-content h2 a:hover, 	
	.post-content h3 a:hover, 
	.featured-page-content h3 a:hover, 	
	.post-content h4 a:hover, 
	.featured-page-content h4 a:hover, 	
	.post-content h5 a:hover, 
	.featured-page-content h5 a:hover, 	
	.post-content h6 a:hover, 
	.featured-page-content h6 a:hover /* (HEADING-LINK-HOVER-TXT) */ { color: DarkBlue; }

/* post details links */	

	.post-details .comment-button a,
	.featured-page-details .comment-button a  /* (BUTTON-LINK-TXT) */ { color:White; text-decoration: none; }
									
	.post-details .comment-button a:hover,
.featured-page-details .comment-button a:hover /* (BUTTON-LINK-HOVER-TXT) */ { color: White; text-decoration: underline; }

/* post navigation links */
							
	.post-nav p a 		/* (LINK-TXT) */ 				{text-decoration: none;}
	.post-nav p a:hover 	/* (LINK-HOVER-TXT) */ 			{text-decoration: underline;}
	
/* Submit button links */

	#submit:hover 		{ cursor: pointer; }
	#searchsubmit:hover 	{ cursor: pointer; }
	
/* comment links */

	.comment-item .reply a 	/* (BUTTON-LINK-TXT) */  		{ color:White; text-decoration: none; }	
	.comment-item .reply a:hover 	/* (BUTTON-LINK-HOVER-TXT) */	{ color: White; text-decoration: underline; }
	
/* widget links */

	#content-item-left a,
	#content-item-right a,
	#footer-above a,
	#top-widebar a,
	#bottom-widebar a,
	#left-sidebar a,
	#right-sidebar a 			/* (WIDGET-LINK-TXT) */ { color: DarkBlue; text-decoration:none; }

	#content-item-left a:link, 
	#content-item-left a:visited,
	#content-item-right a:link, 
	#content-item-right a:visited,
	#footer-above a:link, 
	#footer-above a:visited,
	#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 		/* (WIDGET-LINK-TXT) */ { color: DarkBlue; }	

	#content-item-left a:hover,
	#content-item-right a:hover,
	#footer-above a:hover,
	#top-widebar a:hover,
	#bottom-widebar a:hover,
	#left-sidebar a:hover,
	#right-sidebar a:hover 	/* (WIDGET-LINK-HOVER-TXT) */ { color: DarkBlue; text-decoration:underline; }	
	
	
	#top-widebar .widgettitle a,
	#bottom-widebar .widgettitle a,
	#left-sidebar .widgettitle a,
	#right-sidebar .widgettitle a,
	#content-item-left .widgettitle a,
	#content-item-right .widgettitle a,
	#footer-above .widgettitle a	/* (WIDGET-TITLE-LINK-TXT) */ { color:White; }

/* affiliate button links */

	.button-line .more-link-button a 		/* (BUTTON-MORE-LINK-TXT) */	{color: White; text-decoration: none;}
	.button-line .more-link-button a:hover 	/* (BUTTON-MORE-HOVER-TXT) */	{color: #FC0; text-decoration: none;}
	
	.button-line .aff-link-button a  /* (BUTTON-AFF-LINK-TXT) */		{color: White; text-decoration: none;}
	.button-line .aff-link-button a:hover 	/* (BUTTON-AFF-HOVER-TXT) */	{color: #FC0; text-decoration: none;}
	


