img {
   behavior: url("http://visionriders.com/blog/index.php?/plugin/pngbehavior.htc");
}
/* templates/vre/style.css  */
/* HTML Elements */

body {
	background-image: url(../../images/layout/page_bg.png);
	background-color: #E1D6BB;
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	color: #996600;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #AA9900;
}

img {
  border: 0;
}

h1 {
	color: #996600;
	font-size: x-large;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}

h2, h3 {
	font-size: large;
	/*font-variant: small-caps;*/
	text-align: center;
	font-weight: bold;
	margin: 0px;
}

h4 {
	font-size: small;
	font-weight: bold;
	/*border-bottom: 1px solid #996600;*/
	margin: 0px 0px 5px 0px;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea {
  border: 1px #999 solid;
  background-color: white;
  color: #333;
}

input:focus,    input:hover,
button:focus,   button:hover,
submit:focus,   submit:hover,
select:focus,   select:hover,
textarea:focus, textarea:hover {
  background-color: #eee;
}

input.radio,
input[type="radio"],
input[type="checkbox"] {
  border: none;
}

blockquote {
  border: 1px #999 dashed;
  /*background-image: url(../idea/%7BTEMPLATE_PATH%7Dimg/quote.gif);*/
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
  padding: 1em;
  margin: 1em;
  margin-right: 0;
}

ul {
  /*list-style-image: url(../idea/%7BTEMPLATE_PATH%7Dimg/bullet.gif);*/
  list-style-type: circle;
  padding-left: 1em;
}

/*::-moz-selection {
  background: #eee;
}

::selection {
  background: #eee;
}*/

/* Banner */

#serendipity_banner {
  background-color: black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}

#serendipity_banner h1 {
  visibility: visible;
  font-size: x-large;
  font-variant: small-caps;
}

#serendipity_banner h2 {
  visibility: visible;
  font-size: small;
  padding-bottom: 7px;  
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited {
  color: white;
  text-decoration: none;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited {
  color: white;
  text-decoration: none;
}

/* Calendar */

table.serendipity_calendar a,
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited {
  font-weight: bold;
  font-style: italic;
}

table.serendipity_calendar a:hover {
  background: #996600;
  color: #FFFFFF;
}

table.serendipity_calendar td {
  font-size: x-small;
  padding: 0.2em;
  text-align: center;
}

td.serendipity_calendarHeader a,
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
  color: #996600;
  font-weight: bold;
  border: 0;
  background: white;
}

/* Sidebars */

#serendipityLeftSideBar,
#serendipityRightSideBar {
  display: block;
  vertical-align: top;
}

.serendipitySideBarTitle {
  font-size: x-small;
  color: black;
  background: #E1D6BB;
  font-weight: bolder;
  padding: 5px;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-top: 2px solid black;    
}

div.serendipitySideBarItem {
  margin-bottom: 4px;
}

.serendipitySideBarContent {
  color: black;
  background: white;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;    
  font-size: x-small;
  padding: 5px;
}

/* Entries */

div.serendipity_Entry_Date {
  padding-left: 1em;
}

.serendipity_date {
  border: 2px solid black;
  background-color: #E1D6BB;
  color: black;
  font-size: small;
  font-weight: bold;
  /*text-transform: lowercase;*/
  margin-bottom: 5px;
  text-align: center;
  padding: 3px;
}

.serendipity_title,
.serendipity_Admin_title {
	/*width: 100%;*/
	color: #996600;
	font-size: x-large;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	border-left: 10px solid #DDD;
	padding: 0px 15px 10px 5px;
}

.serendipity_title a,
.serendipity_Admin_title a{
	text-decoration: none;
}

.serendipity_entry,
.serendipity_admin {
	text-align: justify;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	border-left: 10px solid #DDD;
	padding-left: 5px;
	padding-right: 15px;
}

div.serendipity_entryFooter {
  padding-top: 1em;
  margin-bottom: 3em;
  clear: both;
  font-size: xx-small;
}

/* Comments */

.serendipity_comment {
  border-left: 10px solid #DDD;
  font-size: small;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1em;
  padding: 5px; /*3px 3px 0px 5px;*/
  overflow: auto
}

.serendipity_commentBody {
  /*padding-bottom: 1em;*/
}

.serendipity_commentsLabel {
  font-size: small;
}

.serendipity_commentsTitle {
  font-size: medium;
  font-weight: bold;
  text-transform: uppercase;
}

/* Admin */

.serendipity_admin td {
}

/* Misc */

#mainpane {
	width: 764px;
	border-right: 2px solid black;
	border-left: 2px solid black;	
	border-bottom: 25px solid black;
	margin-right: auto;
	margin-left: auto;
	background: white;
}

#content {
  width: 100%;
}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid black;
    background-color: #EFEFEF;
    margin: 3px;
}

.serendipity_imageComment_center {
    margin: 0px;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 9pt;
    text-align: center;
}

img.serendipity_entryIcon {
    float: right;
    border: 0px;
    padding: 0.3em;
}

.serendipity_admin_list_item_even {
}

.serendipity_admin_list_item_uneven {
    background-color: #eee;
}

.serendipity_admin_filters {
    border: 1px dashed;
    background-color: #FFFFFF;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 2px;
}

.serendipity_admin_filters_headline {
    border-bottom: 0px solid;
}

.serendipity_admin_sortorder {
    font-size: 10px;
    text-align: center;
}

.serendipity_admin_sortorder input,
.serendipity_admin_sortorder select,
.serendipity_admin_filters input,
.serendipity_admin_filters select {
    font-size: 10px;
}

.serendipity_comments {
}

.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self {
  border-left: 10px solid #669999;
  color: #669999;
}

/* Custom */

.artwork {
	border: 1px solid black;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.copyright {
	color: black;
	text-align: center;
	font-size: x-small;
	padding-top: 10px;
	padding-bottom: 15px;
}

.copyright p {
	margin: 0px;
}

.copyright a {
	color: black;
}

.mainbanner {
	border-left: 2px solid black;
	border-right: 2px solid black;
	display: block;
	margin: auto;
}

/* Vision Riders Header Strip */

.strip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: black;
	color: white;
	text-align: right;
	padding: 6px 20px 6px 2px;
}

.strip a, .bottommenu a, .topmenu a {
	color: white;
	text-decoration: none;
}

.strip a:hover, .bottommenu a:hover, .topmenu a:hover {
	text-decoration: underline;
}