﻿/* Home Page */
#home #left
{
    float: left;
    width: 105px;
    margin-right: 5px;
}

#home #right
{
    float: right;
    width: 660px;
}

#home #left img
{
    margin: 2px 0 0 0;
}

#home #promo
{
    background-image: url(/images/gui/home_back.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 200px;
    width: 660px;
}

#home #intro
{
    margin-top: 5px;
    background-image: url(/images/gui/home_intro_bg.png);
    width: 660px;
    height: 120px;
    vertical-align: middle;
}

#home #intro p
{
    padding: 10px 5px 10px 5px;
    margin: 0;
}

#home #intro p, #home #intro a
{
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
}

#home #intro img
{
    padding: 0px 0px 0px 8px;
}

#home #content 
{
    clear: both;
    width: 770px;
}

/* General Post Entries */
.entry 
{
    clear: both;
    padding-bottom: 5px;
}
.entry small.wideDetails
{
    position: absolute;
    margin-left: 500px;    
    margin-top: -25px;
    line-height: 12px;
}

.entry small.details
{
}

.entry .post
{
    margin-top: 5px;
}

.entry .post p
{
    margin-top: 0px;
}

.postNav 
{
    width: 564px;
    height: 20px;
    margin-top: 5px;
}

.postNav .left, .postNav .right
{
    display: block;
    float: left;
    width: 282px;
    overflow: hidden;
}

.postNav .right
{
    text-align: right;
}


/* Edit Link */
.wordPressEdit
{
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 100px;
    padding: 5px;
    margin: 5px auto;
    background-color: #F0F0F0;
    border: solid 2px #CCCCCC;
    alpha: .5;
}


/* Projects */
	ol.instructionList
	{
		list-style-position: inside;
		list-style-type: decimal;
		padding: 0;
		margin: 0;
	}
	
	ol.instructionList h4 {
		font-size: 12px;
		display: inline;
		text-decoration: none;
		margin: 5px 0 2px 0;
	}
	
	
	ol.instructionList li, hr
	{
		clear: both;
	}
	
	ol.instructionList>li
	{
		font-weight: bold;
	}
	
	ol.instructionList p, ol.instructionList ul
	{
		font-weight: normal;
	}
	
	ol.instructionList .images 
	{
		float: left; 
		width: 106px; 
		margin-right: 4px;
		margin-bottom: 15px;		
		background-color: #F0F0F0;
		vertical-align: top;
	}
	
	ol.instructionList .images img
	{
		text-align: middle;
		padding: 5px;
	}
	
	
	ol.instructionList .instructions 
	{
		vertical-align: top;
		float: left;
		width: 459px;
		margin-bottom: 15px;
	}
	
	ul.partList {
		margin: 0;
		padding: 0;
		list-style: none;
	}

