/* Barefoot SleepyGirls v2.0 */

body {
	margin: 0px;
	background-color: #CC66FF;
	background-image: url( "../graphics/_background.jpg" );
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
}

/******************
Link Styles
******************/

a:link		{ color: black; text-decoration: none; }
a:active	{ color: blue; text-decoration: underline; }
a:visited	{ color: black; text-decoration: none; }
a:hover		{ color: blue; text-decoration: underline; }

a.menu:link		{ color: black; text-decoration: none; }
a.menu:active	{ color: yellow; text-decoration: underline; }
a.menu:visited	{ color: black; text-decoration: none; }
a.menu:hover	{ color: yellow; text-decoration: underline; }

a.show_search:link		{ color: black; font-weight: bold; text-decoration: none; }
a.show_search:active	{ color: yellow; font-weight: bold; text-decoration: underline; }
a.show_search:visited	{ color: black; font-weight: bold; text-decoration: none; }
a.show_search:hover		{ color: yellow; font-weight: bold; text-decoration: underline; }

/******************
Header Style Info
******************/

table.menu {
	margin: 0px 0px 5px 15px;
	padding: 0px;
}

td.option {
	vertical-align: top;
	font-size: 7pt;
	font-weight: bold;
}

td.tilda {
	font-size: 7pt;
	padding: 0px 4px;
}

/******************
Footer Style Info
******************/

.footer {
	font-size: 10px;
	text-align: center;
}

/******************
General Table Styles
******************/

table.header {
	background-color: #CC66FF;
	width: 580px;
}

table.body {
	width: 560px;
}

/******************
Body Top Style Info
******************/

table.body_top {
	margin: 0px;
	width: 574px;
}

td.body_top_left {
	background-image: url( "../graphics/body_top_left_bg.jpg" );
	width: 100%;
	padding: 0px 5px;
	font-size: 8pt;
}

td.body_top_right {
	background-image: url( "../graphics/body_top_right_bg.jpg" );
	vertical-align: bottom;
	padding-bottom: 2px;
	font-size: 7pt;
}

.results_info {
	font-size: 11px;
}

/******************
'Home' Page Style Info
******************/

table.sub_status {
	width: 560px;
	margin: 5px 0px;
}

td.sub_status {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

td.sub_message {
	text-align: center;
	font-size: 14px;
	font-style: italic;
}

/******************
Search Page Styles
******************/

input.search_button {
	width: 40px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px;
	margin: 0px 5px;
	border: solid black 1px;
	background-color: #00FF66;
}

input.search_button:hover {
	color: blue;
	text-decoration: underline;
}

table.search_lists {
	margin: 0px 10px;
	width: 540px;
}

th.search_section_heading {
	padding-top: 10px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}

td.search_list {
	text-align: center;
	vertical-align: top;
	padding: 0px 5px;
}

table.search_items {
	margin: auto;
}

td.search_item {
	font-size: 13px;
	text-align: left;
	width: 180px;
	white-space: nowrap;
}

span.search_count {
	font-size: 10px;
}

/******************
F.A.Q. Page Styles
******************/

ul.faq {
	list-style-type: circle;
	list-style-position: inside;
	font-size: 14px;
}

li.faq {
	margin: 2px;
	text-align: left;
}

p.answer {
	width: 540px;
	font-size: 14px;
	text-indent: 20px;
	margin: 8px 10px;
}

/******************
Link Page Styles
******************/

div.links {
	width: 558px;
	margin: 5px auto 10px 0px;
	text-align: center;
	font-size: 12pt;
}

select.menu {
	width: 400px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
}

input.link_button {
	width: 40px;
	border: solid black 1px;
	background-color: #00FF66;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7pt;
	padding: 1px;
	margin-bottom: 1px;
}

img.link_banner {
	margin: auto;
	padding: 0px;
	border-width: 0px;
	clear: both;
}

p.link_name {
	margin: 1px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

p.link_url {
	margin: 1px;
	text-align: center;
	font-size: 7pt;
}

p.link_desc {
	width: 470px;
	margin: 3px 44px 15px 44px;
	text-align: justify;
	text-indent: 20px;
	font-size: 8pt;
}

a.link_url:link		{ color: black; text-decoration: none; }
a.link_url:active	{ color: blue; text-decoration: underline; }
a.link_url:visited	{ color: black; text-decoration: none; }
a.link_url:hover	{ color: blue; text-decoration: underline; }

hr.link_sep {
	width: 350px;
	height: 1px;
	margin: auto 104px;
}

p.link_text {
	width: 500px;
	margin: 3px 29px 7px 29px;
	text-align: justify;
	text-indent: 20px;
	font-size: 9pt;
}

/******************
Search Results Navigation Styles
******************/

table.nav_sort_line {
	width: 560px;
	margin: 0px;
	padding: 3px 10px;
	background-color: #CCCCCC;
	border-color: black;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
}

table.nav {
	margin: 0px;
}

td.results_page {
	padding: 0px 5px;
	font-size: 11px;
}

td.current_results_page {
	font-weight: bold;
}

table.sort {
	margin: 0px 0px 0px auto;
}

td.sort_title {
	padding: 0px 5px 1px 2px;
	font-size: 11px;
	font-style: italic;
}

td.sort_gap {
	width: 5px;
	text-align: center;
	font-size: 11px;
}

td.sort_option {
	padding: 0px 6px;
	font-size: 10px;
}

.current_sort_option {
	font-weight: bold;
}

/******************
Set Info Styles
******************/

table.set_info {
	margin: 0px 15px 2px 15px;
	width: 530px;
}

td.sample_thumbnail { width: 82px; vertical-align: top; text-align: center; padding: 3px 0px; }

img.sample { margin: auto; border: solid black 1px; }

.user_rating {
	margin: 5px 5px 0px auto;
	width: 100px;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}

img.user_stars {
	margin: 3px auto;
}

td.set_title {
	font-size: 18px;
	text-align: left;
	white-space: nowrap;
}

td.set_content {
	font-size: 11px;
	text-align: left;
	text-indent: 5px;
	white-space: nowrap;
}

td.set_cast {
	font-size: 13px;
	text-align: left;
	text-indent: 5px;
	white-space: nowrap;
}

td.set_producer {
	font-size: 11px;
	text-align: left;
	text-indent: 5px;
	white-space: nowrap;
}

td.set_date {
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
}

.info_item {
	font-size: 11px;
}

/******************
Button Styles
******************/

div.button {
	margin: 10px 10px auto auto;
	text-align: center;
	font-size: 10px;
	border: solid 1px;
	padding: 2px 4px;
}

div.preview {
	width: 50px;
	border-color: black;
	background-color: #00FF66;
}

div.sample {
	width: 45px;
	border-color: black;
	background-color: white;
}

div.join {
	margin: 5px 5px auto auto;
	padding: 2px;
	border-color: black;
	background-color: white;
	width: 136px;
}

div.view {
	width: 30px;
	border-color: black;
	background-color: #B0E6FF;
}

div.download {
	width: 64px;
	border-color: black;
	background-color: #B0E6FF;
}

div.video {
	width: 64px;
	font-size: 10px;
	border: solid black 1px;
	background-color: #B0E6FF;
	text-align: center;
	padding: 2px 4px;
}

/******************
Sample/Thumbnail Image Styles
******************/

div.sample_image {
	width: 560px;
	text-align: center;
	margin: 7px 0px;
}

/******************
Photostory Page Styles
******************/

.thumbnail_row {
	width: 534px;
	margin: auto;
	vertical-align: middle;
}

img.thumbnail {
	border: solid black 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}

p.photostory_text {
	width: 530px;
	font-size: 10pt;
	text-indent: 20px;
	margin: 3px 15px;
	text-align: justify;
}

td.previous_photostory {
	width: 50%;
	font-size: 7pt;
	padding-right: 7px;
}

td.next_photostory {
	width: 50%;
	font-size: 7pt;
	text-align: left;
	padding-left: 7px;
}

table.page_menu {
	width: 560px;
	margin: 0px;
	background-color: #C9C9C9;
	border-color: black;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
}

td.page_link {
	font-size: 7pt;
	padding: 0px 5px;
}

td.prev_page_link {
	width: 55px;
	font-size: 7pt;
	padding: 0px 2px;
}

td.next_page_link {
	width: 55px;
	text-align: right;
	font-size: 7pt;
	padding: 0px 2px;
}

.current_page {
	font-weight: bold;
}

/******************
Text Menu Styles
******************/

table.text_menu {
	margin: 2px auto 5px auto;
}

td.text_credit {
	font-size: 7pt;
	padding-left: 20px;
}

.text_author {
	font-size: 9pt;
	font-weight: bold;
}

td.text_options {
	font-size: 7pt;
	padding-left: 15px;
	color: black;
}

.current_text_option {
	color: green;
	font-weight: bold;
}

/******************
Keyword Styles
******************/

div.keyword_highlight {
	width: 540px;
	margin: 5px 8px;
	text-align: center;
	font-size: 8pt;
	font-style: italic;
	color: blue;
}

div.keyword_list {
	width: 540px;
	margin: 5px 8px;
	text-align: center;
	line-height: 18px;
	font-size: 9pt;
}

p.keyword_tips {
	margin: 3px 20px;
	width: 520px;
	font-size: 8pt;
	text-indent: 20px;
}

input.keyword_button {
	width: 120px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	padding: 3px;
	margin: 0px 5px;
	border: solid black 1px;
	background-color: #00FF66;
}

input.keyword_button:hover {
	color: blue;
	text-decoration: underline;
}

/******************
Forum Styles
*******************/

a.forum_menu:link    { font-size: 8pt; color: black; padding: 0px 6px; }
a.forum_menu:active  { font-size: 8pt; color: #FFCC00; }
a.forum_menu:visited { font-size: 8pt; color: black; padding: 0px 6px; }
a.forum_menu:hover   { color: yellow; text-decoration: underline; }

a.forum:link    { color: #003366; font-size: 9pt; font-weight: bold; }
a.forum:active  { color: yellow; }
a.forum:visited { color: black; font-size: 10pt; }
a.forum:hover   { color: white; text-decoration: underline; }

a.followups { font-size: 10pt; font-style: italic; }

td.body_top_left_forum {
	background-image: url( "../graphics/body_top_left_forum_bg.jpg" );
	width: 100%;
	padding: 0px 5px;
	font-size: 8pt;
}

.forum_menu {
	text-align: center;
	font-size: 8pt;
	margin: 0px;
}

div.forum {
	background-color: #CC66FF;
	padding: 0px 5px 15px 5px;
	border: solid 1px #CC66FF;
}

ul.forum {
	list-style-type: none;
	margin: 0px;
}

li ul {
	list-style-type: disc;
}
li ul li ul {
	list-style-type: circle;
}
li ul li ul li ul {
	list-style-type: disc;
}
li ul li ul li ul li ul {
	list-style-type: circle;
}
li ul li ul li ul li ul li ul {
	list-style-type: disc;
}

li {
	margin-top: 3px;
}

li ul li {
	margin-top: 0px;
}

.fname {
	font-size: 9pt;
	font-weight: bold;
}

.fpostdate {
	font-size: 8pt;
	font-style: italic;
}

.ffollowups {
	font-size: 7pt;
}

td.form {
	font-size: 9pt;
	font-style: italic;
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
}

td.limits {
	font-size: 7pt;
	text-align: left;
	vertical-align: bottom;
	padding: 2px;
	width: 245px;
}

input.forum_text {
	font-size: 10pt;
	padding: 2px;
	margin: 0px;
	width: 220px;
	border: solid black 1px;
}

textarea.forum_message {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	width: 470px;
	height: 200px;
	padding: 2px;
	border: solid black 1px;
}

input.forum_button {
	font-size: 7pt;
	padding: 3px 10px;
	margin: 0px 5px;
	border: solid black 1px;
	background-color: #00FF66;
}

input.forum_button:hover {
	color: yellow;
	text-decoration: underline;
}

/******************
Forum Post Styles
******************/

.read_subject {
	font-size: 16pt;
	margin: 0px 5px;
	padding-bottom: 3px;
}

.post_info {
	margin: 0px 5px 5px 15px;
	font-size: 10pt;
	font-style: italic;
}

.parent_info {
	font-size: 8pt;
	font-style: normal;
}

.forum_text {
	width: 540px;
	margin: 10px;
	font-size: 10pt;
}

