/***************************************

  Theme: Jungle
  Author: Azork
  Support: http://www.azork.net
  Version: 0.1
  Last update: 08/10/2009

***************************************/

body {
	font : 10pt Arial, Helvetica, sans-serif;
  line-height: 120%;
	margin: 0;
	color: #000;
	background: #fff;
}

#header, #nav, #breadcrumb, #sidenav, #comment-form, #attachments, #extra, #footer {
	display: none;
}

#wrapper, #content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	}

#comments {
	page-break-before: always;
}

h1,h2,h3,h4,h5, h6 {
	margin: 1em 0 0.2em 0;
	font-weight: bold;
}
h1 { font-size: 160%; }
h2 { font-size: 160%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

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

.post-content a[href^="http"]:after, #comments a[href^="http"]:after,
#trackbacks a[href^="http"]:after {
	content: " ("attr(href)") ";
	color: #333;
}