/* Hidding most stuff
-------------------------------------------------------------- */
#nav, #sidebar, #comment-form, #search_menu,
div#post_content span.comments, div#post_content span.mail,
a.post-edit-link,
#wpstats,
div.kudos,
p.rss {
   display: none;
}

/* Apply some global styles - mostly font colors and sizes
-------------------------------------------------------------- */
body {
   background: white;
   font-size: 12pt;
   font-family: Helvetica,Arial,"Lucida Grande",Verdana,sans-serif;
}

#container, #post_content {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

#header #logo h1 {
	margin:0;
	padding:0;
}

#header #logo h1 {
	content: url(../images/bg/logo.png); 
}

#header #logo a.sitelogo, #header #logo a.sitelogo:visited { 
	text-decoration:none;
}

p#welcome {
	color:#666;
	font-size:9pt;
	text-transform:uppercase;
	color:#999;
	margin-top:2px;
}

p.contact {
	margin-top:0;
}

div#post_content, #footer {
	padding-top: 2em;
	border-top: 6px solid #333;
	line-height: 18pt;
	font-size: 9pt;
	color: #333;
}

h2.post_cat {
	border-bottom: 1px solid #DADADA;
	color: #999;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin: 0 0 1em;
	padding: 0 0 0.2em;
	text-transform: uppercase;
}

h2.post_name {
	color: #222;
	font-size:18pt;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", serif;
	margin:0;
}

div#post_content p.meta, div#post_content .post_meta {
	font-style: italic;
}


a:link, a:visited {
   color: #333;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}


/* On decent browsers, we append the URL to links
-------------------------------------------------------------- */
#post_content a:link:after, #post_content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 8pt;
}

#post_content a[href^="/"]:after {
   content: " (http://antesfosse.net" attr(href) ") ";
}