/*
Theme Name:Inleo
Theme URI:http://blog.inleo.pl/
Description:This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization.
Version:1.1.5
Author:Maciej Lelusz
Author URI:http://blog.inleo.pl/
Tags:minimal, simple, clean, white, fixed width, two columns, right sidebar, widget ready
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00000;
        font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.7em;
        text-align: justify;

}
body {
	background-color: #e4e4e4;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 83px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
 border: 0;
 align: center;
} 

a:link {
	color: #262626;
	text-decoration: none;
}
a:visited {
	color: #262626;
	text-decoration: none;
}
a:hover {
	color: #4a4a4a;
	text-decoration: none;
}
a:active {
	color: #262626;
	text-decoration: none;
}

.light-border {
	border: #c5d2d8 solid 1px;
}

.blackbox {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}

.copyright {
	color: #B2B2B2;
}

.copyright a:link {
	color: #919191;
	text-decoration: none;
}

.copyright a:hover {
	color: #B1B1B1;
	text-decoration: none;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #bfbfbf;
        font-family: Courier New;
}

.post h1, .post h1 a{
	font-family:Georgia;
	font-size:25px;
	margin:30px 0 10px 0;
	font-weight:normal;
	line-height:32px;
}

hr {
	margin-top:25px;
	border:0;
	border-top:1px solid #bfbfbf;
	clear:both;
}

#comments h3, #comments h4{
font-family:Georgia;
font-size:20px;
margin:35px 0 5px;
font-weight:normal;
}

#comments cite{
font-family:Georgia;
font-size:18px;
font-weight:normal;
}

#comments em {
font-style:italic;
text-align:right;
}

#comments ol.commentlist li {
margin-top: 20px;
border: 1px dotted #bfbfbf;
padding: 10px 5px 20px 10px;
min-height: 110px;
}

#comments p {
margin:10px 0 0 10px;
width:auto;
}

#comments span {
display:block;
color:#bfbfbf;
font-family:Georgia;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}

#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}


#comments input {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Georgia;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
