/* CSS 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,
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 {
	line-height: 1;
}

ol, 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;
}

/* Core Layout */

html, body {
	margin: 0;
    padding: 0;
	background: #212121 url("../img/MainBack.png") fixed;
}

body {
   	position: relative;
    width: 100%;
	font-family: "Lucida Grande", helvetica;
	font-size: 12px;
	line-height: 20px;
	color: #a3a3a3;
}

#page {
	padding-top: 202px;
	padding-bottom: 20px;
	z-index: 2;
}

#top {
	position: absolute;
	width: 100%;
	height: 222px;
	top: 0;
	left: 0;
	z-index: 1;
}

#top_strip {
	position: absolute;
	width: 100%;
	top: 99px;
	height: 63px;
    background-color: #1e1e1e;
	background-color: rgba(30, 30, 30, 0.7);
}

#header {
	position: relative;
	margin: 20px auto;
    width: 800px;
	height: 162px;
	background: url("../img/BackTopRainbow.png") top left no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 5px #1e1e1e;
	-moz-box-shadow: 0 3px 5px #1e1e1e;
}

#nav_zone {
	position: absolute;
	top: 70px;
	width: 800px;
	height: 62px;
	padding-top: 30px;
}

#main {
	position:relative;
	margin: 0 auto;
    width: 800px;
}

#content_zone {
    position: relative;
    width: 800px;
}

#footer {
	position: relative;
	clear: both;
	margin: 0 auto;
    width: 800px;
	height: 120px;
    background: transparent url("../img/BackBottomRainbow.png") no-repeat bottom left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 5px #1e1e1e;
	-moz-box-shadow: 0 3px 5px #1e1e1e;
}


/* Header */

#nav_zone a.logo {
	position: absolute;
	display: block;
	padding: 0;
	top: 10px;
	left: 4px;
	width: 298px;
	height: 62px;
	background: url("../img/Logo.png") no-repeat center center;
	z-index: 2;
	text-decoration: none;
}

#nav_zone a.logo:hover {
	background: url("../img/LogoSelected.png") no-repeat center center;
}

#nav_zone ul {
	float: right;
	margin: 0;
	padding-right: 8px;
	padding-top: 0;
	height: 34px;
	line-height: 34px;
}

#nav_zone ul li {
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	z-index: 10;
}

#nav_zone ul li a {
	position: relative;
	display: inline;
	margin: 0px 8px;
	z-index: 10;
	height: 34px;
	overflow: hidden;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav_zone ul li.backLava {
    position: absolute;
    width: 100px; 
	height: 34px;
    z-index: 8;
	background-color: #747b89;
	background-color: rgba(116,123,137,0.55);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Footer */

#footer div {
	position: relative;
	padding: 20px;
    width: 760px;
	height: 40px;
	font-size: 10px;	
	line-height: 20px;
	text-align: center;
	background-color: #1e1e1e;
	background-color: rgba(30,30,30,0.7);
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

/* Generic */

a {
	outline: none;
	color: #0A90FE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #006EDA;
	text-decoration: underline;
}

a:visited {
	color: #006EDA;
}

h1, h2, h3 {
    margin: 0 0 20px 0;
    padding: 0;
	font-weight: bold;
	color: #fff;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	margin-bottom: 0px;
	font-size: 14px;
}

p {
    margin-bottom: 20px;
    padding: 0;
}

.marked {
	color: #fff;
}

.normal {
	color: #a3a3a3;
}

.left {
	float: left;
}

.right {
	float: right;
	margin-left: 10px;
}

::selection {
    background: #a0a0a0;
}

::-moz-selection {
    background: #a0a0a0;
}

div.section {
	position: relative;
	clear: both;
	padding: 0;
	width: 100%;
	background-color: #1e1e1e;
	background-color: rgba(30,30,30,0.7);
	-webkit-box-shadow: 0 3px 5px #1e1e1e;
	-moz-box-shadow: 0 3px 5px #1e1e1e;
}

div.entry {
	position: relative;
	margin-bottom: 40px;
	clear: both;
}

div.block {
	position:relative;
}

div.headlines {
	position: relative;
	width: 720px;
	height: 40px;
	margin-bottom: 20px;
	padding: 10px 40px 10px 40px;
	line-height: 40px;
	background-color: #1e1e1e;
	background-color: rgba(30,30,30,0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 3;
	-webkit-box-shadow: 0 3px 5px #1e1e1e;
	-moz-box-shadow: 0 3px 5px #1e1e1e;
}

div.headlines span.headline {
	display: block;
	float: left;
	padding-right: 8px;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

div.headlines ul {
	position: relative;
	display: block;
	float: left;
	top: 2px;
	width: 500px;
	height: 40px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	background-color: transparent;
}

div.headlines ul li {
	display: block;
}

a.headline, a:hover.headline, a:active.headline, a:visited.headline {
	color: #a3a3a3;
	text-decoration: none;
}

div.headlines a.trigger {
	background: url("../img/Icons.png") no-repeat 0 0;
	border: 0;
	display: block;
	float: left;
	height: 45px;
	left: 4px;
	outline: 0;
	position: relative;
	text-indent: -9999px;
	top: -4px;
	width: 45px;
}

div.headlines a.trigger:hover {
	background: url("../img/Icons.png") no-repeat 0 -55px;
}

div.headlines a.page {
	display: inline;
	float: none;
}

div.pagination {
	position: relative;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background-color: #2E2E2E;
}

/* Home/Products/Download Pages */

.newsticker {
	background: #1e1e1e;
}

.bubbleInfo {
	position: relative;
	float: right;
}

.bubbleInfo .popup {
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 20px;
	width: 160px;
	line-height: 20px;
	background: #1e1e1e;
/* 	background: rgba(30, 30, 30, 0.95); */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid white;
	-webkit-box-shadow: 0 3px 5px #1e1e1e;
	-moz-box-shadow: 0 3px 5px #1e1e1e;
}

/* creates the larger triangle */
.popup:before {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	left:169px; /* controls horizontal position */
	width:0;
	height:0;
	border:10px solid transparent;
	border-top-color:white;
}

/* creates the smaller  triangle */
.popup:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-12px; /* value = - border-top-width - border-bottom-width */
	left:173px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	width:0;
	height:0;
	border: 6px solid transparent;
	border-top-color:#1e1e1e;
}

a.big_product {
	background-color: #1e1e1e;
	background-color: rgba(30,30,30,0.7);
	border: 2px solid #1e1e1e;
	border: 2px solid rgba(30,30,30,0.7);
	border-radius: 10px;
	display: block;
	height: 396px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 796px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 3px 5px #1e1e1e;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 3px 5px #1e1e1e;
}

a.big_product h1 {
	left: 40px;
	position: relative;
	top: 40px;
}

a.big_product h2 {
	font-size: 14px;
	left: 40px;
	line-height: 20px;
	position: relative;
	top: 40px;
	width: 340px;
}


a.big_product img {
	border: 0;
	display: block;
	margin: 0;
	outline: 0;
	padding: 0;
	position: absolute;
	right: 40px;
	top: 20px;
}

a.big_product:hover {
	border: 2px solid #fff;
	text-decoration: none;
}

a.product {
	background-color: #1e1e1e;
	background-color: rgba(30,30,30,0.7);
	border: 2px solid #1e1e1e;
	border: 2px solid rgba(30,30,30,0.7);
	border-radius: 10px;
	color: #a3a3a3;
	display: block;
	height: 153px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 40px;
	position: relative;
	width: 306px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 3px 5px #1e1e1e;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 3px 5px #1e1e1e;
}

a.product img {
	border: 0;
	display: block;
	float: left;
	height: 64px;
	margin: 0;
	outline: 0;
	padding-right: 20px;
	width: 64px;
}

a.product:hover {
	border: 2px solid #fff;
	text-decoration: none;
}

div.emptyProduct {
	background-color: #1e1e1e;
	background-color: rgba(30,30,30,0.7);
	border: 2px solid #1e1e1e;
	border: 2px solid rgba(30,30,30,0.7);
	border-radius: 10px;
	color: #a3a3a3;
	display: block;
	float: right;
	height: 153px;
	margin-bottom: 20px;
	margin-left: 10px;
	overflow: hidden;
	padding: 40px;
	position: relative;
	width: 306px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 3px 5px #1e1e1e;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 3px 5px #1e1e1e;	
}

img.star {
	position: absolute;
	display: block;
	top: -20px;
	left: 340px;
	margin: 0;
	padding: 0;
	z-index: 25;
}

img.big_star {
	position: absolute;
	display: block;
	top: -20px;
	left: 750px;
	margin: 0;
	padding: 0;
	z-index: 25;
}

/* Product Pages */

div.headlines a.download {
	width: 45px;
	height: 45px;
	background: url("../img/Icons.png") no-repeat -61px 0;
}

div.headlines a.download:hover {
	width: 45px;
	height: 45px;
	background: url("../img/Icons.png") no-repeat -61px -55px;
}

div.headlines a.register {
	width: 45px;
	height: 45px;
	background: url("../img/Icons.png") no-repeat -122px 0;
}

div.headlines a.register:hover {
	width: 45px;
	height: 45px;
	background: url("../img/Icons.png") no-repeat -122px -55px;
}

div.headlines a.support {
	width: 45px;
	height: 45px;
	background: url("../img/Icons.png") no-repeat -244px 0;
}

div.headlines a.support:hover {
	width: 45px;
	height: 45px;
	background: url("../img/Icons.png") no-repeat -244px -55px;
}

div.section {
	position: relative;
	overflow: hidden;
	width: 720px;
	margin-bottom: 20px;
	padding: 40px 40px 0 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #1e1e1e;
	background-color: rgba(30,30,30,0.7);
	-webkit-box-shadow: 0 3px 5px #1e1e1e;
	-moz-box-shadow: 0 3px 5px #1e1e1e;
}

img.product_star {
	position: absolute;
	display: block;
	top: 60px;
	left: 750px;
	margin: 0;
	padding: 0;
	z-index: 25;
}

div.section h1 {
	clear: both;
}

div.fullPar {
	width: 720px;
	margin-bottom: 40px;
}

div.historyPar {
	width: 720px;
	margin-bottom: 40px;
}

div.infoParLeft {
	float: left;
	clear: both;
	width: 340px;
	margin-bottom: 20px;
	padding-right: 20px;
}

div.infoParRight {
	float: right;
	width: 340px;
	margin-bottom: 20px;
	padding-left: 20px;	
}

a.screenshot {
	border: 2px solid ;
	border-radius: 5px;
	float: left;
	height: 50px;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 80px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.screenshot:hover {
	border: 2px solid white;
}

div.section img.universalLogo {
	float: right;
	margin: 0 0 10px 10px;
	border: 0;
	outline: 0;
	width: 95px;
	height: 60px;
}

div.section img.universalLogo:hover {
	border: 0;
}

div.historyPar ul {
	margin-left: 20px;
	list-style-type: disc;
}

/* Support Page */

a.productSupport {
	background-color: #1e1e1e;
	background-color: rgba(30,30,30,0.7);
	border: 2px solid #1e1e1e;
	border: 2px solid rgba(30,30,30,0.7);
	border-radius: 10px;
	color: #a3a3a3;
	display: block;
	height: 64px;
	line-height: 64px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px 40px;
	position: relative;
	width: 306px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 3px 5px #1e1e1e;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 3px 5px #1e1e1e;
}

a.productSupport img {
	border: 0;
	display: block;
	float: left;
	height: 64px;
	margin: 0;
	outline: 0;
	padding-right: 20px;
	width: 64px;
}

a.productSupport:hover {
	border: 2px solid #fff;
	text-decoration: none;
}

a.emptyProductSupport {
	background-color: #1e1e1e;
	background-color: rgba(30,30,30,0.7);
	border: 2px solid #1e1e1e;
	border: 2px solid rgba(30,30,30,0.7);
	border-radius: 10px;
	color: #a3a3a3;
	display: block;
	float: right;
	height: 64px;
	line-height: 64px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px 40px;
	position: relative;
	width: 306px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 3px 5px #1e1e1e;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 3px 5px #1e1e1e;
}


div.form {
	position: relative;
	margin: 0 70px;
}

form div.input {
	background-color: #2E2E2E;
	border-radius: 5px;
	clear: both;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 10px;
	width: 560px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

form div.input label {
	display: block;
	float:left;
	width: 170px;
	font-weight: bold;
}

form div.input input {
	background-color: #2E2E2E;
	border: 0;
	border-left: 1px solid #a3a3a3;
	color: #a3a3a3;
	float: left;
	font-family: "Lucida Grande", helvetica;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	outline: 0;
	padding-left: 10px;
	width: 350px;
}

.form div.error label {
	font-size: 13px;
	color: #a3a3a3;
	text-align: left;
	line-height: 13px;
}

.form div.error-message {
	position: relative;
	font-size: 10px;
	clear: left;
	color: white;
	text-align: left;
	top: -12px;
	left: 0px;
}

form div.textarea {
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #2E2E2E;
	height: 270px;
	width: 560px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
}

.form div.textarea div.error-message {
	position: relative;
	font-size: 10px;
	clear: left;
	color: white;
	text-align: left;
	top: -260px;
	left: 0px;
}

form div.input textarea {
	background-color: #2E2E2E;
	border: 0;
	border-left: 1px solid #a3a3a3;
	color: #a3a3a3;
	float: left;
	font-family: "Lucida Grande", helvetica;
	font-size: 12px;
	height: 270px;
	outline: 0;
	padding-left: 10px;
	resize:none;
	width: 350px;
}

.form div.submit {
	clear: left;
	margin-top: 20px;
	padding: 0;
	text-align: left;
}

.form div.submit input {
	border-radius: 5px;
	background-color: #2E2E2E;
	color: #a3a3a3;
	margin-left: 400px;
	outline: 0;
	padding: 5px 10px 5px 10px;
	width: 180px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.curFocus {
	color: white !important;
}

/* Blog */

div.headlines a.twitter {
	background: url("../img/Icons.png") no-repeat -183px 0;
	height: 45px;
	width: 45px;
}

div.headlines a.twitter:hover {
	background: url("../img/Icons.png") no-repeat -183px -55px;
}

div.headlines a.apps {
	background: url("../img/Icons.png") no-repeat -303px 0;
	height: 45px;
	width: 45px;
}

div.headlines a.apps:hover {
	background: url("../img/Icons.png") no-repeat -303px -55px;
}


div.leftColumn {
	position: relative;
	float: left;
	padding: 0 40px 0 0;
	margin-bottom: 40px;
	width: 213px;
}

div.centerColumn {
	position: relative;
	float: left;
	padding: 0 40px 0 0;
	margin-bottom: 40px;
	width: 213px;	
}

div.rightColumn {
	position: relative;
	float: left;
	padding: 0;
	margin-bottom: 40px;
	width: 213px;		
}

div.search {
	background-color: #2E2E2E;
	border-radius: 5px;
	float: right;
	height: 30px;
	line-height: 30px;	
	margin-right: 8px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 154px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.search form {
	display: inline;
}
div.search input {
	position: relative;
	display: inline;
	width: 100px;
	border: 0;
	padding: 2px 0 2px 5px;
	background-color: #2E2E2E;
	border-left: 1px solid #a3a3a3;
	color: #a3a3a3;
	outline: 0;
}

div.search #goSearch {
	display: none;
	width: 30px;
	border: 0;
	background-color: #2E2E2E;
	padding: 1px;
	color: #a3a3a3;
}

form#PostAddForm {
	display: inline;
}

.message {
	padding-left: 40px;
}

#flashMessage {
	color: red;
}
#errorMessage {
	color: #720000;
	background-color: #ffcfcd;
	
}

.post {
	position: relative;
	margin-bottom: 40px;
}

.post .body {
}

.post .meta {
	position: relative;
	top: -20px;
}

.otherPosts {
	clear: both;
}

.commentlist {
	position: relative;
	margin-bottom: 40px;
	clear: both;
}

.comment {
	}

.comment .meta {
	font-weight: bold;
}

.commentnumber {
	font-size: 14px;
	color: white;
}

#commentsclosed {
	color: #777;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 13px;
	}
	
small, blockquote, strike {
	color: #777;
	}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps{
	font-size: 9px;
	letter-spacing: 0.7px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 5px 5px 0 5px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

pre {
	font-size: 11px;
}

/* jQuery Bookmark styles v1.1.3 */

.bookmark_list {
	display: inline-block;
	float: left;
	list-style-type: none;
	font-size: 80%;
	margin: 0;
	padding: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.bookmark_list {
		font-size: 100%;
	}
}
html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}
.bookmark_list li {
	float: left;
	width: 23%;
	margin: 0px 1px;
	padding: 1px;
	background-color: transparent;
	border: 0;
	line-height: 16px;
}
.bookmark_compact {
	margin-top: 10px;
	margin-bottom: 40px;
	border: 0;
	background-color: #2E2E2E;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bookmark_compact li {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
	border: none;
}
.bookmark_list a {
	width: 100%;
	text-decoration: none;
	cursor: pointer;
}
.bookmark_list span {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.bookmark_list img {
	border: none;
}

/* Errors */

div.section img.errorImage {
	float: left;
	width: 192px;
	height: 192px;
	border: 0;
}

div.error {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	color: white;
}

#nav_zone div.logo {
	position: absolute;
	display: block;
	padding: 0;
	top: 10px;
	left: 4px;
	width: 298px;
	height: 62px;
	background: url("../img/Logo.png") no-repeat center center;
}

/* jQuery Tweet */

.tweet {
}

.tweet .tweet_list {
	background-color: #2E2E2E;
	border-radius: 5px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tweet .tweet_list li {
	overflow: auto;
	padding: .5em; 
}

.tweet .tweet_list li a {
}

.tweet .tweet_list .tweet_even {
}

.tweet .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left; 
}

.tweet .tweet_list .tweet_avatar img {
	vertical-align: middle; 
}
