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

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.smalltxt {
  font: 10px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.heavy {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-weight:bold;
}

#lemonTart {
    border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-o-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-o-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
}

#imgFreeDel {
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;	
	border-bottom-left-radius:10px; 
	-webkit-border-bottom-left-radius:10px; 
	-o-border-bottom-left-radius:10px; 
	-moz-border-radius-bottomleft:10px; 
	border-bottom-right-radius:10px; 
	-webkit-border-bottom-right-radius:10px; 
	-o-border-bottom-right-radius:10px; 
	-moz-border-radius-bottomright:10px; 
	border-top-left-radius:10px; 
	-webkit-border-top-left-radius:10px; 
	-o-border-top-left-radius:10px; 
	-moz-border-radius-topleft:10px; 
	border-top-right-radius:10px; 
	-webkit-border-top-right-radius:10px; 
	-o-border-top-right-radius:10px; 
	-moz-border-radius-topright:10px; 
	-webkit-transform:rotate(5deg); 
	box-shadow:black 5px 5px 5px; 
	-webkit-box-shadow:black 5px 5px 5px; 
	-o-box-shadow:black 5px 5px 5px; 
	-moz-box-shadow:black 5px 5px 5px;
	
}

#textSpecials {
	margin-top:20px;
	margin-bottom:20px;
	height:250px;
	color:#CBCCCB;
	background-color:#273D6B;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-o-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-o-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	padding-left:5px;
	padding-right:0;
	padding-top:5px;
	
}

#midStrip {
	width:940px;
	background-image:url(../images/midStrip.jpg);	
	padding-top:15px;
	height:50px;
	font-size:24px;
	color:#FF0;
	font-weight:bold;
	text-indent:15px;
	text-shadow:2px 2px 2px #000;
}

.navbar {
	position:absolute; 
	left:570px;
	top:40px;
	text-align:right;
	font-family:Verdana;
	font-size:12pt;
	color:#CBCCCB;
}

#footPanel {
	color:#CBCCCB;
	background-color:#273D6B;
	border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-o-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	height:200px;
		
}

.footText {
	float:left;
	width:440px;
	font-size:16px;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
}

.footTextR {
	float:right;
	width:440px;
	font-size:16px;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;

}

.siteAttrib {
	color:#CBCCCB;
	font-size:10px;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:5px;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

.menuCol {	
	border-right:thin;
	border-right-style:dotted;
	border-right-color:#CCC;
	border-left:thin;
	border-left-style:dotted;
	border-left-color:#CCC;
}

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

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 20px;
	text-align: left;
}

#mainlogo {
	position:relative;
	left:19px;
	top:14px;
	z-index:2;
}

#strapfishchips {
	position:relative;
	width:940px;
	left:0;
	top:-95px;
	z-index:1;
}

#headBit {
	background-color:#273D6B;
	height: 430px;
}

a:link {
	color:inherit;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:inherit;
	font-weight:bold;
	text-decoration:underline;
}

a:active {
	color:inherit;
	font-weight:bold;
	text-decoration:underline;
}

a:visited {
	color:inherit;
	font-weight:bold;
	text-decoration:none;
}

.specoff {
	font-size:10px;
	color:#F00;
}
	
	
