/*
Template Name: Cardeo Three	
Theme URI: http://www.cardeo.ca	
Description: a css three website template
Version: 1.0
Author: Matt Lambert
*/

/*RESET*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*ALL*/

body {
 font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 12pt;
 line-height: 1.5;
 color: #333;
 padding: 0;
 margin: 0;
 text-align: left;
 vertical-align: top;
 border: 0;
 background-color: #ffffff;
}

img {
 border: 0;
}

a, a:link, a:visited {
 color: #0099ff;
 text-decoration: none;
 border: 0;
}

a:hover {
 color: #3d3d3d;
 text-decoration: none;
 border: 0;
}

ul {
 margin: 0;
 padding: 0px 0px 10px 0px;
 list-style: none;
 border: 0;
}

li {
 list-style: square;
}

p {
 padding: 0px 0px 10px 0px;
 margin: 0 auto;
 font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: 300;
 font-size:1.1em;
}

ol li {
 list-style-type: decimal;
}

/*TYPE*/

/*@font-face {  
 font-family: 'aller-display';  
 src: url('aller-display.ttf');  
}  */

h1 { 
 font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: 700;
 font-size:1.5em;
 color: #0099ff;
 padding-bottom: 10px;
}

h2 { 
 font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: 700;
 font-size:1em;
 color: #3d3d3d;
 padding-bottom: 10px;

}

h3 { 
 font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: 700;
 font-size:1.5em;
 color: #0099ff;
 padding-bottom: 10px;
}

h4 {
 font-size: 1.125em;
}

h5 {
 font-size: 1em;
}

h6 {
 font-size: 0.75em;
}

strong { 
 font-weight: bold;
}

/*LAYOUT*/

#container { 
 margin: 0 auto;
}

#top { 
 background-color:#0099ff;
 border-bottom: 1px solid #3d3d3d; 
}

#header { 
 width: 960px;
 margin: 0 auto;
 padding-top: 100px;
 background:url(images/logo.png) left no-repeat;
}

#title {
 text-indent:-9999em;
}

#nav {
 width: 960px;
 margin: 0 auto;
 background: url(images/nav-bg-gradient.png) repeat-x;
 position: fixed;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 1000;
}

#nav ul {
 list-style-type: none;
 margin: 0;
 padding: 0px 0px 0px 0px;
 border: 0;
}

#nav li { 
 list-style-type: none;
 display:inline;
 border-right: thin solid;
 border-color:#3d3d3d;
}

#nav li a {
 padding: 5px 18px 5px 18px;
}

.navoff {
 margin: 0 auto;
 clear: both;
 font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: 300;
 font-size:2em;
 padding-top: 0px; 
 padding-bottom: 0px;
 margin-left: -5px;
}

.navon {
 background-color: #fff;
 font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: 300;
 font-size:2em;
 margin-left: -5px;
}

#main {
 width: 960px;
 margin: 0 auto;
 padding-top: 20px;
 padding-bottom: 40px;
}

#bottom {
 width: 960px;
 margin: 0 auto;
 padding-bottom: 20px;
}


.image-box {
 float: right;
 margin-top: -80px;
 height:250px;
 width:480px;
}

.body-box {
 width: 440px;
 margin: 0 auto;
 padding-right: 40px;
 float: left;
}

#best-stuff {
 clear: both;
 float: left;
 margin: 0 auto;
 padding-top: 20px;
 padding-bottom: 20px;
}

#best-stuff ul {
 list-style-type: none;
 margin: 0;
 padding-bottom: 40px;
 border: 0;
}

#best-stuff li { 
 margin: 0 auto;
 padding: 0px 28px 0px 0px;
 list-style-type: none;
 display:inline;
}

#best-stuff img {
 -moz-box-shadow: 1px 1px 5px #3d3d3d; /* Firefox F3.5+ */
 -webkit-box-shadow: 1px 1px 5px #3d3d3d; /* Safari3.0+, Chrome */
 box-shadow: 1px 1px 5px #3d3d3d; /* Opera 10.5, IE 9.0 */
}

.image-box img {
 -moz-box-shadow: 1px 1px 5px #3d3d3d; /* Firefox F3.5+ */
 -webkit-box-shadow: 1px 1px 5px #3d3d3d; /* Safari3.0+, Chrome */
 box-shadow: 1px 1px 5px #3d3d3d; /* Opera 10.5, IE 9.0 */
}

#contact-links {
 clear: both;
 float: left;
 margin: 0 auto;
 padding-top: 20px;
 padding-bottom: 20px;
}

#contact-links ul {
 list-style-type: none;
 margin: 0;
 padding-bottom: 40px;
 border: 0;
 font-size: 1.2em;
}

#contact-links li { 
 margin: 0 auto;
 padding: 0px 28px 0px 0px;
 list-style-type: none;
}



/*LINKS*/

#nav .navoff a, #nav.navoff a:link, #nav.navoff a:visited {
 text-decoration: none;
 color: #fff;
}

#nav a:hover {
 text-decoration: none;
 color: #ccc;
}

#nav .navon {
 text-decoration: none;
 color: #3d3d3d;
 padding: 5px 18px 5px 18px;
}