/*
Theme Name: Manifest
Theme URI: 
Description: A clean and streamlined theme that focuses on the content and not the distractions.
Version: 1.01
Author: Jim Barraud
Author URI: http://jimbarraud.com
Tags: simple, clean, single column

*/

/* Reset All Styles
-------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td {
  font-size: 1.2em;
  margin: 5px 0px 5px 0px;
}

/* Global Styles
-------------------------------------------------------------------*/

body{
  background: #fff;
  font: 62.5% constantia, palatino, "times new roman";
  color: #333;
}
strong{
  font-weight: bold;
}

/* Links */

a:link,
a:visited{
  color: #c42840;
  text-decoration: none;
}
a:hover,
a:active{
  color: #e1586a;
  text-decoration: underline;
}

/* Headers */

/*h1{
  margin: 10px 0 20px;
  font-size: 3.3em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .05em;
  word-spacing: .2em;
}
h1 a{
  padding-right: 60px;
  margin-left: 60px;
}
h1 a:link,
h1 a:visited{
  color: #000;
}
h1 a:hover,
h1 a:active{
  color: #000;
  text-decoration: none;
}*/
h1{
  font-size: 5em;
  font-weight: normal;
  color: #575757;
}
h1 a:link,
h1 a:visited{
  color: #575757;
}
h1 a:hover,
h1 a:active{
  text-decoration: none;
  color: #c42840;
}
h2{
  margin-top: 30px;
  font-size: 5em;
  font-weight: normal;
  color: #575757;
}
h3{
  margin-bottom: 5px;
  font-size: 5em;
  font-weight: normal;
}
h3 a:link,
h3 a:visited{
  color: #575757;
}
h3 a:hover,
h3 a:active{
  text-decoration: none;
  color: #c42840;
}
h4{
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: bold;
  color: #575757;
}
/*h5{
  position: relative;
  top: -35px;
  margin-bottom: 25px;
  font-family: "helvetica neue", helvetica, arial;
  font-size: 3em;
  color: #fdc2ff;
  font-weight: normal;
  border-bottom: 1px solid #fdc2ff;
  
}
h5 abbr{
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 8px;
  background: #fff;
  top: 8px;
}*/
h5{
  margin-bottom: 10px;
  font-size: 3.5em;
  font-weight: bold;
  color: #666666;
}
h6 {
  font-family: "helvetica neue", helvetica, arial;
  font-size: 2.5em;
  padding: 8px 0px 3px 5px;
  background-image:url(/wp-content/themes/manifest/images/h6-background-long.gif);
  background-repeat: no-repeat;
  margin-bottom: 10px;
  color: #FFF;
}

/* Tables */

td {
   padding-bottom: 10px;
}
#coreContent td p {
   font-size: 1em;
   line-height: 1.2em;
   margin-bottom: 0.5em;
}
#coreContent td h4 {
   font-size 1.4em;
}

/* Header */

#global {
   width: 900px;
   text-align:right;
   font-size: 1.3em;
}

#global .nav {
	float: right;
	margin: 2px 7px 0px 0px;
	color:#CCC;
}

#global .nav p {
  line-height: 2em;
}

#global .search {
	float: right;
}

/* Form Elements */

input[type=text],
textarea{
  border: 1px solid #ddd;
  padding: 3px;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #666;
}
input:focus,
textarea:focus{
  border-color: #999;
  color: #333;
}
input[type=submit]{
  padding: 5px;
  color: #fff;
  font-weight: bold;
  background-color: #c42840;
  border-width: 1px;
  border-style: solid;
  border-color: #c42840;
  cursor: pointer;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
}
input[type=submit]:hover,
input[type=submit]:focus{
  background-color: #e1586a;
  border-color: #e1586a;
}

/* Structure */

#siteWrapper{
  margin: 0 auto;
  padding-top: 15px;
  width: 900px;
/*  text-align: left;
  position: relative;*/  
}

#siteDescription{
  font-size: 1.2em;
  margin: 10px auto 0px;
  width: 900px;
  padding: 10px 0 10px;
  color: #999;
  font-style: italic;
}

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

#mainNav{
  margin-top: 10px;
  padding: 5px;
  background: #FBFBFB;
}
#mainNav ul{
  margin: 0 auto;
  width: 45em;
  text-align: center;
}
#mainNav li{
  display: inline;
  margin-right: 20px;
  font-size: 1.5em;
  text-transform: uppercase;
}
#mainNav li:last-child{
  margin-right: 0;
}
#mainNav a:link,
#mainNav a:visited{
  color: #999;
}
#mainNav a:hover,
#mainNav a:active{
  text-decoration: underline;
  color: #2E301C;
}
#mainNav .current_page_parent a:link,
#mainNav .current_page_parent a:visited,
#mainNav .current_page_item a:link,
#mainNav .current_page_item a:visited{
  font-weight: bold;
  color: #2A2D1A;
}
#mainNav .current_page_parent a:hover,
#mainNav .current_page_parent a:active,
#mainNav .current_page_item a:hover,
#mainNav .current_page_item a:active{
  color: #2E301C;
}

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

#coreContent{
  float: left;
  width: 900px;
  margin-top: 8px;
}

/* Posts
-------------------------------------------------------------------*/

.postContent{
  position: relative;
}
.postContent h4{
  position: relative;
  top: 0;
  font-family: constantia, palatino, times new roman;
  font-size: 2.5em;
  color: #666666;
  font-weight: normal;
  font-style: italic;
  border-bottom: none;
}
.postContent .right {
  float: right; 
  padding-top: 10px; 
  font-size: 1.3em;
}
.postDate ~ .postContent{
  margin-top: -30px;
}
#coreContent p,
#coreContent li,
#coreContent dd{
  margin-bottom: 1.7em;
  font-size: 1.4em;
  line-height: 1.5em;
  color: #333;
/*  text-align: justify;*/
}
#coreContent p{
/*  text-align: justify;*/
}
#coreContent li{
  list-style: square;
  margin-left: 17px;
}
#coreContent .gform_body li {
  margin-left: 0px;
}
#coreContent dt{
  font-size: 1.3em;
  color: #333;
}
.postContent .previous-next {
  float: right;
}
.postContent .previous-next a,
.postContent .previous-next a:link,
.postContent .previous-next a:visited {
  color: #666;
  text-decoration: none;
}
.postContent .previous-next a:hover {
  color: #E1586A;
}
.entry-content{
  margin-top: 10px;
  text-align: left;
}
.entry-content a:link,
.entry-content a:visited{
  text-decoration: none;
}
.entry-content a:hover {
  text-decoration: underline;
}
.hentry{
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
#coreContent .postMeta{
  margin: 10px auto 0;
  font-size: 1.3em;
  color: #999;
}
#coreContent .postMeta div{
  margin-bottom: 5px;
}
#coreContent .postMeta a:link,
#coreContent .postMeta a:visited{
  color: #dc0000;
}
#coreContent .postMeta a:hover,
#coreContent .postMeta a:active{
  color: #ff6271;
}
#coreContent .postMeta span{
  text-transform: uppercase;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  color: #333;
  border: none;
  padding: 0;
  font-family: constantia, palatino, times new roman;
  font-weight: bold;
  margin: 0 0 5px;
  font-style: normal;
  position: static;
}

.entry-content h1{
  font-size: 2.5em;
  /*letter-spacing: 0;*/
}
.entry-content h2{
  font-size: 3em;
}
.entry-content h3{
  font-size: 2.5em;
}
.entry-content h4,
.entry-content h6{
  font-size: 2em;
}
.entry-content h5 {
  font-size: 3.5em;
}
.entry-content strong{
  color: #000;
}
.entry-content pre{
  color: #666;
  font-size: 1.5em;
  line-height: 18px;
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol{
  margin: 0 0 20px 15px;
}
.entry-content ol li{
  list-style-type: decimal !important;
}
.entry-content li{
  margin-bottom: 5px !important;
}
.entry-content blockquote{
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.5em;
  color: #7D7D7D;
  margin: 0 20px 20px;
  padding-left: 10px;
  border-left: 3px solid #ccc;
}
#coreContent .entry-content blockquote p{
  font-size: 1.1em;
  line-height: 1.3em;
  color: #7D7D7D;
}
.entry-content .alignleft{
  float: left;
  /*margin: 4px 10px 10px 0;*/
}
.entry-content .alignright{
  float: right;
  margin: 4px 0 10px 10px;
}
.entry-content .wp-caption.alignnone{
  margin-bottom: 15px;
}
#coreContent .entry-content p.wp-caption-text{
  font-size: 1.1em;
  font-style: italic;
  color: #666;
  margin-bottom: 0;
}
.hentry img{
  margin: 0px 0px 5px 0px;
}
.tweetmeme_button {
  margin-right: 10px;
}
.fb_share_count_wrapper {
  margin-top: 10px;
  margin-left: 6px;
}
.social {
  float: right;
  margin: 42px -102px 10px 10px;
  border: solid 1px #EAEAEA;
  padding:10px;
  width: 70px;
}
#coreContent .social p {
  font-size: 1.2em;
  margin-bottom: 0.7em;
  text-align:center;
}

/* Single Post Page
-------------------------------------------------------------------*/

.more-link {
  font-size: 1.6em;
  font-weight: bold;
  font-style: italic;
}
.single h3{
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 4em;
}
/*.single h5{
  position: static;
  font-family: "helvetica neue", helvetica, arial;
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  border-bottom: none;
  background: #fff;
}*/
.single h5{
  font-size: 3em;
  color: #666666;
}
.single.hentry{
  margin-top: -50px;
  border-bottom: none;
  padding-bottom: 0;
}
#coreContent .single .postMeta{
  margin: 20px 0 0;
  padding-top: 0;
  padding-bottom: 17px;
  text-align: left;
}
.fb_share_count_wrapper {
  float: right;
}


/* Links Page
-------------------------------------------------------------------*/

#coreContent .entry-content #linkList{
  margin-left: 0;
}
#coreContent .entry-content #linkList li{
  list-style-type: none;
  margin-left: 0;
}
#coreContent .entry-content #linkList li li{
  font-size: .9em;
  list-style-type: square;
  margin-bottom: 20px !important;
  margin-left: 15px;
}
#coreContent .entry-content #linkList ul{
  margin: 10px 0 40px;
}

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

#comments p {
  margin-bottom: 10px;
  width: 500px;
}
#comments .red {
  color: #dc0000;
  font-size: 1.4em;
}
.commentEntry{
  padding: 0px 0px 15px 0px;
}
#coreContent .commentEntry p{
  color: #666;
}
.avatar{
  float: left;
  margin-top: 4px;
}
.commentContent{
  float: left;
  width: 500px;
  background-color: #f0f0f0;
  padding: 10px;
}
.commentMeta{
  color: #333;
  font-size: 1.1em;
  text-align: left;
}
.commentMeta a:link,
.commentMeta a:visited{
  font-weight: bold;
}
.nocomments{
  font-size: 1.2em;
  padding: 25px 0;
}

/* Comment Form */

fieldset{
  background: #fff;
  padding: 0 0 10px;
}
legend{
  position: relative;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0 0 4px 0;
}
legend span{
  position: relative;
  top: -15px;
  display: block;
  width: 500px;
  background-color: #fff;
}
#comments h4,
legend span{
  padding: 0px;
  font-weight: bold;
  text-align: left;
}
.leaveComment{
  margin-top: 14px;
  padding-bottom: 19px;
  width: 500px;
}
.commentForm{
  font-size: 1.1em;
  text-align: left;
  font-weight: bold;
  margin: 0px 10px 0px 0px;
}
.commentForm em{
  text-transform: lowercase;
  font-style: italic;
  color: #999;
  font-size: 1em;
}
.commentForm input[type=text]{
  display: block;
  font: 62.5% constantia, palatino, "times new roman";
  margin-bottom: 15px;
  width: 470px;
  font-size: 1.4em;
}
.commentForm textarea{
  width: 470px;
  max-width: 470px; /* Restricts the resizing capability in webkit bases browsers */
  height: 150px;
  font-size: 1.4em;
}
.commentForm input[type=submit]{
  margin-top: 8px;
}

/* Paging Navigation
-------------------------------------------------------------------- */

.pageNav{
  margin-top: 20px;
  width: 900px;
}
.pageNav h3 a:link,
.pageNav h3 a:visited {
  display: inline-block;
  color: #999;
}
.pageNav h3 a:hover,
.pageNav h3 a:active {
  text-decoration: none;
  color: #ff6271;
}
.pageNav .prev,
.pageNav .next{
  display: inline;
}
.pageNav .prev{
  margin-right: 2px;
  width: 400px;
  float: left;
}
.pageNav .next{
  margin-left: 2px;
  width: 400px;
  float: right;
  text-align:right;"
}

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

#archives{
  margin-top: -50px;
}
h2.archiveTitle{
  margin: -30px 0 10px;
  color: #666;
  font-size: 3em;
}
h2.archiveTitle strong{
  color: #000;
}
#archives h3,
#coreContent li h3{
  font-family: constantia, palatino, times new roman;
  font-size: 1.6em;
  text-align: left;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 5px;
  border-bottom: 1px solid #ccc;
}
#coreContent li h3{
  font-size: 1.2em;
}
#archives label{
  font-family: constantia, palatino, times new roman;
  font-size: 1.4em;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
}
/*#archives #date{
  float: left;
  width: 150px;
}
#archives #categoryTags{
  float: left;
  width: 320px;
  margin-left: 30px;
}*/
#archives ul{
  margin: 5px 0 60px;
  text-align: left;
}
#archives ul li{
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #999;
  font-size: 1.3em;
  line-height: 1.5em;
  white-space: nowrap;
}
#archives ul li a{
  margin: 0px 5px 0px 10px;
  list-style: square #333;
}
/*#archives #date ul li{
  display: block;
  list-style-type: none;
  margin: 0 10px 0 0;
}*/
.tagArchives li{
  float: left;
  margin-right: 10px;
}
.categories li{
  margin-bottom: 5px;
  font-size: 2.3em;
}

/* Recent Posts (on the 404 page)
-------------------------------------------------------------------- */

#recentPosts{
  border-top: 2px solid #ccc;
}
#recentPosts li{
  list-style: none;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
#recentPosts a{
  float: left;
}
#recentPosts .postDate{
  float: right;
}

/* Search Results
-------------------------------------------------------------------- */

#coreContent .searchresults{
  margin: 0px 0px 8px 0px;
}
.searchresults .postMeta{
  text-align: left;
}
.searchpanel{
  margin: 0 0 40px;
  padding: 10px 0;
}
.searchpanel input[type=text]{
  width: 250px;
  font-size: 1.7em;
}
.searchpanel input[type=submit]{
  font-weight: normal;
  -webkit-border-radius: 12px;
  -moz-border-radius: 16px;
  background-position: left 5px;
  font-size: 1.4em;
  
}

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

#footer{
  width: 900px;
  margin: 20px auto 0;
  padding-bottom: 30px;
  color: #333;
  text-align: center;
}
.footerContent{
  width: 900px;
  margin: 20px auto 0;
  clear: left;
}
#footer p{
  line-height: 2em;
  font-size: 1.3em;
  color: #CCC;
}
#footer .copyright {
  color: #666;
}
#footer #search{
  margin: 15px 0 30px;
}
#footer .elsewhere{
  margin-bottom: 30px;
}
#footer .elsewhere li{
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 5px 0 0;
  border-right: 1px dotted #ccc;
  font-size: 1.2em;
}
#footer .elsewhere li.last{
  padding: 0;
  margin: 0;
  border-right: none;
}
#footer #search input[type=text]{
  font-size: 1.4em;
  border-color: #ccc;
}
#footer #search input[type=text]:focus{
  border-color: #999;
}

/* Cufon fixes
-------------------------------------------------------------------- */

.cufon-loading h1 { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}
.cufon-loading h2 { /* for Cufon.replace('h2') */
	visibility: hidden !important;
}
.cufon-loading h3 { /* for Cufon.replace('h3') */
	visibility: hidden !important;
}
.cufon-loading h4 { /* for Cufon.replace('h4') */
	visibility: hidden !important;
}
.cufon-loading h5 { /* for Cufon.replace('h5') */
	visibility: hidden !important;
}
.cufon-loading h6 { /* for Cufon.replace('h6') */
	visibility: hidden !important;
}



/* Google Ad
-------------------------------------------------------------------- */

.googleAd{
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px dotted #ccc;
}

/* Gallery Edits
-------------------------------------------------------------------*/
.entry-content #gallery-1 .gallery-item {
  text-align: center;
}


/* Admin Edits
-------------------------------------------------------------------- */

.loggedin a:link,
.loggedin a:visited,
a.post-edit-link:link,
a.post-edit-link:visited,
a.comment-edit-link:link,
a.comment-edit-link:visited{
  color: #f00;
  font-weight: bold;
  text-decoration: underline;
}
#coreContent p.loggedin{
  display: inline-block;
  margin-bottom: 35px;
  padding: 0px;
  width: 880px;
  text-align: left;
}

/* Form Changes
-------------------------------------------------------------------- */

#post-5352 #gforms_confirmation_message {
	background-color: #ffe1e6;
	border: 1px solid #C42840;
	width: 590px;
	padding: 20px;
}


/* Self Clearing Floats
-------------------------------------------------------------------- */

#siteWrapper:after,
.post:after,
.commentEntry:after,
.commentForm:after,
#footer .elsewhere:after,
#metaContent .metaExtend:after,
#mainNav:after,
#mainNav ul:after,
#archives ul:after,
#coreContent .postMeta:after,
#recentPosts li:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


/* 
----------------------------------------------------------------------------- 
=03 CLEARFIX
-----------------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}
