/*
Theme Name: Timepost
Theme URI: http://timepost2.com
Description: New theme for the introduction of the Windows version of Timepost.
Version: 1.0
Author: Chris Voll
Author URI: http://chrisvoll.com
Tags: fixed width, one column, two columns
*/

/* Layout
------------------------------------*/
body {
	background: #FFF url(images/background.png) repeat-x;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#wrapper {
	width: 876px;
	margin: 0 auto;
}

#header {
	width: 876px;
	height: 270px;
	background: url(images/header.png) no-repeat;
	
	/* Allow for absolute positioning inside: */
	position: relative;
}

/* Logo */
#logo {
	width: 388px;
	height: 125px;
	background: url(images/logo.png) no-repeat;
	display: block;
	position: absolute;
	top: 50px;
	left: 50px;
}

/* Buttons */
#buynow {
	background-image: url(images/buynow.png);
	position: absolute;
	top: 70px;
	right: 75px;
}

#try {
	background-image: url(images/try.png);
	position: absolute;
	top: 70px;
	right: 150px;
}

.button {
	display: block;
	width: 81px;
	height: 81px;
}

.button:hover {
	background-position: 0 -79px;
}

.button:active {
	background-position: 0 -162px;
}

/* General Formatting
------------------------------------*/

/* Links */
a {
	color: #004080;
}

a:hover {
	color: #0075e9;
}

img {
	border: 0;
}

/* Columns */
.column {
	width: 270px;
	float: left;
	margin: 0 10px;
	text-align: justify;
	color: #666;
	line-height: 18px;
}

.column h1, h2, h3, h4, h5, h6, .column p {
	margin: 0 0 18px 0;
	padding: 0;
	font-weight: 400;
}

.column-2 {
	width: 415px;
	float: left;
	margin: 0 10px;
	text-align: justify;
	color: #666;
	line-height: 18px;
}

.column-small-2 {
	width: 300px;
	float: left;
	margin: 0 10px;
}

.column-small-2 input[type="text"] {
	width: 100%;
}

h1 {
	font-weight: 400;
	padding-top: 7px;
}

h1 span {
	color: #BBB;
}

.left, .alignleft {
	float: left;
}

.right, .alignright {
	float: right;
}

.pagetitle {
	margin-top: 20px;
}

/* Navigation */
#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 224px;
	left: 50px;
}

#navigation li {
	float: left;
}

#navigation li.selected, #navigation li:active {
	background: url(images/selected_tab.png) repeat-x;
	border-left: 1px solid #CED1D9;
	border-right: 1px solid #CED1D9;
}

#navigation li a {
	color: #535353;
	padding: 15px 16px 13px;
	display: block;
	text-decoration: none;
	font-size: 13px;
	height: 18px;
}

#navigation li.selected a, #navigation li:active a {
	padding: 16px 15px 12px;
}

#navigation a:hover {
	color: #000;
}

/* Downloads page */
#downloads {
	float: left;
	width: 334px;
}

#downloads a {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #444;
	width: 334px;
	height: 63px;
	font-size: 18px;
	margin-bottom: 5px;
	padding: 25px 0 0 90px;
}

#downloads a span {
	display: block;
	font-size: 13px;
}

#downloads a:hover {
	background-position: 0 -88px;
}

#downloads a:active {
	color: #000;
}

#dl_mac {
	background-image: url(images/dl_mac.png);
}

#dl_win {
	background-image: url(images/dl_win.png);
}

.download_h1, .buy_h1, .search_h1 {
	padding-left: 40px;
	background: url(images/icons/savings.png) no-repeat;
	min-height: 32px;
	padding-top: 6px;
}

.download_h1 {
	background: url(images/icons/save.png) no-repeat;
}

.search_h1 {
	background: url(images/icons/search.png) no-repeat;
}

.download_h1 small {
	font-size: 13px;
}

#order_copies {
	min-width: 20px;
	width: 20px;
	text-align: right;
}

#price, #total {
	color: #333;
	width: 100px;
}

.jargon {
	display: none;
	visibility: hidden;
}

input[type="text"], input[type="password"] {
	padding: 5px 6px;
	border: 1px solid #BBB;
	margin: 2px 0;
}

input[type="text"].placeholder {
	color: #666;
}

/* Tables */
table {
	width: 300px;
	border: 1px solid #E5ECF6;
	color: #666;
	margin-top: 15px;
	height: 83px;
}

td {
	text-align: right;
}

tr {
	background: #F4F9FB;
}

tr+tr {
	background: #E5ECF6;
	border-top: 0;
}

/* Footer */
#footer {
	clear: both;
}

/* Support
------------------------------------*/
.narrowcolumn {
	width: 650px;
}

#sidebar {
	width: 200px;
	margin-left: 20px;
	margin-top: 20px;
}

.narrowcolumn, #sidebar {
	float: left;
}

#s {
	width: 120px;
}

#sidebar div {
	margin-bottom: 10px;
}

#sidebar h2 {
	margin-bottom: 5px;
	font-size: 15px;
	color: #555;
}

/* Categories */
#categories {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

#categories li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCC;
}

#categories li a {
	text-decoration: none;
	padding: 5px;
	display: block;
}

#categories li a:hover {
	background: #EFF4FA;
}

/* Posts */
.post {
	margin-bottom: 40px;
	clear: both;
}

.post h2 {
	margin: 20px 0 0 0;
	font-size: 24px;
}

.post h2 a {
	text-decoration: none;
}

.postmetadata {
	padding: 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #666;
}

.postmetadata.alt {
	padding: 10px;
	line-height: 15px;
}

.entry {
	line-height: 19px;
}

.entry p {
	margin-bottom: 20px;
}

.edit {
	float: right;
}

.navigation {
	margin-top: 20px;
}

/* Integration
------------------------------------*/
#integrations {
	border-top: 1px solid #CCC;
}

#integrations .product {
	clear: both;
	border-bottom: 1px solid #CCC;
	height: 100px;
	padding: 20px 0;
}

#integrations .image {
	float: left;
	width: 250px;
	height: 100px;
}

#integrations .description {
	float: left;
	width: 550px;
	margin: 15px 0 0 15px;
}

/* Release Notes
------------------------------------*/
.release {
	border-top: 1px solid #CCC;
	clear: both;
}

.release .meta {
	width: 150px;
	margin-right: 20px;
}

.release .meta p {
	margin: 0;
}

.release .description {
	width: 620px;
}

.release .description, .release .meta {
	float: left;
	padding: 20px;
}

/* Support Page
------------------------------------*/

.forum
{
margin-top:2px;
width:370px;
overflow:clear;
}

ul.rss-items
{
margin-left:15px;
padding:0;
}

li.rss-item
{
margin:0;
padding:0;
}

input.question
{
display:block;
margin-top:15px;
font-size:13px;
padding:2px;
width:300px;
}