body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
li { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
abbr,acronym { border: 0; font-variant: normal; }
input,textarea,select { font-family: inherit; font-size: inherit; font-weight: inherit; }
a { text-decoration: none; color: inherit; }

html {
    font-size: 62.5%;
	background: #fff;
}

body {
	width: 99.3em;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
}

hr {
	clear: both;
	border: .1em solid #eee;
	margin: 2em 0;
}

p a {
	color: #222;
	border-bottom: .1em solid #aaa;
}

.button,
select {
	background: url('../images/buttons/grey.png') no-repeat;
	width: 156px;
	line-height: 34px;
	display: inline-block;
	font-size: 1.3em;
	padding: 0 16px;
	color: #444;
	cursor: pointer;
}
input.button,
button.button,
select {
	text-align: left;
	width: 188px;
	padding: 7px 16px;
	line-height: 1em;
	height: 34px;
	border: 0;
}
input.button,
button.button {
	padding: 6px 16px 8px;
}
select {
	background-image: url('../images/buttons/select.png');
	padding-right: 10px;
}
.button.orange,
.column.orange .button:hover {
	background-image: url('../images/buttons/orange.png');
}
.button.pink,
.column.pink .button:hover {
	background-image: url('../images/buttons/pink.png');
	color: #fff;
}
.button.green,
.column.green .button:hover {
	background-image: url('../images/buttons/green.png');
}
.button.buy {
	background-image: url('../images/buttons/buy.png');
	width: 54px;
	color: #fff;
	float: left;
	margin-bottom: -34px; /* Just to bring the image back up to fill the space. Has no effect on the button. */
	position: relative;
	bottom: -200px;
}

.glyph {
	vertical-align: middle;
	margin: -.3em 1.5em 0 0;
}

.clear {
	clear: both;
}

.fancy-home {
	width: 253px;
	height: 578px;
	background: #f00 url('../images/fancy-home.png') no-repeat;
	float: left;
	margin-left: -290px;
	margin-top: -290px;
}

.device-stylized {
	width: 63px;
	height: 69px;
	background: #f00 url('../images/device-stylized.png') no-repeat;
	float: right;
	margin-right: -180px;
	margin-top: -90px;
}

#header {
	background: url('../images/nav/bottom.png') no-repeat left bottom;
	height: 5em;
	margin: 1em 0 .1em;
}

#header #nav {
	float: right;
	margin-top: .7em;
}
#header #nav li {
	font-size: 1.4em;
	float: left;
	margin-right: 2em;
	line-height: 30px;
}
#header #nav li span {
	display: block;
	height: 30px;
}
#header #nav li a {
	color: #333;
	padding: 0 1em;
	height: 30px;
	display: block;
}
#header #nav li.selected,
#header #nav li:hover {
	background: url('../images/nav/active-mid.png');
}
#header #nav li.selected span,
#header #nav li:hover span {
	background: url('../images/nav/active-right.png') no-repeat right top;
}
#header #nav li.selected a,
#header #nav li:hover a {
	color: #fff;
	background: url('../images/nav/active-left.png') no-repeat left top;
}

.flash-promo {
	height: 367px;
	background: url('../images/main-placeholder.png');
}

#index {
	overflow-x: hidden;
}
#content #main {
	float: right;
	margin-top: 3em;
	width: 45em;
	padding: 5.5em 5em 0 2em;
}
#index #main {
	width: auto;
	padding: 0;
}
#content #main p {
	clear: both;
	font-size: 1.3em;
	line-height: 1.4em;
}
#content #main h3 {
	font-size: 1.7em;
	margin-bottom: 2em;
}
#content #main h4 {
	font-size: 1.5em;
	margin-bottom: 1em;
}
#content #main h4 a {
	border-bottom: .1em solid #ddd;
}
#content #main .sdk-pdf {
	background: #f00 url('../images/pdf-background.png') no-repeat;
	width: 215px;
	padding: 25px 32px 0 145px;
	height: 85px;
}
#content #main .sdk-pdf h4 {
	font-size: 1.7em;
	line-height: 1.2em;
	margin-bottom: .25em;
}
#content #main .sdk-pdf a {
	font-size: 1.2em;
	border-bottom: .1em solid #ddd;
	color: #444;
}
#content #main .glyphed-button {
	margin: 4em 0;
}
#content #main .glyphed-button .acrobat {
	float: right;
	width: 18em;
	margin-right: 3em;
	margin-top: 2.5em;
}
#content #main .glyphed-button .acrobat a {
	font-size: 1.2em;
	margin-left: -.5em;
	color: #999;
	border-bottom: .1em solid #ddd;
}

#media #content #main hr {
	margin: 5em 0;
}
#media #content #main .glyphed-button {
	margin: 2em 0 3em;
}

#content {}
#content h2 {
	font-size: 2em;
	color: #888;
	letter-spacing: -.05em;
	margin-bottom: 1.25em;
}
#content .sub {
	float: right;
	margin: 1em 0 2em;
	color: #999;
	border-bottom: .1em solid #ddd;
	font-size: 1.2em;
}
#content .sub.inset {
	margin: 1em 5em 0 0;
}
#content #sidebar {
	float: left;
	width: 28em;
	padding: 5.5em 3.5em 1em 3em;
}
#content #sidebar .promo {
	margin: 0 0 2em 3em;
}
#products #content #sidebar .promo,
#technology #content #sidebar .promo {
	margin: 0 0 6em 2em;
}
#content #sidebar .section {
	padding-right: 5.5em;
	border-right: .1em solid #e0e0e0;
	margin-bottom: 4em;
}
#content #sidebar .section .news-item {
	border-bottom: .1em solid #ddd;
	padding-right: 2em;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
#index #content #sidebar {
	padding-right: 0;
	width: 26em;
}
#content #sidebar p,
#content #sidebar ul {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
#content #sidebar ul li {
	margin-bottom: .5em;
}
#content #sidebar ul a {
	color: #444;
	border-bottom: .1em solid #ccc;
}

#content #button-matrix {
	float: right;
	padding: 3.5em 0;
	border-bottom: .1em solid #ddd;
}

#content #button-matrix .column {
	float: left;
	margin: 0 1em;
	width: 20em;
}

#content #button-matrix li {
	margin-bottom: 1em;
}

#content #main .video-placeholder {
	margin: 4em 0 0 2em;
}

#content #main .sdk-promo {
	margin: 7em 0;    
}

#products #content #main p.blurb {
	margin-top: 2em;
}
#technology p.blurb {
	margin-bottom: 2em;
}

form p {
	margin-bottom: .5em;
}
form input,
form textarea {
	width: 17em;
	border: 0;
	background: #f1f1f1;
	padding: .8em .8em;
	font-size: 1em;
	color: #333;
	margin: 0 0 .5em;
	font-size: 1.2em;
}
form select {
	margin-bottom: .5em;
}
form label {
	display: block;
	font-size: 1.2em;
	margin: 1em 0;
	clear: both;
}
form textarea {
	width: 100%;
	height: 8em;
}
form input.button {
	margin-top: 3em;
}

form.sdk_contact .right {
	float: right;
	width: 19em;
}
form.sdk_contact .right label {
	margin: 1.25em 0 .4em;
}
form.sdk_contact .right select {
	margin: 0 0 .4em;
}
form.contact .right {
	float: right;
	width: 20.5em;
}
form.contact .right label {
	margin: .5em 0 .5em;
}
form.contact .right select {
	margin-bottom: 1.5em;
}
form.contact textarea {
	height: 20em;
}
form.buy p {
	margin-bottom: 2em;
}
form.buy ul {
	margin: 0 0 2em;
}
form.buy ul li {
	font-size: 1.2em;
	list-style: circle;
}
form.buy table {
	margin-bottom: 2em;
}
form.buy table td,
form.buy table th {
	font-size: 1.2em;
	padding: 1em;
}
form.buy table th {
	text-align: right;
	font-style: italic;
}
form.buy table tr {
	border-bottom: .1em solid #ddd;
}
form.buy table td {
	font-weight: bold;
	background: #f0f0f0;
}
form.buy #eula {
	height: 20em;
	margin-bottom: 2em;
}
form.buy .cancel {
	font-size: 1.3em;
	margin-left: .75em;
}
form.buy .cancel a {
	color: #f00;
}


#support .questions {
	margin: 0 0 4em;
}
#support .questions li {
	font-size: 1.2em;
	margin-bottom: .5em;
}
#support .questions li a {
	border-bottom: .1em solid #bbb;
}
#support .questions li a:hover {
	color: #fd3b86;
	border-color: #fd3b86;
}
div.qa {
	margin-bottom: 4em;
}
div.qa h2 {
	background: url('../images/glyphs/question.png') no-repeat left center;
	padding-left: 2em;
	margin-left: -2em;
}
#support #main .promo {
	float: right;
	margin: 5em 0 3em;
}

.post p {
	margin-bottom: 1em;
	font-size: 1.2em;
}
.post .info {
	margin-top: 2em;
	font-size: 1.2em;
}

#footer {
	height: 10em;
	margin-top: 10em;
}
#footer ul {
	float: left;
	margin-left: 10em;
}
#footer ul li {
	display: inline;
	padding: 0 2em;
}
#footer a {
	color: #777;
	font-size: 1.2em;
	border-bottom: .1em solid #ddd;
}
#footer .right {
	float: right;
}

#sdk_contact_js,
#send_email {
	/* overflow-x: hidden; 
	overflow-y: hidden; */
}
#modal {
	width: 500px;
	padding: 2em;
}

/* Debugger */
#debug {
    background: #ffffdd;
    color: #666;
    padding: .4em .75em .5em .75em;
    border-top: .1em solid #ddd;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 33%;
    overflow-y: scroll;
    overflow-x: hidden;
}
#debug h5 {
    margin: 0;
    font-size: 1.1em;
    color: #a3a39a;
}
#debug h5 .sub {
    color: #b3b3aa;
}
#debug ol.queries li {
    margin: 0 0 1em;
}
#debug pre {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 .5em;
    word-wrap: break-word;
}
#debug .toggle {
    font-weight: bold;
    color: #666;
    float: right;
}

div#controls {
    background-color: #131313;
    border-bottom: .1em solid #0f0f0f;
    padding: .3em 0 .2em;
	margin-bottom: 3em;
    width: 100%;
}
div#controls ul {
    margin: 0 auto;
    padding: .4em;
    width: 660px;
}
div#controls ul li {
    background: none;
    display: inline;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div#controls ul li a:link,
div#controls ul li a:visited {
    color: #bbb;
    border: none;
    padding: .1em .6em;
}
div#controls ul li a:hover {
    color: #fff;
}
div#controls ul li.close a:link,
div#controls ul li.close a:visited {
    color: #e35533;
}
div#controls ul li.close a:hover {
    color: #ff6039;
}

div.notice, div.message, div.warning {
    color: #111;
    font-weight: bold;
    margin: 0 0 2em 0;
    padding: 1em;
	font-size: 1.4em;
}
div.notice {
    background: url('../images/dots-green.gif') repeat top left;
}
div.message {
    background: url('../images/dots-blue.gif') repeat top left;
}
div.warning {
    background: url('../images/dots-red.gif') repeat top left;
}
div.notice .sub, div.message .sub, div.warning .sub {
	float: none !important;
    font-size: .9em !important;
    color: #888 !important;
    margin: 0 0 0 .5em !important;
	border: none !important;
	font-weight: normal;
}

.inline_edit {
    color: #ddd;
    padding: 1em;
    background: #111;
    position: relative;
}
.inline_edit input[type="text"],
.inline_edit textarea {
    background-color: #222;
    border: none;
    color: #eee;
    padding: .4em;
    width: 410px;
}
.inline_edit .more_options_link:link {
    color: #5B7C99;
    display: block;
    font-weight: bold;
    padding: 0 0 .3em 0;
}
.inline_edit .more_options {
    background-color: #1a1a1a;
    padding: 1em;
}
.inline_edit .more_options p {
    float: left;
    width: 50%;
    min-height: 5em;
    padding-bottom: .5em;
    margin: 0;
}
.inline_edit .more_options p input[type="text"] {
    width: 90%;
    margin-bottom: 0;
}
.inline_edit .more_options p .sub {
    font-size: .8em;
    color: #777;
}
.inline_edit .buttons {
    padding: .5em;
    background: #1a1a1a;
    color: #ddd;
}
.inline_edit h2 {
    color: #83A650;
}
.post_edit {
    margin-bottom: 2em;
}

pre {
    font-size: 10px;
}
code {
    font-family: monospace;
}
pre code {
    display: block;
    background: #111;
    color: #fff;
    padding: .5em .75em .35em;
    margin-bottom: 1em;
}

em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

