/* !Header ------------------ */

.nav {
  font-size: 1.2em;
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid #faca69;
  display: table;
}

.nav div {
  display: table-cell;
  vertical-align: top;
}

.nav div:last-child {
  text-align: right;
}

.home .nav {
  border-bottom: 0;
}

.nav .herotxt {
  width: 275px;		
}

.nav h3 a,
.nav .nav_locale {
  color: #fff;
  height: 60px;
  font: 700 italic 22px/60px "mr-eaves-sans", arial, sans-serif;
}

.home .nav h1 a {
  color: #F5C25B;
}

.nav-list {
  overflow: hidden;
  width: 550px;
}

.nav-list ul {
  width: 200px;
  margin: 0 auto;
  overflow: hidden;
}

.nav-list li {
  float: left;
  list-style: none;
  width: 100px;
  padding: 0 15px;
  text-align: center;
}

.nav_home {
  display: none;
}

.nav_locale {
	width: 275px;
}

.nav_locale a {
  padding: 0 0 0 20px;
}

.nav-list a {
  color: #FFAE33;
  display: block;
  height: 60px;
  font: 700 italic 22px/60px "mr-eaves-sans", arial, sans-serif;
}


/* !Search ------------------ */

.search td {
height: 15px;
}

.search_field {
height: 15px;
}

.search .submit {
margin-top: 4px;
}

.articles .nav_articles a, .about  .nav_about a, .home .nav_home a, .resume .nav_resume a, .portfolio .nav_port a
{
  border-bottom: 3px solid #F5C25B;
  color: #F5C25B;
}

.nav_home,
.nav_about.hide-me {
  display: none;
}

/* !Home ------------------ */

.home .centered {
	padding: 0 0 50px;
	background-color: #252F38;
}

.intro {
  background: #fff url(../images/avatar.svg) no-repeat 105px 40px;
  background-size: 200px;
  padding: 0 50px 0 350px;
  width: 1100px;
  height: 340px;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
}

.intro h1 {
  padding: 10px 0 0;
  font-family: "mr-eaves-sans", arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  color: #252F38;
  width: 700px;
}

.intro span {
  padding: 80px 0 0;
  font-family: "mr-eaves-sans", arial, sans-serif;
  font-size: 23px;
  font-weight: 800;
  font-style: italic;
  color: #d17e00;
  display: block;
}

.copy {
  text-align: left;
  background-color: #fff;
  width: 1100px;
  margin: 0 auto;
}

.copy:last-child {
  border-radius: 0 0 10px 10px;
}

.copy-box {
  padding: 30px 30px 60px;
  overflow: hidden;
}

.copy-box p {
  line-height: 1.7em;
  letter-spacing: -.01em;
  font-size: 1.6em;
  float: left;
  width: 32%;
  padding: 0 16px;
  color: #333;
}

.copy-box p:last-child {
  width: 36%;
}

.copy-box p strong {
  font-weight: 700;
}

.clear {
  clear: both;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-size: 1.2em;
  color: #252F38;
}

.home-port {
  overflow: hidden;
  width: 960px;
  margin: 0 auto 20px;
}

.home-port a {
  float: left;
}

.home-port .small {
  border: 5px #252F38 solid;
  margin:10px;
}

.port-favs {
  position: relative;
  clear: both;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  width: 1100px;
  height: 600px;
  background-color: #FFB84C;
  padding: 20px 0 0;
}

.port-fav-1 {
  text-align: center;
}

.port-favs-title {
  position: absolute;
  top: 64px;
  left: 40px;
  font: 700 italic 22px "mr-eaves-sans", arial, sans-serif;
  color: #2F3C47;
}

.port-favs h3 {
  padding: 30px 0;
  font-family: "mr-eaves-sans", arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  color: #252F38;
}

a.port-favs-copy {
  font: 700 italic 22px "mr-eaves-sans", arial, sans-serif;
  color: #333;
  position: absolute;
  top: 64px;
  right: 40px;
}

.copy h3 {
  padding: 50px 0;
  font-family: "mr-eaves-sans", arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  color: #2F3C47;
  text-align: center;
}

.copy-knowme-box {
  display: table;
  width: 100%;
}

.copy-knowme-box span {
  display: table-cell;
  width: 33%;
  vertical-align: top;
}

.copy-knowme-box span:first-child {
  padding: 0 0 0 70px
}

.copy-knowme-box span:nth-child(2) {
  text-align: center;
}

.copy-knowme-box span:last-child {
  padding: 0 50px 0 0;
}

.copy-knowme-box span img {
  width: 200px;
  border-radius: 100px;
}

.copy-knowme-box li {
  font: 400 18px/1.3em "ff-tisa-web-pro", georgia, serif;
  list-style: disc;
  color: #333;
  padding: 0 0 15px 0;
  
}

.copy .me-pic {
  display: block;
  text-align: center;
  color: #999;
  font: 18px/1em "mr-eaves-sans", arial, sans-serif;
  padding: 15px 70px 50px;
}



/* !Portfolio ------------------ */

.port-images {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 0;
}

.port-home-box {
  width: 1100px;
  margin: 0;
  float: left;
}

.port-home-box:nth-of-type(odd) {
  width: 530px;
  text-align: center;
  margin: 0 20px 40px 0;
}

.port-home-box:nth-of-type(even) {
  width: 530px;
  margin: 0 0 40px 20px;
  text-align: center;
}

.port-home-box a {
  text-decoration: none;
  color: #FFAE33;
}

.port-home-img {
  width: 530px;
  max-height: 300px;
  overflow: hidden;
}

.port-home-title {
  background-color: #FFAE33;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 1px inset #252F38;
}

.port-home-title h2 {
  font: 700 italic 24px "mr-eaves-sans", Arial, sans-serif;
  padding: 20px 0;
  color: #252F38;
}

.port-images a {
  text-align: center;
  display: block;
}

.portfolio {
  background-color: #252F38;
}

.port-box {
  overflow: hidden;
  margin: 0 auto;
  padding: 30px 0;
}

#details {
  width: 900px;
  margin: 0 auto;
}

#details h1 {
  font-size: 4.8em;
  padding-bottom: 20px;
  font: 700 italic 50px/.9em "mr-eaves-sans", Arial, sans-serif;
  color: #FFAE33;
  text-align: center;
}

#details p {
  font-size: 18px;
  line-height: 1.8em;
  margin: 10px auto;
  width: 600px;
}

#image .caption {
  display: inline-block;
  padding: 14px 15px 15px;
  color: #111;
  background-color: #FFAE33;
  border-radius: 3px;
  font-size: 14px;
}

#details a {
  color: #F5C25B;
}

#image {
  margin: 40px auto 0;
  text-align: center;
}

#image img {
  padding-bottom: 20px;
}

#image p {
  display: block;
  font-size: 1.2em;
  margin: 0 0 50px;
  font-style: italic;
  color: #FFAE33;
}

#more {
  color: #CCC;
  font-size: 5em;
  padding: 25px;
}

.next {
  height: 50px;
  text-align: center;
  margin: 0 0 15px;
  font: 700 italic 18px "mr-eaves-sans", arial, sans-serif;
}

.next a {
  display: inline-block;
  background-color: #667d93;
  color: #252F38;
  padding: 8px 10px;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 0 0 5px;
  width: 150px;
}

.next a:first-child {
  margin: 0;
}

.next a[rel="prev"] {
  opacity: .5;
}

.lc-mobile {
  overflow: hidden;
  width: 690px;
  margin: 0 auto;
}

.lc-mobile img {
  float: left;
  margin: 0 50px 0 0;
  width: 320px;
}

.lc-mobile img[src="/images/lc-big-6.png"] {
  margin: 0;
}

.lc-mobile p {
  clear: both;
}

.memolane div {
  overflow: hidden;
  width: 699px;
  margin: 0 auto;
}


/* !Articles ------------------ */

.article {
  width: 650px;
  margin: 0px 30px;
  float: left;
}

.articles_nav {
  width: 210px;
  float: left;
}

.article h2 {
  font-size: 3em;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: .9em;
  padding-bottom: 5px;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}

.article_box {
  margin-bottom: 25px;
  padding-bottom:10px;
  border-bottom: #4E6378 1px dashed;
}

.article_box h2 a {
  text-decoration: none;
}

.article_box p {
  font-size: 1.5em;
  padding-bottom: 15px;
  line-height: 1.3em;
}

.article_box .datecom {
  font-size: 2em;
  letter-spacing: -0.05em;
  color: #F90;
  padding-bottom: 10px;
}

.post p {
  padding-bottom: 15px;
  line-height: 1.4em;
  font-size: 1.3em
}

.post h2 {
  color: #F90;
  padding-bottom: 15px;
  letter-spacing: -0.05em;
}

.post {
  font-size: 1.2em;
  border-bottom: 1px dotted #4E6378;
}

.post .datecom {
  font-size: 2em;
  letter-spacing: -0.05em;
  color: #4E6378;
  padding-bottom: 0;
}

.comments {
  margin: 15px 0 0 0;
}

.comment_hdrs {
  font-size: 2em;
  letter-spacing: -0.05em;
  border-bottom: 1px dotted #4E6378;
  margin: 0 0 20px;
  padding: 0 0 15px 0;
}

.comments-wrapper td {
  padding-bottom: 15px;
  font-size: 1.2em;
  font-weight: bold;
}

.comments-wrapper label {
  display: block;
  margin-bottom: -10px;
  color: #F90;
}

.txpCommentInputMessage {
  width: 490px;
  height:150px;
}

.babble {
  margin-top: 15px;
}

.com_box {
  margin-bottom: 10px;
  padding-bottom:10px;
  border-bottom: 1px dotted #4E6378;
  font-size: 1.2em;
}

.com_box a {
  text-decoration: none;
}

.com_com {
  padding-bottom: 10px;
}

.com_com p {
  padding-bottom: 15px;
  line-height: 1.3em;
  font-size: 1.3em;
}

.com_name {
  color: #F90;
  font-size: 1.2em;
  padding-bottom: 2px;
}

.com_time {
  padding-bottom: 5px;
  font-size: .8em;
}

.q_author {
  padding: 5px 0px 0px 40px;
  background: url(/images/talky.gif) no-repeat 10px 0px;
}


/* !Sidebar styles ------------------ */

.search {
  padding:10px;
  background-color: #4E6378;
  margin-bottom: 20px;
}

.search_field {
  height: 20px;
  border: none;
}

.search p {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 5px;
}

.search td {
  vertical-align: middle;
}

.archives {
  font-size: 1.2em;
}

.twitter {
  margin-top: 20px;
}

.twitter ul {
  margin: 10px 0;
}

.twitter p {
  font-size: 1.4em;
  font-weight: bold;
  color: #F90;
}

.twitter li {
  list-style: none;
  border-bottom: 1px dotted #4E6378;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.3em;
}

.twitter span {
  color: #666;
}

.twitter img {
  border: none;
  padding: 10px 0;
}


/* !Archives ------------------ */

.browse {
  font-size: 1.2em;
}

.supa {
  margin-top: 10px;
  font-size: 1.2em;
}

.supa dt {
  font-size: 2em;
  padding: 5px 0;
  color: #F90;
}

.supa dd {
  padding-bottom: 3px;
}

.article h3 {
  font-size: 2em;
  font-weight: normal;
}

.article li {
  font-size: 1.2em;
  list-style: none;
  padding-bottom: 3px;
}


.talky
{
  padding: 10px;
  background-color: #4E6378;
}

.talky p {
  padding: 0;
  font-size: 1.4em;
}

/* !About ------------------ */

.about {
  background-color: #252F38;
}

.more {
  color: #333;
  font: 700 italic 22px/1.3em 'mr-eaves-sans', Arial, Helvetica, sans-serif;
  padding: 80px 70px;
  margin: 0 auto;
  position: relative;
}

.social {
  margin: 30px auto;
  width: 800px;
  color: #556C82;
  font-family: 'mr-eaves-sans', Arial, Helvetica, sans-serif;
}

.social span {
  font-size: 2em;
  color: #F90;
  display: block;
  padding-bottom: 15px;
}

.social img {
  border: none;
  padding-bottom: 5px;
}

.social li {
  float: left;
  width: 100px;
  list-style: none;
  text-align: center;
  font-size: 1.4em;
}

.social li:first-child {
  width: 55px;
  margin-right: 20px;
}

.social li a {
  text-decoration: none;
  color: #556C82;
  border: none;
}

/* !Resume ------------------ */

.resume {
  color: #444;
}

.resume .nav .herotxt a,
.resume .nav .nav_locale {
  color: #666;
}

.resume-text
{
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0 30px;
  text-align: left;
  font-size: 15px;
  line-height: 1.4em;
}

.resume-text p,
.resume-text ul {
  width: 630px;
}


.resume-text h1 {
  color: #252F38;
  font: 700 italic 30px/1em 'mr-eaves-sans', arial, sans-serif;
  margin: 15px 0;
}

.resume-text h2 {
  color: #252F38;
  font: 700 italic 30px 'mr-eaves-sans', arial, sans-serif;
  margin: 30px 0 15px;
}

.resume-text h3 {
  margin: 20px 0 5px;
  font-size: 18px;
  font-weight: bold;
}

.resume-text li {
  margin-left: 14px;
  list-style: circle;
}

.resume-text strong {
  display: block;
  margin-top: 10
}

.resume-text .notable {
  display: block;
  margin: 10px 0 5px;
}

.resume-text li {
  margin: 0 0 0 35px;
}

/* !Search ------------------ */

.article table {
  margin-top: 10px;
  width: 500px;
}

.article th {
  font-size: 1.2em;
  text-align: left;
  padding-bottom: 5px;
  color: #F90;
}

.article td {
  border-top: 1px dotted #4E6378;
  padding: 5px 0;
  font-size: 1.2em;
}