﻿html {
    height: 100%;
    padding-bottom: 1px
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8125em;
	text-align: center;
    background-color: #e9e9e9;
    background-image: url(/images/bgSite.gif);
    background-repeat: repeat-y;
}

body, form, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

a img, frameset {
    border: 0;
}

a, a:link {
    text-decoration: underline;
    color: #093b62;
}
a:visited {}
a:hover {
    text-decoration: none;
}
a:active {}

h1 {
    margin: 0.75em 0;
    font-size: 1.25em;
}

h2 {
    font-size: 1em;
    margin: 0.667em 0;
    padding: 0.5em;
    color: #333;
    background-color: #e5eff5;
	-webkit-box-shadow: 1px 1px 2px #333;
}

img {
    max-width: 100%;
}

.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

#header {
    margin: 10px auto 25px auto;
}

#header a img {
    vertical-align: middle;
}

#header a:hover, #header a.cur {
    padding-bottom: 0.25em;
    border-bottom: solid 5px #ccc;
}

#main {
    text-align: left;
    margin: 0 auto 1em auto;
    width: 480px;
}

#footer {
	font-size: 0.846em;
	padding-bottom: 2em;
}

#footer img {
    vertical-align: middle;
    margin-top: 1em;
}

.homeContent {
    text-align: center;
    margin: 0 20px;
}

.heading {
    color: #444;
    font-weight: bold;
    margin-bottom: 1em;
}

#bodyItem {
    padding: 1em;
    background-color: #fff;
    border: solid 1px #ffab20;
	-webkit-border-radius: 10px;
}

#actionList {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#actionList div {
    color: #444;
    float: left;
    width: 85px;
    text-align: right;
    white-space: nowrap;
}

#actionList li {
    padding-bottom: 0.75em;
}

#actionList a {
    padding-left: 15px;
}

.actionItem {
    margin-top: 1em;
    text-align: center;
}

#articleFilter 
{
    margin: 0 0.5em 1em .5em;
}

#articleList {

	margin: 0 0 0 2em;
	padding: 0;
}

#articleList li {
    padding-bottom: 0.75em;
}

#articleList .date {
    margin-top: 0.5em;
    font-size: 80%;
}

.portfolioImage {
    text-align: center;
    padding: 1em 1em 0 1em; 
}

#sectionTabs {
    margin: 0;
    padding: 0;
}

#sectionTabs li {
    display: inline;
    font-weight: bold;
}

#sectionTabs a {
	display: block;
	padding: 0 15px 0 12px;
	margin: 0;
	margin-bottom: 1.5em;
	background: #fff;
	float: left;
	background-image: url(/images/iconSectionCollapsed.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#sectionTabs a.selected {
    text-decoration: none;
	background-image: url(/images/iconSectionExpanded.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

ul.resumeList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.resumeItem span {
	color: #666;
}

.resumeItem p {
    margin: 0.25em 0;
}

.resumeItem {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: solid 1px #ffab20;
}

li.resumeItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.resumeItem div {
    padding-bottom: 0.5em;
}

.resumeItem ul, .resumeItem ol {
    margin: 0.5em 0;
}

.skillsTable {
    width: 100%;
}

.skillsTable tr {
    vertical-align: text-top;
}

.skillsTable th, .skillsTable td {
    padding: 0.25em 1em 0.25em 0.5em;
}

.skillsTable th {
    background: -webkit-gradient(linear, left top, left bottom, from(#e5eff5), to(#fff));
    border: solid 1px #e5eff5;
    padding: 0.4em 0.5em;
}

.skillsTable tr:nth-child(odd) {
    background-color: #e5eff5;
}

.skillsTable .years {
    text-align: right;
}
