/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #38494c url('images/background.png') left top repeat-x;
	text-align: center;
	}

#page {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}

#headerimg  h1	{
	height: 70px;
	margin: 0;
	padding: 20px 0 0 0;
	background: none;
	}
	
#headerimg h1 a {
	display: block;
	width: 270px;
	height: 50px;
	background: url("images/logo.png") left top no-repeat;
	text-indent: -9999px;
	outline: 0;
	}
	
#headerimg div.description {
	display: none;
}	
	
#content {
	width: 648px;
	float: left;
	}
	
#content-head {
	height: 11px;
	background: url("images/content-hf.png") left top no-repeat;
	}
	
#content-body {
	background: url("images/content-bd.png") left center repeat-y;
	padding: 0 14px 0 14px;
	}	
	
#content-bottom {
	height: 20px;
	background: url("images/content-hf.png") left bottom no-repeat;
	}	
	
#footer {
	clear: both;
	}
	
div.navigation {
	height: 20px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	background: url("images/navigation-bg.png") left top no-repeat;
	color: #fff;
}

div.navigation a {
	font-weight: bold;
	color: #fff;
	line-height: 20px;	
}

div.navigation .alignleft {
	float: left;
}

div.navigation .alignright {
	float: right;
}

.narrowcolumn div.navigation {
	margin-bottom: 0;
}
	
div.post {
	zoom: 1;
	margin: 0 0 35px 0;
	padding: 0 0 0 65px;
	background: url("images/post-background.png") 45px 0 repeat-y;
	font-size: 1.4em;
	}
	
.narrowcolumn #content-body {
	padding-top: 10px;
}

div.single-post div.post {
	margin: 0 0 20px 0;
	padding: 0 10px;
	background: none;
	font-size: 1.4em;
}	

div.post h2 {
	margin: 0;
	padding: 0;
	color: #333;	
}

div.post h2 a,
div.post h2 {
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
	}
	
div.post h2 a:HOVER {
	text-decoration: underline;
	}
	
a {
	color: #219bd9;
	text-decoration: none;
}	

a:HOVER {
	text-decoration: underline;
}	
	
div.post a img {
	border: none;
}	

div.post p {
	margin: 20px 0 0 0;
	}
	
div.entry {
	margin-top: 20px;
}	

div.post p.wp-caption-text {
	margin: 0;
	font-size: 10px;
	color: #666;
	text-align: right;
	padding-right: 10px;
}

span.post-date {
	display: block;
	float: left;
	width: 35px;
	margin-left: -65px;
	text-align: right;
	}

span.post-date strong {
	display: block;
	color: #bfbfbf;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	}

span.post-date span.month {
	display: block;
	color: #bfbfbf;
	font-size: 16px;
	line-height: 16px;
	}	
	
span.author,
p.postmetadata {
	display: block;
	font-style: italic;
	color: #999;
	font-size: 12px;
}	

/***********
 * SIDEBAR *
 ***********/
 
 #sidebar {
	float: left;
	width: 258px;
	}
	
#sidebar .sidebar-head {
	height: 11px;
	width: 258px;
	background: url("images/sidebar-hf.png") left top no-repeat;
}	

#sidebar .sidebar-bottom {
	height: 10px;
	width: 258px;
	background: url("images/sidebar-hf.png") left bottom no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0 14px 5px 14px;
	background: url("images/sidebar-bg.png") left top repeat-y;
}

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

#mailpress input.MailPressFormEmail {
	width: 145px;
}

#sidebar .widgettitle {
	padding: 0 8px;
	margin: 15px 0 5px 0;
	height: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	background: url("images/sidebar-h2.png") left top no-repeat;
	font-weight: bold;
}

#searchform label {
	display: block;
	padding: 0 8px;
	margin: 0 0 5px 0;
	height: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	background: url("images/sidebar-h2.png") left top no-repeat;
	font-weight: bold;	
}

#searchform div {
	padding: 0 5px;
}

#sidebar ul ul {
	zoom: 1;
	width: auto;
	background: none;
	margin: 0;
	padding: 0;
}

.textwidget {
	padding: 0;
}

.textwidget #vujul-vujul,
.textwidget #name {
	width: 215px;
	margin-bottom: 5px;
}

#sidebar ul ul li {
	padding: 0 0 2px 5px;
	background: #fff;
}

#sidebar a {
	font-weight: bold;
	color: #219bd9;
	font-size: 12px;
	text-decoration: none;
}

#sidebar a:HOVER {
	text-decoration: underline;
}


/***********
 * Comments *
 ***********/
 
#respond {
	padding: 0 10px;
}
 
#comment {
	width: 99%;
}

#respond p {
	margin: 10px 0 0 0;
}

/********
 * Footer *
 ********/
 
#footer {
	width: 600px;
	color: #8bafb5;
	text-align: center;
}

.pagetitle {
	font-size: 18px;
	font-weight: normal;
	color: #aaa;
	padding: 0 0 5px 0;
	margin: 0 4px 15px 4px;
}

a img {
    border: none;
}