/*
Theme Name: DR
Theme URI: http://www.drblog.lv
Description: A theme by <a href="http://www.drblog.lv">DR blog</a>.
Version: 1
Author: Andrew Maksimov
Author URI: http://www.futurico.lv

*/

body {
	font: 14px/20px "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	padding: 40px 0px 40px;
	}

table, td, tr, th {
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #000;
	}
	
img {
     border: 0;
	}

a {
    color: #f0130a;	
	text-decoration: none;
	}
	
a:visited {
	color: #f0130a;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}
	
p {
	padding: 0px 0px 15px;
	margin: 0px;
	}

strong {
         color: #000;
	}
	
h1 {
	margin:0px;	
	padding-left: 548px;
	font: bold 24px "Trebuchet MS", Tahoma, Arial;
	color: :#701019;
	}
	
h1 a{
	color:#701019;
	text-decoration: none;
	}
	
h1 a:visited{
	color:#701019;
	text-decoration: none;
	}
	
h1 a:hover{
	color:#701019;
	text-decoration: none;
	}

h2 {
	color: #701019;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: normal 22px "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
	}
	
h2 a, h2 a:visited {
	color: #701019;
	text-decoration: none;
	}
	
h2 a:hover {
	color: #f0130a;
	text-decoration: none;
	}

h3 {
	font: normal 18px "Trebuchet MS", Tahoma, Arial;
	color: #666;
   	margin: 10px 0px 5px;
	}
	
form {
	margin:0px;
	padding:0px;
	}
	
#page {
	margin: 0px auto;
	width: 790px;
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
    border-top: 5px solid #fff;
	background: #FFFFFF;
	}
	
#header {
	background: #fff url(images/header.jpg) no-repeat;
	height: 100px;
	border-bottom: 2px solid #fff;
	position: relative;
	}
	
#headerimg {
	position: relative;
	padding: 18px 0px 0px 40px;
	height: 60px;
	}
	
#headerimg .description{
	position: absolute;
	left: 590px;
	bottom: 13px;
	color: #701019;
	font-size: 13px;
	}
	
#nav {
	list-style-type: none;
    padding-left: 30px;
	margin: 0px;
	position: absolute;
	bottom: 58px;
	}
	
#nav li {
	float: left;
	margin-right: 5px;
	}
	
#nav a {
	color:#701019;
	text-decoration: none;
	padding: 5px 5px 5px 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	}
	
#nav a:visited {
	color:#701019;
	text-decoration: none;
	}
	
#nav a:hover {
	color: :#701019;
    font-weight: normal;
	}
	
#content {
	padding: 10px 10px 30px 30px;
	float: left;
	margin-right: 30px;
	width: 435px;
	overflow: hidden;
	}
	
.post {
	clear:both;
	padding-top: 30px;
	}
	
.post-month {
	font-size: 11px;
	color: #333;
	}
	
.post-day {
	font-size: 12px;
	float: left;
	color: #999999;
	}

.post-title {
	float: left;
	width: 430px;
	}

.entry {
	clear: both;
	padding-top: 10px;
	}

.post-cat {
	padding-left: 48px;
	font-size: 95%;
	color :#701019;
	float: right;
	}
	
.post-comments {
	padding-left: 180px;
	font-size: 95%;
	color: :#701019;	
	float: right;
	}
	
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
	}
	
.post-content {
	clear: both;
	padding-top: 10px;
	}
	
.navigation {
	clear: both;
	padding: 10px 0px;
	}
	
.navigation a, .navigation a:visited {
	color: #cc3333;
	}
	
.previous-entries {
	float: left;
	padding-left: 18px;
	color: #cc3333;	
	}
	
.next-entries {
	float: right;
	padding-right: 18px;
	color: #cc3333;	
	}
	
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	}
	
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
	}
	
.commentlist li{
	padding: 5px 10px;
	position: relative;
	}
	
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 10px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
	}
	
.commentlist .alt {
	background:  #f1fedb;
	}
	
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #701019;
	}
	
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
	}
	
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
	}
	
#commentform p {
	padding: 6px 0px;
	margin: 0px;
	}
	
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
	}
	
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #701019;
	padding: 3px;
	margin-top: 3px;
	}
	
#commentform textarea{
	width: 430px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #701019;
	padding: 2px;
	margin-top: 3px;
	}
	
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
	}
	
#commentform #submit{
	background: url(images/btn-bg.jpg) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
	}

	/* SIDEBAR */
		
#sidebar {
	float: right;
	padding: 40px 0px 20px 0px;
	width: 250px;
	margin-left: 30px;
	}
	
#searchform {
	background: #ffffff;
	width: 220px;
	padding: 10px 10px 10px 10px;
	float:right;
	}
	
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #ffffff;
	vertical-align: middle;
	}
	
#searchform #searchsubmit {
	background: #ffffff;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	}
	
#searchform label {
	font-size: 11px;
	color: #41550e;
	}
	
#sidebar h3 {
	font: bold 16px "Trebuchet MS", Tahoma, Arial;
	color: #000;
    margin-top: 10px;
	margin: 10px 0px 5px;
	border-bottom: 1px solid #999;
	}
	
	
 /* SIDEBAR TABLE */
 
.yes {
	font-weight: bold;
	}
	
.yes2 {
	background-color: #f3f3f3;
	}

.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
	}
	
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
	}
	
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
	}
	
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
	}
	
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
	}
	
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
	}
	
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
	}
	
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
	}

/* FOOTER */

#footer {
	clear: both;
	background: #ffffff;
	width: 790px;
	color: #333;
	font: 14px/20px "Trebuchet MS", Tahoma, Arial;
	border-top: 1px solid #701019;
	}
	
#footer a, #footer a:visited{
	color: #f0130a;
	text-decoration: underline;
	}
	
#footer .left-col{
	width: 435px;
	padding: 10px 10px 30px 30px;
	float: left;
	margin-right: 30px;
	}
	
#footer .right-col{
	float: right;
	background: #fff;
	padding: 10px 10px 30px 0px;
	width: 240px;
	margin-left: 30px;
	}
	
#footer h4 {
	font: bold 16px "Trebuchet MS", Tahoma, Arial;
	color: #701019;
	margin: 10px 0px 5px;
	}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
.left-col h4 {
	margin-bottom: 14px !important;
}
	
/* For twitter */	
	
.msg >*:first-child {
    color: #333 !important;
    background-color: #f3f3f3;
    text-decoration: none !important;
    padding: 0 5px;
	}	
	
.box {
	height: 82px;
	width: 435px;
	margin-bottom: 10px;
        overflow: hidden;
}

.avatar {
	height: 50px;
	width: 50px;
}

.avatar img {
	height: 50px;
	width: 50px;
}

.to_av {
	display: none;
}

.to_av  img{
	display: none;
}

.msg {
	position: relative;
	bottom: 50px;
	left: 60px;
	width: 375px;
	}

.info {
	position: relative;
	bottom: 50px;
	left: 60px;
	width: 375px;
	}
	
.thread {
	display: none;
} 

.litnv span{
	display: none;
} 
	
   /* END OF FOOTER*/
	
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
	}

.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
	}
	
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
	}
	
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
	}
	
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
	}
	
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
	}
	
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
	}
	
#credits a, #credit a:visited{
	color: #701019;
	}
	
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
	}

.rss2 {
	background: url(images/rss.png) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
	}	

.left {
	float: left;
	}
	
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
	}
	
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
	}
	
.right {
	float: right;
	}
	
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
	}
	
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
	}
	
.clear {
	clear:both;
	}
	
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	}
	
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
	}
	
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
	}

.score {
    color: #333333;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: normal 22px "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
	}

.home {
	font-family: "Trebuchet Ms";
	font-weight: bold;
	color:#000;
	}

.win {
	font-family: "Trebuchet Ms";
	font-weight: bold;
	color:#333;
	}
	
.lost  a{
	font-family: "Trebuchet Ms";
	color: blue;
}

.even_row {
	background-color: #fff;
	}

.odd_row {
	background-color: #f3f3f3;
	}
	
.odd_row  a{
	text-decoration: underline;
	}
	
.even_row  a{
	text-decoration: underline;
	}

.old_results  a{
	color: gray;
	}
	
.odd {
	background-color: #f3f3f3;
	text-align: center;
	}

.odd td {
	text-align: center;
	}

.add {
	text-align: center;
	}

.add td {
	text-align: center;
	}

.add a {
	text-decoration: underline;
	}

.add th {
	color: #701019;
	}

.odd th {
	color: #701019;
	}

.add a {
	color: #333333;
	}

.odd a {
	color: #333333;
	}

.result_results {
	color: #701019;
	}
	
/* showing LTV 7  match times */

a.tv {
	position: relative;
}

a.tv span {
	display: none;
}

a.tv:hover span {
	display: block;
	position: absolute;
	top: 1em;
	left: 2em;
	padding: 0.2em 0.6em;
	border: 1px solid #996633;
	background-color: #ffff66;
	color: #333;
	font-size: small;
	width: 80px;
}

