body {
	background-color: #eeeeee;
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}

a {
    font-weight: bold;
	color: #7F9EAC;
	text-decoration: underline;
}

hr { display:none; }

img.icon {
	display: none;
}

#top {
	margin: 0;
	padding: 0;
	background-color: #222;
}

#logo {
    padding: 10px;
}

#logo a img {
	width: 100%;
}

#nav {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
}

#nav p a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222;
    display: inline;
    font-size: 16px;
    font-weight: bold;
	margin-top: 4px;
    margin-bottom: -1px;
    padding: 10px 7px 10px 7px;
    text-decoration: none;
}

#nav p a:first-child {
	padding-left: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
}
#nav p a:last-child {
	padding-right: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#main {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
}

#main .light-box  {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    margin-bottom: 10px;
    padding: 12px 10px;
    text-decoration: none;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.center{
    text-align: center;
}

#profile-pic {
	display: none;
}

.wrap-left {
	display: inline;
	float: left;
	margin-right: 6px;
}

.wrap-right {
	display: inline;
	float: right;
	margin-left: 6px;
}

#main .light-box div p a img  {
	width: 100%;
}

h1, h2, h3, h4{
    background-color: #7F9EAC;
	border-bottom: 1px solid #999999;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -12px;
    padding: 6px 10px;
    text-decoration: none;
}

h1, h2{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#linkedin {
	margin-top: 10px;
}

.notice {
    background-color: #eeeeee;
    color: #222222;
	border-bottom: 1px solid #999999;
    padding: 10px;
    text-decoration: none;
	text-align: center;
	margin: 0;
}

form div div:first-child {
	margin-top: 10px;
}

.inline-error {
	color: red;
	display: inline;
}

#thumbnails {
	display: none;
}

.dark-box .project a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

.dark-box .project .current-link a {
    background-color: #999999;
}

.dark-box .project:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
.dark-box .project:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	margin-bottom: 10px;
}

.dark-box .project a{
    color: #222222;
}

.url {
    background-color: #ffffff;
    border: 1px solid #999999;
	font-weight: bold;
	text-align: center;
    padding: 12px 10px;
    text-decoration: none;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.portfolio-image img {
	width: 100%;
	border: 1px solid #999999;
}

#footer {
    display: none;
}