@charset "utf-8";
/* 
This file is part of HeatMap Theme Pro v4
Copyright: Stuart Wider
Website: HeatMapTheme.com
This file version: 4.02
*/

/* ---------------------------------------------------------------------------*/
/* 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  */
/* ---------------------------------------------------------------------------*/