/* base
----------------------------------------------- */

body {
	margin: 0 auto;
	padding: 0;
	font: 1em Arial,Verdana    
	color: #000;
background: #fff url('http://bit-tech.net.pl/images/10.jpg') repeat;
}
blockquote, p,li {
	line-height: 1.5em;
}
p{padding:0.5em;margin:0.5em;}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: underline;
	color: #1F1C96;
}
a:visited {color:#8F0789}
a:active{color:#D94ED3}


a img {
text-decoration:none;
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
background-color:#fff;
	margin: 0.5em auto;
	padding: 0.5em;
	width: 60%;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1{
        position:fixed;
        top:10px;
        left:10px;
        float:left;
 	width: 160px;
}

#sidebar-2 {
	width: 180px;
position:fixed;
top:10px;
right:10px;
float:right;
background-color:#fff;
padding:10px;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
width: 100%;
}
#content h2 {text-align: center;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}
#foot a,#foot p {color:#666;text-decoration:none;font-size:0.7em;}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 60%;
w\idth: 60%;
}

#sidebar-2 {
\width: 180px;
w\idth: 180px;
}

#sidebar-1 {
\width: 160px;
w\idth: 160px;
}


/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

.image {
text-align:center;margin:0 auto;}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}
.txtadd a {color:#666;font-size:7px}
#date {padding:0.35em;margin:0.35em;color:#666;font-size:0.70em}
