

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #06F;}
a:hover {color: #06C;}
a img {border: none;}

body {
	background: #FFFFFF url(img/bg.gif);
	color: #444;
	font: normal 62.5%     Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	padding: 0px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Georgia, "Times New Roman", Times, serif;}
h2 {font: bold 1.2em Georgia, "Times New Roman", Times, serif;}
h3 {font: bold 1em Georgia, "Times New Roman", Times, serif;}

h1,h2,h3 {color: #111; padding-top: 6px; margin-bottom: 4px;}

code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border-bottom: 1px solid #DDD;
	background: #FFFFFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 7px;
	width: 755px;
}

.outer-container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 787px;
	border-bottom: 1px solid #DDD;
	padding: 0;
}

/* headere & title */
.header {
	background: url(img/header1.png) no-repeat;
	height: 175px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFFFFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFFFFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: url(img/bgpath.png) no-repeat;
	color: #FFF;
	font: bold 1.1em Verdana,sans-serif;
	padding: 16px 14px;
	height: 20px;
}
.path li,.path ul {display: inline;}
.path a {
	color: #000000;
	text-decoration: none;
	margin-right: 16px;
}
.path a:hover {
	color: #000;
	font: oblique;
	text-decoration: underline;
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFFFFF;
	padding: 8px 18px;
	
}

/* content */
.content {
	float: right;
	width: 500px;
}
.content .descr {
	color: #999;
	font: normal 0.8em Verdana,sans-serif;
	padding-top: 6px;
	margin-bottom: 6px;
	background: url(img/'bgdescr.gif') repeat-x;
}
.content li {
	line-height: 1.4em;
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: Georgia, "Times New Roman", Times, serif;}

/* navigation */
.navigation {
	background: ;
	border: 1px solid #E5E5E5;
	width: 197px;
	margin-left: -12px;
	padding-left:-12px;
}
.navigation h2 {
	color: #000 ;
	font-size: 1.0em;
	height: 20px;
	margin-top: 1.2em;
	border: ridge #000000;
	padding-left:6px;
}
.navigation ul {
	border-top: 1px solid #FAFAFA;
	background: #FFF url(img/bgul2.gif) repeat-x;
	font: bold lighter;
	margin: 0;
	padding: 0;
}
.navigation li {border: 1px #fff; 
				font: bold;}
.navigation li a {
	color: #111;
	display: block;
	font-size: 0.9em;
	font: bold;
	border: inherit #000;
	padding: 5px 8px 5px 16px;
	text-decoration: none;
}
.navigation li a:hover {
	color: #000;
	font-size: 0.9em bolder;
	background: #FFFF99 url(img/bgul.gif) repeat-x;	
	font: bolder;
}

.enagrupa li a {
	background: url(img/agrupa_1.png) no-repeat;
	opacity: 0.8;	
}

.enagrupa li a:hover {
	background: url(img/agrupa_1.png) no-repeat;	
}	

/* footer */
.footer {
	background: #FFF55;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.0em;
	margin: 0 auto;
	margin-top: 8px;
	text-align: center;
	width: 720px;
	
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 6px 12px; margin: 0px;}

/* posts */
.post h1 a {
	border-bottom: 1px dashed #AAA;
	color: #664;
	text-decoration: none;
}
.post h1 a:hover {
	border-color: #F60;
	color: #553;
}

.post {margin: 7px 2px 5px 2px;}
.post .info{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}
.post img {
	border: 4px  outset  #000;
	margin: 5px 10px 5px 10px ;
	
}

.post a img {border: 4px outset  #000;}
.post a:hover img {border-color: #666;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}
