body 
{
	background: rgb(0, 0, 0); 
    color: rgb(110, 202, 199); 
    font-family: Arial, Sans-serif; 
    font-size: 14px; 
    margin-top: 24px;
}

img {
    border: none;
}

#page {
    width: 1405px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
}

#logo 
{
	width: 200px; 
    margin-top: 0px; 
    float: left; 
    position: relative; 
    z-index: 969;
}

    #logo h1 {
        margin: 0;
        padding: 0 0 20px 0;
        color: rgb(110, 202, 199);
    }

    #logo h2 {
        margin: 0;
        padding: 0;
    }

    #logo h3 {
        margin: 0;
        padding: 0;
    }

    #logo a {
        text-decoration: none;
    }

#contacts 
{
    float: left;
    width: 250px; 
    font-family: Georgia, Times, serif;
    text-align: right;
    line-height: 8px;
}

#contacts a {
    color: rgb(126, 3, 3); 
    text-decoration: none;
}

#contacs h3 {
    margin: 0px;
}


#menu {
	margin: 0px 0px 16px 60px; 
    width: 700px; 
    height: 34px; 
    line-height: 16px; 
    font-family: Georgia, "Times", serif; 
    font-size: 11px; 
    font-style: italic; 
    border-bottom-color: rgb(126, 3, 3); 
    border-bottom-width: 2px; 
    border-bottom-style: solid; 
    float: left;
}

#menu a {
    color: #cccccc; 
    text-decoration: none; 
    float: left; 
    display: block;
	padding: 10px 12px 0px 12px; 
    cursor: pointer;
    height: 23px; 
    font-size: 18px; 
}

    #menu a.active {
        border: 1px solid rgb(126, 3, 3);
    }

#menu a:hover {
	color: rgb(255, 255, 255);
}

#menu a:active {
	color: rgb(126, 3, 3);
    background-color: #000000;
}

#content-container 
{
	clear: both; 
    position: relative;
}

#aboutme h1 {
    text-align: left;
    border: none;
}

.resume {
    color: rgb(170, 170, 170);
    margin-bottom: 40px;
    margin-left: 260px;
    font-size: 12px;
    min-width: 700px;
}

.resume h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: rgb(110, 202, 199);
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.resume h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: rgb(110, 202, 199);
    border-top: 1px solid rgb(76, 1, 1);
    margin-top: 30px;
}

#resume-contacts {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(76, 1, 1);
}

.resume .subtitle {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    color: white;
}

#resume-summary {
}


.resume h3 {
    text-align: center;
    font-size: 30px;
    min-width: 700px;
    margin: 0px 0px 8px 0px;
    color: rgb(110, 202, 199);
}

.resume strong {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    border-bottom: 1px solid rgb(76, 1, 1);
    padding-top: 30px;
    color: rgb(110, 202, 199);
    display: block;
}

.resume ul {
    list-style-type: circle;
}

.resume a {
    display: inline;
}

.resume a:active {
	color: rgb(126, 3, 3);
    background-color: #000000;
}


.entry 
{
	padding: 0px 0px; 
    clear: both; 
    border-top-color: transparent; 
    border-top-width: 1px; 
    border-top-style: solid; 
    position: relative; 
    z-index: 800;
    display: block;
}

.entry a 
{
	color: rgb(170, 170, 170); 
    text-decoration: underline;
}
.entry a:hover 
{
	color: rgb(255, 255, 255); 
    text-decoration: underline;
}
.entry a:active 
{
	color: rgb(126, 3, 3);
}


.entry-content 
{
	margin: 0px 0px 0px 0px; 
    width: 700px; 
    position: relative;
    padding: 0px;
}

.content-separator {
    margin-bottom: 40px;
}

.clear 
{
    clear: both;
}

.content {
    min-width: 710px;
}

.content-video {
    margin-bottom: 20px;
}

.content ul {
	margin: 0px 0px 48px; 
    padding: 0px;
    float: left; 
    list-style-type: none;
}
.content a {
	text-decoration: none; 
    display: block;
    cursor: pointer;
}
.content li a:hover span {
	text-decoration: underline;
}
.content ul span {
	background: rgb(76, 1, 1); 
    padding: 0px 5px; 
    width: 210px; 
    min-height: 20px;
    display: block;
}

.content li.new-line {
    margin-left: 0px;
}

.content li {
    margin-left: 20px;
	float: left; 
    display: inline;
}


.content li:first-child {
	margin: 0px;
}

.content img 
{
	margin: 0px 0px 8px; 
    float: none;
}

#footer {
	background: rgb(76, 1, 1);
    padding-top: 20px; 
    padding-left: 5px;
    color: rgb(204, 204, 204); 
    clear: both; 
    border-top-color: rgb(76, 1, 1); 
    border-top-width: 1px; 
    border-top-style: solid; 
    width: 970px;
    min-height: 80px;
}

#footer p {
	line-height: 16px; 
    font-size: 14px; 
    margin-top: 3px;
}

#footer a {
	color: #cccccc; 
}

#footer a:hover {
	color: #ffffff;
}

