/*  
Theme Name: Heat Me Up
Theme URI: http://oxfordsolar.co.uk
Description: Let's see...
Author: Simon Blackbourn
Author URI: http://lumpylemon.co.uk/

blah blah blah blah

*/



/* g l o b a l   w h i t e s p a c e   r e s e t */

/* Set all margins and padding to zero */
/* for most consistent cross-browser look. */
/* Read more at http://leftjustified.net/journal/2004/10/19/global-ws-reset/ */


* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-weight: normal;
}


/* l a y o u t   d i v s */

body {
	text-align: center;
	background-color: #fff;
	color: #000;
	font: smaller/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

hr, div#content p#backtotop, div#logo h1, div#logo h2, div#logo p {
	display: none;
}

div#wrap {
	background: #72a4ca url(im/wrap.jpg) top left repeat;
	width: 700px;
	margin: 20px auto 0 auto;
	text-align: left;
}

div#main {
	background: transparent url(im/main.jpg) top left repeat-x;
}

div#logo {
	background: transparent url(im/logo.gif) 50px 50px no-repeat;
	height: 133px;
}

div#topnav {
	margin: 0 50px;
	border-top: 1px solid #fff;
	text-align: right;
}

div#content {
	padding: 30px 50px 30px 250px;
	min-height: 280px;
	height: auto;
	_height: 280px;
}

div#footer {
	clear: both;
	background-color: #f7941d;
	border-top: 1px solid #fff;
}

div#by {
	width: 700px;
	margin: 0 auto;
	text-align: right;
	padding: 0 0 50px 0;
}



/* t o p   n a v i g a t i o n */

div#topnav ul {
	font-size: 0.85em;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#topnav li {
	display: inline;
	list-style-type: none;
}

div#topnav ul li a {
	padding: 0 0.5em;
}

div#topnav li.current_page_item a {
	background-color: #6e9fc5;
}

div#topnav a:link {
	color: #fff;
}

div#topnav a:visited {
	color: #fff;
}

div#topnav a:hover {
	color: #3d608a;
	background-color: #fff;
}

div#topnav li.current_page_item a:hover {
	color: #fff;
	background-color: #6e9fc5;
}

div#topnav a:active {
	color: #fff;
}



/* h e a d e r s */

div#content h1 {
	margin: 0 0 20px 0;
	color: #00acee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
}



/* p a r a g r a p h s */

strong {
	font-weight: bold;
}

div#content p {
	margin: 0 0 1em 0;
	color: #fff;
	text-align: justify;
}

div#content p.small {
	font-size: 0.85em;
	padding: 0 15px;
}

div#content p.edit {
	text-align: left;
	font-size: 0.85em;
	color: #000;
	background-color: #ddeaf7;
	border: 1px solid #000;
	padding: 0.5em;
	margin-left: 10px;
	margin-right: 10px;
}

div#content p.edit span {
	padding-right: 1em;
	font-weight: bold;
}

div#footer p {
	color: #000;
	padding: 0.5em 50px;
	font-size: 0.85em;
	text-align: center;
}

div#by p {
	color: #666;
	font-size: 0.8em;
}



/* l i n k s */

div#content p a {
	padding: 0 1px;
	font-weight: bold;
}

div#content p a:link {
	color: #f7941d;
}

div#content p a:visited {
	color: #f7941d;
}

div#content p a:hover {
	color: #000;
	background-color: #fff;
}

div#content p a:active {
	color: #f7941d;
}

div#content li a {
	padding: 0 1px;
	font-weight: bold;
}

div#content li a:link {
	color: #f7941d;
}

div#content li a:visited {
	color: #f7941d;
}

div#content li a:hover {
	color: #000;
	background-color: #fff;
}

div#content li a:active {
	color: #f7941d;
}

div#content p.edit a {
	font-weight: bold;
	padding: 0.2em;
	border: 1px solid #ddeaf7;
	text-decoration: none;
}

div#content p.edit a:link {
	color: #000;
}

div#content p.edit a:visited {
	color: #000;
}

div#content p.edit a:hover {
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}

div#content p.edit a:active {
	color: #000;
}

div#footer a {
	padding: 0 1px;
}

div#footer a:link {
	color: #000;
}

div#footer a:visited {
	color: #000;
}

div#footer a:hover {
	color: #000;
	background-color: #fbca8e;
}

div#footer a:active {
	color: #000;
}

div#by a {
	padding: 0 1px;
}

div#by a:link {
	color: #000;
}

div#by a:visited {
	color: #000;
}

div#by a:hover {
	color: #000;
	background-color: #ddd;
}

div#by a:active {
	color: #000;
}



/* l i s t s */

div#content ul {
	margin: 0 30px 1em 50px;
	color: #fff;
}

div#content ul li {
	list-style-type: disc;
}



/* c o n t a c t   f o r m */

table {
	background-color: #6e9fc5;
	color: #fff;
	padding: 5px 0;
	margin-left: 20px;
	border: 1px solid #000;
}

td {
	padding: 5px 10px;
	vertical-align: top;
}

input, textarea {
	border: 1px solid #000;
}

input.check {
	border: 0;
}

input.button {
	background-color: #f7941d;
}
