/* ==================================================== */
/* Header
/* ==================================================== */

#header
{
	background: #000000;
	left: 0px;
	min-height: 40px;
	position: relative;
	top: 0px;
	width: 100%;
}

#v-portfolio-logo
{
    background: url(/img/v-portfolio-logo.png) no-repeat;
    height: 15px;
    left: 27px;
    top: 13px;
    position: absolute;
    width: 92px
}

#profile
{
    color: #FFFFFF;
    float: right;
    font-size: 90%;
    padding-bottom: 12px;
    padding-left: 27px;
    padding-right: 153px;
    padding-top: 12px;
}

#profile ul
{
    list-style: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

#profile li
{
    display: inline;
    margin-left: 10px;
}

#profile img
{
    border: 0px;
    padding-right: 4px;
    vertical-align: middle;
}

#profile a:link
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#profile a:visited
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#profile a:active
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#profile a:hover
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

#branding
{
	background: url(/img/branding-0.png) no-repeat;
	height: 162px;
	right: 0px;
	position: absolute;
	top: 0px;
	width: 200px;
}

#tagline
{
	background: #88AC3C;
	height: 25px;
	left: 0px;
	min-height: 25px;
	position: relative;
	top: 0px;
	width: 100%;
}

#v-portfolio-tagline
{
    background: url(/img/v-portfolio-tagline.png) no-repeat;
    height: 12px;
    left: 27px;
    top: 7px;
    position: relative;
    width: 200px
}