* { margin: 0; padding: 0; border: 0; }
a, a:visited, a:link { text-decoration: none; }
a:hover { text-decoration: underline; }

body {
	background: #333 url('bg.gif') repeat fixed;
	font-family: sans-serif;
	text-align: center;
}

ol, ul {
	list-style-position: outside;
	margin-left: 20px;
}
ol li, ul li{
	margin-left: 10px;
}

#main {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	font-size: 0.8em;
}

#header h1 a {
	display: block;
	height: 70px;
	width: 380px;
	text-indent: -9000px;
}

#header {
	background: #FFF;
	margin-bottom: 5px;
}
#header h1 {
	background: url('plaza.jpg') -110px 0px;
	height: 200px;
}

#content {
	background: #333;
	padding: 10px;
	padding-top: 20px;
	color: #AAA;
}

.note {
	overflow: hidden;
	font-family: tahoma, sans-serif;
	color: #AAA;
	border-top: 3px solid #A0DA83;
/*	background: url('note-bg-2.png') repeat-x; */
}
.note h2 {
	font-family: 'trebuchet ms', sans-serif;
	font-size: 1.3em;
	line-height: 1.0em;
}
.note h2 a {
	color: #228B22;
}
.note .left .cal {
	color: #888;
	font-size: 90%;
	padding-top: 2px;
}
.note .main .comments {
	float: right;
	font-size: 90%;
	margin-top: 10px;
}
.note .main .comments a {
	display: block;
	line-height: 18px;
	height: 18px;
	padding-left: 20px;
	background: url('comments.png') 1px 1px no-repeat;
}

/* entries levels */
.note.lv1{
	border-top-color: #B0C5FF;
/*	background-image: url('note-bg-1.png'); */
}
.note.lv1 h2 a{
	color: #4682B4;
}

.note.lv2, .note.lv3, .note.lv4,
{
	border-top-color: #EEC668;
/*	background: #FFFFE0;  */
}
.note.lv2 h2 a, .note.lv3 h2 a, .note.lv4 h2 a{
	color: #FF8000;
}

.note.lv5{
	border-top-color: #E37982;
/*	background: #FFE0E0;  */
}
.note.lv5 h2 a{
	color: #E32636;
}

.note .left {
	float: left;
	width: 205px;
	padding: 5px;
}

.note .left .options {
	list-style: none;
	margin-top: 20px;
}
.note .left .options li {
	display: block;
}
.note .left .options li a {
	color: #666;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 23px; 
}
.note .left .options li a:hover {
	color: #000;	 
	text-decoration: none;
}

.note .left .options li.comments {
	margin-bottom: 8px;
}
.note .left .options li.comments a {
	font-weight: bold;	  
	background: url('comments.png') 2px 2px no-repeat;
}
.note .left .options li.category {
	background: url('folder.png') 22px 2px no-repeat;
	font-size: 95%;
	padding-left: 20px;
}

.note .main {
	float: right;
	width: 520px;
	color: #AAA;
	padding: 5px 5px 5px 15px;
	background: #333;
	min-height: 100px;
}
.note .main a {
	color: #3C3;
}
.note .main p {
	padding: 5px 0px;
	line-height: 1.3em;
}

.note .main img {
	max-width: 100%;
}



#bottom {
	background: #333;
	padding: 10px 5px;
	overflow: hidden;
/*	border-top: 3px solid #666; */
	margin-top: 5px;
	color: #888;
}
#bottom p {
	color: #888;
	font-family: verdana, sans-serif;
	line-height: 1.3em;
	font-size: 0.85em;
   margin-bottom: 8px;
}
#bottom h2{
	font-family: 'trebuchet ms', sans-serif;
	font-size: 1.3em;
	color: #AAA;
	padding-left: 16px;
	padding-bottom: 4px;
	margin-top: 10px;
	clear: both;
}
#bottom .photo {
	float: left;
	display: block;
	margin: 0px 8px 0px 0px;
}
#bottom .photo img {
	display: block;
	border: 1px solid #888;
}

.cool-list {
	list-style: none;
	font-size: 0.9em;
	font-family: arial, tahoma, sans-serif;
	padding-bottom: 1px;
}
.cool-list li {
	display: block;
	width: 170px;
	float: left;
	border-bottom: 1px solid #3A3A3A;
	margin: 0px 8px 0px 0px;
}
.cool-list li a{
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0px 10px;
	color: #666;
}
.cool-list li a span { 
	color: #444; 
	float: right; 
	margin-top: -23px; 
}
.cool-list li a:hover {
	color: #CCC;
	background: #383838;
	text-decoration: none;
}
.cool-list li a:hover span {
	color: #AAA;
}


.cols2 {
	overflow: hidden;
	padding-bottom: 3px;
	padding-left: 15px;
}
.cols2 .col {
	width: 49.5%;
	float: left;
	overflow: hidden;
}

.clear { clear: both; }

#footer {
	color: #888;
	background: #333;
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	padding: 5px 10px 5px 29px;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #333 url('../favicon.png') 8px 12px no-repeat;
}
#footer p {
	margin: 0px;
	padding: 1px 0px;
}





































blockquote {
	font-family: Georgia,Serif;
	font-style: italic;
	margin: 5px 0px 26px 20px;
	font-style: italic;
	background: #444;
	color: #BBB;
	padding: 3px 10px 2px;
	-moz-border-radius: 7px;
border-left:1px solid #555555;
border-top:1px solid #555555;
}
blockquote p {
	line-height: 1.5em;
	margin-bottom: 5px;
}

blockquote:after {
	display: block;
	height: 26px;
	width: auto;
	background: url('blockquote_bottom.gif') no-repeat 30px 0px;
	content: " ";
	margin-bottom: -23px;
}




#footer a {
	color: #AAA;
	text-decoration: none;
	border-bottom: 1px solid #555;
}


.pager {
	overflow: hidden;
	padding-bottom: 5px;
	width: 100%;
	margin-bottom: 10px;
}
.pager .page_next {
		  background:transparent url('page_next.png') no-repeat scroll right center;
	float:right;
	padding-right:20px;
	text-align:right;
	width:42%;
}
.pager .page_prev {
		  background:transparent url('page_back.png') no-repeat scroll left center;
	float:left;
	padding-left:20px;
	text-align:left;
	width:42%;
}

h2 {
	font-family: 'trebuchet ms', sans-serif;
	font-size: 1.3em;
	line-height: 1.0em;
}

#content a {
	color: #A0DA83;
}

.comment-body {
	border-bottom: #444;
}
.h2_kom {
	color: #A0DA83;
	margin-top: 20px;
}
.comment {
	overflow: hidden;
	margin-bottom: 3px;
	padding: 7px 5px;
}

.comment .c_left {
	float: left;
	width: 25%;
}

.comment .c_author {
	padding-left: 20px;
	font-weight: bold;
}
.comment .c_author img {
	float: left;
	margin-left: -20px;
}
#content .comment .c_author a {

}
.comment .c_time {
	color:#666666;
	font-size:85%;
	margin-top:3px;
	padding-left:20px;
}

.comment .c_main {
	float: left;
	width: 70%;
}

.comment2 {
	background: #383838;
}


