html {
	margin: 0;
	padding: 0;
}
body {
	padding: 10px 0;
	margin: 0;
	background:#eff1f2;
    font: 1em Verdana, Arial, sans-serif;
}
img {
	border: 0px;
}
a {
	outline: 0;
}
#frame-header {
	background: url('/images/frame-top.png') top left;
	width: 916px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	font-size: 1px;			/* IE6 height issue with empty divs */
	line-height: 1px;
}
#frame-content {
	width: 916px;
	padding: 0;
	margin: 0 auto;
    background: url('/images/frame-middle.png') top center repeat-y;
	color:#000;
	xborder-left: 1px solid #d4d7d8;
	xborder-right: 1px solid #d4d7d8;
}
#frame-footer {
	background: url('/images/frame-bottom.png') bottom right;
	width: 916px;
	height: 30px;
	font-size: 1px;			/* IE6 height issue with empty divs */
	line-height: 1px;
	margin: 0 auto;
	clear: both;
}

#header {
	float: left;
	height: 96px;
	margin: 0 0 20px 0;
}
#logo {
	float:left;
	margin-right: 20px;
}
#title {
	font: lighter 2.5em Verdana, "Trebuchet MS", Arial sans-serif;
	color: #208BE1;
	text-shadow: 2px 2px 2px #555;
}
#subtitle {
    font: 1em Verdana, Arial, sans-serif;
	margin-left: .25em;
	color: #444;
}

#content {
	padding: 0px 35px 20px 35px;
	min-height: 510px;
}
.table {
	width: 280px;
	background: #e8e8e8;
	margin: 15px auto;
}
.menu {
	float: right;
	clear: right;
	width: 280px;
	background: #e8e8e8;
	margin-bottom: 20px;
}
.menu-header {
	width: 280px;
	height: 1.5em;
	background: #b0b5ba;
	background-image: url('/images/box_border_top.png');
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 2px #555;
	line-height: 1.5em;
}
.menu-content {
	width: 278px;
	border-left: 1px solid #b0b5ba;
	border-right: 1px solid #b0b5ba;
	border-bottom: 1px solid #b0b5ba;
}
.item {
	padding: 10px;
	border-top: 1px solid #fff;
}
.item.first {
	padding: 10px;
	border-top: 1px solid #b0b5ba;
}
.item .icon {
	width: 50px;
}
.item .text {
	padding-left: 15px;
}
.text .title {
	color: #555;
	text-decoration: none;	
}
.text .title:hover {
	color: #000;
	text-decoration: underline;
}
.text div {
	font-size: .7em;
	color: #666;
}

#details {
	clear: left;
	width: 540px;
}
#page {
	clear: left;
	color: #555;
	line-height: 1.3em;
	padding-bottom: 4px;
	border-bottom: 1px solid #b0b5ba;
	margin-bottom: 12px;
}
#pitch {
	clear: left;
	color: #555;
	line-height: 1.3em;
}
.section {
	margin-top: 25px;
	font-size: .8em;
	color: #555;
	clear: left;
}
.section-text {
	width: 150px;
	border: 1px dotted red;
}
.section-title {
	color: #555;
	font-size: 1em;
}
.section-title a {
	color: #555;
	text-decoration: none;
}
.section-title a:hover {
	text-decoration: underline;
}
.section-content {
	padding-top: 5px;
	color: #777;
}



.section-content a {
	color: #26b;
	text-decoration: none;
}
.section-content a:hover {
	text-decoration: underline;
}

.section-image {
	margin-top: 10px;
	text-align: center;
}

div.section-thumb a {
	color: #555;
	font-size: .8em;
	text-decoration: none;
	display: block;
}
div.section-thumb a:hover {
	color: #000;
	text-decoration: underline;
}
td.spacer {
	width: 10px;
}

div.spacer {
	width: 20px;
}

#extras {
	padding: 0 10px 10px 10px;
	text-align: center;
	color: #999;
}
#extras a {
	font-size: .7em;
	color: #555;
	text-decoration: none;
}
#extras a:hover {
	color: #000;
	text-decoration: underline;
}

.terms h2 {
	font-size: 1.1em;
	color: #333;
}
.terms h3 {
	font-size: 1em;
	color: #555;
}

.clear {
	clear: both;
}



/*
 *   FAQ
 */

#controls {
	margin: 20px 0 20px 0;
	width: 100%;
	padding: 5px;
	background:#eff1f2;
	border: 1px solid #d4d7d8;
}
.display {
	text-align: left;
}
.display a {
	margin-right: .5em;
	color: #555;
	font: .8em Verdana;
	text-decoration: none;
}
.display a:hover {
	color: #333;
	text-decoration: underline;
}
#show-all {
	display: none;
}
.sieve {
	text-align: right;
	font: .8em Verdana;			
}
.sieve span {
	color: #555;
}
.qa {
	margin-top: 5px;
}
.question {
	display: block;
	color: #555;
	font: .8em Verdana;
	text-decoration: none;
}
.question:hover {
	color: #222;
	text-decoration: underline;
}
.answer {
	padding: 0 0 1em 20px;
}
.answer p, .answer ul {
	color: #888;
	font: .8em Verdana;
	line-height: 1.25em;
	margin-top: 1em;
}
.answer a {
	color: #26b;
	text-decoration: none;
}
.answer a:hover {
	text-decoration: underline;
}


/*
 *   News
 */

#news {
	padding-top: 10px;
}
.article {
	margin-top: 20px;
}
.article .article-title {
	display: block;
	font: 1em Verdana;
	color: #26b;
	padding-left: 10px;
	padding-bottom: 4px;
	border-left: 1px solid #b0b5ba;
	text-decoration: none;
}
.article a.article-title:hover {
	text-decoration: underline;
}
.article .article-date {
	font: .8em Verdana;
	color: #888;
	float: left;
	padding-left: 10px;
	padding-bottom: 4px;
	margin-right: .5em;
	border-left: 1px solid #b0b5ba;
}
.article .article-author {
	padding-bottom: 4px;
	font: .8em Verdana;
	color: #888;
}
.article .article-author:before {
	content: 'by ';
}
.article .article-comments {
	font: .8em Verdana;
	color: #aaa;
	float: left;
	padding-left: 10px;
	margin-right: .5em;
	border-left: 1px solid #b0b5ba;	
}
.article .article-body {
	padding: 4px  10px 10px 11px;
	font: .8em Verdana;
	line-height: 1.5em;
	color: #555;
	clear: left;
}
.article .article-body p {
	margin: .75em 0;
}
.article .article-body a {
	color: #26b;
	text-decoration: none;
}
.article .article-body a:hover {
	text-decoration: underline;
}
.not-found {
	margin: 20px 0;
	padding: 20px 10px;
	text-align: center;
	background-color: #fdd;
	border: 1px solid #f88;
	color: #444;
}
.not-found .permalink {
	padding-top: 5px;
	font: .8em Verdana;
	color: #555;
}

.comment {
	margin: 15px;
	padding: 10px;
	border: 1px solid #b0b5ba;
	background: #f8f8f8;	
}
.comment .name {
	float: left;
	font: .8em Verdana;
	color: #888;
}
.comment .name a {
	color: #26b;
	text-decoration: none;
}
.comment .name a:hover {
	text-decoration: underline;
}
.comment .date {
	float: right;
	font: .8em Verdana;
	color: #888;	
}
.comment .body {
	clear: left;
	padding-top: 1em;
	font: .8em Verdana;
	color: #555;
}
.comment .body a {
	color: #26b;
	text-decoration: none;
}
.comment .body a:hover {
	text-decoration: underline;
}

#post {
	margin: 30px 15px 15px 15px;
	padding: 10px;
	border: 1px solid #b0b5ba;
	background: #e8e8e8;
}
#post h3 {
	font: 1.2em Verdana;
	color: #555;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #fff;
}
#post form {
	margin: 0;
	padding: 0;
}
#post table {
	width: 100%;
	margin: 0;
	padding: 0;
}
#post table tr td {
	font: .8em Verdana;
	color: #888;
}
#post table tr td.label {
	width: 7em;
	text-align: right;
	vertical-align: top;
}
#post table tr td.label.error {
	color: red;
}
#post textarea {
	width: 100%;
	height: 100px;
}
#post span {
	float: left;
}
#post #submit {
	float: right;
}


/*
 *    Purchase
 */
.plan {
	display: block;
	float: left;
	clear: left;
	padding-left: 20px;
	width: 120px;
}

/*
 *    Credits
 */

table.credits {
	 margin: 10px 0;
}
table.credits td {
	padding-left: 20px;
}
