@CHARSET "US-ASCII";
body { 
   background-image:url('images/bbg.png');
   color: #000000
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
p.centered {
   text-align:center;
}
ul {
   list-style-image:url(princessphonesex.png);
}
em {
   color: #000000;
   font-weight: bold;
   font-style: normal;
   
}
h1 { 
   font-size: 1.5em;
   font-style: italic;
   text-align: center;
   color: #000000; 
}
h2 { 
   color: #000000; 
   text-align: center;
}
h3 {
   color: #000000; 
   text-align: center;
}
li h1 {
   font-size: 1.2em;
   text-align: left;
}
#title img {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
div.menu {
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   text-align: center;
   
   border-color: #000000;
   border-style: solid;
   margin-top: 15px;
   border-radius: 1.6em;
   -moz-border-radius: 1.6em;
   padding: 10px;
   background-color: #ffffff;	
}
.menu ul {
	margin: 0.25 em 0;
	padding: 0 1em;
	list-style: none;
}
.menu li {
	display: inline;
	margin: 0;
	padding: 0 0.2em 0 0.5em;
	background: url(princessphonesex.png) left center no-repeat;
	font-size: 1em;
}
.menu li:hover ul { display: block; }
.menu ul li { position: relative; }
.menu li ul {
   position: absolute;
   top: 1em;
   left: 0;
   margin: 0.25 em 0;
   padding: 0 1em;
   list-style: none;
   display: none;
}
.menu li ul li a {
   disply: block;
}
.menu a {
   margin-left: 10px;
}
.menu .first {
    padding-left: 0;
    background: none;
}
.menu .first a {
	margin-left: 0;
}
#left {
    clear: left;
    padding: 2px;
    margin: 2px;
    width: 48%;
    float: left;
}
#right {
    padding: 2px;
    margin: 2px;
    width: 48%;
    float: left;
}
#footer {
	clear: all;
}
#license img {
   top: 0;
   left: 0;
   padding-right: 5px;
   float: left;
}
#license ul {
   list-style: inside;
   list-style-image:url(princessphonesex.png);
}
#tagline img {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
div.textbox {
	border-color: #000000;
	border-style: solid;
	margin-top: 15px;
	border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	padding: 10px;
	background-color: #ffffff;	
}
div.textbox h1 {
   margin-left: 10px;
}
ul.smalllist  { 
    margin: 0.25 em 0;
    padding: 0 1em;
    list-style: none
    width: 40%;
}
ul.smalllist li {
   display: inline;
   margin: 0;
   padding: 0 0.2em 0 0.5em;
   background: url(princessphonesex.png) left center no-repeat;
   font-size: 1em;
}
ul.smalllist li.first {
    padding-left: 0;
    background: none;
}
ul.smalllist a {
   margin-left: 10px;
}
ul.smalllist li.first a {
	margin-left: 0;
}
.centered {
   text-align:center;
}
.centered img {
   text-align:center;
   margin-top:5px;
   margin-bottom:5px;
   padding:0px;
   border-style:none;
}
div#contentheader {
   margin-bottom: 3em;
}
#niteflirt img {
   top: 0;
   left: 0;
   padding-right: 5px;
   float: left;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  border: 0;
}
form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  border: 0;
}
form.auto label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
form.auto fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}
form.auto fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}
form.auto input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form.auto input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea { overflow: auto; }
form.auto small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form.auto .required{font-weight:bold;} /* uses class instead of div, more efficient */
form.auto br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
dl.topdef {
   margin: 2em 0;
   padding: 0;
   width: 40em;
}
dl.topdef > dt {
   font-weight: bold;
   font-size: 1.5em;
   font-style: italic;
}
dl.topdef > dd {
   margin: 0 0 1em 0;
   padding: 1em .5em;
   border-bottom: 1px solid #000000;
}