﻿/*
Theme Name: DrPhilHammond.com
Theme URI: example.com
Description: Style to fit DrPhilHammond.com
Version: 0.1
Author: Ben Shaw
*/  

/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #9DEEFF; /*COLOUR LEFT/RIGHT OF CONTENT*/
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47; /*MAIN FONT COLOUR*/
padding:0;
margin:0;
}
a:link {color: #398796; text-decoration:none;}
a:visited {color:#398796; text-decoration:none;}
a:hover {color: #564b47;}
a:active { color:#000000;}

a.menu:link {color: #9DEEFF; text-decoration:none;}
a.menu:visited {color:#9DEEFF; text-decoration:none;}
a.menu:hover {color: #564b47; font-weight:bold; text-transform:uppercase;}
a.menu:active { color:#000000;}

a.light:link {color: #9DEEFF; text-decoration:none;}
a.light:visited {color:#9DEEFF; text-decoration:none;}
a.light:hover {color: #564b47;}
a.light:active { color:#000000;}


.widgettitle {font-size:11px;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #002736; /*TOP BANNER*/
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0;
color:white;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0;}

h4 {
font-size:15px;
font-weight: normal;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 900px;
margin-bottom: 10px;
margin: 0 auto;
background-color: #398796; /*COLOUR OF LEFT/RIGHT COLUMNS*/
}

/* ----------banner for logo-------------- */
#banner {
background-color: #9DEEFF; /*COLOUR BEHIND LOGO, MUST MATCH LEFT/RIGHT OF CONTENT*/
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------content--------------------- */
#content {
background-color: #ffffff; /*COLOUR OF CONTENT*/
padding: 0px;
margin: 0 200px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px");
padding: 0px 20px 0px 20px;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0;
padding: 0;
font-size:20px;
color:white;
}
#right {
float: right;
width: 200px;
margin: 0;
padding: 0;
color:white;
}

.right a:link {color:#9DEEFF;}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0;
padding: 0;
text-align: right; }


textarea#comment {
width: 400px;
}


/*--PDF Icon--*/
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(/images/icons/pdf.gif) no-repeat center right;
	}
/*--External Icon--*/
a[class ="neww"] {
   padding-right: 18px;
   background: transparent url(/images/icons/neww.gif) no-repeat center right;
}