* { margin:0; padding:0; }

html, body {
	width:100%;
	height:100%;
}

body {
	background:#d8d4d1;
	color:#2a2a2a;
	font:normal 11px Verdana, Tahoma, Arial;
}

a {
	color:#2a2a2a;
	text-decoration:underline;
}

a#link1,
a#link2 {
	position:absolute;
	z-index:2000;
	text-indent:-100000px;
	overflow:hidden;
	display:block;
}

a#link1 {
	top:0;
	left:0px;
	width:181px;
	height:155px;
}

a#link2 {
	top:42px;
	left:322px;
	width:76px;
	height:30px;
}


/* WRAP
----------------------------------*/
#wrapper {
	position:relative;
	width:974px;
	margin:0 auto;
	background:url(images/mainBg.jpg) left repeat-y;
	height:auto!important;
	min-height:100%;
	height:100%;
}
* html #wrapper {
	width:803px;
	padding-left:171px;
}

/* LOGO
----------------------------------*/
#logo {
	position:absolute;
	top:0;
	left:0px;
	width:181px;
	height:333px;
	background:url(images/logo.jpg) no-repeat;
	z-index:1000;
}


/* HEADER
----------------------------------*/
#header {
	display:none;
}

/* CONTENT
----------------------------------*/
#content {
	position:relative;
	float:left;
	width:653px;
	margin-left:171px;
	padding:0 14px 0 10px;
	padding-top:128px;
	background:url(images/centerMainBg.jpg) left repeat-y;	
}
* html #content {
	margin-left:0;
}

#content #topTitle {
	position:absolute;
	top:0;
	left:0px;
	height:128px;
	width:678px;
	background:url(images/titleBg.jpg) left top no-repeat;
}
#content #topTitle h1 {
	display:none;
}

/* ENTRY
----------------------------------*/
.entry {
	position:relative;
	margin:0 20px;
	padding:25px 0 40px 120px;
	border-top:solid 1px #B2B2B2;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p,
#content ul,
#content ol {
	/*margin-left:120px;*/
	line-height:140%;
	margin-bottom:15px;
}

.entrytitle h2,
.noResult h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
}
.entrytitle h2 a {
	text-decoration:none;
}

p.postInfo {
	position:absolute;
	left:0;
	top:33px;
	line-height:150%;
}

* html p.postInfo {
	left:-120px;
}

p.postInfo,
p.postInfo a {
	color:#807f7f;
	text-decoration:none;
}

.linkbuttons img {
	border:none;
}

.bookmarks {
	padding-top:20px;
}

.entrymeta a  {
	text-decoration:none;
}
.entrymeta a:hover  {
	text-decoration:underline;
}


/*----------------------------------*/


/* COMMENTS; NAVIGATION; NORESULTS
----------------------------------*/
.commentsblock,
.noResult {
	margin-left:140px;
}

.navigation {
	margin:0 20px;
	padding-top:20px;
	border-top:solid 1px #B2B2B2;
}
.navigation a {
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	margin-right:15px;
	color:#807f7f;
	text-transform:uppercase;
}
.navigation a:hover  {
	text-decoration:underline;
}

/* .noResult */
.noResult {
	padding-top:30px;
}

/* COMMENTS
----------------------------------*/
.commentsblock {
	padding-top:30px;
	padding-bottom:30px;
}

.commentsblock textarea,
.commentsblock input {
	border:solid 1px #B2B2B2;
}

.commentsblock textarea {
	width:490px;
}
.commentsblock h3#respond {
	padding-top:20px;
}

.commentsblock h3#comments {
	font-size:18px;
	font-weight:normal;
}

.commentlist {
	list-style:none;
	margin-right:20px;
	padding-top:20px;
	border-top:solid 1px #DDD;
}

.commentlist li {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:solid 1px #DDD;
}




/* SIDEBAR
----------------------------------*/
#sidebar {
	float:left;
	width:119px;
	margin:124px 0 0 1px;
	
}
#sidebar,
#sidebar ul {
	list-style:none;
}
#sidebar li {
	margin-bottom:10px;
	padding-top:15px;
	background:url(images/dot.gif) left top repeat-x;
	text-transform:uppercase;
}
#sidebar ul li {
	margin-bottom:0px;
	line-height:140%;
	background:none;
	padding-top:0;
}
#sidebar li a {
	font-size:10px;
	color:#2a2a2a;
	text-decoration:none;
}

#sidebar h2 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 8px 0;
}
#sidebar a:hover {
	text-decoration:underline;
}
#sidebar p {
	margin:10px 0 13px 0;
	line-height:150%;
}
#sidebar p,
#sidebar p a {
	font-size:9px;
	text-transform:none;
}