body {
/*    background: #e2e9eb;*/    
	background: #fff;
	font-family: arial, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    color: #888;
}

a img {
    border: none;
}

#wrapper {
    width: 600px;
    text-align: center;
    margin: 50px auto;
}

#header {
    margin-bottom: -3px;
}

#content {
    background: #FFF url('../img/content-bg.png') bottom center no-repeat;
    text-align: left;
    width: 600px;
    margin: 0 auto;
    border: solid 1px #b2b2b2;
    border-radius: 5px;
    moz-border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    padding: 10px 0px 10px 0px;
    -webkit-background-clip: padding-box;
    position: relative;
}

#tagline {
    font-family: georgia;
    font-size: 12pt;
    font-style: italic;
    text-align: center;
    display: block;
    color: #AAA;
}

#cBrace {
    width: 94px;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

#links {
    text-align: center;
    margin-bottom: 20px;
}

#links a {
    border-radius: 3px;
    moz-border-radius: 3px;
}

#links .active:link {
    background: #409ac9;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    moz-border-radius: 3px;
}

#links .active:visited {
    background: #409ac9;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    moz-border-radius: 3px;
}

#links .active:hover {
    background: #409ac9;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    moz-border-radius: 3px;
}

#links .active:active {
    background: #409ac9;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    moz-border-radius: 3px;
}

#links a {
    padding: 2px 5px;
}

#links a:link {
    color: #409ac9;
    text-decoration: none;
}

#links a:visited {
    color: #409ac9;
    text-decoration: none;
}

#links a:hover {
    background: #409ac9;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    moz-border-radius: 3px;
}

#links a:active {
    background: #409ac9;
    color: #FFF;
    text-decoration: none;
}

#portfolio {
    margin-top: 30px;
    margin-bottom: -30px;
}

.workWrap {
    display: inline-block;
    margin: 0px 12px 0px 12px;
    margin-bottom: 30px;
}

.workWrap a {
    text-decoration: none;
}

.workWrap img {
    background: #FFF;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    margin-bottom: 5px;
}

.workTitle {
    color: #528593;
    font-weight: bold;
}

.workType {
    font-size: 9pt;
}

#aboutLink {
    padding: 2px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    position: absolute;
    top: 5px;
    left: 5px;
}

#aboutLink.active {
    background: #409ac9;
    color: #FFF;
}

#aboutLink.active:link {
    background: #409ac9;
    color: #FFF;
}

#aboutLink.active:visited {
    background: #409ac9;
    color: #FFF;
}

#aboutLink.active:hover {
    background: #409ac9;
    color: #FFF;
}

#aboutLink.active:active {
    background: #409ac9;
    color: #FFF;
}

#aboutLink:link {
    color: #409ac9;
    text-decoration: none;
}

#aboutLink:visited {
    color: #409ac9;
    text-decoration: none;
}

#aboutLink:hover {
    background: #409ac9;
    color: #FFF;
    text-decoration: none;
}

#aboutLink:active {
    background: #409ac9;
    text-decoration: none;
}

#about {
    margin-top: 60px;
    margin-bottom: -30px;
    width: 540px;
    margin: 0 auto;
    background: #FFF;
    display: none;
}

#about #left {
    float: left;
    width: 419px;
}

#about #left p {
    margin: 5px 0px;
    line-height: 150%;
}

#about #left a {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: bold;
}

#about #left a:link {
    color: #409ac9;
    text-decoration: none;
}

#about #left a:visited {
    color: #409ac9;
    text-decoration: none;
}

#about #left a:hover {
    background: #409ac9;
    color: #FFF;
    padding: 2px 3px;
    text-decoration: none;
}

#about #left a:active {
    background: #409ac9;
    color: #FFF;
    padding: 2px 3px;
    text-decoration: none;
}

#about #right {
    float: right;
    border-left: dotted 1px #409ac9;
    padding-left: 10px;
    margin-left: 10px;
    width: 100px;
    padding-top: 5px;
}

#about #right #avatar {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0px 0 10px auto;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

#about #right #social img {
    margin-left: 12px;
}

#about #right #social a {
    text-decoration: none;
}

.clearFix {
    float: none;
    height: 0;
    clear: both;
}

#footer {
    margin-top: 10px;
    font-size: 7pt;
    color: #747E80;
    text-shadow: 1px 1px 0px #FFF;
}

#footer a:link {
    color: #346873;
    text-decoration: none;
}

#footer a:visited {
    color: #346873;
    text-decoration: none;
}

#footer a:hover {
    color: #346873;
    text-decoration: underline;
}

#footer a:active {
    color: #346873;
    text-decoration: underline;
}