/*
RVE Main Theme
*/

/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #000000 url(img/bkg.jpg) repeat-x;
	color: #555555;
	font: normal 12px Verdana,Ariel,sans serif;
}

a {color: #0061ab;}
a:hover {color: #dd8500;}

big {font-size: 14px;}

h1,h2 {color: #0061ab;}

h1 {font: normal 14px; padding: 10px 0 10px 20px;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 13px; padding: 10px 0 10px 10px;}
h3 {font: bold 13px; padding: 10px 0 10px 10px; color: #666666;}

blockquote {
	/*background: url('img/quote.gif') no-repeat;*/
	display: block;
	font: bold 10px;
	padding-left: 26px
}

img {padding: 0; margin:0; border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 0px 10px 5px 10px; line-height: 18px;}
small,.small {font: normal 0.9em sans-serif;}
ul,ol {padding: 0 2em 1.2em;}
.entry {padding:0 17px 20px 20px;}
.project-table {margin: 4px 17px 0 15px;}
.portfolio {margin: 0 0 0 40px;}

/* structure */
.wrapper {
	margin: 0 auto;
	width: 100%;
}
#container {
	background: url(img/containerbkg3.jpg) top center repeat-y;
	float: center;
	align: center;
	font-size: 12px;
	/*line-height: 18px; */
	margin: 0 auto;
	width: 960px;
}

/* header */

.header {
	margin: 0 auto;
	width: 960px;
	float: center;
	height: 219px;
}

/* posts */
.post .descr {
	color: #999999;
	margin: 0;
}
.post .info{
	color: #000000;
	font-size: 10px
	font-weight: bold;
	margin: 0;
}
.post img {border: 0px; margin: 0;}
.post a img {border: 0px; margin: 0;}
.post a:hover img {border: 0px; margin: 0;}

/* bottom */
#footer {
	background: url(img/footerbkg2.jpg) no-repeat;
	width: 960px;
	height: 115px;
	float: center;
	color: #77746B;
	margin: 0 auto;
        padding-top: 90px;
}


/* footer */
.footer .left {width: 66%; padding-left:5px; padding-top:115px;}
.footer .right {
	width: 33%;
	text-align: right;
        padding-right:5px;
        padding-top:115px;
}
a.footer, .footer .left a, .footer .right a {
	color: #77746B;
	text-decoration: none;
}
a.footer:hover, .footer .left a:hover, .footer .right a:hover {
	color: #B0AD9E;
	text-decoration: underline;
}

/* misc */
#content {width:250px; float:right; padding:10px; border: 1px solid #999999; margin: 10px; color: #0061bd; background-color: #ffffff;}
#page {width:960px; background:url(img/containerbkg3.jpg) 0 0 repeat-y; margin:0 auto;}
.right .content {padding: 12px 10px;}
.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .right {width: 64%;}
.col2 .left {width: 33%;}


.project-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-color: #F5F5F5;
	border: 1px solid #333333;
	list-style-type: none;
}
.project-box-ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-color: #F5F5F5;
	list-style-type: none;
	display: block;
	padding: 4px;
	width: 200px;
	border-bottom: 1px solid #333333;
}

/* block list */
.sidebar {
   width: 150px;
   float: left;
   padding: 5px;
   margin-left: 2px;
}

ul.block, .block ul {
	padding: 5px;
	width: 150px;
}
.block li {
	border-bottom: 1px solid #968F81;
	list-style: none;
}
.block li a,.block li em {
	font-weight: bold;
        color: #777777;
       /* background: #EFEFEF; */
	display: block;
}
.block li em {
	font-size: 12px;
	font-style: normal;
}
.block li a {
	padding: 4px 4px;
	text-decoration: none;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #333333;
	background: #CBC8B7;
}

.right .block,.right .block li {border-color: ##968F81;}
.right .block li a:hover {background: #F2F0EA;}

.styled {
	font-size: 1.1em;
	background: #FCFCFC;
	border: 1px solid #C6C3C3;
	padding: 2px;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #C6C3C3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}
.commentmetadata a {font-size: 1em; color: #666;}

/* calendar */
#wp-calendar {color: #A0A0A0;}

.col2 .right table caption {border-bottom-color:#000;}
.col2 .right table thead tr {
  border-bottom-color: #000;
  color: #A53512;
}
.col2 .right table th {border-bottom-color:#000;}
.col2 .right table td#today {
  border-color: #000;
  color: #A53512;
}
.col2 .right table td a {
  border-bottom-color: #000;
  background-color: #EDF3DE;
}

.col2 .right table tfoot {border-top-color: #000;}
.col2 .right table tfoot a {background: none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display: inline-table;
  border-collapse: collapse;
  width: 185px;
  margin: 0px 10px 0 10px;
  text-align: center;
}

.col2 .right table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.col2 .right table thead tr {border-bottom:1px solid;}

.col2 .right table th {border-bottom:1px solid;}

.col2 .right table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.col2 .right table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.col2 .right table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.col2 .right table tfoot {border-top:1px solid;}
.col2 .right table tfoot a {
  border: none;
  font-weight: bold;
}
.col2 .right table tfoot #prev a {text-align:left;}
.col2 .right table tfoot #next a {text-align:center;}

#searchform {margin: 0; float: right; padding-right: 4px; height: 22px; width: 176px; font: 10px #666666; background:url(img/search.gif) no-repeat;}