/* $Id: style.css,v 1.13 2006/04/03 22:20:48 unconed Exp $ */

/*
** HTML elements
*/
tr.odd td, tr.even td {
  padding: 0.3em;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em 1.0em 0em 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
}
#primary a {
  font-weight: bold;
  color: #fff;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
  display: none;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
h1.title {
	font-family: "Microsoft Sans Serif", Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
}
.title, .title a {
	/**/
  color: #673175;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}


/* DUXY's DANGEROUS CSS */
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #ccb9d4;
	border: 1px solid #bcb9bd;
}
/* TABLES & TD's */

/* BG */
td.top_left {
	height: 48px;
	width: 65px;
	background-image:url(images/bg_top_left.gif);
	background-repeat:no-repeat;
}
td.top_stacey {
	width: 368px;
	background-image:url(images/bg_top_stacey.gif);
	background-repeat:no-repeat;
}
td.top_repeat {
	width: 403px;
	background-image:url(images/bg_top_repeat.gif);
	background-repeat: repeat-x;
    text-align: right;
}
td.top_right {
	width: 14px;
	background-image:url(images/bg_top_right.gif);
	background-repeat: no-repeat;
}
td.mid_left1 {
	height: 19px;
	background-image:url(images/bg_mid_left_repeat.gif);
}
td.mid_left2 {
	height: 295px;
	background-image:url(images/bg_mid_left_repeat.gif);
}
td.mid_left_repeat {
	height: 237px;
	background-image:url(images/bg_mid_left_repeat.gif);
}
td.bottom_left {
	height: 14px;
	background-image:url(images/bg_bottom_left.jpg);
	background-repeat:no-repeat;
}
td.bottom_repeat {
	background-image:url(images/bg_bottom_repeat.gif);
	background-repeat:repeat-x;
}
td.bottom_right {
	background-image:url(images/bg_bottom_right.gif);
	background-repeat:repeat-x;
}
td.mid_right_repeat {
	background-image:url(images/bg_mid_right_repeat.gif);
	background-repeat:repeat-y;
}

/* BG GREEN */

td.topleft {
	height: 19px;
	width: 16px;
	background-image:url(images/bg_topleft.gif);
	background-repeat:no-repeat;
}
td.left {
	height: 513px;
	background-image:url(images/bg_left.gif);
	background-repeat:repeat-y;
}
td.bottomleft {
	height: 19px;
	background-image:url(images/bg_bottomleft.gif);
	background-repeat:no-repeat;
}
td.bottom {
	width: 739px;
	background-image:url(images/bg_bottom.gif);
	background-repeat:repeat-x;
}
td.bottomright {
	width: 16px;
	background-image:url(images/bg_bottomright.gif);
	background-repeat:no-repeat;
}
td.right {
	background-image:url(images/bg_right.gif);
	background-repeat:repeat-y;
}
td.topright {
	background-image:url(images/bg_topright.gif);
	background-repeat:no-repeat;
}
td.top {
	background-image:url(images/bg_top.gif);
	background-repeat:repeat-x;
}
/* MAIN */

div.links a {
	color:#67206C;
	text-decoration:none;
}

td.main_menu {
	height: 31px;
}
td.main_menu_home {
	padding: 0 0 0 38px;
	height: 31px;
}
td.main_menu_home img {
	margin-right: 30px;
}
td.bar1 {
	height: 12px;
	background-color:#98AB23;
}
td.bar2 {
	width: 12px;
	background-color:#98AB23;
}
td.content {
	height: 470px;
	vertical-align:top;
}
table.cont {
	margin: 24px 0 0 0;
	width: 343px;
}
table.cont_about {
	margin: 24px 0 0 0;
	width: 343px;
}
td.scroller {
	padding: 24px 0 0 0;
}
td.cont_bg_top {
	height: 7px;
	width: 343px;
	background-image:url(images/bg_content_top.gif);
	background-repeat:no-repeat;
}
td.cont_bg_bottom {
	height: 15px;
	background-image:url(images/bg_content_bottom.gif);
	background-repeat:no-repeat;
}
td.feat {
	width: 181px;
}
/* BOTTOM */

table.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#7F7E83;
	text-align:center;
	width: 850px;
}
table.credits p {
	margin:0px;
	padding:0px;
}
table.credits a {
	color:#7F7E83;
	text-decoration:none;
}
table.credits a:hover, table.credits a:visited:hover {
	color:#000000;
}
/* ABOUT */

table.about {
	height: 21px;
	background-color:#946E9E;
	width: 540px;
	margin: 3px;
	text-align:center;
	color:#FFFFFF;
}
table.about a {
	color:#FFFFFF;
	text-decoration: none;
}
table.about a:hover {
	text-decoration:underline;
}
/* GIRLSTUFF */

td.girls_center {
	background-image:url(images/girl_stacey_is.gif);
	background-repeat:no-repeat;
	height:200px;
}
td.signup {
	height: 78px;
	background-color:#9876A2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:left;
	padding: 5px 5px 0 10px;
	line-height: 17px;
}
td.dots {
	width:1px;
	background-image: url(images/bg_dots.gif);
	background-repeat:repeat-y;
}

/* NEWS, APPEARANCE & EVENTS */

td.app_top {
	height: 22px;
	background-image: url(images/bg_dots.gif);
	background-repeat:repeat-y;
}
td.app_repeat {
	vertical-align:top;
	height: 370px;
	width: 404px;
	background-image: url(images/appear_repeat.gif);
}
td.app_bottom {
	width: 1px;
	background-image: url(images/bg_dots.gif);
	background-repeat:repeat-y;
}

/* DIVs */
div.books {
	margin: 24px 0 0 18px;
}
div.other_books {
	text-align: center;
	margin: 5px 0;
}
div.other_books1 {
	/*margin:40px 0 0 32px;*/
}
div.other_books2 {
	/*margin:16px 0 0 32px;*/
}
div.center {
	text-align:center;
}
div.about {
	margin: 24px 0 0 18px;
}
div.wicked {
	margin:	116px 0 10px 86px;
}
div.cont h2 {
	margin: 3px;
	font-size:13px;
}
div.cont p {
	text-align:left;
}
div.cont a {
	color:#800080;
	text-decoration:none;
}
/* HEADINGS */

h1 {
	font-size: 16px;
	color: #67206C;
	font-weight:bold;
	text-align:center;
	padding: 20px 0 5px 0;
	margin: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #67206C;
	font-weight:bold;
	letter-spacing: -1pt;
	text-align:center;
}
h3 {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#67206C;
	font-weight:bold;
	letter-spacing: -1pt;
	text-align:center;
}
/* PARAGRAPH */
p {
	padding: 5px 5px 5px 12px;
	margin: 0px;
	line-height: 16px;
}
p span {
	font-weight:bold;
}
p.books_left {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#212125;
}
p.books_left span {
	color:#67206C;
}
p.books_left1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:italic;
	color:#67206C;
}
p.books_left1 span {
	font-style:normal;
	font-weight:bold;
}
p.books_right {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin: 0px 0 0 0;
	padding: 0px;
}
p.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	margin:10px 0 0 0;
}
p.news span {
	font-weight: bold;
}

/* LINKS */
a.more {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0px;
	padding: 0px;
	color:#000000;
	text-decoration:none;
}
a.more:hover, a.more:visited:hover {
	text-decoration:underline;
}
a.mail {
	text-decoration:none;
	color:#000000;
}
a.mail:hover, a.mail:visited:hover {
	text-decoration:underline;
}
a.girl {
	color:#67206C;
	text-decoration:none;
}
/* CONTENT */
div#content h1 {
	margin: 0;
	padding: 0;
}
/* SMALL CONTENT - ABOUT, BOOKS... */
td.content_small {
	background-image: url(images/bg_content_small.jpg);
	background-repeat: no-repeat;
	padding: 15px 10px;
}
/* LARGE CONTENT - NEWS... */
table.content_large {
	margin: 19px 0 0 0;
}
td.content_large {
	background-image: url(images/bg_content_large.jpg);
	background-repeat: no-repeat;
	padding: 15px 10px;
	width: 385px;
	height: 375px;
}
td.content_large_contact {
	background-image: url(images/bg_content_contact.jpg);
	background-repeat: no-repeat;
	width: 429px;
	height: 387px;
}
/* CONTACT */
div.contact_subnav {
	padding: 17px 0 0 0;
	margin: 0 0 35px 0;
	text-align: center;
}
div.contact_subnav a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 10px 0 0;
}
div.cont_contact {
	padding: 0 21px;
	width: 300px;
}
p.contact {
	margin: 30px 0 15px 0;
	padding: 0;
}
table.contact_table td {
	padding: 0 0 5px 0;
}
/* SCROLL AND CONTENT SCROLLING */
div.container {
	position: relative;
	height: 380px;
	overflow: hidden;
}
div.container_contact {
	position: relative;
	height: 328px;
	overflow: hidden;
}
div#content {
	position: relative;
	text-align: left;
}
td.scroll_line {
	background-image: url(images/scroll/bg_scroll.gif);
	background-repeat: repeat-y;
	height: 389px;
	width: 23px;
}
/* DROP DOWN MENUS */
div.menu {
	position: absolute;
	z-index: 999;
	top: 73px;
}
div#about {	
	left: 120px;
}
div#books {
	left: 292px;
}
div#girlstuff {
	left: 392px;
}
div#contact {
	left: 503px;
}
td.main_menu h4 {
	margin: 0;
	padding: 0;
}
div.hovermenu {
	display: none;
	margin: 0 0 0 24px;
	width: auto;
}
div.hovermenu a {
	background-color: #946e9e;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	border-top: 1px solid #FFFFFF;
	padding: 3px 5px;
	white-space: nowrap;
}
div.hovermenu a:hover {
	background-color: #673175;
}

/* SUBNAV */
table.subnav {
	height: 21px;
	background-color:#946E9E;
	width: 540px;
	margin: 3px;
	text-align:center;
	color:#FFFFFF;
}
table.subnav a, table.subnav a:visited {
	text-transform: uppercase;
	margin: 0 10px;
	color: #FFFFFF;
	text-decoration: none;
}
table.subnav a:hover, table.subnav a:visited:hover {
	text-decoration: underline;
}
/* OVERRIDES */
div.field-field-url {
	display: none;
}
div.news {
	text-align: left;
}
div.news p {
	margin: 0;
}
div.events {
	text-align: center;
}