/* 
Theme Name: Heatmap Theme v 1.0
Theme URL: http://www.heatmaptheme.com
Description: Heatmap Theme is a framework for creating WPMU based CMS Themes
Author: Stuart Wider
Author URI: http://www.stuartwider.com
Version: 1.0	
*/

body {
	background: #c79342 url(images/bg.gif) repeat-x;
	width: 962px;
	color: #000000;
	font-size: 16px;
	font-family: Georgia, serif;
	margin: 0px auto 0px;
	padding: 0px;
	}

	
	
p, h1, h2, h3, h4, h5, h6 { 
	color: #230d20;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
hr {
	border: 0;
	color: #ffd0e9;
	background-color: #ffd0e9;
	height: 2px;
	width: 100%;
	margin: 5px 0px 20px 0px;
	text-align: left;
	}

form{ 
	color: #230d20;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
h3 {
	font-size:18px;
	}
	
h4 {
	font-size:15px;
	}

h5	{ 
	font-size:15px;
	padding: 5px 0px 0px 0px;
	}
	
ul { 
	margin-top: 0px;
	}

a	{
	text-decoration:underline;
	}
	
a:hover 
	{
	text-decoration:underline;
	color:#FF00CC;
	}
	
	
#box {
	width: 962px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	}
	



/************************************************/
/* hmt_logobar */
/************************************************/

#hmt-logobar {
	width: 962px;
	height: 155px;
	margin: 0px;
	padding: 0px;
	}

#hmt-logobar a img {
	border: none;
	margin: 0px 0px -3px 0px;
	/* I find this -3px quite annoying but its the only way I've found so far to get ie6 to work properly. */
	/* Without it there is a 3 pixel space underneath the logo bar that won't go away! aaagh! */
	/* solutions to stuart@stuartwider.com please! */ 
	padding: 0px;
	}

#hmt-logo-left {
	float: left;
	width: 515px;
	}	

#hmt-logo-right{
	float: right;
	width: 447px;
	}


			
/************************************************/
/* hmt_suckerfish_navbar */
/************************************************/

#hmt-navbar {
	background: #a30e42 url(images/navbar.gif) no-repeat;
	z-index:30;
	height: 30px;
	width: 962px;
	color: #FFFFFF;
	margin 0px;	
	padding: 0px;
	}
	
#hmt-navbar p {
	z-index:30;
	color: #FFFFFF;	
	display: block;
	font-size: 15px;
    font-weight: bold;
    margin: 0px 15px 0px 0px;
	padding: 6px 10px 5px 10px;
	}
	
#hmt-navbarleft {
	z-index:30;
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}

	
#hmt-navbarright {
	z-index:30;
	width: auto;
	float: right;
	text-align: right;
	color: #FFFFFF;		
	font-size: 15px;
    font-weight: bold;
	padding: 5px 35px 5px 10px;
	display: inline;
	}

#hmt-navbarright a {
	z-index:30;
	color: #FFFFFF;		
	display: block;
	}
	
#hmt-navbarright a:hover {
	z-index:30;
	color: #ffc000;
	text-decoration:none;
	display: block;
	}
	
#hmt-navbarright img {
	z-index:30;
	float: left;
	}
	

#hmt-nav {
	z-index:30;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	}
	
#hmt-nav ul {
	z-index:30;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#hmt-nav a {
	z-index:30;
	color: #FFFFFF;		
	display: block;
	font-size: 14px;
    font-weight: bold;
    margin: 0px 10px 0px 8px;
	padding: 6px 8px 5px 6px;
	text-decoration:none;
	}
	
#hmt-nav a:hover {
	z-index:30;
	color: #ffc000;
	display: block;
	font-size: 14px;
	text-decoration: none;
    margin: 0px 10px 0px 8px;
	padding: 6px 8px 5px 6px;
	}

#hmt-nav li {
	z-index:30;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 2px solid #63142f;
	}
	
#hmt-nav li li {
	z-index:30;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 120px;
	}
	
#hmt-nav li li a, #hmt-nav li li a:link, #hmt-nav li li a:visited {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index:30;
	background: #5f0173;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 8px 20px 8px 20px;
	border-top: 1px solid #fedaed;
	border-right: none;
	}
	
#hmt-nav li li a:hover, #hmt-nav li li a:active {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index:30;
	background: #a752b8;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 8px 20px 8px 20px;
	border-top: 1px solid #fedaed;
	border-right: none;
	
	}

#hmt-nav li ul {
	z-index:30;
	position: absolute;
	width: 10em;
	left: -999em;
	}

#hmt-nav li:hover ul {
	z-index:30;
	left: auto;
	display: block;
	}
	
#hmt-nav li:hover ul, #hmt-nav li.sfhover ul {
	z-index:30;
	left: auto;
	display: block;
	}
	

	

/************************************************/
/* hmt_this_page */
/************************************************/

	
.hmt-this-page-details {
	font-size:12px;
	}


/************************************************/
/* hmt_this_post */
/************************************************/


.hmt-this-post-details {
	font-size:12px;
	}



/************************************************/
/* hmt_list_subpages */
/************************************************/

.hmt-list-subpages-page-divider {
	height: 28px;
	width: 605px;
	background: url(images/page-divider-left.gif) no-repeat;
	margin: 0px 0px 0px 0px;
	}	
	
.hmt-list-subpages-details {
	background: url(images/page-middle-left.gif) repeat-y;
	padding:  5px 15px 10px 150px;
	}
	
.hmt-list-subpages-more {
	font-size: 12px;
	font-weight: bold;
	}

.hmt-list-subpages-box {
	width: 605px;
	background: url(images/page-middle-left.gif) repeat-y;
	overflow: auto;	
	}

.hmt-list-subpages-thumbnail {
	float: left;
	width: 110px;
	height: 110px;
	padding: 5px 0px 5px 26px;
	}
	
	
/************************************************/
/* hmt_feedburner */
/************************************************/	

.hmt-feedburner-box {
	background: url(images/feedburner-box-bg.jpg) no-repeat;
	margin: 0;
	padding: 0px 0px 0px 100px;
	}


/************************************************/
/* hmt_all_posts */
/************************************************/
.hmt-all-posts {
	background: url(images/page-middle-left.gif) repeat-y;
	padding:  5px 15px 10px 26px;
	}
	
.hmt-all-posts-comments	{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	}
	
.hmt-all-posts-categories, .hmt-all-posts-tags {
	font-size: 13px;
	margin: 3px 0px 3px 0px;	
	}
	

/**********/

#top-line {
	height: 23px;
	background: url(images/top-line.gif);
	}
	
/**********/

#homepage-top-cap {
	height: 20px;
	background: url(images/homepage-top-cap.gif);
	}
	
.homepage-divider {
	height: 28px;
	width: 543px;
	background: url(images/homepage-divider.gif);
	}		
	
#homepage-bottom-cap {
	width: 962px;
	height: 19px;
	background: url(images/homepage-bottom-cap.png);
	behavior: url(/wp-content/themes/heatmap-theme-10/iepngfix.htc); 
	}
	
#homepage-content-box {
	width: 962px;
	background: url(images/page-bg.png) repeat-y;
	behavior: url(/wp-content/themes/heatmap-theme-10/iepngfix.htc); 
	}

#homepage-left-box { 
	float: left;
	width: 543px;
	margin: 0px 0px 0px 4px;
	display: inline;
	overflow: hidden; /*this seems to fix up column breaks in ie6 */
	}
	
#homepage-left-smoothgallery-box {
	width: 494px;
	height: 267px;
	} 
	
	
.homepage-left { 
	background: url(images/homepage-middle.gif) repeat-y;
	padding: 5px 20px 5px 26px;
	}	
	
#homepage-bottom {
	background: url(images/homepage-bottom.gif) no-repeat;
	height: 11px;
	}
	
#homepage-right-box { 
	float: right;
	width: 410px;
	margin: 0px 5px 0px 0px;
	display: inline;
	}
	
#homepage-right {
	padding: 5px 20px 5px 15px;
	}

	
/**********/

#page-top-cap {
	height: 20px;
	background: url(images/page-top-cap.gif);
	}
	
.page-divider-left {
	height: 28px;
	width: 605px;
	background: url(images/page-divider-left.gif) no-repeat;
	margin: 0px 0px 0px 0px;
	}		
	
.page-divider-left-2 {
	height: 28px;
	width: 605px;
	background: url(images/page-divider-left-2.gif) no-repeat;
	margin: 0px 0px 0px 0px;
	}	
	
.page-divider-right {
	height: 28px;
	width: 348px;
	background: url(images/page-divider-right.gif) no-repeat;
	}	
	
#page-bottom-cap {
	width: 962px;
	height: 19px;
	background: url(images/homepage-bottom-cap.png);
	behavior: url(/wp-content/themes/heatmap-theme-10/iepngfix.htc); 
	}
	
#page-content-box {
	width: 962px;
	background: url(images/page-bg.png) repeat-y;
	behavior: url(/wp-content/themes/heatmap-theme-10/iepngfix.htc); 
	}

#page-left-box { 
	float: left;
	width: 605px;
	margin: 0px 0px 0px 4px;
	display: inline;
	overflow: hidden; /*this seems to fix up column breaks in ie6 */
	}

.page-left { 
	background: url(images/page-middle-left.gif) repeat-y;
	padding:  5px 15px 10px 26px;
	}
	
.page-left-2 { 
	background: url(images/page-middle-left-2.gif) repeat-y;
	padding:  5px 15px 10px 26px;
	}

#page-bottom-left {
	background: url(images/page-bottom-left.gif) no-repeat;
	height: 11px;
	margin: 0px 0px 0px 0px;
	}

#page-right-box { 
	float: right;
	width: 348px;
	margin: 0px 5px 0px 0px;
	display: inline;
	color: #320313;
	font-size: 15px;
	display: inline;
	overflow: hidden; /*this seems to fix up column breaks in ie6 */
	}
	

.page-right {
	background: url(images/page-middle-right.gif) repeat-y;
	padding: 5px 26px 5px 22px;
	}
	
.page-right h2 {
	font-size: 14px;
	}
			
	
#page-bottom-right {
	height: 11px;
	background: url(images/page-bottom-right.gif) no-repeat;
	}
	
	

/************************************************/
/* footer */
/************************************************/

#footer {
	width: 962px;
/*	background: url(images/footer-bar.png) no-repeat; */
	text-align: center;
	color: #FFFFFF;
	padding: 8px 0px 0px 0px;
	height: 43px;
	behavior: url(/wp-content/themes/heatmap-theme-10/iepngfix.htc); 
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration:none;
	}
	
/************************************************/
/* comments styling
/************************************************/


#hmt-comments-box {
	width: 550px;
	}
	
#comment {
	width: 550px;
	overflow:auto;
	}

/************************************************************/
/* Smooth gallery default css overrides.                    */
/* These override the default css settings of smoothgallery */
/************************************************************/


.jdGallery
{
	overflow: hidden;
	position: absolute;
	/* changed position to absolute because it would not work with relative in ie7*/
}


#myGallery, #myGallerySet, #flickrGallery
{
	width: 494px;
	height: 250px;
	z-index:5;
	border: none;
	margin: 5px 0px 0px 0px;
/*XXXX remember to change this to something more appropriate! xxxx */
/* having this does stop the little 'waiting to load' bar appearing though */
/* or at least it makes it dissapear quickly! */
	background-image: url('http://paintpj.com/files/2008/12/slide1.jpg');
}

	
.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 52px;
	background: #c255b5;
	color: #ffffff;
	text-indent: 0;
	overflow: hidden;
}

.jdGallery .slideInfoZone p
{
    padding: 0;
    font-size: 100%;
    margin: 2px 16px;
	font-weight: bold;
    color: #ffffff;
}


.jdGallery .slideInfoZone h2
{
    padding: 0;
    font-size: 120%;
    margin: 0;
    margin: 2px 16px;
  	font-weight: bold;
	/* for some reason changing the text colour in here doesnt work in ie7! */
	/* so I added an extra statement below ! (.jdgallery h2) and it now works */
}

.jdGallery h2
{
	color:#ffffff;
}



/************************************************************/
/* this places an overlay over smoothgallery - it does however stop any clicking on the gallery box */
/* since in this theme I'm not bothered about that, then it doesnt matter! */
/* DELETE COMMENTS TO ACTIVATE PHOTOFRAME FUNCTIONALITY */

/*
.hmt-photoframe {
	z-index:25;
	width: 494px;
	height: 250px;
	display: block;
	position: absolute;
	background: url(images/gallery-hole.png) no-repeat;
	behavior: url(/wp-content/themes/heatmap-theme-10/iepngfix.htc); 
}
*/

	
/*********************************************************/
	
/* Contact form 7 styling */

.wpcf7 {
font-weight: normal;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	font-weight: strong;
	width: 70%;
	margin: 0px 0px 10px 0px;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	font-weight: normal;
	width: 70%;
	margin: 0px 0px 10px 0px;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	font-weight: normal;
	width: 70%;
	margin: 0px 0px 10px 0px;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background-color:#000066;
	color:#FFFFFF;
	font-weight: bold;
	width: 70%;
	margin: 0px 0px 10px 0px;
}

span.wpcf7-form-control-wrap {
	position: relative;
	font-weight: normal;
	width: 70%;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	padding: 2px;
	font-weight: normal;
	width: 70%;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
	font-weight: normal;
}

/*********************************************************/
	
/* wordpress widget styling */

.hmt-widget-sidebar {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	list-style:none;	
	}
	
.widgettitle {
	font-size: 14px;
	background-color:#f6caf1;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 10px 0px;
	}
	
.hmt-widget-sidebar  ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	margin: 0px 10px 20px 10px;
	}

.hmt-widget-sidebar  ul li {
	list-style:none;
	margin: 3px 0px 3px 0px
	}
	
#search
	{
	font-weight:bold;
	background-color:#f6caf1;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	}

#searchform {
	margin: 0px;
	}
	

/*Wordpress Image Styles */

.aligncenter, div.aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}

.alignleft {
   	float: left;
	}

.alignright {
   	float: right;
	}

.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	padding-top: 4px;
   	margin: 10px;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

.wp-caption img {
   	margin: 0;
   	padding: 0;
   	border: 0 none;
	}

.wp-caption p.wp-caption-text {
   	font-size: 11px;
   	line-height: 17px;
   	padding: 0 4px 5px;
   	margin: 0;
	}
	
.attachment img {
	border:none;
}

