﻿body
{
	background-image: url('images/josh/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	color: #759169;
}

body, html
{
	height: 100%;
	padding: 0;
}

#page
{
	border-left: 1px solid #D6EDCC;
	border-right: 1px solid #D6EDCC;
	border-bottom: 1px solid #D6EDCC;
	padding: 0 10px 10px 10px;
	background-image: url('images/josh/boxbglight.png');
}

#page-inner
{
	padding-top: 10px;
}

.outer-wrap
{
	padding: 10px;
	border: 1px solid #E5F5DE;
	margin: 0 0 10px 0;
}

.about-me, .where-are-we
{
	border: 1px solid #D6EDCC;
	background-image: url('images/josh/boxbglight.png');
}

.about-me
{
	height: 150px;
}

.about-me img
{
	float: left;
	width: 200px;
	height: 150px;
	background-image: url('images/josh/me.png');
	display: inline-block;
	margin-right: 5px;
}

.about-me div
{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	float: left;
	width: 600px;
}

.about-me h1
{
	margin-bottom: 0px;
}

.about-me div p, h1
{
	padding: 0;
	margin: 0;
}

.header
{
	position: relative;
	top: 15px;
}

.joshx-logo
{
	height: 78px;
	position: absolute;
}

.josh0-logo
{
	width: 520px;
	background-image: url('images/josh/josh0.png');
}

.josh1-logo
{
	width: 538px;
	background-image: url('images/josh/josh1.png');
}

.bird
{
	background-image: url('images/josh/bird.png');
	margin-left: 538px;
	width: 100px;
	height: 85px;
	position: absolute;
	z-index: 1;
}

.where-are-we
{
	white-space: nowrap;
}

.joshx
{
	width: 50%;
	display: inline-block;
	line-height: 60px;
	padding: 0;
	margin: 0;
}

.joshx.active
{
	background-image: url('images/josh/boxbgdark.png');
}

#control-panel
{
	width: 300px;
	float: right;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

#control-panel, #control-panel *
{
	z-index: 2;
}

#logindisplay, #logindisplay .logout, #logindisplay .logout a
{
	color: #FFFFFF;
}

.posts .separator
{
	width: 100%;
	background-image: url('images/josh/bar.png');
	height: 27px;
	background-position: center top;
	background-repeat: no-repeat;
}

.posts.medium .post .content
{
	padding-top: 20px;
	width: 637px;
	background-image: url('images/josh/bgstripe.gif');
	background-repeat: repeat-x;
	border-top: 3px solid #D9E9D2;
}

.core-content, .post .content.core-content
{
	background-image: url('images/josh/bgstripe.gif');
	background-image: white;
	background-repeat: repeat-x;
	padding: 10px;
	border: 1px solid #D6EDCC;
	border-top-width: 3px;
	width: 815px;
}

.post .content.core-content
{
	width: 809px;
}

h2
{
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: #61914E;
	color: #568344;
}

.post h2 a
{
	color: #568344;
}

h2
{
	font-size: 24pt;
	font-weight: normal;
}

ul.posts h2.title
{
	font-size: 21pt;
	width: 565px;
	z-index: 10;
}

h3
{
	font-size: 150%;
	font-weight: normal;
}

a.joshx
{
	cursor: pointer;
	text-transform: uppercase;
	vertical-align: middle;
	height: 60px;
	font-size: 25pt;
}

a.joshx:hover
{
	text-decoration: none;
}

a.josh1
{
	text-align: right;
}

a.josh1 img
{
	margin-left: 10px;
}

a.joshx
{
	color: #82937A;
	position: relative;
}

a.joshx.active
{
	color: #ECF7E6;
}

.joshx-contents
{
	margin: 20px;
}

.post .content
{
	min-height: 50px;
	height: auto !important;
}

h1
{
	text-transform: capitalize;
}

.core-content .textbox, .core-content textarea
{
	border: 1px solid #CCCCCC;
}

textarea
{
	width: 400px;
	height: 100px;
}

.core-content .textbox
{
	width: 200px;
}

.comment
{
	margin: 30px 0; /*background-image:url(images/josh/bgstripe.gif);*/
}

.comment .name
{
	font-weight: bold;
	font-size: 13pt;
}

.comment .text
{
	border: 1px solid #D1EBC5;
	background-color: #F3F9F3;
	padding: 10px;
}

.comment .date
{
	margin-top: 10px;
	font-size: 9pt;
	font-style: italic;
	color: #A9BBA1;
}

.comment.owner
{
	border: 1px solid #D1EBC5;
	padding: 10px;
	margin: 10px 0;
	background-color: #EDF7E9;
}

.tool
{
	border: 1px solid #E5F5DE;
	padding: 10px;
	float: left;
}

.tool .version-number
{
	font-weight: bold;
}

.tool .version-date
{
	font-style: italic;
	color: #AFC0A8;
}

.tool .details
{
	float: left;
	display: inline-block;
	vertical-align: top;
	width: 450px;
	margin-left: 10px;
}

.tool .title
{
	font-size: 17pt;
}

.tool .screenshot
{
	border: 1px solid #E5F5DE;
	display: inline-block;
	float: left;
}

.tool .description
{
	margin: 20px 0;
}

.tool .title a
{
	color: #568344;
}

.tool h3.title
{
	color: #617957;
	display: inline-block;
	width: 450px;
	clear: none;
	margin: 0;
	font-size: 18pt;
	font-weight: normal;
}

.tool .download
{
	margin-top: 20px;
	vertical-align: bottom;
}

.navigation-footer
{
	float: left;
	clear: both;
}

.main-navigation
{
	float: left;
	clear: both;
}

.main-navigation, .sub-navigation
{
	float: left;
	width: 400px;
}

.navigation
{
	display: block;
	border: 1px solid #D9E9D2;
	float: left;
}

.sub-navigation
{
	margin-top: 20px;
}

.nav-item
{
	float: left;
	padding: 5px;
	min-width: 50px;
	text-align: center;
	background-image: url('images/josh/boxbglight.png');
	width: auto !important;
}

.navigation-title a
{
	padding: 0 10px;
}

.nav-item.selected
{
	background-image: url('images/josh/boxbgdark.png');
}

.nav-item.selected, .nav-item.selected a
{
	color: #EEF5EB;
}

.navigation-title
{
	float: left;
	border-top: 1px solid #D9E9D2;
	border-bottom: 1px solid #D9E9D2;
	border-left: 1px solid #D9E9D2;
	padding: 5px;
	background-color: #E0F2D8;
}

.main-content
{
	float: left;
	clear: both;
	width: 100%;
}

.primary
{
	margin-right: 20px;
}

.core-content
{
	float: left;
	clear: both;
	margin-top: 20px;
}

.selected a
{
	text-decoration: underline;
}

.nav-inner-wrapper
{
	margin: 0 auto;
	margin: 0 10px;
}

.where-are-we a:active
{
	text-decoration: none;
}

.where-are-we a
{
	display: table-cell;
	width: 9999px;
}

.tool
{
	margin: 10px 0;
}

ul.menu li a
{
	height: 100px;
}

ul.menu li img
{
	position: relative;
	top: -1px;
	vertical-align: text-bottom;
}

.content h1
{
	display: table-cell;
}

p.project-image img
{
	margin: 0;
	border: 2px solid #E5F5DE; 
}

p.project-image img
{
}

hr
{
	border: 0px solid #D6EDCC;
	border: none;
	border-top: 1px solid #D6EDCC;
	margin: 40px 0 20px 0;
}