/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/*------------MAIN BLOCKS-----------*/
html { overflow-y:scroll; }

body {
	background: #ffffff;
}
#wrapper {
	width: 840px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

body.pages #wrapper {
	background: url('images/bg-pages.jpg') no-repeat center 50px;
	min-height: 600px;
}

#mainnav {
	width: 480px;
	margin:0 auto;
}

#content {
	width: 640px;
	margin: 80px auto 50px;
	text-align: left;
}

div#content.mainpage {
	margin-top: 0;
	text-align: center;
}

.authordiv {
	min-height: 170px;
	margin:0;
}

.adamdiv {
	border-top: 1px solid red;
}

#footer {
	width: 640px;
	margin:50px auto 10px;
	clear: both;
	border-top: 1px solid #565656;
}

.mainpage #footer {
	margin-top: 0;
	padding-top: 6px;
	border-top: none;
}
	

/*---------TYPOGRAPHY----------*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.2;
}

#ie {display: none;}

h4.date {
	float: right;
}

h1 {
	border: 1px solid #565656;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 1.5em;
    padding: 50px 0;
    text-align: center;
    text-transform: uppercase;
    background: url('/images/bg-h1.jpg');
}

h2 {
	font-size: 2em;
	border-bottom: 1px solid #565656;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: lighter;
}

h3 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 15px;
}

h4 {
	font-size: 1.8em;
	float: left;
	margin-top: .5em;
	height: 70px
}

h5 {
font-family:"Helvetica Neue",helvetica,arial,sans-serif;
font-size:1.2em;
font-style:italic;
font-weight:lighter;
margin-bottom:10px;
}

p {
	margin-bottom: .8em;
}

div.jHidden p, div.free p {
	text-align: justify;
}

a {
	color: #565656;
}

a:hover {
	color:#FC0303;
}

h4 a {
	color: black;
	text-decoration: none;
	border-bottom: 2px solid #FC0303;
}

h4 a:hover {
	border-bottom: 2px solid black;
}

ol {
	margin-left: 12px;
}

ol li {
	margin: 0 36px 24px 12px;
}
blockquote {
	clear: both;
	background: url("images/quotes-left.png") no-repeat 7% 0;
	width: 70%;
	min-height: 100px;
	padding: 35px 45px 0 15%;
	position:relative;
}

blockquote p {
	margin-bottom: 11px;
	text-align: left;
}

blockquote:after {
	content:url("images/quotes-right.png");
	position:absolute;
	right: 10px;
	bottom:10px;
}

blockquote p:last-child {
	text-align: right;
}

#footer p {
	text-align: right;
	font-style: italic;
	font-size: 10px;
}

.right {
	text-align: right;
}

/*----------MAIN NAV-----------*/

#mainnav ul {
	list-style:none;
	padding-top: 25px;
}

#mainnav ul li {
	float: left;
	padding: 3px 12px;
	border-bottom: 1px solid #555;
	height: 100%;
	margin:0;
}

#mainnav ul li a, li#menuorder input[type="image"]{
	text-decoration: none;
	color: black;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: lighter;
	font-size:22px;
}
li#menuorder input[type="image"] {
	background: url('/images/order-sprite.png') no-repeat -9px 0;
}

li#menuorder input[type="image"]:hover {
	background: url('/images/order-sprite.png') no-repeat -129px 0;
}

#mainnav ul li a:hover {
	color: #FC0303;
}

li#menuorder {
	background:#FC0303;
}

li#menuorder input[type="image"] {
	color: #fff;
	font-size: 21px;
 } 	

#mainnav li#menuorder input[type="image"]:hover {
	color: black;
}

.praise {
	font-style: italic;
}

/*------jQUERY---------*/

.jHide:hover {
	cursor: pointer;
	color:#FC0303
}

h2.jHide.author {
	padding-top: 50px;
	text-decoration: underline;
	border: none;
	font-family:"Times New Roman",Times,serif;
	font-variant: small-caps;
}

/*-----IMAGES----------*/

img.author#fox {
	float:left;
	margin: 0 10px 0 0;
	border: 1px solid red;
	border-bottom: none;
	border-left: none;
}

img.author#adam {
	float: right;
	margin-left: 10px;
	border-right: 1px solid red;
}

/*------------Landing Pages--------------*/

.testimonials a {
	position: relative;
}

.testimonials a span {
	display: none;
	position: absolute;
	right: -110px;
	top: -50px;
}

.testimonials a:hover span {
	display: block;
}

.testimonials a span img {
	border-left: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-moz-box-shadow: 1px 3px 4px #0a0a0a;
 	-webkit-box-shadow: 1px 3px 4px #0a0a0a;
 	box-shadow: 1px 3px 4px #0a0a0a;
 /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#0a0a0a')";
/* For IE 5.5 - 7 */
 	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#0a0a0a');
}







