/*
Theme Name:     Manifest Theme BG version
Theme URI:      http://bengross.com/
Description:    Manifest theme with mods from BG
Author:         Ben Gross
Author URI:     http://bengross.com/
Version:        1.0
*/

/* Headers */

* {font-family: "skolar-1","skolar-2";}


h1 {
  font-size: 4.5em;
  text-transform: none;
  letter-spacing: normal;
  word-spacing: normal;
}

/* New H1 */
h1.entry-title,h1.archiveTitle{
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 2.4em;
  font-weight: normal;
  color: #000;
}

h2{
  text-transform: none;
}

/* Old H1 for author */
h2.author{
  font-size: 4.5em;
  text-transform: none;
  letter-spacing: normal;
  word-spacing: normal;
  color: #000;
}
h2.author a:link,
h2.author a:visited{
  color: #000;
}
h2.author a:hover,
h2.author a:active{
  color: #000;
  text-decoration: underline;
}

/* Structure */

#siteWrapper{
  width: 580px;
}

#siteDescription{
  font-size: 1.4em;
  margin: 10px auto 60px;
  width: 400px;
  padding: 11px 0 13px;
  color: #999;
  font-style: italic;
}

/* Main Content Body
-------------------------------------------------------------------*/

#coreContent{
  width: 580px;
}

h2.secondary-title{
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 2.4em;
  font-weight: normal;
  color: #000;
  text-transform: none;
  text-align: center;
}

#coreContent table{
	width: 100%;
	margin-bottom: 1.7em
}

#coreContent th,
#coreContent td{
  margin-bottom: 1.7em;
  font-size: 1.4em;
  line-height: 1.5em;
  color: #333;
  text-align: justify;
}

/* Comment Form */

#comments h3,
legend span{
  width: 580px;
}

#coreContent #comments .comment .commentForm input[type=text],
#coreContent #comments .comment .commentForm textarea{
  max-width: 580px;
}

.commentForm textarea.loggedIn{
  width: 580px;
  max-width: 580px; /* Restricts the resizing capability in webkit bases browser
s */
}

#coreContent .postMeta span{
  text-transform: none;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  font-weight: bold;
  font-weight: normal;
}

/* Main Navigation
-------------------------------------------------------------------*/

#mainNav li{
  font-size: 1.4em;
}

/* Sub Navigation
-------------------------------------------------------------------*/

#subNav li{
  font-size: 1.4em;
}

/* Comments
-------------------------------------------------------------------*/

#coreContent #comments .comment .children .comment-meta{
}
.comment .reply{
  text-transform: none;
}

#coreContent #comments .comment .commentAuthorInfo{
}
.commentForm{
  text-transform: none;
}

/* Footer
-------------------------------------------------------------------- */

#footer{
  width: 580px;
  border-top: none
}
.footerContent{
  width: 580px;
}
