@charset "UTF-8";

/* CSS Document */

/* pitchdoctor.co.uk was designed, built
and styled by Popcorn Design

w.	popcornbox.com
e.	studio@popcornbox.com
t.	+44 (0) 207 837 0001

3 Torrens Street, Islington, London, EC1V 1NQ */

body {
	background-color: #FFF;
	font-size: 62.5%; /* Resets 1em to 10px */ 
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #666;
	text-align: left;
	}

.logo {
	display: inline;
	width: 70px;
	float: left;
	margin-left: 12px;
	 
}

.topheader {
	width: 700px;
	display: inline;
	 
}

.navigation {
	display: inline;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size:1.3em;
	color: #666666;
	float: right;
	text-align: right;
	width: 600px;
	padding-top: 33px;
	margin-right: 15px;
	 
}

.page {
	background: #FFF;
	margin: 0 auto;
	padding-top: 20px;
	width: 700px;
	height: 100%;
	border: 0px;
	overflow: hidden;
	}

.thumb {
	background-color: #FFF;
	margin: 5px;
	padding: 10px 10px 10px 10px;
	}	

.text {
	clear:both;
	color: #666;
	font-weight:normal;
	font-size:1.1em;
	line-height: 1.6em;
	text-align: left;
	padding: 0px 15px 10px 15px;
	}

/* Header */

#header {
	height: 250px;
	width: 700px;
	background:#EFEFEF;
	}
	
#headerimg {
	border: 5px solid #EFEFEF;
    width: 690px;
    height: 240px;
}
	
/* Thumbs - people shots */

.thumbs {
	position: absolute;
	bottom: 0;
	background-color: #FFF;
	padding: 10px;
	}

/* Blurbs */

div.blurbimgholder
  {
  background-color: #EFEFEF;
  margin-top: 5px;
  height: 96px;
  width: 100px;
  float: right;
  }
    
div.blurbimg
  {
  background-color: #EFEFEF;
  height: auto;
  width: auto;
  padding: 14px 20px 0px 20px;
  }
  
div.blurb
  {
  background-color: #EFEFEF;
  margin-top: 5px;
  height: 96px;
  width: 600px;
  float: left;
  }

div.title {
	color: #99CC00;
	font-weight: normal;
	font-size: 24px;
	padding: 10px 10px 5px 20px;
	letter-spacing: -1px;
	} 
	
div.blurbtext {
	color: #666;
	font-weight:normal;
	font-size:1.2em;
	line-height: 1.6em;
	text-align: left;
	padding: 0px 15px 10px 20px;
	}
	
/* Headings */

.subheading {
	color: #99CC00;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -1px;
	padding: 10px 10px 5px 15px;
	}
	
/* Footer */

div.footerimg {
  	height: auto;
  	width: auto;
	float: left;
	padding: 10px 12px 0px 14px;
	overflow: hidden;
	}	
	
div.footeremail {
  	font-size: 1.1em;
	height: auto;
  	width: auto;
	float: left;
	padding: 25px 5px 0px 0px;
	}

div.footerphone {
  	font-size: 1.1em;
	height: auto;
  	width: auto;
	float: left;
	padding: 25px 5px 0px 0px;
	}

div.footeraddress {
  	font-size: 1.1em;
	height: auto;
  	width: auto;
	float: left;
	padding: 25px 5px 0px 0px;
	}	
	
.footersignoff {
	margin-bottom: 40px;
	width: 700px;
	font-size: 1em;
	padding-top: 5px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	}
	
/* Link Styling */

a.one:link {
	color: #999;
	text-decoration: none; 
	} 

a.one:visited {
	color: #999;
	text-decoration: none; 
	} 

a.one:hover {
	color: #99CC00;
	text-decoration: none;
	}

a.two:link {
	color: #99CC00;
	text-decoration: none; 
	} 

a.two:visited {
	color: #99CC00;
	text-decoration: none; 
	} 

a.two:hover {
	color: #99CC00;
	text-decoration: underline;
	}
	
a.h3:link {
	color: #99CC00;
	text-decoration: none;
	} 

a.h3:visited {
	color: #99CC00;
	text-decoration: none; 
	} 

a.h3:hover {
	color: #99CC00;
	text-decoration: underline;
	}
