/*
 * Main styling
 * ------------
 */

h1 {
	font-size: 200%;
	font-weight: bold;
}
h2 {
	font-size: 150%;
	font-weight: bold;
}
h3 {
	font-size: 130%;
	font-weight: bold;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
em strong {
	font-weight: bold;
	font-style: italic;
}
a {
	color: blue;
}
a.url {
	color: green;
	text-decoration: none;
}
a.url:hover {
	text-decoration: underline;
}
table {
	width: 100%;
}
td {
	padding: 2px;
}

.adlink {
	display: block;
	float: right;
	margin-top: 5px;
}
.adlink a {
	color: green;
	text-decoration: none;
}
.adlink a:hover {
	text-decoration: underline;
}

/*
 * Boxes
 * -----
 */

#hd {
	padding-left: 45px;
}
#sidebar {
	padding: 10px;
	border-right: 1px solid #eee;
}
#ft {
	border-top: 1px dotted #ddd;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: right;
	font-style: italic;
	color: gray;
	font-size: 90%;
}
.article {
	padding-bottom: 15px;
}

/*
 * Details
 * -------
 */

ul.tags {
    background: url('/images/tag_green.png') left center no-repeat;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}
ul.tags li {
	display: inline;
}
ul.tags li a {
	/*text-decoration: none;*/
}

ul.breadcrumb-navigation li {
	display: inline;
}
ul.tag-cloud li {
	display: inline;
}

div.search {
	background-color: #eee;
	padding: 10px;
}
div.sidead {
	background-color: #afa;
	padding: 10px;
	text-align: center;
}
div.sidead a.nahrajto {
	display: block;
	text-decoration: none;
	color: black;
	font-size: 275%;
}
div.sidead a.nahrajto img {
	vertical-align: middle;
}

.count {
	color: gray;
	font-size: 80%;
}
.article {
	padding: 5px;
}
.ad {
	/*background-color: #ffa;*/
}
.priority {
	background-color: #eee;
	margin-top: 10px;
}
.root td {
	padding-top: 5px;
	padding-bottom: 10px;
}
.root h2 {
	font-size: 100%;
}
.root a {
	color: black;
}
.root h2 a {
	color: #03a;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
}
.root h2 a:hover {
	text-decoration: underline;
}

/*
 * Pager
 * -----
 */
.pager {
    float: right;
	margin: 10px;
	margin-bottom: 15px;
	padding: 3px;
	font-family: arial;
	font-size: 100%;
	text-align: right;
}
 .pager a, .pager span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}
.pager span {
  font-weight: bold;
}
.pager a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}
.pager a:hover {
    border-color: #2E6AB1;
    color: black;
}

/*
 * Form add
 * --------
 */
.addform table label {
	font-weight: bold;
}
.addform table input {
	width: 350px;
}
.addform table textarea {
	width: 350px;
	height: 100px;
}

.notice {
	padding: 10px;
	background-color: #afa;
}
span.info {
	color: gray;
	font-style: italic;
	font-size: 90%;
}
span.info strong {
	color: gray;
	font-style: italic;
}
ul.error_list li {
	color: #c00;
	font-weight: bold;
}

.addform table .captcha-row {
	border-top: 1px solid #eee;
	padding-top: 5px;
}

.addform table .captcha-row input {
	width: 75px;
}
.captcha-row img {
	margin-top: 10px;
	border: 1px solid silver;
}
.captcha-row a {
	font-weight: bold;
	padding-left: 20px;
	font-size: 90%;
	background: url("/images/sound.png") no-repeat center left;
}