body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	line-height: 100%;
	}

form, img {
	margin: 0;
	padding: 0;
	border: 0;
	}

p {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 12px;
	}
	
.clear {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
	}

#site {
	position: relative;
	width: 980px;
	}


/* Header */

img#logo {
	position: absolute;
	top: 20px;
	left: 0;
	}
	
img#faces {
	position: absolute;
	top: 30px;
	right: 0;
	}

#link_strip {
	position: absolute;
	top: 10px;
	right: 5px;
	text-align: right;
	color: #999;
	}
	
#link_strip a {
	text-decoration: none;
	font-size: 12px;
	color: #666;
	}


/* Main Column */

#main_column {
	position: absolute;
	top: 130px;
	left: 40px;
	padding-bottom: 30px;
	width: 470px;
	}
	
#main_column h1 {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 20px;
	font-family: "Trebuchet MS","Verdana","Arial";
	}

#main_column h2 {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 16px;
	font-family: "Trebuchet MS","Verdana","Arial";
	font-weight: bold;
	line-height: 110%;
	}

#main_column h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-family: "Trebuchet MS","Verdana","Arial";
	font-weight: bold;
	}

/* Main Column :: Product */

#main_column #product_detail {
	line-height: 120%;
	}

#main_column #product_detail .version {
	margin-left: 5px;
	font-size: 14px;
	color: #666;
	}

/* Main Column :: Project */

#main_column .screen_shot {
	padding-top: 15px;
	border-top: 1px dotted #999;
	}

#main_column .project_description {
	margin-bottom: 15px;
	padding: 10px 15px 0 15px;
	background: #E5F1D3;
	line-height: 130%;
	}

#main_column .shot {
	float: left;
	padding-bottom: 20px;
	}

#main_column .screen_shot .details {
	float: left;
	margin-left: 20px;
	width: 210px;
	}

#main_column .screen_shot .details .description p {
	color: #444;
	font-size: 12px;
	}

#main_column .screen_shot .details .description ul {
	list-style: circle;
	padding: 0 0 0 15px;
	margin: 0;
	}

#main_column .screen_shot .details .description ul li {
	padding: 0 0 6px 0;
	color: #444;
	font-size: 12px;
	}

#main_column .screen_shot h2 {
	margin: 0 0 15px 0;
	padding-left: 22px;
	background: url("images/screen_shot.jpg") no-repeat 0 2px;
	font-size: 14px;
	}


/* Main Column :: Product :: Screen Shots */

#main_column #product_detail #screen_shots {
	margin-bottom: 20px;
	}

#main_column #product_detail #screen_shots .screen {
	float: left;
	margin-right: 15px;
	text-align: center;
	font-size: 12px;
	}

#main_column #product_detail #screen_shots img {
	margin-bottom: 5px;
	}

/* Main Column :: Product :: Accolades */

#main_column #product_detail #accolades .award {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 80px;
	}

#main_column #product_detail #accolades img {
	margin-bottom: 15px;
	}

/* Main Column :: Blog :: Archive */

#main_column a.archive:link,
#main_column a.archive:visited {
	color: #000;
	}

#main_column a.archive:hover {
	color: #000;
	text-decoration: none;
	}

/* Main Column :: Blog :: Post */

#main_column .post {
	margin-bottom: 30px
	}
	
#main_column .post h2 {
	margin-bottom: 5px;
	color: #5F8700;
	}

#main_column .post h2 a {
	color: #c20;
	text-decoration: none;
	}

#main_column .post .subhead {
	margin-bottom: 10px;
	font-size: 11px;
	font-family: "Trebuchet MS","Verdana","Arial";
	color: #555;
	}

#main_column .post .subhead img {
	margin-bottom: 5px;
	margin-right: 5px;
	}

#main_column .post .subhead a:link {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	}

#main_column .post .subhead a:visited,
#main_column .post .subhead a:hover {
	color: #777;
	}

#main_column .post .content {
	line-height: 140%;
	font-size: 12px;
	}

#main_column .post .content a:link {
	color: #BE2000;
	}

#main_column .post .content a:visited {
	color: #666;
	}

#main_column .post .content a:hover {
	text-decoration: none;
	}

/* Main Column :: Blog :: Comments */

#main_column #comments {
	margin-bottom: 20px;
	padding: 0 15px;
	background: #DFF3BA;
	border-top: 1px solid #90A368;
	border-bottom: 1px solid #90A368;
	}

#main_column #post_a_comment {
	padding: 10px 15px;
	background: #FDF1C9;
	border-top: 1px solid #D0BF86;
	border-bottom: 1px solid #D0BF86;
	}

#main_column #comments .comment {
	padding: 10px 0;
	font-size: 12px;
	}

#main_column #comments .comment .name_n_date {
	margin-bottom: 6px;
	}

#main_column #comments .comment .name_n_date  .name {
	font-size: 13px;
	font-weight: bold;
	color: #DB5D00;
	}

#main_column #comments .comment .name_n_date  .name a:link,
#main_column #comments .comment .name_n_date  .name a:visited,
#main_column #comments .comment .name_n_date  .name a:hover {
	color: #DB5D00;
	}

#main_column #comments .comment .name_n_date  .date {
	margin-left: 10px;
	font-size: 11px;
	color: #97AA6E;
	}

#main_column #comments .comment  a:link {
	color: #DB5D00;
	text-decoration: none;
	border-bottom: 1px dotted #C66F00;
	}

#main_column #comments .comment  a:visited {
	color: #97AA6E;
	text-decoration: none;
	border-bottom: 1px dotted #C66F00;
	}

#main_column #comments .comment  a:hover {
	text-decoration: none;
	border-bottom: 0;
	}

/* Main Column :: Footer */

#main_column #footer {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px dotted #999;
	font-size: 11px;
	color: #666;
	}

/* Main Column :: Purchase */

#main_column #table_form td {
	padding: 4px 0;
	font-size: 12px;
	}
	
#main_column #table_form td.label {
	padding-right: 10px;
	text-align: right;
	}

/* Main Column :: About */

.question {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url("images/me_orange.gif") no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	}
	
.answer {
	margin-bottom: 15px;
	padding-left: 25px;
	background: url("images/me_green.gif") no-repeat;
	font-size: 12px;
	line-height: 130%;
	}
	
/* Sidebars */

#sidebar,
#sidebar2 {
	position: absolute;
	top: 133px;
	padding-bottom: 30px;
	width: 200px;
	font-size: 12px;
	}
	
#sidebar {
	right: 220px;
	}
	
#sidebar2 {
	right: 0;
	}
	
.sidebar h2 {
	margin: 0 0 14px 0;
	padding: 0 0 4px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	}
	
.sidebar h3 {
	margin: 0 0 6px 0;
	padding: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #589600;
	}
	
.sidebar h4 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	}

.sidebar table.projects {
	margin-top: 10px;
	}
	
.sidebar table.projects td {
	padding-bottom: 15px;
	}
	
.sidebar table.projects td a:link,
.sidebar table.projects td a:visited {
	color: #06c;
	}
	
.sidebar table.projects td a:hover {
	text-decoration: none;
	}
	
.sidebar table.projects td.thumb {
	padding-right: 10px;
	padding-top: 1px;
	}
	
.sidebar table.projects td.thumb a:hover {
	background: transparent;
	}
	
.sidebar table.projects td .name {
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
	}
	
.sidebar table.projects td .blurb,
.sidebar table.projects td .services,
.sidebar table.projects td .view_details {
	margin-top: 6px;
	font-size: 11px;
	line-height: 130%;
	}

.sidebar table.projects td .view_details a {
	color: #c20;
	text-decoration: underline;
	}

.sidebar table.projects td .view_details a:hover {
	color: #c20;
	text-decoration: none;
	background: transparent;
	}

	
/* Global */

.price {
	font-family: Georgia, serif;
	font-size: 11px;
	color: #000;
	}

.price .dollar_sign,
.price .cents {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	}

.price .dollars {
	font-family: Georgia, serif;
	font-size: 28px;
	font-weight: bold;
	}

.quote {
	margin: 0 5px;
	padding-left: 20px;
	background: url("images/quote.gif") no-repeat 1px 1px;
	font-style: italic;
	clear: both;
	}

/* Errors/Messages */

#error {
	padding: 0;
	margin-bottom: 20px;
	text-align: left;
	background-color: #fdd;
	border: 1px solid #ccc;
	clear: both;
}

#error h3 {
	text-align: left;
	font-weight: bold;
	padding: 4px 10px;
	margin: 0;
	font-size: 12px;
	color: #fff;
	background: #c00;
}

#error p {
	color: #333;
	margin: 0;
	padding: 5px;
}

#error ul {
	margin: 0;
	padding: 10px 0 10px 30px;
}

#error li {
	padding: 4px 15px 4px 0;
	font-size: 12px;
	list-style: square;
}

#message {
	padding: .5em .7em;
	margin-bottom: 20px;
	line-height: 120%;
	font-size: 14px;
	font-weight: bold;
	color: #360;
	background: #cf9;
	border: 3px solid #9c6;
	clear: both;
}
