/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
/* 2006-12-20 Syrus Photography */

body {
margin: 0 auto;
padding: 0;
color: #B0B0B0;
background-color: #111111;
background-position: top center;
background-image: url("http://my.fetishjade.com/ee/themes/site_themes/fet_main/bg02.jpg");
background-repeat: no-repeat;
background-attachment:fixed;
font-size: 80%
}
a:link,
a:visited { background-color: transparent; text-decoration: none; color: #888888; }
a:hover { background-color: transparent; text-decoration: underline; color: #CC0000; }

/* vedit - vertical table (signup, profile edit) */
#signup .vedit {width:660px;}
/* vedit - usual column (right) */
.vedit td {background-color:#500E0E;}
/* vedit - header column (left) */
.vedit th {background-color:#300E0E;}

#header {
margin: 0 0 0 0;
padding: 0 0 0 0;
text-align: center;
}
#header table {
background-color:#242424;
}

div.warning {
background-color: #000000;
padding:5pt;
color:#ccccff; 
text-align:left;
border:2px #9933ff solid;
font:italic 12pt "Book Antiqua",serif;
overflow:auto;
width:500px;
height:300px;
}
