* {
	font-style: normal;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
 
body {
	text-align: center;
	background: #151515;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
 
#column {
	width: 800px;
	margin: 0 auto 0 auto;
	clear: both;
}
 
#header {
	width: 800px;
	height: 259px;
	background: url("images/header.png") top left no-repeat;
	position: relative;
}
 
h1 a {
	display: block;
	text-indent: 9999px;
	line-height: 9999px;
	overflow: hidden;
	width: 184px;
	height: 42px;
	position: absolute;
	top: 112px;
	left: 450px;
	background: url("images/title-text.png") top left no-repeat;
}
 
div#header > h2 {
	display: block;
	position: absolute;
	top: 160px;
	left: 411px;
	color: white;
	font-weight: normal;
	font-size: 1.05em;
	text-align: center;
	width: 250px;
}
#version-badge {
	position: absolute;
	top: 70px;
	right: 25px;
	width: 78px;
	height: 76px;
	background: url("images/version-badge.png") top left no-repeat;
	text-align: center;
	text-indent: -4px;
	text-shadow: 0px 2px 1px #904a30;
	font-size: 1.9em;
	line-height: 74px;
	color: white;
	font-weight: bold;
	letter-spacing: -0.05em;
}
 
#version-badge span {
	font-size: 0.6em;
}
 
#navigation {
	position: absolute;
	left: 365px;
	bottom: 30px;
	width: 400px;
	overflow: hidden;
}
 
#navigation li a {
	display: block;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 40px;
	opacity: 0.6;
	font-size: 0.75em;
}
 
#header:hover #navigation li a {
	opacity: 0.65;	
}
 
#header:hover #navigation li:hover a, #navigation li:hover a {
	opacity: 0.8;
}
 
#content {
	clear: both;
	background: url("images/wood.png") top left repeat-y;
	color: #444444;
	padding-top: 7px;
	font-size: 0.8em;
	line-height: 1.7em;
}
 
#content p a, #content h3 a, .comments-link, #pagination a, #archives a, .read-more {
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #AAAAAA;
}
 
#content p a:hover, #content h3 a:hover, .comments-link:hover, #pagination a:hover, #archives a:hover, .read-more:hover {
	color: #111111;
}
 
h3 {
	color: #333333;
	margin-bottom: 10px;
}
 
p {
	margin-bottom: 10px;
}
 
img {
	background: #DDDDDD;
	border: 1px solid #BBBBBB;
	padding: 3px;
}
 
i {
	font-style: italic;
}
 
.page-top {
	width: 760px;
	height: 24px;
	background: url("images/page-top.png") top left no-repeat;
	margin: 0 auto 0 auto;
}
 
.page-middle {
	width: 710px;
	background: url("images/page-middle.png") top left repeat-y;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0 25px 15px 25px;
	display: block;
}
 
.page-bottom {
	clear: both;
	width: 760px;
	height: 8px;
	background: url("images/page-bottom.png") top left no-repeat;
	margin: 0 auto 0 auto;
}
 
.left-column {
	float: left;
	text-align: left;
}
 
.right-column {
	float: right;
	text-align: left;
}
 
.clear {
	clear: both;
}
 
#footer {
	clear: both;
	background: url("images/wood.png") top left repeat-y;
	color: white;
	padding: 15px 30px 15px 30px;
	font-size: 0.7em;
	text-shadow: 0px 1px 2px #000000;
	font-weight: bold;
}
 
#footer a {
	color: white;
	border-bottom: 1px solid white;
}
 
#footer a:hover {
	border-bottom: 3px double white;
}
 
.input-label {
	display: block;
	float: left;
	text-align: right;
	padding-right: 15px;
}
 
.text-field {
	padding-left: 3px;
}
 
 
/* Home styles */
 
.Home #home-nav-item a, .About #about-nav-item a, .Buy #buy-nav-item a, .Support #support-nav-item a, .Blog #blog-nav-item a {
	border-bottom: 1px solid white;
}
 
.Home .left-column {
	width: 440px;
}
 
.Home .right-column {
	width: 240px;
}
 
#main-screenshot {
	background: none;
	padding: none;
	border: 0;
	width: 340px;
}
 
.Home .left-column img {
	margin: 5px;
	float: left;
}
 
#download-link {
	text-shadow: 0px 1px 0px white;
	font-weight: bold;
	color: #222222;
	display: block;
	font-size: 1.2em;
	width: 225px;
	height: 40px;
	background: url("images/button.png") top left no-repeat;
	text-align: center;
	line-height: 40px;
	border-bottom: 0;
	margin: 30px auto 0 auto;
}
 
#download-link:hover {
	color: #111111;
}
 
#download-link:active {
	background-position: 0px -40px;
}
 
#release-notes-link {
	text-align: center;
	color: #666666;
	font-size: 0.9em;
	display: block;
	margin-top: 4px;
	margin-bottom: 30px;
}
 
#release-notes-link:hover {
	color: #444444;
	text-decoration: underline;
}
 
#requirements {
	margin-bottom: 30px;
}
 
#requirements li {
	list-style: disc;
	margin-left: 18px;
}
 
.Home blockquote {
	background: url("images/close-quote.png") no-repeat right bottom;
	padding-left: 18px;
	padding-right: 18px;
	text-indent: -18px;
}
 
.Home blockquote:first-letter {
	background: url(images/open-quote.png) no-repeat left top;
	padding-left: 18px;
}
 
.Home blockquote p {
	font-style: italic;
}
 
.testimonial-name {
	display: block;
display:none;
	text-align: right;
	margin-bottom: 15px;
	margin-top: -4px;
	margin-right: 18px;
	color: gray;
}
 
 
/* About styles */
 
.About h3 {
    margin-top: 2em;
	text-align: center;
}
 
/* Buy styles */
 
.Buy .left-column {
	width: 240px;
}
 
.Buy .left-column p {
	margin-top: 26px;
	margin-left: 15px;
}
 
.Buy .right-column {
	width: 440px;
}
 
#buy-form {
	margin-top: 15px;
}
 
#buy-form .input-label {
	width: 170px;
}
 
#buy-form .form-section {
	margin-bottom: 20px;
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
}
 
#buy-form p {
	clear: both;
}
 
#buy-form input, #buy-form .input-label {
	line-height: 1.8em;
}
 
#buy-form .text-field {
	width: 194px;
}
 
.center {
	text-align: center;
}
 
#buy-form i {
	border-bottom: 1px solid green;
	font-style: normal;
}
 
#buy-form #submit-button {
	margin-left: 10px;
}
 
.Buy #coupon-load{
background: none;
border: none;
position: relative;
left: 6px;
display: none;
}
 
/* Support styles */
 
.Support .left-column {
	width: 300px;
}
 
.Support .right-column {
	width: 380px;
}
 
.faq-item p {
	font-size: 0.9em;
}
 
#contact-form {
	margin-top: 25px;
}
 
#contact-form .input-label {
	width: 100px;
}
 
#contact-form .text-field {
	width: 250px;
}
 
#contact-form input, #contact-form textarea, #contact-form .input-label {
	line-height: 1.8em;
}
 
#contact-form p {
	clear: both;
}
 
#contact-form #submit-button {
	float: right;
	width: 70px;
	margin-right: 15px;
}
 
/* Blog styles */
 
.Blog .left-column {
	width: 470px;
}
 
.Blog .right-column {
	width: 200px;
}
 
.post, .single-post {
	margin-bottom: 25px;
}
 
.post-head{
    height: 1em;
}
 
.post h3, .single-post h3 {
	float: left;
}
 
.comments-link {
	float: right;
	display: block;
	padding-left: 16px;
	background: url("images/comment-symbol.png") left no-repeat;
	line-height: 1.3em;
	margin-top: 2px;
}
 
.post p, .single-post p {
	clear: both;
}
 
.read-more {
	float: right;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: -10px;
}
 
#pagination {
	border-top: 1px solid silver;
	padding-top: 15px;
	clear: both;
}
 
#older-entries {
	float: left;
	display: block;
}
 
#newer-entries {
	float: right;
	display: block;
}
 
#archives li {
	list-style: square;
	margin-left: 16px;
}
 
#now-what {
	text-align: center;
	width: 500px;
	margin: 0 auto 20px auto;
	font-size: 0.8em;
	color: gray;
}
 
#comments {
	border-top: 1px solid silver;
	padding-top: 15px;
}
 
p.comments-meta-links {
	width: 100%;
	text-align: center;
	font-size: 11;
}
 
.comment {
	width: 340px;
	margin: 5px;
	float: left;
}
 
.comment h4 {
	float: left;
	margin-right: 10px;
}
 
.comment .date {
	float: left;
	display: block;
	font-size: 0.8em;
	color: gray;
}
 
.comment .date:hover {
	text-decoration: underline;
}
 
.comment p {
	font-size: 0.8em;	
	clear: both;
}
 
.comment > form > * > textarea{
width: 100%;
}
 
body.Home blockquote{
display:none;
}
 
#zoom-caption{
font-family:sans-serif,Arial;
font-size:0.8em;
font-size-adjust:none;
font-style:normal;
padding-top: 10px;
}

.Blog div.post li{
list-style-image: url(http://tubularapp.com/blog/wp-content/themes/dark/img/li.gif);
list-style-position: inside;
list-style-type: disc;
}