/*
Theme Name: pharmaforecasting.com
Theme URI: http://pharmaforecasting.com/wp-content/themes/pharmaforecasting.com/
Description: The default theme for pharmaforecasting.com.
Version: 1.0
Author: Gavin Taylor
Author URI: http://gavtaylor.co.uk/
Tags: T.B.C

	This theme was designed and built by Gavin Taylor,
	whose blog you will find at http://blog.gavtaylor.co.uk/

*/

@charset "utf-8";


/* default styles */

* { padding: 0px; margin: 0px; }

html { overflow: scroll; }

body {
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
}

p {
  padding: 6px 0px;
}

a {
  color: #007AD5;
  text-decoration: none;
}
a:hover {
  color: #007AD5;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a.fake_link {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 10px 0px;
  font-weight: bold;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 13px;
}

fieldset {
  margin: 10px 0px;
  padding: 5px;
  border: none;
}

legend {
  font-weight: bold;
}

img {
	border: none;
}

dt {
  font-weight: bold;
  padding-top: 10px;
}

dd {
  padding-left: 20px
}


/* site structure */

#wrapper { 
	margin: 0 auto;
	width: 990px;
}

#header {
	float: left;
	width: 970px;
	height: 110px;
	padding: 0 10px 10px 10px;
}
ul.quick_links {
	float: right;
	margin: 3px 0 0 0;
}
ul.quick_links li {
	list-style: none;
	list-style-image: none;
	display: inline;
	letter-spacing:0.3em;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 10px;
	margin-right: 5px;
}
ul.quick_links li a {
	color: #ffffff;
}
ul.quick_links li a:hover {
	color: #007AD5;
}

.site_logo, .site_logo:hover {
	display: block;
	font-size: 21px;
	text-transform: lowercase;
	font-weight: bold;
	color: #000000;
	clear: both;
	margin-top: 35px;
}
.site_logo span.tagline {
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

#content { 	
	background-image:url(images/bg_runway.gif);
	background-position:50% 100%;
	background-repeat:no-repeat;
	min-height:330px;
	clear:both;
	float:left;
	padding:10px;
	width:970px;
}
#content img {
border:1px solid #007AD5;
padding:1px;
}

#left_col {
	float: left;
  padding-top:35px;
  width: 170px;
}
#left_col ul.nav_two {
  margin: 0px 20px 0px 0px !important;
}
#left_col ul.nav_two li {
  margin: 3px 0px;
  padding: 3px 0px;
  border-bottom: dotted 1px #000000;
  overflow: hidden;
}
#right_col {
	background-image:url(images/bg_runway.gif);
	background-position:50% 100%;
	background-repeat:no-repeat;
	min-height:330px;
	width: 800px;
	float: left;
}
#right_col img {
border:1px solid #007AD5;
padding:1px;
}

#content ul, #right_col ul {
  margin-left: 25px;
}
#content ul li {
  margin: 5px 0px;
}
#content a {
  font-weight: bold;
}

#footer {
	width: 990px;
	height: 40px;
	float: left;
	clear: both;
}
div#footer a {
	font-size: 10px;
}
div#footer ul {
	float: left;
	padding: 12px 15px;
	vertical-align: top;
}
div#footer ul li {
	display:inline;
}
div#footer p.footer_seo {
	clear: both;
	font-size: 10px;
	padding: 5px 20px;
	margin: 0;
	width: 100%;
}
div#footer p.designed_by {
	font-size: 10px;
	width: 400px;
	padding: 0 0 0 33px;
	margin: 0;
	color: #9F9F9F;
}
div#footer p.designed_by a {
	color: #9F9F9F;
}


/* main navigation links */

ul.nav_one {
	vertical-align:top;
	overflow: hidden;
	margin-top: 10px;
}
ul.nav_one li {
	display:inline;
	font-weight:bold;
}
ul.nav_one a {
	color: #000000 !important;
  padding: 0px 3px;
}
ul.nav_one a:hover, ul.nav_one a:active, ul.nav_one li.current_page_item a {
	color: #007AD5 !important;
}

/* secondary navigation links */

ul.nav_two {
	margin: 10px 20px !important;
}
ul.nav_two li {
	list-style: none !important;
}
ul.nav_two a {
	color: #000000 !important;
}
ul.nav_two a:hover, ul.nav_two a:active,  ul.nav_two li.current_page_item a {
	color: #007AD5 !important;
}

/* footer navigation links */

ul.nav_footer a {
	color: #000000 !important;
  padding: 0px 3px;
	font-weight: bold;
}
ul.nav_footer a:hover {
	color: #007AD5 !important;
}

/* other styles */

span.required {
  color: #FF0000;
}
span.clear {
	display: block;
	height: 1px;
	clear: both;
}
.no_display {
  display: none;
}

/* specific page styles */

/* contact page */

div.success {
}
div.errors {
}

div.contact_form  {
	margin: 5px;
}
.contact_form fieldset {
	border: none;
}
.contact_form fieldset legend {
	display: none;
}
.contact_form fieldset input{
	width: 300px;
}
.contact_form fieldset textarea{
	width: 300px;
}
.contact_form fieldset select{
	width: 300px;
}

/* sitemap */

div.sitemap {
  
}
div.sitemap ul.level_one {
  margin: 5px 0px;
}
div.sitemap ul.level_one li {
  margin: 2px 0px 2px 10px;
}
div.sitemap ul.level_two {
  margin: 5px 15px;
}
div.sitemap ul.level_two li {
  margin: 2px 0px 2px 10px;
}
div.sitemap li a {

}
div.sitemap li a:hover {

}


/* blog specific styles */

ol.commentlist {
	
}
ol.commentlist li {
	list-style: none;
}
ol.commentlist li div.comment {
	
}
ol.commentlist li div.comment-body {
	margin-bottom: 30px;
}
ol.commentlist li div.comment-body div {
	float: left;
	width: 50%;
}
ol.commentlist li div.comment-body div.comment-author img {
	vertical-align: top;
}
ol.commentlist li div.comment-body div.reply {
	float: none;
	width: auto;
}
ol.commentlist li div.comment-body p {
	clear: both;
	padding: 10px 10px 0 10px;
}
ol.commentlist li div.comment-body p {
	clear: both;
}

