.code
{
	font-family: Monospace, Courier, Courier-New;
}

div.code{
	border: 1px dashed #999999;
	background-color: #dddddd;
	padding: 5px;
	margin: 5px;
}

/*
 * General styling
 */
a:link		{color: #974b13; text-decoration: none;}
a:visited	{color: #974b13; text-decoration: none;} 
a:hover		{color: #e8893c; text-decoration: none;}
a:active	{color: #974b13; text-decoration: none;}

body
{
    margin: 0px;
    padding: 0px;
    font-family: verdana;
    font-size: 10pt;
    background-image: url(redred.gif);
    background-repeat: repeat-x;
    position: relative;
}

h1
{
    width: 100%;
    text-align: right;
    font-family: verdana;
    font-size: 12pt;
    font-weight: bold;
    margin: 5px 0px 10px 0px;
    color: #974b13;
    font-variant: small-caps;
    clear: both;
}

h2
{
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    color: #974b13;
    margin-left: -10px;
    clear: both;
}

h3
{
    color: #974b13;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	clear: both;
}


/*
 * main frame
 */
div.mainFrame
{
    width: 801px;
    height: 100%;
    padding: 10px 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
    position: relative;
}

div.headImageFrame
{
    margin-top: 10px; 
    margin-bottom: 7px;
}

div.content
{
    margin: -1px 0px 10px 0px;
    padding: 20px 30px 0px 10px;
    border-right: 1px solid #974b13;
    width: 490px;
    height: 100%;
    text-align: justify;
    display: block;
    float: left;
    position: relative;
}

img.headImage
{
    width: 165px;
    height: 165px;
    display: inline;
    margin: 0px;
    padding: 0px;
}

div.copyright
{
    width: 100%;
    clear: both;
    text-align: center;
    padding: 5px;
}

/*
 * Heading
 */
span.sitename
{
    position: relative;
    left: 300px;
    top: 125px;
    text-align: center;
    font-size: 25pt;
    font-weight: bold;
    font-family: verdana;
    color: black;
    display: none;
}

div.head
{
	position: relative;
	background-image: url(jeans_split.gif);
	top: 30px;
	left: 200px;
	width: 580px;
	height: 130px;
	margin-bottom: 10px;
}

/*
 * Menu bar
 */
div.menuBar
{
	margin-top: 50px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #974b13;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

div.menuCenter
{
	background-color: #e8893c;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

div.menuItem
{
	background-color: #974b13;
	width: 120px;
	height: 30px;
	clear: none;
	display: inline;
	float: left;
	line-height: 27px;
}

div.menuItem a
{
	float: left;
	width: 100%;
	height: 100%;
	color: White;
	vertical-align: middle;
	font-size: 13pt;
	font-weight: bold;
	font-variant: small-caps;
}

div.menuItem a:hover	{color: White; background-color: #e8893c;}
div.menuItem a:visited	{color: White;}
div.menuItem a:active	{color: White;}

/*
 * home page
 */

div.recentBlogHome, div.projectsHome
{
	float: left;
	width: 214px;
	font-size: 8pt;
}

div.recentBlogHome
{
	border-right: 1px dashed #974b13;
	padding: 0px 20px 0px 20px;
}

div.projectsHome
{
	padding: 0px 0px 0px 20px;
}

div.blogEntriesHome
{
	float: left;
	clear: both;
	width: 100%;
	margin-top: 20px;
	border-top: 1px dashed #973b13;
	padding-top: 20px;
}

div.blogEntryHome span.homeEntryDate
{
	float: right;
}

a.homePageLink
{
	float: right;
	margin-top: -20px;
	margin-right: -10px;
}

span.homeEntry
{
	display: block;
	margin-bottom: 5px;
}

span.homeEntryDate
{
	color: #e8893c;
	font-style: italic;
}

span.homeEntry a
{
	font-size: 10pt;
	display: block;
    padding-right: 10px;
    text-decoration: none;
    background-image: url(boxDarkBrown.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 0px 10px;
    margin-left: -10px;
}

div.blogEntryHome hr
{
  border-top: 1px dashed #974b13;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  color: #fff;
  background-color: #fff;
  height: 1px;
  margin: 3px 3px 2px 3px;
  clear: both;
}

span.homeEntry a:hover
{
	font-weight: bold;
	color: #974b13;
	background-image: url(boxLightBrown.gif);
}

div.homeBlogEntryLinks a
{
	display: block;
	float: right;
	padding-left: 10px;
	margin-right: 14px;
    text-decoration: none;
    background-image: url(boxDarkBrown.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 0px 10px;
}


div.homeBlogEntryLinks a:hover
{
	font-weight: bold;
	color: #974b13;
	background-image: url(boxLightBrown.gif);
}

/*
 * project page
 */
div.screenShotR, div.screenShotL
{
	/*border: 1px solid #e8893c;*/
	border: 1px solid black;
	padding: 5px;
	text-align: center;
	font-size: 8pt;
	margin: 0px 10px 10px 10px;
}

div.screenShotL
{
	float: left;
}

div.screenShotR
{
	float: right;
}

div.screenShotR img, div.screenShotL img
{
	border: 0px;
	display: block;
}

div.project
{
	margin-bottom: 10px;
	border-bottom: 1px dashed #974b13;
	color: #e8893c;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 100%;
}

div.project h2
{
	margin-left: -10px;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a.projectLink
{
	float: right;
	margin-top: -15px;
	padding-right: 10px;
}

span.projectDescription, span.projectStatus, span.projectLastUpdate
{
	color: Black;
	font-weight: normal;
}


/*
 * about me page
 */
table.resumeDateTable
{
	width: 100%;
	padding: 10px;
}

div.aboutme h2
{
	clear: none;
}

table.resumeDateTable tbody tr td.location
{
	text-align: left;
}

table.resumeDateTable tbody tr td.location span.locationName
{
	font-weight: bold;
}

table.resumeDateTable tbody tr td.timeframe
{
	text-align: right;
}

img.aboutMe
{
	margin: 10px;
	width: 150px;
	height: 174px;
	clear: both;
	float: right;
	padding: 5px;
	/* border: 1px solid #e8893c; */
	border: 1px solid black;
}


/*
 * blog page
 */
div.blogEntryLinks
{
    clear: both;
    padding-bottom: 30px;
    display: block;
}

div.blogEntry h2
{
	clear:none;
}

div.blogEntryLinks a
{
	display: block;
	float: right;
	padding-left: 10px;
	margin-right: 14px;
    text-decoration: none;
    background-image: url(boxDarkBrown.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 0px 10px;
}


div.blogEntryLinks a:hover
{
	font-weight: bold;
	color: #974b13;
	background-image: url(boxLightBrown.gif);
}

div.blogEntry
{
	width: 100%;
	position: relative;
	padding-left: 10px;
}

p.blogEntryDate
{
    float: right;
    font-family: verdana;
    font-size: 8pt;
    /*margin-top: -10px;*/
    color: #e8893c;
}

p.blogEntryText 
{
	clear: both;
	padding-bottom: 2px;
    margin: 0px;
    text-align: justify;
}

div.blogEntry hr
{
  border-top: 1px dashed #974b13;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  color: #fff;
  background-color: #fff;
  height: 1px;
  margin: 3px 3px 2px 3px;
  clear: both;
}

div.blogEntry
{
	margin-bottom: 30px;
}

/*
 * projects index widget
 */
div.projectsWidget
{
    margin: -1px 0px 0px -1px;
    padding: 0px 10px 10px 30px;
    border-bottom: 1px dashed #974b13;
	border-left: 1px solid #974b13;
    text-align: justify;
    width: 230px;
    float: right;
    clear: right;
    font-size: 8pt;
}

div.projectsWidget a
{
	margin-top: 5px;
	font-size: 10pt;
	display: block;
    padding-right: 10px;
    text-decoration: none;
    background-image: url(boxDarkBrown.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    margin-left: -10px;
    padding: 0px 0px 0px 10px;
}

div.projectsWidget a:hover
{
	font-weight: bold;
	color: #974b13;
	background-image: url(boxLightBrown.gif);
}

/*
 * recent blog widget
 */
div.anyWidget
{
    margin: -1px 0px 0px -1px;
    padding: 0px 10px 10px 30px;
    border-bottom: 1px dashed #974b13;
	border-left: 1px solid #974b13;
    text-align: justify;
    width: 230px;
    float: right;
    clear: right;
    font-size: 8pt;
}

div.blogEntryHome h2
{
	margin-left: 0px;
}

p.blogEntryHome
{
	margin-left: 10px;
}

div.anyWidget a.entry
{
	margin-top: 5px;
	margin-left: -10px;
	font-size:  10pt;
	display: block;
    padding-right: 10px;
    text-decoration: none;
    background-image: url(boxDarkBrown.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 0px 10px;
}

div.anyWidget a.entry:hover
{
	font-weight: bold;
	color: #974b13;
	background-image: url(boxLightBrown.gif);
}

div.anyWidget span.meta
{
	color: #e8893c;
	font-style: italic;
}

div.anyWidget span.author
{
    font-weight: bold;
    color: #e8893c;
    font-style: italic;
}

div.anyWidget img.inline
{
    clear: right;
    float: right;
    margin: 3px 10px 5px 10px;
    padding: 5px;
    /* border: 1px solid #e8893c; */
    border: 1px solid black;
}


/*
 * friend link widget
 */

div.friendLinkWidget
{
	clear: both;
	width: 100%;
	text-align: center;
	padding: 30px 15px 15px 15px;
}

div.friendLinkWidget h1
{
	display: none;
}

div.friendLinkWidget a img
{
    border: 0px;
}

