.section hr {
  margin: 0px 60px 20px;
}

img {
  border: 1px solid #DDDDDD;
}

p {
  margin: 0px 0px 15px 0px;
}

a:visited {color:#333333; font-weight: bold;}      /* unvisited link */
a:link {color:#333333; font-weight: bold;}      /* unvisited link */
a:hover {color:#CCCCCC; background-color: #333333;}  /* mouse over link */
a:active {color:black;}  /* selected link */

body {
  font-family: helvetica, 'arial sans-serif';
  font-size: 13px;
  font-weight: 100;
  line-height: 18px;
  background: #EEE;
}

h1 {
  font-size: 3.5em;
}

h2 {
  font-size: 1.7em;
}

.clear {
  clear: left;
  clear: right;
  clear: both;
}

#title {
  background-color: white;
  padding: 10px 0 10px 10px;
}

#title img {
  border: none;
}

#title h2 {
  margin-top: 0px;
}

#content {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #EEEEEE;
}

.menubar {
  position: relative;
  list-style-type: none;
  font-size: 1.5em;
  right: 10px;
  top: 0px;
  float: right;
  background-color: white;
  padding: 10px;
}

.menubar li {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}

.menubar a {
  text-decoration: none;
}

.site-title {
  margin-bottom: 35px;
  color: #108123;
}

.site-title h1 {
  width: 100%;
  font-family: "Doctor";
  font-weight: normal;
}

.site-title h2 { 
  width: 100%;
  font-weight: normal;
  font-size: 1.3em;
}


.section-title {
  font-size: 2.0em;
  font-weight: normal;
  margin: 10px 0px 20px 0px;
}

.section {
  margin: 35px 0px 35px 0px;
  background-color: white;
  padding: 10px;
}

.section h3 {
}

.first-letter {
  font-size: 2.0em;
}

#my-photo {
  float: left;
  height: 200px;
  margin: 0px 20px 20px 0px;
}

img.portfolio {
  float: right;
  height: 300px;
  margin: 0px 0px 20px 20px;
}

img.portfolio-left {
  float: left;
  height: 300px;
  margin: 0px 20px 20px 0px;
}

#portfolio-section {
  margin-bottom: 50px;
}

#bio-section {
}

.subsection-title {
  font-weight: 800;
}

/* Mailer */

input[type=text] {
  width: 300px;
}

textarea {
  width: 400px;
}

#mailer fieldset {
  border: none;
  padding-left: 0px;
}

.social-network-list {
  list-style-type: none;
  display: inline;
  -webkit-padding-start: 0px; 
  margin-left: 10px;
}

.social-network-list li {
  display: inline;
}

.social-network-list a {
  text-decoration: none;
}

.social-network-list a:hover {background-color: white;}  /* mouse over link */

.social-network-btn {
  height: 40px;
  width: 40px; 
}

.no-border {
  border: none;
} 

#more-about-me {
  display: inline;
  float: left;
  bottom: 0px;
  right: 0px;
  padding: 10px;
  margin-right: 10px;
  //border: 1px solid black;
  background-color: #EEEEEE;
}

#more-about-me h3 {
  margin-top: 0px;
}

#more-about-me ul {
  margin-left: 0px;
}


#footer {
  font-size: 0.7em;
  background-color: white;
  padding: 0 10px;
  text-alignment: right;
}

