/* Normalizes default browser style */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6{
font-size: 100%;
}
ol, ul {
list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, bar{
font-style: normal;
font-weight: normal;
}
table{
border-collapse: collapse;
/*border-spacing: 0;*/
}
fieldset, img{
border: 0;
}
caption, th{
text-align: left;
}
q:before, q:after{
/*content: "";*/
}
/* ---------------------------------------- Layout style ---------------------------------------- */
*{
padding: 0;
margin: 0;
}
.documentContent {
background: #000000;
}
.footer{
background-color: #ed2290;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
}
body {
background: #000000;
color: #ffffff;
line-height: 18px;
font: 14px "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
}
h2, h3, p, .projectContainer img  {
display: block;
margin-bottom: 18px;
}
a {
color: #ffffff;
}
a:hover {
color: #ed2290;
}
#wrapper {
margin: 0px auto;
padding: 5px;
width: 622px;
background: #000000;
}
h1 {
position: absolute;
top: -100px;
}
h2 {
font-size: 15px;
line-height: 36px;
font-weight: normal;
text-transform: uppercase;
padding-left: 498px;
}
h3 {
font-size: 36px;
font-weight: normal;
color: #ffffff;
}
img {
border-width: 0px;
}
hr{
margin-top: 0.5em;
margin-bottom: 0em;
}

#textcat {
clear: both;
text-align: center;
font-weight: bold;
color: ThreedShadow;
padding-top: 0.5em;
}

.textweb{
        font-weight: bold;
        color: #F6AB30;
}
.textgraphic{
        font-weight: bold;
        color: #E6DB19;
}
.textillustration{
        font-weight: bold;
        color: #D6DF29;
}
.textlogotypes{
        font-weight: bold;
        color: #38B29B;
}
.text3d{
        font-weight: bold;
        color: #ED2290;
}
/*-ABOUT ME-*/
#aboutme h2 {
background: url(../images/aboutme_banner.gif) no-repeat right;
text-align: right;
font-weight: bold;
color: #ffffff;

}
#aboutme p {
line-height: 15px;
font-size: 14px;
}

#aboutme img {
float:left;
margin-right:10px;
padding-left: 0.5em;
}

/*-CONTACT-*/
.contact{
	font-weight: bold;
        font-size: 15px;
	float: left;      
}
.ico{
       font-weight: bold;
       font-size: 15px;
       float: right;
}

/*-BESTWORKS-*/
#bestworks h2 {
	background: url(../images/highlights_banner.gif) no-repeat right;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
}

/*-THUMB-*/
#thumb {
        height: 216px;
	width: 622px;
}
#thumb img {
	float: left;
	margin-right: 6.75px;
	margin-left: 6.75px;
	margin-bottom: 13.5px;
}

/*-PORTFOLIO-*/
#portfolio h2 {
	background: url(../images/portfolio_banner.gif) no-repeat right;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
}
.projectContainer {
	padding-top: 0px;
	padding-bottom: 17px;
	border-bottom: 1px solid #aaaaaa;
}
.backToHighlights {
	font-size: 12px;
	text-align: right;
	color: #00ff00;
}
.backToHighlights, #portfolio h2 {
	margin: 0px;
}