html, body
{
    padding: 0px;
    margin: 0px;
}

body
{
    background: #B6C6D1 url("../images/body/bg.gif") top left repeat-x;
    color: #000;
    font-family: Verdana, Arial, sans-serif;
    font-size: .9em;
    padding: 0px;
    margin: 20px 0px;
}

p
{
    padding: 0px 0px 15px 0px;
    margin: 0px;
}

a
{
    color: #000;
    text-decoration: underline;
}

a:hover
{
    color: #225799;
    text-decoration: none;
}


img
{
    vertical-align: middle;
}

h1, h2, h3, h4
{
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

#container
{
    text-align: center;
    width: 800px;
    margin: 0px auto;
}

#holder
{
    background: #FFF;
    text-align: left;
    padding: 20px 20px 5px 20px;
}

/**
 * Logo
 * {{{
 */
#logo
{
    background: url("../images/logo_bw.gif") top right no-repeat;
    border-bottom: 1px solid #DADADA;
    padding: 25px 0px 15px 0px;
}

#logo h1
{
    color: #225799;
    font-weight: normal;
    font-size: 1.7em;
    padding: 0px;
    margin: 0px;
}
/**
 }}}
 */

#header
{
    clear: both;
    border: 10px solid #B6C6D1;
    background: #FFF url("../images/header/bw_tree_2.jpg") 2px 2px no-repeat;
    height: 200px;
    padding: 2px;
}

#content
{
    float: left;
    line-height: 1.5em;
    width: 490px;
    padding: 20px 10px 0px 0px;
}

#content2, #content3
{
    line-height: 1.5em;
    padding: 0px;
    padding-top: 20px;
}

#content3
{
    float: right;
    width: 250px;
    font-size: .9em;
}

/**
 * Info block
 * {{{
 */
#info-block
{
    float: right;
    width: 250px;
    line-height: 1.2em;
    padding: 20px 0px;
    margin: 0px;
}

#info-block .info
{
    background: #FEFFD5;
    border: 1px solid #FFEB70;
    font-size: .9em;
    padding: 20px 20px 5px 20px;
    margin: 0px;
    margin-bottom: 20px;
}

#info-block .info h1
{
    color: #225799;
    font-size: 1.5em;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
/**
 }}}
 */

#content h1, #content2 h1, #content3 h1
{
    font-size: 1.7em;
    font-weight: normal;
    line-height: 130%;
    margin: 0px;
    padding: 0 0 20px 0;
}

#content h1, #content2 h1, #content3 h1
{
    line-height: normal;
    padding: 0px;
}

#content h2, #content2 h2, #content3 h2
{
    font-size: 1.4em;
    margin: 0px;
}

.subContent, .subContent1, .subContent2
{
    background: #FEFFD5;
    border-left: 5px solid #DADADA;
    margin: 5px 0px 10px 0px;
    padding: 5px 5px 0px 10px;
}

.subContent1
{
    background: #EEE;
    border-color: #B6C6D1;
}

.subContent2
{
    background: #FFF;
    border-color: #B6C6D1;
}

.subContent h2
{
    color: #225799;
}


#content ul, #content3 ul
{
    list-style-type: square;
    margin: 0px;
    padding: 0px 0px 10px 30px;
}


a.portfolioEntry
{
    display: block;
    text-decoration: none;
}

.portfolioEntry
{
    text-align: center;
    float: left;
    width: 50%;
    height: 300px;
    padding: 5px 0px;
}

.portfolioEntry:hover
{
    background-color: #FEFFD5;
}

.portfolioEntry img
{
    border: 4px solid #DADADA;
}

.portfolioEntry:hover img
{
    border: 4px solid #FFEB70;
}

.clear
{
    width: 100%;
    height: 1px;
}

.clear hr
{
    display: none;
}

#contact-id ul
{
	list-style-type: none;
	padding-left: 30px;
}

#contact-id li
{
	list-style-type: none;
	margin-left: -15px;
}

/**
 * Navbar
 * {{{
 */
#navbar
{
	font-size: 10px;
	line-height: normal;
    height: 36px;
	overflow: hidden;
	margin-bottom: 10px;
}

#navbar ul
{
	display: block;
	height: 36px;
	width: 570px;
	text-align: center;
	list-style-type: none;
	white-space: nowrap;
	padding: 0px;
	margin: 0px auto;
}

#navbar ul li
{
	display: block;
	float: left;
	list-style-type: none;
	color: #000;
    width: 95px;
	height: 36px;
	padding: 0px;
	margin: 0px;
}

#navbar ul li a
{
    background: url("../images/nav/bg.gif") top left no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	color: #000;
	text-decoration: none;
    width: 95px;
	height: 36px;
}

#navbar li#home a
{
    background-position: 0px 0px;
}

#navbar li#home a:hover
{
    background-position: 0px -37px;
}

#navbar li#home a.selected, #navbar li#home a.selected:hover
{
    background-position: 0px -74px;
}

#navbar li#about_me a
{
    background-position: 0px -111px;
}

#navbar li#about_me a:hover
{
    background-position: 0px -148px;
}

#navbar li#about_me a.selected, #navbar li#about_me a.selected:hover
{
    background-position: 0px -185px;
}

#navbar li#resume a
{
    background-position: 0px -222px;
}

#navbar li#resume a:hover
{
    background-position: 0px -259px;
}

#navbar li#resume a.selected, #navbar li#resume a.selected:hover
{
    background-position: 0px -296px;
}

#navbar li#portfolio a
{
    background-position: 0px -333px;
}

#navbar li#portfolio a:hover
{
    background-position: 0px -370px;
}

#navbar li#portfolio a.selected, #navbar li#portfolio a.selected:hover
{
    background-position: 0px -407px;
}

#navbar li#code a
{
    background-position: 0px -444px;
}

#navbar li#code a:hover
{
    background-position: 0px -481px;
}

#navbar li#code a.selected, #navbar li#code a.selected:hover
{
    background-position: 0px -518px;
}

#navbar li#contact a
{
    background-position: 0px -555px;
}

#navbar li#contact a:hover
{
    background-position: 0px -592px;
}

#navbar li#contact a.selected, #navbar li#contact a.selected:hover
{
    background-position: 0px -629px;
}
/**
 }}}
 */

/**
 * Footer
 * {{{
 */
#footer
{
    clear: both;
    font-size: .7em;
    background: #DADADA;
    text-align: left;
    border-top: 10px solid #B6C6D1;
    border-bottom: 1px solid #FFF;
    padding: 20px;
}

#footer ul
{
    padding: 0px;
    margin: 0px;
}

#footer li
{
    list-style: none;
    display: inline;
    padding: 0px;
    margin: 0px;
}

#footer a
{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    padding: 0px 5px 0px 0px;
}

#footer a:hover
{
    color: #000;
    text-decoration:none;
}

#footer .copyright
{
    float: right;
}

#tagline
{
    color: #225799;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    font-family: "Courier New", "MS Courier New", Courier, monospace;
    padding: 5px 20px;
}
/**
 }}}
 */


/**
 * http://www.positioniseverything.net/easyclearing.html
 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
