body {
    background: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
}
.c {
	float: left;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 5px;
}

h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h3 {
	color: #5e74b3;
	font-size: 8pt;
	padding: 0;
	border-bottom: 1px dotted #5e74b3;
}

#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	border: none;
	margin-bottom: 20px;
}
td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #A0A0A0;
	text-align: left;
}
td.msg {
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #A0A0A0;
	text-align: left;
}
.label {
	text-align: right;
}
.buttons {
	border-top: 1px solid #A0A0A0;
	text-align: center;
}
.count {
	color: #055FC7;
	font-size: 8pt;
	font-weight: normal;
}
#links a {
	font-size: 10pt;
}
#links p {
	margin: 0 0 7px 0;
}
.url {
	color: #6f6f6f;
}
#path {
	margin-top: 2px;
	padding: 3px;
	line-height: 19px;
	border-top: 1px solid #5e74b3;
	border-bottom: 1px solid #5e74b3;
	margin-bottom: 30px;
}
.submit {
	float: right;
	vertical-align: bottom;
}
#user-bar {
   clear:both;
   width:20%;
   margin:0 0 0 auto;
   padding:3px;
   background:#D9E8F9;
   line-height:19px;
   text-align:right;
}

.text, .btn {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
	color: #000000;
	border: 1px solid #5e74b3;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #5e74b3;
}
select {
	font-size: 8pt;
	border: 1px solid #5e74b3;
}

.captcha {
	border: 1px solid #5e74b3;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #5e74b3;
	background-color: #FFAA11;/*#FFCC33;*/
	cursor: pointer;
	height: 17px;
}
span.req {
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #cccccc;
	text-align: left;
	clear: right;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
p.subcats {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}

div.footer {
   bottom:0;
   clear:both;
	text-align: center;
	border-top: 1px solid #E0E0E0;
	padding: 3px 0 0 0;
	margin-top: 50px;
}
div.footer a {
	color: #606060;
}
.price {
	border: 1px solid #A0A0A0;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#5e74b3;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}

/*************************************************************************************************************/

body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
	}

a, a:visited {
	color:#055FC7;
	text-decoration: none;
	}

a:hover {
	color: #999;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
hr {
	visibility: hidden;
	}
	
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

#page {
	margin: 0px auto;
	width: 770px;
	}

#header {
	background: url('../images/rvtt-header-5.jpg') no-repeat top;
	}
#header h1, #header h1 a, #header h1 a:visited {
	margin: 0;
	padding: 85px 5px 0px 5px;
	text-align: right;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	}
#header h1 a:hover {
	text-decoration: none;
	color: #000;
	}
#header .headerlogo {
	display: block;
	width: 325px;
	height: 112px;
	float: left;
	}
#header .headerlinks {
	clear: both;
	padding: 0px 10px 0px 15px;
	margin: 0px 0px 20px 0px;
	color: #ccc;
	font-weight: bold;
	}
#header .headerlinks a, #header .headerlinks a:visited {
	text-decoration: none;
	color: #044ea4;
	}
#header .headerlinks a:hover {
	text-decoration: none;
	color: #666;
	}

.withsidebar, .narrowcolumn {
	width: 480px;
	padding: 0px 10px 0px 15px;
	float: left;
	}
.withoutsidebar, .widecolumn {
	width: 759px;
	padding: 0px 15px 0px 5px;
	float: left;
	}

.post {
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
	}
#introduction {
	margin-bottom: 10px;
	}
#introduction h2 {
	margin-bottom: 8px;
	}
.postmetadata {
	display: block;
	clear: both;
	margin: 0;
	}
.datetime {
	float:left;
	height:50px;
	width:50px;
	background-image:url(../images/date.png);
	font-size:10px;
	font-weight:700;
	text-align:center;
	color:#000;
	line-height:20px;
	margin:0 10px 0 0;
	}
.datetime span {
	display:block;
	line-height:30px;
	color:#fff;
	font-size:15px;
	}
.post h2 {
	font-size:23px;
	font-weight: 500;
	color: #a63a00;
	margin: 0;
	padding: 0;
	}
.post h2 a, .post h2 a:visited {
	color: #0950a2;
	}
.post h2 a:hover {
	color: #a63a00;
	text-decoration: none;
	}
.postin, .postmetadata {
	line-height:25px;
	height:25px;
	margin:0 0 10px;
	font-weight: bold;
}
.postin a:hover, .postmetadata a:hover {
	text-decoration: none;
	}
.postin span {
line-height:25px;
height:25px;
display:block;
float:left;
}
.posttime {
	background: url(../images/time.png) no-repeat left;
	padding-left: 20px;
	padding-right: 10px;
	}
.postauthor {
	background: url(../images/vcard.png) no-repeat left;
	padding-left: 20px;
	padding-right: 10px;
	}
.postcat {
	background: url(../images/folder.png) no-repeat left;
	padding-left: 20px;
	padding-right: 10px;
	}
.postedit {
	background: url(../images/page_white_edit.png) no-repeat left;
	padding-left: 20px;
	padding-right: 10px;
	}
.post .entry {
	font-size: 11px;
	text-align: justify;
	line-height: 1.3em;
	}
.bot {
	text-align: right;
	}
.postcomments {
	background: url(../images/comment.png) no-repeat left;
	padding-left: 18px;
	}
.posttrackback {
	background: url(../images/trackback.png) no-repeat left;
	padding-left: 18px;
	margin-left: 10px;
	}
#content #introduction .ads {
	display: block;
	width: 426px;
	height: 60px;
	text-align: center;
	margin: 8px 5px 0px 5px;
	}
#content .entry .ads {
	float: left;
	display: block;
	width: 200px;
	height: 200px;
	margin: 0px 5px 0px 0px;
	}

#sidebar {
	margin-left: 510px;
	width: 250px;
	background: url(../images/250x-bg.jpg) repeat-y center;
	font-weight: bold;
	}
#wholeside {
	width: 250px;
	}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sidebar ul ul {
	background: url(../images/250x-bot.jpg) bottom no-repeat;
	padding-bottom: 20px;
	padding-left: 30px;
	}
#sidebar ul li {	
	background: url(../images/250x-top.jpg) top no-repeat;
	padding-top: 20px;
	}
#sidebar h2 {
	font-size: 1.2em;
	color: #555;
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 20px;
	}
#sidebar ul li li {
	background: none;
	padding: 0px;
	}
#sidebar .pages {
/*	background: #ad3333 url(../images/250x-top-red.jpg) top no-repeat; /* red */
/*	background: #3365ae url(../images/250x-top-blue.jpg) top no-repeat; /* blue */
	color: #ad3333;
	font-size: 11px;
	}
#sidebar .pages ul {
/*	background: url(../images/250x-bot-red.jpg) bottom no-repeat; /* red */
/*	background: url(../images/250x-bot-blue.jpg) bottom no-repeat; /* blue */
	padding: 0px 15px 15px 10px;
	}
#sidebar .pages a, #sidebar .pages a:visited {
	color: #ad3333;
	font-weight: bold;
	}
#sidebar .pages a:hover {
	color: #3365ae;
	text-decoration: none;
	}
#sidebar .pages li {
	margin-bottom: 5px;
	padding-left: 10px;
	}
#sidebar .ads {
	width: 250px;
	text-align: center;
	background: #fcdd81 url(../images/250x-top-yellow.jpg) top no-repeat;
	}
.ads-bot {
	background: url(../images/250x-bot-yellow.jpg) bottom no-repeat;
	display: block;
	width: 250px;
	height: 14px;
	}

.tile_sem_subscribe_me li a {
	display: block;
	padding: 2px;
	}
/*search form sidebar */
#search-form {
	text-align: center;
	height: 25px;
	background: url(../images/side-search-bg.jpg) no-repeat !important;
	padding: 10px 0px 10px 0px !important;
	}
#search-form form {
	padding: 0;
	margin: 0;
	}
#search-form #s {
	height: 10px;
	font-size: 10px;
	padding: 2px;
	width: 170px;
	}
#search-form #searchsubmit {
	background: url(../images/go-button.jpg) no-repeat;
	border: none;
	width: 30px;
	height: 16px;
	}
.loggedin li {
	margin: 0px 0px 2px 0px;
	}
.loggedin a {
	padding: 1px 0px 1px 20px;
	display: block;
	height: 16px;
	}
.loggedin .writepost a, .loggedin .writepost a:visited {
	background: url(../images/page_white_edit.png) no-repeat left;
	}
.loggedin .profile a, .loggedin .profile a:visited {
	background: url(../images/vcard.png) no-repeat left;
	}
.loggedin .manlinks a, .loggedin .manlinks a:visited {
	background: url(../images/link_go.png) no-repeat left;
	}
.loggedin .themes a, .loggedin .themes a:visited {
	background: url(../images/layout.png) no-repeat left;
	}
.loggedin .login a, .loggedin .login a:visited {
	background: url(../images/key.png) no-repeat left;
	}
	
#admin #user_login {
	margin: 5px 0px 2px 5px;
	padding-left: 20px;
	background: url(../images/user.png) no-repeat left;
	height: 16px;
	font-size: 11px;
	width: 150px;
	border: 1px inset #999;
	}
#admin #user_pass {
	margin-left: 5px;
	padding-left: 20px;
	background: url(../images/key.png) no-repeat left;
	height: 16px;
	font-size: 11px;
	width: 150px;

	border: 1px inset #999;
	}
#admin #rememberme {
	margin-left: 5px;
	}
#admin #submit {
	margin-left: 10px;
	font-size: 11px;
	}
#footer {
	clear: both;
	text-align: center;
	padding-bottom: 15px;
	}
.footerlinks {
	background: url(../images/footerlinks.jpg) repeat-y top;
	width: 769px;
	font-size: 10px;
	font-weight: bold;
	}
.footerlinks a, .footerlinks a:visited, .credits, .footerlinks, .credits a, .credits a:visited {
	color: #999;
	} 
span.footertop {
	background: url(../images/footertop.jpg) no-repeat top;
	display: block;
	height: 10px;
	}
span.footerbottom {
	background: url(../images/footerbottom.jpg) no-repeat bottom;
	display: block;
	height: 10px;
	}
.credits {
	margin-top: 3px;
	text-align: right;
	font-size: 9px;
	}
.lightgray, .lightgray a, .lightgray a:visited {
	color: #bbb;
	}
.lightgray a:hover {
	color: #999;
	text-decoration: none;
	}
	
/* comments */
.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li {
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #cecece;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#commentform #author, #commentform #email, #commentform #url {
	width: 200px;
	}
#commentform textarea {
	width: 450px;
	}
.commentedit {
	background: url(../images/comment_edit.png) no-repeat left;
	padding-left: 12px;
	}
.commentmetadata a, .commentmetadata a:visited {
	font-weight: normal;
	font-size: 9px;
	color: #999;
	}
h3#comments, h3#respond {
	font-size: 14px;
	}
