/* basic definition of the page */
html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	text-align:justify;
	background-color:#ffffff;
	background-image: none;
	font-family:'LiberationSerif', 'Times New Roman', serif;
}

/* background picture of Podi */
#background, #background.agility, #background.blog {
	margin:0;
	padding:0;
	background-image: none;
}

/* wrapper */
#wrapper {
	padding:0;
	margin:0;
	width:100%;
}

/* header */
#header {
	padding:0;
	margin:0;
	text-align:justify;
	height:50px;
	font-family: 'Graffiti', 'Arial', sans-serif;
}
#header h1, #header a {
	padding:0;
	margin:0;
	text-align:center;
	font-size:1.5em;
	text-decoration:none;
	font-width:bold;
	font-style:italic;
	color:#000000;
	text-shadow:5px 5px 2px #BFBFBF;
}
#header #description {
	padding:0;
	margin:0;
	text-align:center;
	color:#000000;
	font-size:1.0em;
	text-shadow:5px 5px 2px #BFBFBF;
}
#header #xlanguage {
	display:none;
}

/* sidebar-header */
#sidebar-header {
	display:none;
}

/* sidebar-right */
#sidebar-right, #sidebar-right-bg {
	display:none;
}

/* content */
#content-bg {
	display:none;
}
#content {
	margin-top:25px;
}
#content h1, #content h1 span, #content h1 a {
	margin:0;
	padding:0;
	font-family:'Promocyja';
	text-align:center;
	text-decoration:none;
	color:#ea8114;
}
#content h1 a:link:after, #content h1 a:visited:after {
	content:"";
}
#content h2 {
	margin:0;
	padding:0;
	text-align:left;
	font-family:'Promocyja';
	font-size:1.8em;
	color:#ea8114;
}
#content h3 {
	margin:0;
	padding:0;
	text-align:left;
	font-family:'Promocyja';
	font-size:1.6em;
	color:#778da4;
}
#content .date {
	margin:0;
	padding:0;
	border:2px solid #000;
	width:50px;
	margin-left:auto;
	margin-right:auto;
}
#content .date_year {
	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	width:30px;
	border-bottom:2px dotted #000;
	font-family: 'LiberationMono';
	font-size:0.8em;
	text-align:center;
	color:#000;
}
#content .date_day {
	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	width:30px;
	font-family: 'LiberationMono';
	font-size:1.5em;
	text-align:center;
	color:#000;
	font-weight:bold;
}
#content .date_month {
	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	width:30px;
	font-family: 'LiberationMono';
	font-size:0.8em;
	text-align:center;
	color:#000;
}
#content .meta {
	display:none;
}
#content .author {
	display:none;
}
#content p {
	margin:0;
	padding:0;
	padding-bottom:10px;
	text-align:justify;
}
#content p.nocomments {
	display:none;
}
#content table {
	width:100%;
}
#content ul, #content ol {
	margin:0;
	padding:0;
	padding-left:15px;
	text-align:justify;
}
#content li {
	margin:0;
	padding:0;
	padding-left:10px;
	margin-left:15px;
}
#content a {
	margin:0;
	padding:0;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
#content a:link:after, #content a:visited:after {
	content:" [" attr(href) "] ";
}
#content .wp-caption {
	display:block;
	padding:0;
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:8px;
	padding-bottom:8px;
	border:1px solid #000;
	background-color:transparent;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content .wp-caption p {
	margin:0;
	padding:0;
	text-align:center;
	font-family:'LiberationSans';
	font-size:0.8em;
}
#content .wp-caption-text {
	display:none;
}
#content .gallery-caption {
	display:none;
}
#content .wp-caption a img {
	margin:0;
	padding:0;
} 
#content p.attachment {
	text-align:center;
}
#content a img  {
	margin:0;
	padding:4px;
	border:2px solid #778da4;
}
/* picture in agility */
#content div #attachment_2757 {
width:90%;
}
/* boxes in the content */
#content span {
	margin:0;
	padding:0;
}
#content .box {
	display:block;
	margin:5px;
	padding:10px;
	margin-top:5px;
	width:225px;
	border:1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:0.8em;
}
#content .box a {
	color:#000;
	font-weight:bold;
}
#content .rbox {
	float:right;
	margin-right:0;
}
#content .lbox {
	float:left;
	margin-left:0;
}

/* post navigation */
#post_navigation {
	display:none;
}

/* picture in information is floating */
#content #attachment_2335 {
	margin-left:15px;
	float:right;
}
/* comments */
#content ol.commentlist {
	font-family:'Graffiti';
	font-size:2.0em;
}
#content ol.commentlist li.pingback {
	font-family:'LiberationSans';
}
#content li.comment.even, #content li.pingback.even {
	margin:15px;
	padding:15px;
	border:1px solid #ea8114;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#ea8114;
}
#content li.comment.odd, #content li.pingback.odd {
	margin:15px;
	padding:15px;
	border:1px solid #778da4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#778da4;
}
#content li.comment.odd div.comment-body, #content li.comment.even div.comment-body, #content li.pingback.even div.comment-body, #content li.pingback.odd div.comment-body {
	font-family:'LiberationSans';
	font-size:0.5em;
	color:#000;
}
#content li.comment.even img.avatar {
	float:right;
	margin:10px;
	padding:10px;
	border:1px solid #ea8114;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
#content li.comment.odd img.avatar {
	float:right;
	margin:10px;
	padding:10px;
	border:1px solid #778da4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
#content #respond {
	display:none;
}
#content object {
	display:none;
}
/* footer */
#footer, #footer-bg {
	display:none;
}

/* clear */
.clear-left {
	clear:left;
}
.clear-both {
	clear:both;
}

