/*  
Theme Name: Ternog v2.0
Version: 2.0
Author: Ternog Web Design
Author URI: http://www.webdesign.ternog.org/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 960px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img02.png);
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #000000;
}

#header h1 {
	padding: 20px 0 0 160px;
	font-size: 3em;
}

#header h2 {
	padding: 55px 0 0 5px;
	font-size: 1.5em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 960px;
	height: 43px;
	margin: 0 auto;
	background: url(images/img03.png);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background: #FFFFFF url(images/img04.png) no-repeat;
}

/* Content */

#content {
	float: left;
	padding: 0px 0px 0px 100px;
	width: 505px;
}

#fullcontent {
	float: left;
	width: 900px;
}

.pagetitle {
	margin-top: 0;
}

.post {
	margin-bottom: 40px;
}

.post .title {
	border-bottom: 1px solid #454545;
}

.post h3.title {
	font-size: 1.4em;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 20px;
	padding: 15px 20px;
	background: url(images/img05.gif) no-repeat;
	line-height: normal;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .posted {
	float: left;
}

.post .meta .comments {
	float: right;
}

/* Navigation */

.navigation {
	clear: both;
	padding: 20px 0;
	font-weight: bold;
	font-size: larger;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 295px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2 {
	height: 50px;
	padding: 13px 20px 0 20px;
	font-size: 1.6em;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	background: url(images/img05.png) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}