body {
	background: #004080;
	background: rgb(224,232,255) url("images/bg-top-body.png") repeat-x top left;	
	background: rgb(240,240,240) url("images/bg-top-body2.png") repeat-x top left;
	color: #333;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	font: 80%/1.5 Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 20px 0;
}

h1 { font-size: 2.70em; }
h2 { font-size: 1.90em; }
h3 { font-size: 1.70em; }
h4 { font-size: 1.50em; }
h2 { font-size: 2.20em; }
h3 { font-size: 1.60em; }
h4 { font-size: 1.40em; font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif; }
h4 { font-size: 1.20em; font-family: Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif; }

#page {
	width: 960px;
	border: 5px solid #aaa;
	border: 5px solid rgb(150,165,180);
	border: 5px solid rgb(180,195,210);	
	border: 5px solid rgb(174,189,204);	
	margin: 0px auto;
}

#header {
  background: rgb(190,215,240);
  background: rgb(190,215,240) url("images/bg-top-leader-256.png") repeat-x bottom right;
  background: rgb(190,215,240) url("images/bg-top-leader.jpg") repeat-x bottom right;
  padding: 24px 0 8px 0;
  border-bottom: 2px solid #aaa;
}

#header #blogname a {
	border: none;
}
#blogname {
	font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1;
	margin: 0;
}
#tagline {
  margin: 0 0 0 135px;
  position: relative;
  top: -22px;
  color: rgb(102,102,102);
  font-size: 110%;
}

#wrapper {
	padding-top: 10px;	
	background: white url("images/bg-f0f0f0-430px.png") repeat-y top right;
}

#sidebar {
	width: 430px;
	padding: 0; 	
}
#sidebar2 {
  padding: 10px 0;
}
#columncap {
	margin-bottom: 20px;
	padding: 0px 10px;
	border-bottom: 0px solid rgb(224,224,224);
}
#column1 {
	width: 205px;
}
#column12 {
  padding: 0 0px 0 10px;
}
#column2 {
	width: 215px;
}
#column22 {
  padding: 0 10px 0 10px;
  border-left: 1px solid rgb(224,224,224);
}
#content {
	width: 520px;	
	background-color:white;
	margin: 0;
}
#content2 {
  padding: 10px 15px;
}

#footer {
	border-top: 1px solid #aaa;
	border-top: 1px solid #ddd;
	width: auto;
	clear: both;
	background: rgb(210,224,240);
	background: rgb(190,215,240) url("images/bg-top.png") repeat-x top left;
	background: rgb(190,215,240) url("images/bg-bottom-people-256.png") repeat-x center right;
	background: rgb(190,215,240) url("images/bg-bottom-people.jpg") repeat-x center right;

	float: none;	
	padding: 8px 15px;
	padding: 16px 15px;
}

#footer .copyright , #footer .poweredby {
	float: none;
	text-align: left;
	display: inline;
	display: block;
	padding-right: 0px;
	margin: 0;
	padding: 2px 0;
}





#sidebar .widget {
	border-bottom: none;
}
#sidebar h4 {
	margin-top: 0;
	border-bottom: 3px solid rgb(224,224,224);
}
#sidebar h3 {
	border-bottom: 0px solid rgb(224,224,224);
	padding: 2px 10px;
	margin: 0 0 20px -10px;
	background-color: rgb(224,224,224);
}

small {
  font-size: 88%;
}
.byline, .folksonomy {
  padding: 4px 6px;
  background-color: rgb(245,245,245);
  border-left: 2px solid rgb(224,224,224);
  color: gray;
}

.commentlist .alt {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
}
.commentlist .authorcomment {
	background: transparent url("images/bg-sidebar-ten-percent.png") top right;
}

.navigation {
	border-top: 0px solid #ccc;
}
.title h1 a,
.title h2 a {
	border-bottom: 1px solid #aaa;
}
.title h1 a:hover, .title h1 a:focus, .title h1 a:active,
.title h2 a:hover, .title h2 a:focus, .title h2 a:active {
	border-bottom-color: #c00;
}


a, a:link, a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}
a:hover, a:focus, a:active {
	color: #c00;
	border-bottom-width: 1px;
	border-bottom-color: #c00;
}

.entry p,
.entry li,
#columncap p {
	text-align: left;
}

h1.homepage {
  display: block;
}
#sidebar li  {
  list-style: square;
}
#sidebar li ul {
  /*display: none;*/
  font-size: 85%;
}
#sidebar li ul li {
  list-style: circle;
}
#sidebar li.page_item {
  font-weight: bold;
}
address {
	margin: .25em 0 1em 0;
	padding-left: 1em;
	border-left: 2px dotted silver;
}
.nadtitul {
  font-size: 125%; 
  font-weight: bold;
  margin: 0 0 0.25em 0;
}

blockquote {
	margin: .25em 0 1em;
	padding: .75em 1em .25em;
	border-left: 2px solid #ccc;
	background: rgb(235,238,242);
	font-style: italic;
}

.entry img.noborder {
	padding: 0px;
	border: none;
}