/*------------------------------------------------------------

	Master.css
	www.yourwebsite.com
	
	Last Modified : 	27th December 2007
	Created by : 		Joe Bloggs
	Contact: 			joebloggs@email.com
	
	Copyright 2007 - 2008
	Based on Blueprint 1.6.1
	
	
/* Colour Palette
--------------------------------------------------------------

Light Grey - #fbfbfb

/* Plugins
-------------------------------------------------------------- */

@import 'plugins/reset.css';
@import 'plugins/classes.css';
@import 'plugins/grid.css';

/* You can alternatively use BP as a reset by importing the
bp-reset.css plugin. This is the entire Blueprint 0.6.1 
compressed file. You won't need to include grid.css or
reset.css */


/* Page
-------------------------------------------------------------- */

body	{}


/* Typography
-------------------------------------------------------------- */

/* Default font settings
   The font-size percentage is of 16px (0.75 * 16px = 12px) */
body {
	margin: 0px;
	padding: 0px;
	background: #45453D url(../images/PD-bg.png) repeat-x fixed center top;
	font: 62.5% "Times New Roman", Times, serif;
}

p           {
	margin: 0 0 1.5em;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 110%;
}

p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p.notallcaps {
	text-transform: none;
}
img         {
}
.imgbdr
 {
}

strong      { font-weight: bold; }
em		    { font-style: italic; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #291316;
	text-transform: uppercase;
}

h1 {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 0em;
	margin-top: 0px;
	text-transform: uppercase;

}
h2 {
	font-size: 18px;
	margin-bottom: 0.05em;
	text-transform: uppercase;

}
h3 {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.4em;
	text-transform: uppercase;
	line-height: 125%;
}
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin:0;
}


/* Links
-------------------------------------------------------------- */

a  {
	color: #110809;
	text-decoration: underline;
}
:focus {
	outline: 0;
}

a:hover     	{ color: #000; }
a:visited		{}
a:visted:hover 	{}


/* Tables - You still need cellspacing="0" in the markup
-------------------------------------------------------------- */

table		{}

thead		{}
tbody		{}
tfoot       { font-style: italic; }

th,td       { padding: 4px 10px 4px 5px; }
th          { border-bottom: 2px solid #ccc; font-weight: bold; background: #eee; }
td          { border-bottom: 1px solid #ddd; }
tr			{}

caption     { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }

tr.even td  { background: #eef; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }

ul          {
	list-style-type: none;
}
ul + li		{}
li			{
	margin-bottom: 14px;
	font-size: 1.4em;
	text-transform: uppercase;
	overflow: visible;
}
li a {
	margin-bottom: 10px;
	text-decoration: none;
	color: #1F1F1F;
}
ol          { list-style-type: decimal; margin: 0 1.5em 1.5em 1.5em;}
.metrics-boxes ol {
	
}
ol + li		{}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}



/* Forms
-------------------------------------------------------------- */

form			{}
fieldset		{padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}

legend			{font-weight: bold; font-size:1.2em;}
legend .span	{}

label       	{font-weight: bold;}

input[type='text']		{}
input[type='checkbox']	{}
input[type='radio']		{}
input[type='file']		{}

textarea      	{ width: 400px; height: 250px; padding:5px; }

select        	{ width:200px; }
option			{}
optgroup		{}



input:focus,textarea:focus,select:focus {	
	border:1px solid #666;
}

input,textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}


/* Other Elements
-------------------------------------------------------------- */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
dfn         { font-style: italic;font-weight: bold; background: #ffc; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
#default_img {
	background-color: #333333;
	padding: 5px;
}
#octo {
	height: 1100px;
	background-image: url(http://www.springgunpress.com/galleries/images/octoped_bg-trans.png);
	background-position: center 756px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0;
} 
.default_img {
	background-color: #333333;
	padding: 5px;
}
.return {
}
.return a  {
	color: #2E494A;
	text-decoration: none;
	font-size: 1.4em;
	text-transform: uppercase;
}
#footer {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Page-Specific - based on the <body> class
-------------------------------------------------------------- */


/* IE PNG Fix (from http://www.twinhelix.com/css/iepngfix/   Thanks!)
-------------------------------------------------------------- */
img, div, a, li, input { behavior: url(http://www.springgunpress.com/iepngfix/iepngfix.htc) }