/**************************** IE 6/7 Related **************************/

.toggle {
}

.display-none {
	display:none;
}

/**************************** General **************************/

body {
	padding: 0px;
	margin: 0px;
	background-color: #ebedf0;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: none;
}

body p, input, li, li a, label, textarea, table, a {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

body p, input, li, li a, pre, label, legend, textarea, table {
	font-weight: 300;
	font-size: 16px;
	color :#62666c;	
}

body p, li, li a, pre, label, legend, table {
	text-shadow: white 0px 1px 1px;
}

body p {
	margin-top: 1em;
	margin-bottom: 1em;
}

li p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

li a {
	text-decoration: none;
}

strong {
	font-weight: 500;
}

a img {
	border: none;
}

a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6, legend {
	font-family: "museo-sans-1","museo-sans-2", "Helvetica Neue", "Helvetica", "Arial";
	font-weight: 300;
	text-shadow: white 0px 1px 1px;
	color: #43464a;
}

h1 {
	font-size: 40px;
	margin-bottom: 12pt;
	font-weight: 500;
	color: #43464a;
}

h2 {
	font-size: 26px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0%, 0%, 0%, 0.06);
	padding-bottom: 0.5em;
	color:#43464a;
	text-shadow: white 0px 1px 1px;
}

h2 + * {
	margin-top: 1em;
}

h3 {
	margin-top: 20px;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 14px;
	font-family: "museo-slab-1","museo-slab-2", "Helvetica Neue", "Helvetica", "Arial";
	color:#88929e;
}

h3 + * {
	margin-top: 0;
}

h3:first-child {
	margin-top: 0px;
	padding-top: 30px;
}

.box h3 {
	margin-top: 0em;
}

.box h3:first-child {
	margin-top: 1.4em;
}

p + h3 {
	margin-top: 3em;
}

div#content {
	width: 1000px;
	margin: auto;
	margin-top: 3em;
}

.two-col-left img,
.two-col-right img,
.three-col-left img,
.three-col-mid img,
.three-col-right img {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.two-col-left {
	float:left;
	width: 50%;
}

.two-col-right {
	float:right;
	width: 50%;
}

.two-col-left-content{
	margin-right: 25px;
}

.two-col-right-content{
	margin-left: 25px;
}

.three-col-left {
	float:left;
	width:33.33%;
}

.three-col-mid {
	float:left;
	width:33.33%;
}

.three-col-right {
	float:right;
	width:33.33%;
}

.three-col-left-content{
	margin-right: 20px;
}

.three-col-mid-content{
	margin-left: 20px;
	margin-right: 20px;
}

.three-col-right-content{
	margin-left: 20px;
}

.box {
	border: 1px solid;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.feature-box {
	background-color: #f9fafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9fafa), to(#f0f2f2));
	background: -moz-linear-gradient(top, #f9fafa, #f0f2f2);  
	border-color: #c5c5c9;
	text-shadow: white 0px 1px 1px;
	margin-right: 5px;
}

.feature-box p {
	color: #333;
	text-shadow: white 0px 1px 1px;
}

.feature-box h3 {
	padding:0px;
	color: #a9a9a9;
}

div#testimonials {
	position: relative;
	width: 210px;
	float: right;
	text-align: right;
	padding: 20px;
	padding-right: 0px;
}

div.testimonial {
	margin-top: 30px;
	font-size: 90%;
}

div#testimonials h3 {
	margin-top: 3em;
}

blockquote {
	margin: 0px;
}

blockquote + p {
	margin-bottom: 40px;
}
			
.quote-subtext {
	font-size: 80%;
	color: #a6abb4;
	margin-top: 0;
}

img {
	margin-top:20px;
	margin-bottom: 20px;
}

.key-visual img {
	margin:0px;
}

.key-visual {
	float: left;
	margin-right: 25px;
	margin-top: 25px;
}

.key-content {
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 60px;
	padding: 20px;
	padding-right: 35px;
	padding-bottom: 35px;
}

.left-list {
	float:left;
	margin-right: 20px;
}

.right-list {
	float:right;
	margin-left: 20px;
}

.left {
	float:left;
	width: 50%;
}

.right {
	float:right;
	width: 50%;
}

.center {
	width:1000px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}

.center-content,
.center-content-margin {
	margin-left: 30px;
	margin-right: 30px;
}

.center-content,
.center-content-width {
	width:940px;
}

.center-content {	
	position: absolute;
}

.container {
	width: 100%;
}

#main-quote {
	position: absolute;
	margin-top: 60px;
}

.divider {
	background-image: url(/images/horizontal-divider.png);
	height: 2px;
	width: 674px;
	margin-left: auto;
	margin-right: auto;
}

textarea {
  resize:none;
  vertical-align:text-top;
}

form textarea,
form input {
	border: 1px solid;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-color:#898a8c;
	background-color: white;
	padding-left: 3px;
}

legend {
	font-size: 20px;
	font-weight: bold;
}

.right-aligned {
	text-align: right;
}

/**************************** Anchors & Cross links **************************/

p a, a, .xtrig {
	color: inherit;
	text-decoration: underline;
}

/**************************** Float Clearing **************************/

.clear-both {
	clear:both;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

/**************************** Navigation **************************/

#nav {
	position: absolute;
	margin-top: 1.5em;
	width: 100%;
}

#nav a {
	height:24px;
	background:transparent url(/images/nav-menu.png);
}

#nav #zennaware {
	float:left;
	width: 114px;
	background-position:0 0;
}

#nav #zennaware:hover {
	background-position:0 -23px;
}

#nav #store {
	float:right;
	width: 56px;
	background-position:-118px 0;
	margin-right: 30px;
}

#nav #store:hover {
	background-position:-118px -23px;
}


#nav #support {
	float:right;
	width: 82px;
	background-position:-178px 0;
	margin-right: 30px;
}

#nav #support:hover {
	background-position:-178px -23px;
}

#nav #weblog {
	float:right;
	width: 76px;
	background-position:-262px 0;
}

#nav #weblog:hover {
	background-position:-262px -23px;
}

.nav-bg {
	position: relative;
	height:68px;
	background-color: #3a3e43;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #44494f), color-stop(0.9, #3a3e43), color-stop(1.0, #303337));
	background: -moz-linear-gradient(top, #44494f 0%, #3a3e43 90%, #303337 100%);
}

.nav-body-edge {
	position: absolute;
	top:68px;
	height:1px;
	width: 100%;
	background-color: #f8fafd;
}

/**************************** Header titles **************************/

.header-quote-jeremy,
.header-quote-cormac,
.header-quote-rich,
.header-quote-joel,
.header-quote-dan {
	background-image: url(/images/header-quote.png);
	position: absolute;
	left:-10px;
	top:200px;
	width: 476px;
}

.header-quote-jeremy {
	background-position: 0px -2px;
	height: 176px;
}

.header-quote-cormac {
	background-position: 0px -176px;
	height: 192px;
}

.header-quote-rich {
	background-position: 0px -388px;
	height: 142px;
}

.header-quote-joel {
	background-position: 0px -548px;
	height: 180px;
}

.header-quote-dan {
	background-position: 0px -731px;
	height: 180px;
}

.header-title-main,
.header-title-support,
.header-title-weblog,
.header-title-store {	
	position: absolute;
	background-image: url(/images/header-title.png);	
	left: 0px;
	top:400px;
	width: 533px;
}

.header-title-main {
	background-position: 0px 0px;
	height: 110px;
}

.header-title-support {
	background-position: 0px -114px;
	height: 110px;
}

.header-title-weblog {
	background-position: 0px -226px;
	height: 110px;
}

.header-title-store {
	background-position: 0px -336px;
	height: 110px;
}

.glow-top {
	position: absolute;
	background-image: url(/images/glow-top.png);
	height: 107px;
	width:728px;
	margin-left: 136px;
}

/**************************** Footer **************************/

.footer {
	height:54px;
	background-color: #303032;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #303032), color-stop(1.0, #2c2c2e));
	background: -moz-linear-gradient(top, #303032, #2c2c2e);
}

#footer p {
	text-align: center;
	color:#c2c9d3;
	font-size: 10pt;
	text-shadow: black 0px 1px 1px;
	margin-top: 12px;
	margin-bottom: 1px;
}

#footer .top-edge-shadow {
	position: relative;
	height: 4px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.0, rgba(0, 0, 0, 0.18)), color-stop(1.0, transparent));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.18), transparent);
}

#footer .top-edge {
	height: 1px;
	background-color: #fafcff;
}

#footer .address {
	margin-top: 1px;
	padding-top: 1px;
	font-size: 8pt;
	color:#6d7177;
	text-shadow: #202123 0px 1px 1px;
}

