/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/*
	Forces backgrounds to span full width,
	even if there is horizontal scrolling.
	Increase this if your layout is wider.

	Note: IE6 works fine without this fix.
*/

body {
	min-width: 999px;
}

/* `Containers
----------------------------------------------------------------------------------------------------*/


.container_6 {
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_0-5,
.grid_1-5,
.full
 {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}
.smallerrightbox {
	width: 318px !important;
	padding-left: 18px !important;
}
.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6
 {
	position: relative;
}
.container_6 .grid_1
 {
	width: 150px;
	
}
.omega .grid_1 {
	margin-right: 9px;
}
.container_6 .grid_2
 {
	width: 336px;
	
}
.container_6 .grid_3 {
	width: 620px;
}

.container_6 .grid_4 {
	width: 654px;
}

.container_6 .grid_5 {
	width: 822px;
}

.container_6 .grid_6 {
	width: 999px;
}
.container_6 .grid_2.flush
 {
	width: 336px;
	margin-left: 0px;
	margin-right: 0px;
}
.container_6 .grid_3.flush {
	width: 504px;
	margin-left: 0px;
	margin-right: 0px;
}

.container_6 .grid_4.flush {
	width: 672px;
	margin-left: 0px;
	margin-right: 0px;
}

.container_6 .grid_5.flush {
	width: 840px;
	margin-left: 0px;
	margin-right: 0px;
}

.container_6 .grid_6.flush {
	width: 1010px;
	margin-left: 0px;
	margin-right: 0px;
}

.container_6 #project_logo.grid_6.flush {
	width: 1017px;
	margin: -36px 0 9px 0;
}
	
.grid_2 .inner{
	width:  282px;
}
.container_6 .grid_2.pad
 {
	padding-left: 18px;
	padding-right: 18px;
	width: 300px;
}
.container_6 .grid_3.pad {
	padding-left: 18px;
	padding-right: 18px;
	width: 432px;
}

.container_6 .grid_4.pad {
	padding-left: 18px;
	padding-right: 18px;
	width: 600px;
}

.container_6 .grid_5.pad {
	padding-left: 18px;
	padding-right: 18px;
	width: 768px;
}

.container_6 .grid_6.pad {
	padding-left: 18px;
	padding-right: 18px;
	width: 946px;
}

container_6 .grid_2.lastcol
 {
	width: 327px;
}
.container_6 .grid_3.lastcol {
	width: 620px;
}
.container_6 .grid_4.lastcol  {
	/*width: 663px;*/
}
.container_6 .grid_5.lastcol {
	width: 831px;
}
container_6 .grid_2.pad.lastcol, #fudge
 {
 	padding-left: 18px;
 	padding-right: 0px;
	width: 318px;
	margin-bottom: 36px;
	margin-left: 18px;
}



.container_6 .grid_3.lastcol.pad {
	padding-left: 18px;
	padding-right: 0px;
	width: 477px;
}
.container_6 .grid_4.lastcol.pad  {
	padding-left: 18px;
	padding-right: 0px;
	width: 645px;
}
.container_6 .grid_5.lastcol.pad {
	padding-left: 18px;
	padding-right: 0px;
	width: 813px;
}
.container_6 .grid_2.flush.lastcol
 {
	width: 336px;
	margin-left: 18px;
	margin-right: 0px;
}


/*.container_6 .grid_2.flush.lastcol
 {
	width: 352px;
	margin-left: 0px;
	margin-right: 0px;
}*/


.container_6 .grid_3.flush.lastcol {
	width: 504px;
	margin-left: 0px;
	margin-right: 0px;
}

.container_6 .grid_4.flush.lastcol{
	/*width: 681px;*/
	margin-left: 0px;
	margin-right: 0px;
}

.container_6 .grid_5.flush.lastcol {
	width: 849px;
	margin-left: 0px;
	margin-right: 0px;
}

.container_6 .grid_6.flush.lastcol {
	width: 1026px;
	margin-left: 0px;
	margin-right: 0px;
}
.container_6 .prefix_1
 {
	margin-left: 48px;
	
}

.container_6 .prefix_2
 {
	margin-left: 318px;
	
}
.container_6 .suffix_1
 {
	margin-right: 36px;
	
}
.grid_0-5{
	width: 70px;
	margin-right: 0px;
}
.grid_1-5{
	width: 183px;
	margin-right: 9px;
}
.full{
	width: 100%;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/

* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body {/* font:13px/1.231 sans-serif; *font-size:small;*/ } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
/*input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }*/

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#B11B14; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #fff; text-decoration: none; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, {  color: #303030; }
select, input, textarea {
	color: #ccc;
}
h1, h2, h3, h4, h5, h6 { font-weight: bold; text-transform:uppercase;}
a, a:active, a:visited { color: #B11B14;}
a:hover { color: #B11B14; text-decoration:underline;}

@font-face {
    font-family: 'FranchiseRegular';
    src: url('fonts/franchise-bold-webfont.eot');
    src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franchise-bold-webfont.woff') format('woff'),
         url('fonts/franchise-bold-webfont.ttf') format('truetype'),
         url('fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 5, 2011 */



@font-face {
    font-family: 'AdobeGaramondProRegular';
    src: url('fonts/agaramondpro-regular-webfont.eot');
    src: url('fonts/agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/agaramondpro-regular-webfont.woff') format('woff'),
         url('fonts/agaramondpro-regular-webfont.ttf') format('truetype'),
         url('fonts/agaramondpro-regular-webfont.svg#AdobeGaramondProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdobeGaramondProBold';
    src: url('fonts/agaramondpro-bold-webfont.eot');
    src: url('fonts/agaramondpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/agaramondpro-bold-webfont.woff') format('woff'),
         url('fonts/agaramondpro-bold-webfont.ttf') format('truetype'),
         url('fonts/agaramondpro-bold-webfont.svg#AdobeGaramondProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdobeGaramondProBoldItalic';
    src: url('fonts/agaramondpro-bolditalic-webfont.eot');
    src: url('fonts/agaramondpro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/agaramondpro-bolditalic-webfont.woff') format('woff'),
         url('fonts/agaramondpro-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/agaramondpro-bolditalic-webfont.svg#AdobeGaramondProBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdobeGaramondProItalic';
    src: url('fonts/agaramondpro-italic-webfont.eot');
    src: url('fonts/agaramondpro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/agaramondpro-italic-webfont.woff') format('woff'),
         url('fonts/agaramondpro-italic-webfont.ttf') format('truetype'),
         url('fonts/agaramondpro-italic-webfont.svg#AdobeGaramondProItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CaptureitRegular';
    src: url('fonts/capture_it-webfont.eot');
    src: url('fonts/capture_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/capture_it-webfont.woff') format('woff'),
         url('fonts/capture_it-webfont.ttf') format('truetype'),
         url('fonts/capture_it-webfont.svg#CaptureitRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'ImpactRegular';
    src: url('fonts/impact-webfont.eot');
    src: url('fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/impact-webfont.woff') format('woff'),
         url('fonts/impact-webfont.ttf') format('truetype'),
         url('fonts/impact-webfont.svg#') format('svg');
    /*font-weight: normal;
    font-style: normal;*/

}
