/*
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;
}

#coreContent .pageNav a {
  display: inline-block;
  color: #ffffff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background-color: #666;
  border: none;
  /*background-image: url(images/button.png);
  background-repeat: repeat-x;
  background-position: left top; */
  padding: 3px 10px;
  
  /*border-width: 1px;
  border-style: solid;
  border-color: #575757;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;*/
}

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;
}

/* Global Styles
-------------------------------------------------------------------*/

body{
  background: #fff;
  font: 100% "helvetica neue", helvetica, arial, sans-serif;
  color: #000000;
}
strong{
  font-weight: bold;
}



/* Links 
--------------------------------------------------------------------*/








/* Headers */

h1{
  margin: 10px 0 20px;
  font-size: 3.3em;
  font-weight: normal;
  text-transform: normal;
}
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: underline;
}
h2{
	color:#333333;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-2px;
	line-height:145%;
	margin-bottom:5px;
	word-spacing:0.2em;
}
h2.entry-title {

}
h3{
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -2px;
  word-spacing: 0.2em;
  line-height: 145%;
  color: #333333;
}
h3 a {
  	color: #000000;
 	background-repeat:no-repeat;
	background-position: 0px 9px;	
	padding-left: 10px;
	border-bottom: none; 
}







h4{
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}
h5{
  position: relative;
  margin-bottom: 5px;
  font-family: "helvetica neue", helvetica, arial;
  font-size: 11px;
  font-weight: bold;
  color: #666666;

}
h5 abbr{
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0px;
  background: #fff;
  top: 0px;
}

/* Form Elements */

input[type=text],
textarea{
  border: 1px solid #e0e0e0;
  padding: 3px;
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  color: #666;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
input:focus,
textarea:focus{
  border-color: #999;
  color: #333;
}
input[type=submit]{
  margin-right: 10px;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  background-color: #666666;
	border: none;
  border-radius: 2px;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  cursor: pointer;
}


/* Structure */

#siteWrapper{
  margin: 0 auto;
  padding-top: 15px;
  width: 400px;
  text-align: left;
  position: relative;
  
}
#siteDescription{
  font-size: 11px;
  margin: 10px auto 60px;
  width: 400px;
  padding: 0px;
  color: #999;
}



/* Top Board
-------------------------------------------------------------------*/

#player {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
	background-repeat:no-repeat;
	background-position: 0px 3px;
	display:  none;	
}


#player a {
	padding: 5px 10px 5px 10px;
	
}

#player a:hover {
	color:  white;
}





/* Main Navigation
-------------------------------------------------------------------*/

#mainNav{
  margin-top: 10px;
  padding: 5px;
  background: #FBFBFB;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
#mainNav ul{
  margin: 0 auto;
  width: 45em;
  text-align: left;
}
#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: 400px;
  margin-top: 8px; 
}

#coreContent object, #coreContent embed {
	width: 400px;
}



/* Posts
-------------------------------------------------------------------*/

.postContent{
  position: relative;
}


.postContent h4{
  position: relative;
  top: 0;
  font-family: constantia, palatino, times new roman;
  font-size: 14em;
  color: #999;
  font-weight: normal;
  font-style: italic;
  border-bottom: none;
}
.postDate .postContent{
  margin-top: -30px;
}
#coreContent p,
#coreContent li,
#coreContent dd{
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: normal;
  line-height: 175%;
  color: #666666;
  text-align: left;
  
}
#coreContent p{
  text-align: left;
}
#coreContent li{
  list-style: square;
  margin-left: 17px;
}
#coreContent dt{
  font-size: 1.3em;
  color: #333;
}

cite {
	font-style: normal;
}

.entry-content{
  margin-top: 24px;
  text-align: left;
}
.entry-content a {
	font-weight: bold;
}
.hentry{
  position: relative;
  padding-bottom: 0px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
#coreContent .postMeta{
  margin: 40px auto 0;
  font-size: 11px;
  color: #666;
}
#coreContent .postMeta div{
  margin-bottom: 3px;
    font-weight: bold;
}
#coreContent .postMeta a {
  color: #666;
}

#coreContent .postMeta span{
  text-transform: normal;
}
.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-weight: bold;
  margin: 0 0 5px;
  font-style: normal;
  position: static;
}

.entry-content h1{
  font-size: 2em;
  letter-spacing: 0;
}
.entry-content h2{
  font-size: 1.8em;
}
.entry-content h3{
  font-size: 1.6em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6{
  font-size: 1.4em;
}
.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: 0 auto;
  border: 1px solid #ccc;
}


/* Single Post Page
-------------------------------------------------------------------*/

.single h3{
  margin-top: 30px;
  margin-bottom: 5px;
}
.single h5{
  position: static;
  font-family: "helvetica neue", helvetica, arial;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  border-bottom: none;
  background: #fff;
}
.single.hentry{
  margin-top: 0px;
  border-bottom: none;
  padding-bottom: 0;
}
#coreContent .single .postMeta{
  margin: 20px 0 0;
  padding-top: 0;
  padding-bottom: 17px;
  text-align: left;
}

/* 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
-------------------------------------------------------------------*/

.commentEntry{
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}


#coreContent .commentEntry p{
  color: #666;
}
.avatar{
  float: left;

}


.commentContent{
  float: left;
  width: 415px;
  margin-top: 10px;
  margin-left: 0px;
}
.commentMeta{
  color: #333;
  font-size: 11px;
  text-align: left;
}

.commentMeta{
  color: #333;
  font-size: 1;
  text-align: left;
}
.commentMeta a:link,
.commentMeta a:visited{
  font-weight: bold;
}
.nocomments{
  font-size: 13px;
  padding: 25px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.commentApprove {
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	text-transform: uppercase;
	padding: 8px 0px 8px 8px;
	background-color: #e1e1e1;
	margin:  0px 0px 10px 0px;
	width: 150px;
	font-weight: bold;

}

/* Comment Form */

fieldset{
  background: #F6F6F6;
  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: 400px;
  background-color: #fff;
}
#comments h4,
legend span{
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: .5em 0 .7em;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
}
.leaveComment{
  margin-top: 14px;
  padding-bottom: 19px;
}
.commentForm{
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  margin: 0 10px;
  color: #666666;
}
.commentForm em{
  text-transform: lowercase;
  color: #999;
  font-size: 11px;
  font-style: normal;
}
.commentForm input[type=text]{
  display: block;
  margin-bottom: 15px;
  width: 370px;
  font-size: 11px;
}
.commentForm textarea{
  width: 370px;
  max-width: 370px; /* Restricts the resizing capability in webkit bases browsers */
  height: 150px;
  font-size: 12px;
}
.commentForm input[type=submit]{
  float: right;
  margin-top: 8px;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
}

.commentWarning p {
	margin-top: 20px;
	
}


/* Paging Navigation
-------------------------------------------------------------------- */

#coreContent .pageNav {
	padding: 0px;
}


.pageNav{
  margin-top: 40px;
  padding: 0px;
}
.pageNav .prev,
.pageNav .next{
  display: inline;
}
.pageNav .prev{
  margin-right: 2px;
}
.pageNav .next{
  margin-left: 2px;
}

/* Archives
-------------------------------------------------------------------- */

#archives{
  margin-top: -50px;
}
h2.archiveTitle{
  margin: -30px 0 70px;
  color: #666;
}
h2.archiveTitle strong{
  color: #000;
}
#archives h3,
#coreContent li h3{
  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: 14px;
}
#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 li a{
  margin-right: 5px;
}
#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;
}
.categories {
	display:none;
}
/* 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-top: -35px;
}
.searchresults .postMeta{
  text-align: left;
}
.searchpanel{
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  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;
  
}


/* Top Board
-------------------------------------------------------------------*/


#topboard a img {
	border: none;
}

#topboard a:hover img {
	border-bottom: none;
}



/* Footer
-------------------------------------------------------------------- */

#footer{
  width: 400px;
  margin: 40px auto 0;
  padding: 20px 0 35px 0;
  border-top: 1px solid #e1e1e1;
  color: #666;
  text-align: left;
}

#footer a {
	font-weight:bold;
	color: black;
	text-decoration:none;
	color: #666666;
}


.footerContent{
  width: 500px;
  margin: 20px auto 0;
  clear: left;
}
#footer p{
  line-height: 11px;
}
#footer #search{
  margin: 15px 0 30px;
}
#footer h5{
  position: relative;
  top: 0;
  margin-bottom: 8px;
  font-size: 1.3em;
  color: #666;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: none;
}
#footer .elsewhere{
  margin-bottom: 10px;

}
#footer .elsewhere li{
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 5px 0 0;
  border-right: 1px solid #e1e1e1e;
  font-size: 11px;
}
#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;
}

/* Google Ad
-------------------------------------------------------------------- */

.googleAd{
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px dotted #ccc;
}

/* Admin Edits
-------------------------------------------------------------------- */

.loggedin a,
a.post-edit-link,
a.comment-edit-link{
  font-weight: bold;
  text-decoration: none;
  text-transform:uppercase;
}
#coreContent p.loggedin{
  font-size: 11px;
  display: inline-block;
  margin-bottom: 35px;
  padding: 10px;
  background: #efefef;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* 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;
}


/*stats
-----------------------------------------------------------------------*/

.stats {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	position: absolute;
	top: 30px;
	left: 5px;
	width: 80px;
	background-color: white;
	padding: 3px;
	z-index: 1;
	opacity: 0.8;
/* display: none; */  
}

#footer li.login a {
	color: silver;
}
.avatar_img_wrap{
      position:relative;
}
.avatar_marker{
   top:0px;
   left:0px;
   position:absolute;
   z-index:10;
   
}

.commentEntry.blau .avatar_img_wrap{
	border: 5px solid #0097d5;
	width:80px;
	height:80px;
	overflow:hidden;
} 
.commentEntry.orange .avatar_img_wrap{
	border: 5px solid #ea690b;
	width:80px;
	height:80px;
	overflow:hidden;
}


/*Login Button
-----------------------------------------------------------------------*/
#loginButton {
	font-size: 11px;
	margin-bottom: 3px;
	width: 400px;
}

#loginButton a {
	text-decoration:none;
	font-weight: bold;
	padding-right: 10px;	
}

#loginButton a:hover {
 	background-repeat:no-repeat;
	background-position: right;	
	border-bottom: none;
}


#siteWrapper.pageWrapper   {
   width:400px;
}

#coreContent.pageContent fieldset, #coreContent.pageContent .post-edit-link{
	/* margin-left: 110px; */
}

#coreContent.pageContent #pageFooter {
	width: 620px;
}

#coreContent.pageContent a {
	font-weight: bold;
}


#coreContent.pageContent .pageLogin a {
	background-color: #0097D5;
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 6px;
	border: none;
}
#coreContent.pageContent .pageLogin a:hover {
	border: none;
	background-color: #EA690B;
}



/* iframe Page
-------------------------------------------------------------------------------*/

iframe {
	margin-bottom: 5px;
}




/* FEEDS 
--------------------------------------------------*/

#feedlogos {
	width: 45px;
	position: absolute;
	right:15px;
	top:31px;
}
#feedlogos img {
	margin-bottom:1px;
	margin-top: 0px;
}

#feedlogos a img {
	opacity: .75;
}

#feedlogos a:hover img {
	opacity: 1;
}


#feedlogos img {
	background-image:no-repeat;
	width: 45px;
	height: 20px;
}


img.twitter {
	background-image:url(images/twitter.png) !important;	
	background-image:url(images/twitter.gif);
}

img.youtube {
	background-image:url(images/youtube.png) !important;
	background-image:url(images/youtube.gif);	
}
img.facebook {
	background-image:url(images/facebook.png) !important;
	background-image:url(images/facebook.gif);	
}
img.myspace {
	background-image:url(images/myspace.png) !important;
	background-image:url(images/myspace.gif);	
}

img.fbrss {
	background-image:url(images/fb-rss.gif) !important;
	background-image:url(images/fb-rss.gif);	
}

