@charset "utf-8";
/* CSS Document */
html, body {
margin:0;
padding:0;
height:100%;
background-color:#FFF;
font:normal 80%/1.6em Arial, Helvetica, sans-serif;
}
* {
margin:0;
padding:0;
}
blockquote{
margin: 10px 0px 10px 40px;
}
a {
color:#069;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}
ul, ol {
margin:10px 30px;
font-size:1.2em;
}
/* form validator */
ul.errorlist { 
	color: darkred; 
	font-weight: bold;
}
ol {
font-size:1.5em;
}
ol li {
font-size:0.8em;
}
h1 {
margin-top:19px;
font-size:1.6em;
color:#363;
}
h2 {
font-size:1.4em;
}
h3 {
font-size:1.2em;
}
h4 {
font-size:1em;
}
p {
font-size:1.2em;
margin: 5px 0;
}
pre {
font-size:1.4em;
}
b {
font-size:1em;
}
ol li a {
font-size:1em;
}
small {
font-size:1.1em;
color:#999;
}
button, input {
outline:none !important;
}
div#pageShadow {
width:760px;
margin:0 auto;
position:relative;
height:100%;
min-height:600px;
background:#FFF url(/static/img/shadow_top.gif) 0 0 repeat-x;
}
div#pageShadowLeft {
height:100%;
background:url(/static/img/shadow_top_left.gif) 0 0 no-repeat;
}
div#pageShadowRight {
height:100%;
background:url(/static/img/shadow_top_right.gif) 100% 0 no-repeat;
}
div#pageShadowBottom {
background:url(/static/img/shadow_bottom.gif) 0 100% repeat-x;
}
div#pageShadowBottomLeft {
background:url(/static/img/shadow_bottom_left.gif) 0 100% no-repeat;
}
div#pageShadowBottomRight {
background:url(/static/img/shadow_bottom_right.gif) 100% 100% no-repeat;
}
div#header {
position:relative;
top:16px;
height:125px;
margin:0 35px;
background:#363 url(/static/img/header.gif) 0 0 repeat-x;
}
img#logo {
margin:31px 0 0 15px;
}
div#options {
margin:0px 5px 0 5px;
float:right;
font-size:1em;
color:#FFF;
text-align:right;
}
div#options a {
color:#FFF;
}
#lang {
position:relative;
right:0;
margin:0 0 0 50px;
text-align:center;
width:100px;
background:url(/static/img/lang.gif) 0 0 repeat-x;
}
#lang div {
background:url(/static/img/lang_left.gif) 0 100% no-repeat;
}
#lang div div {
padding:0 10px;
background:url(/static/img/lang_right.gif) 100% 100% no-repeat;
}
#lang div div a.sel {
color:#cf0;
text-decoration:none;
}
div#search {
margin:30px 0 35px 0;
text-align:left;
}
form.searchWhite {}
form.searchWhite div {
float:left;
background:url(/static/img/search_left.gif) 0 0 no-repeat;
}
* html form.searchWhite div { /*If IE6*/
width:125px;
}
form.searchWhite div div {
background:url(/static/img/search_right.gif) 100% 0 no-repeat;
}
form.searchWhite div div div {
height:20px;
margin:0 9px;
background:#FFF;
}
* html form.searchWhite div div div {
margin:0 4px;
}
form.searchWhite div div div input.searchInput {
margin:0;
padding:3px 0;
font-size:1.1em;
background:#FFF;
border:none;
}
form.searchWhite input.btnGo {
margin:0 0 0 3px;
padding:1px 8px 3px 8px;
font-size:1.2em;
color:#FFF;
background:transparent url(/static/img/search_button.gif) 0 0 no-repeat;
border:none;
cursor:pointer;
cursor:hand;
}
div#content {
margin:0 14px;
padding:20px 15px 0px 15px;
min-height:325px;
}
div#content a {
font-size:1em;
}
div#colRight {
float:right;
height :100%;
padding: 0 10px 10px 10px;
width:170px ;
}
div#colLeft {
border-right:1px dotted #CCCCCC;
height :100%;
margin-right :200px;
padding: 0 10px 10px 10px;
}
div#colRight a {
font-size:1.1em;
}
div#colLeft img {
margin:10px;
border:0px none;
}
p.tags {
margin:10px 30px;
padding:0 10px;
text-indent:-40px;
font-size:1.1em;
}
p.tags a {
font-size:1.1em !important;
}
a.more {
float:right;
font-size:1.2em !important;
}
a.add_comment {
font-size:1.2em !important;
}
div.readmore{
display: block;
clear: left;
}
#footer {
border-top:1px dotted #CCCCCC;
clear: both;
height: 30px;
margin:0px 20px ;
padding:10px 15px;
text-align:center;
}
*>html #footer {
 position: relative;
 bottom:0;
}

#rss {
background-image: url("/static/img/feed.png");
background-repeat: no-repeat;
width: 120px;
height: 12px;
margin-left: 5px;
font-size: 10px;
}
#rss a {
text-decoration:none;
}
h2.gallerytitle {
margin-top: 10px;
display: block;
clear:left;
}
div.gallerydescription{
margin-bottom: 20px;
padding-top: 10px;
}
hr.gallery{
margin: 10px 0px 20px 0px; size: 1px;
}
	
/* comments */
.commentsCaption {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	padding: 2px 2px 2px 0px;
	border-top: 1px #cccccc dotted;
	clear:left;
}

.date {
	font-size: 12px;
	color:#999;
}

.comment-person {
	font-size: 12px;
	color:#999;
	font-weight: bold;
}

.showAddBlock {
   background-color:#99CC00;
   border:none;
   outline:none;
   color:#FFFFFF;
   cursor:pointer;
   font:normal 12px Arial,Helvetica,sans-serif;
   margin-top:3px;
   width:180px;
}

.showAddBlock:hover {
outline:none;
}

.comments-paginator {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding: 2px 2px 2px 0px;
}

.commentitem {
	margin-top: 10px;
	margin-bottom: 10px;
}
.commentform {
	width: 100%;
	font-size: 10px;
	margin-top: 5px;
}
.commentarea {
	width: 100%;
}

#previous_page, #next_page {
   cursor: pointer;
}
.gsc-resultsHeader, .gsc-results {
clear:none !important;
}

/* Comments and input form */
label {
display:block;
float:left;
margin:0 10px;
width:100px;
text-align:right;
}
input, textarea {
padding:2px 5px;
clear:right;
font-size:12px;
border:1px dotted #CCCCCC;
}
input.button {
background-color:#99CC00;
color:#FFFFFF;
border:none;
}
input#id_captcha {
clear:both;
margin-left:120px;
}
div#add-comment input.button {
margin-left:120px;
}
div#add-comment img {
margin:0;
padding:0;
}
/* End Comments and input form */
