/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("/forum/templates/SSS/formIE.css");

@font-face {
    font-family: Ramses;	/* aka Ramsey Foundational */
    font-style:  normal;
    font-weight: normal;
    src: url(/forum/images/special/fonts/RAMSEYF0.eot);
}

/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color: #000000;
	scrollbar-face-color: #FFC0CB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFC0CB;
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-arrow-color:  #FF0000;
	scrollbar-track-color: #FFE4E9;
	scrollbar-darkshadow-color: #000000;
}

img { border: 0px; }

/* General font families for common tags */
font,p { color : #000000; }
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
td { font-size : 12px; color : #000000; }
a:link,a:active,a:visited { color : #FF0000; }
a:hover		{ text-decoration: underline; color : #0000FF; }
hr	{ height: 0px; border: solid #FF0000 0px; border-top-width: 1px;}

/* Used for divider lines in posts */
hr.divider { height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px; align: center; width: 95% }
hr.divider2 { height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px; align: center; width: 80% }

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #000000 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #EE0033 solid; }

/* Main table cell colours and backgrounds */
td.row1, td.row1Left { background-color: #FFE4E9; }
td.row2, td.row2Right { background-color: #FFC0CB; }
td.row3	{ background-color: #FFC5CF; }  /* MY MOD - less row contrast */
td.row4 {  /* MY MOD - black-RED pic */
		background-color: #cc0033;
		background-image: url(/forum/templates/SSS/images/cellpic4.gif);
		background-repeat: repeat-y;
}
td.row5 {  /* MY MOD - red-PINK-rose pic */
		background-color: #FFE4E9;
		background-image: url(/forum/templates/SSS/images/cellpic5.gif);
		background-repeat: repeat-y;
		padding-left: 8px;
}
td.row6 {  /* MY MOD - red-PINK-grey pic */
		background-color: #FFE4E9;
		background-image: url(/forum/templates/SSS/images/cellpic6.gif);
		background-repeat: repeat-y;
		padding-left: 8px;
}
td.row7 {  /* MY MOD - red-PINK pic */
		background-color: #FFE4E9;
		background-image: url(/forum/templates/SSS/images/cellpic7.gif);
		background-repeat: repeat-y;
		padding-left: 10px;
}
td.row8 {   /* MY MOD - red-ROSE pic */
		background-color: #FFC0CB;
		background-image: url(/forum/templates/SSS/images/cellpic8.gif);
		background-repeat: repeat-y;
		padding-left: 10px;
}
td.row9 {   /* MY MOD - PINK-grey pic */
		background-color: #FFE4E9;
		background-image: url(/forum/templates/SSS/images/cellpic10.gif);
		background-repeat: repeat-y;
}
td.row10 { background-color: #E0E0E0; }
td.row11 {   /* MY MOD - rose-PINK-rose pic */
		background-color: #FFE4E9;
		background-image: url(/forum/templates/SSS/images/cellpic11.gif);
		background-repeat: repeat-y;
}
td.row12 {   /* MY MOD - rose-PINK-rose WIDE pic */
		background-color: #FFE4E9;
		background-image: url(/forum/templates/SSS/images/cellpic12.gif);
		background-repeat: repeat-y;
}
td.row13 {   /* MY MOD - PINK-rose pic */
		background-color: #FFE4E9;
		background-image: url(/forum/templates/SSS/images/cellpic13.gif);
		background-repeat: repeat-y;
}
td.row14 {   /* MY MOD - ROSE-pink pic */
		background-color: #FFC0CB;
		background-image: url(/forum/templates/SSS/images/cellpic14.gif);
		background-repeat: repeat-y;
}
td.row15 {   /* MY MOD - pink-ROSE-pink pic */
		background-color: #FFC0CB;
		background-image: url(/forum/templates/SSS/images/cellpic15.gif);
		background-repeat: repeat-y;
}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #E0E0E0;
		background-image: url(/forum/templates/SSS/images/cellpic2.gif);
		background-repeat: repeat;
}

/* black header cells w red font */
th	{
	color: #FF0000; font-size: 11px; font-weight : bold; 
	background-color: #000000; height: 25px;
	background-image: url(/forum/templates/SSS/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight {
			background-image: url(/forum/templates/SSS/images/cellpic1.gif);
			background-color:#E0E0E0; border: #FFFFFF; border-style: solid; height: 28px;
}

td.catBottom {
	background-image: url(/forum/templates/SSS/images/cellpic9.gif);
	background-color:#E0E0E0; border: #FFFFFF; border-style: solid; height: 28px;
}

td.dbl_hgt {
	background-image: url(/forum/templates/SSS/images/cellpic16.gif);
	background-color:#E0E0E0; border: #FFFFFF; border-style: solid; height: 56px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #E0E0E0; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right,td.row2Right { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft,td.row1Left { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 1px 0px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 0px; }
th.thCornerR { border-width: 1px 0px 0px 0px; }

.SSSbgcolor { background: #cc0033; }

/* The largest text used in the index page title and topic title etc. 
MY MOD: changed size from 22, reversed face order, added underline, changed color from T_BODY_TEXT */
.maintitle	{
	font-weight: bold; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif, 'Trebuchet MS';
	text-decoration: underline; line-height: 120%; color: #FF0000;
}

.forumglyph {
	font-weight: normal; font-size: 28px; font-family: 'Ramses', 'Times New Roman', Times, Arial, sans-serif;
	text-decoration: none; letter-spacing: 0.1em; color: #FF0000;
}

.specialtitle {
	font-weight: normal; font-size: 28px; font-family: 'Ramses', Verdana, Arial, Helvetica, sans-serif, 'Trebuchet MS';
	text-decoration: underline; letter-spacing: 0.1em; color: #FF0000;
	font-variant: small-caps;
}

.specialtitle2 {
	font-weight: normal;
	font-size: 24px;
	font-family: 'Book Antiqua', 'Palatino Linotype', Palatino, 'Times New Roman', Times, serif;
	font-style: italic;
	text-decoration: underline; letter-spacing: 0.1em; color: #0000FF;
/* ALT (purple):
	text-decoration: underline; letter-spacing: 0.1em; color: #9B30FF;
*/
}


/* Other title text */
.title2	{
	font-weight: bold; font-size : 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; color : #FF0000;
}
a.title2 { text-decoration : underline; }


/* Other main text */
.maintext	{
	font-weight: normal; font-size : 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; color : #FF0000;
}
a.maintext { text-decoration : underline; }

.maintext2	{
	font-weight: normal; font-size : 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; color : #000000;
}

.maintext3	{
	font-weight: normal; font-size : 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; color : #0000FF;
}

.alert	{
	font-weight: normal; font-size : 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; color : #FF0000;
}
a.alert { text-decoration : underline; }

.alert2	{
	font-weight: normal; font-size : 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; color : #0000FF;
}
.alert3	{
	font-size: 11px;
	color: #FF0000;
/* ALT (gold):
	color: #FF9500;
*/
}

.maintextcolor	{ color : #FF0000; }
a.maintextcolor { text-decoration : underline; }

.maintext2color	{ color : #000000; }
a.maintext2color { text-decoration : underline; }

.maintext3color	{ color : #0000FF; }
a.maintext3color { text-decoration : underline; }

.alertcolor	{ color : #FF0000; }
a.alertcolor { text-decoration : underline; }

.alert2color { color : #0000FF; }

a.newpostlink, a.newpostlink:visited { 
	border: none;
}
a.newpostlink:hover { 
	border: 1px solid #FF0000;
}

.newpostcoverimg-ie {
	height: 30px;
	width: 153px;
	margin-top: 1px;
}
.newpostcoverimg {
	margin-top:1px;
}

a:link .newpostcoverimg, a:visited .newpostcoverimg {
	height:30px;
	width:153px;
	border:none;
}

a:hover .newpostcoverimg {
	height:28px;
	width:153px;
	border: 1px solid #FF0000;
}

.authlink { 
	color: #FF0000;
	text-decoration: none;
}

.jumpcat {  /* jumpbox categories */
	font-weight: bold;
	text-decoration: none; 
	color : #FF0000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
a.gen,a.genmed,a.gensmall { color: #FF0000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #0000FF; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000; }
a.mainmenu		{ text-decoration: none; color : #FF0000;  }
a.mainmenu:hover{ text-decoration: underline; color : #0000FF; }

.mainmenu2		{ font-size : 11px; color : #000000; font-weight : bold; }
a.mainmenu2, a.mainmenu2:visited { text-decoration: none; color : #0000FF;  }
a.mainmenu2:hover{ text-decoration: underline; color : #FF0000; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FF0000}
a.cattitle		{ text-decoration: none; color : #FF0000; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #FF0000; }
a.forumlink 	{ text-decoration: none; color : #FF0000; }
a.forumlink:hover{ text-decoration: underline; color : #0000FF; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #FF0000; }
a.nav:hover		{ text-decoration: underline; }

/* Used for navigation links in posts between main (red) links */
.link2			{ font-size: 11px; color : #000000;}
a.link2, a.link2:visited { text-decoration: none; color : #0000FF; }
a.link2:hover		{ text-decoration: underline; color : #FF0000; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #FF0000; }
a.topictitle:visited { text-decoration: none; color : #CC0000; }
a.topictitle:hover	{ text-decoration: underline; color : #0000FF; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #FF0000 }
a.postlink:visited { text-decoration: none; color : #CC0000; }
a.postlink:hover { text-decoration: underline; color : #0000FF}

/* Quote & Code blocks */
/************ deprecated
.code { 
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #000000;
	background-color: #E0E0E0; border: #FFFFFF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
************/

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 125%;
	background-color: #E0E0E0; border: #FFFFFF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; letter-spacing: -1px;}
a.copyright		{ color: #FF0000; text-decoration: underline;}
a.copyright:hover { color: #0000FF; text-decoration: underline;}
.footer		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.footer		{ color: #FF0000; text-decoration: none;}
a.footer:hover { color: #0000FF; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #FFE4E9;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor : pointer;
}

/* The main submit button option */
input.mainoption {
	background-color : #FF0000;
	font-weight : bold;
	cursor : pointer;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FF0000;
	font-weight : normal;
	cursor : pointer;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #FFC0CB; border-style: none; }


/* stylesheet for Social Bookmarks */
.social-bookmark
{
	padding:5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.social-img
{
	padding:5px;
}


/* SSS collage styles */
.forumlogo { background: url(/images/templates/forum/forumlogo.gif) no-repeat; }
.flower { background: url(/images/templates/main/T1flower.jpg) no-repeat; }
.goddess { background: url(/images/templates/main/T1goddess.jpg) no-repeat; }
.lovers2 { background: url(/images/templates/main/T1lovers2.jpg) no-repeat; }
.palace1 { background: url(/images/templates/main/T1palace1.jpg) no-repeat; }
.palace2 { background: url(/images/templates/main/T1palace2.jpg) no-repeat; }
.meet { background: url(/images/templates/main2/T2meet.jpg) no-repeat; }
.sss1 { background: url(/images/templates/main2/T2SSS1.gif) no-repeat; }
.sss2 { background: url(/images/templates/main2/T2SSS2.gif) no-repeat; }
.ssslovers-forum { background: url(/images/misc/SSSlovers-150red.gif) no-repeat; }

/* Special forum pics */
.internal { background: url(/forum/images/special/anatomy/sss/internal.jpg) no-repeat; }
.external { background: url(/forum/images/special/anatomy/sss/external.gif) no-repeat; }
.gspot { background: url(/forum/images/special/anatomy/sss/g-spot.jpg) no-repeat; }
.in-out { background: url(/forum/images/special/anatomy/sss/inner-outer.jpg) no-repeat; }
.IOcont { background: url(/forum/images/special/anatomy/sss/IO-continuum.jpg) no-repeat; }
.pen-clit { background: url(/forum/images/special/anatomy/sss/penis_clitoris.jpg) no-repeat; }
.penlen { background: url(/forum/images/special/anatomy/sss/penis_length.jpg) no-repeat; }
.prost { background: url(/forum/images/special/anatomy/sss/prostate.jpg) no-repeat; }
.sex-union { background: url(/forum/images/special/anatomy/sss/sex_union.jpg) no-repeat; }

