body {
	background-color: #000000;
}
#wrapper{
	width: 960px;
    margin: auto;
    color:grey;
}
hr.fancy{
    border: 0;
    height: 55px;
    background-repeat: no-repeat;
    background-image: url(images/fancy.png);
}
table.titles{
    font-weight: bolder;
    width: 100%;
    text-align: left;
}
.skills{
    width: 100%;
}
.skills td{
    width: 190px;
}
.skills meter{
    width: 190px;
}
.skillsd li{
    list-style-type: none;
}
.edudetails{
    width: 100%;
}
.edudetails td{
    vertical-align: top;
}
.columned div{
    column-count: 2;
}


#header {
    background-image: url(images/header.jpg);
    height:540px;
}
#header h1{
	color: #dcba61;
	font-family: 'Cinzel Decorative';
	font-size: 55px;
	text-align: center;
    margin-top: 100px;
    text-shadow: 2px 2px #011f2d;
}
#header h2{
	color: #f2d7a5;
	text-align: center;
	font-size: 22px;
    font-family: 'Orbitron';
    text-shadow: 2px 2px black;
}
#header h3{
    color: gold;
    font-family: 'Charm';
    text-align: right;
    font-size: 28px;
    margin-right: 50px;
    text-shadow: 2px 2px black;
    margin-bottom: 250px;
}
#header table{
    width: 100%;
    text-align: center;
    color:white;
    font-size: larger;
    font-family: 'Orbitron';
    text-shadow: 2px 2px #011f2d;
}
#header a:link {
    color: white;
    text-decoration: none;
  }
#header a:visited {
    color: gold;
    text-decoration: none;
  }
#header a:hover {
    color: grey;
    text-decoration: none;
  }
#header a:active {
    color: blue;
    text-decoration: none;
  }




#left-sidebar {
    width: 200px;
    float: left;
    background-color: #723e02;
    position: relative;
    z-index: 2;
    color:#dca361;
}
#left-sidebar p{
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	font-size: 13px;
}
#left-sidebar h3{
    font-family: 'Orbitron';
    color: #f2d7a5;
    text-shadow: 2px 2px #011f2d;
    text-align: center;
}
#left-sidebar ul{
    list-style-type: none;
    color: #dca361;
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: #723e02;
}
#left-sidebar li a {
	display: block;
	color: #dca361;
	padding: 8px 16px;
	text-decoration: none;
}
#left-sidebar li a:hover {
	background-color: #459d6c;
	color: white;
}
#left-sidebar span:hover{
    background-color: #459d6c;
    color:black;
}
#left-sidebar td:hover{
    background-color: #459d6c;
    color:black;
}
#left-sidebar img{
    width:32px;
}



#content {
    background-color: #dca361;
    background-image: linear-gradient(90deg,#723e02 200px,#dca361 0%);
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-left: -200px;
    padding-left: 200px;
}



#inner-content{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    color:black;
}
#inner-content table{
    width: 100%;
}


#footer{
    height:30px;
    margin: 0;
    clear: both;
    width:100%;
    position: relative;
    color: grey;
    text-align: center;
}


hr.section {
    overflow: visible; /* For IE */
    padding: 0px 0px 0px 0px;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
    margin-top: 20px;
}
hr.section:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: #dca361;
}

hr.sub {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    margin-top: 20px;
}
hr.sub:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
hr.sub:last-child {
    display:none;
}
.sectiondiv .sub:last-child hr {
    display:none;
}
.sectiondiv table{
    width: 100%;
    text-align: left;
}