/* Modified 8 may 08 bjr for ifeminists2, full width style */

/* DEFAULT HTML STYLES */

body, html {
	margin: 0 auto;
	padding: 0;
	background: #000000;
	color: #7F7F7F;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	text-align: center;	/* old Internet Explorer fix */
}

a:link {
	color: #330099;
	text-decoration: underline;
	/* page-break-after: always; */
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}

form {
	margin: 2px 0px 0px 0px;
}

hr {
	border-top: #666666 1px solid;
	border-bottom: #EEEEEE 1px solid;
	height: 2px;
	text-align:center;
	width: 92%;
	/* border-style: dotted; */
}

td {
	color:#000000;
	font-size: 12px;
	/* font-style: normal; */
	padding: 0px;
	text-align:left;
}

blockquote {
	font-style: italic;
	/* color:#7e96ac; */
}

/* STYLES USED IN IFEMINISTS2 THEME FOR PAGE LAYOUT */

#leftedge1, #leftedge4 {
	background: #000000 url(images/bgleft.png) right repeat-y;
	width: 16px;
	margin: 0 0;
}
#rightedge1, #rightedge4 {
	background: #000000 url(images/bgright.png) left repeat-y;
	width: 16px;
	margin: 0 0;
}
#leftedge2 {
	background: #000000 url(images/blackleft.png) right repeat-y;
	width: 16px;
	margin: 0 0;
}
#rightedge2 {
	background: #000000 url(images/blackright.png) left repeat-y;
	width: 16px;
	margin: 0 0;
}
#leftedge3 {
	background: #000000 url(images/darkleft.png) right repeat-y;
	width: 20px;
	margin: 0 0;
}
#rightedge3 {
	background: #000000 url(images/darkright.png) left repeat-y;
	width: 20px;
	margin: 0 0;
}

#header {
	background: #9966CC;
	border: none;
}
#logoblock {
	margin: 10px 10px;
	width: 300px;
	text-align: center;
}
#bannerblock {
	margin: 10px 20px;
	width: 468px;
	text-align: center;
}
#forumlogoblock {
    margin: 10px 10px;
    width: 600px;
    text-align: center;
}

.leftcolumn, .rightcolumn {
	background: #663399;
	width: 180px;
	margin: 0 0;
	/* following from human_wide #menu */
	text-align: left;
	padding: 0px;
	vertical-align: top;
}
#midcolumn {
	background: #9966CC;
	width: auto;
	margin: 0 0;
	/* following from human_wide #menu */
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

.leftspacer {
	background: #9966CC url(images/spacerleft.png) repeat-y;
	width: 11px;
	margin: 0 0;
}
.rightspacer {
	background: #9966CC url(images/spacerright.png) repeat-y;
	width: 11px;
	margin: 0 0;
}

#linksbar {
	background: #000000;
	margin: 0 0;
	padding: 0 0;
	width: auto;
}

#maintitle {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #9966CC;
    color: #000000;     /* same as smalltext class */
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

#subtitle {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #9966CC;
    color: #000000;     /* same as smalltext class */
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

#disclaimer {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #9966CC;
	color: #000000;		/* same as smalltext class */
	font-size: 12px;
	text-align: center;
}

/* searchbox displays the searchbox on the main page, not currently used */
.searchbox {
	color: #000000;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
}

/* STYLES USED IN IFEMINISTS2 THEME & PLUGIN FOR NEWS DISPLAY */

/* newsborder is the border box (and parent style) for news items */
.newsborder {
	background: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px; 
}

/* caption box at top of news items.  bold black text on white background */
.newscaption {
	border: none;
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	border-bottom: #CCCCCC 2px solid;
	padding: 14px 10px 4px 10px;
}

/* newsbody is the body of a news item */
.newsbody {
	color: #000000;
	background: #FFFFFF;
	border: none;
	font-size: 12px;
	font-weight: normal;
	padding: 8px;
	text-align: left;
}

div.newsbody a {
	color: #330099;
	text-decoration: underline;
}

/* newscategory is the category header, used by enews plugin */
.newscategory {
	color: #000000;
	background: #FFFFFF;
	border: none;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px; 
}

/* STYLES USED IN IFEMINISTS2 THEME FOR MENU DISPLAY  see tablestyle */

/* caption box at top of menu boxes.  white text on black background */
.caption {
	background: #000000;
	color: #FEFEFE;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
} /* note, caption is an e107 core class */

/* bodytable is the body of an uncaptioned item. black text on white bg. */
.bodytable {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #98A3A6;
	font-size: 12px;
	padding: 8px;
} 

/* Menu boxes.  Grayish purple background, normal text. */
.border {
	background: #9999CC;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	margin: 5px;
} 

div.border a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
} 


/* STYLES USED FOR MENU BAR */

/* menuBar styles added 5 oct 06 bjr, from mcelroy theme  */
/* div=menuBar is the horizontal bar */
/* a=menuButton is the links on the menu bar */
/* menuItem, menuItemText  are the drop-down submenus */

div.menuBar, div.menuBar a.menuButton,
div.menuButton, div.menuButton_over,
div.menu, div.menu a.menuItem {
  font: 9pt Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #FEFEFE;
}

div.menuBar {
  background-color: #000000;
  padding: 3px 0px 3px 0px;
  text-align: left;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
}

/* not sure what this is used for */
/* div.emenuBar {
  background-color: #101010;
  border-top: 1px solid #ffffff;
  border-bottom: 0px solid #000;
  text-align: left;
} */

/* menu bar items */
div.menuBar a.menuButton,
div.menuButton, div.menuButton_over {
  background-color: transparent;
  border: 1px solid #000000;
  color: #FEFEFE;
  cursor: default;
  left: 0px;
  margin: 0px;
  padding: 2px 4px 2px 22px;
  /*
  if using a link icon replace line above with this one
  padding: 2px 4px 2px 22px;
  */
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

/* menu bar items when mouse hovers over them */
div.menuBar a.menuButton:hover,
div.menuButton:hover, div.menuButton_over {
  background-color: transparent;
  /* border-color: #ffffff #a5a5a5 #a5a5a5 #ffffff; */
  color: #CCCCCC;
}

div.menuBar a.menuButtonActive,
div.menuButtonActive, div.menuButtonActive:hover,
div.menuBar a.menuButtonActive:hover {
  background-color: #d5d5d5;
  /* border-color: #a5a5a5 #ffffff #ffffff #a5a5a5; */
  color: #000;
  left: 1px;
  top: 1px;
}

/* menu  is for a drop-down menu */
/* top item is a=menuButton with onclick and onmouseover actions */
/* subitems are span=menuItemText within a=menuItem within div=menu */
div.menu {
  background-color: #eee;
  border: 1px solid;
  border-color: #ffffff #a5a5a5 #a5a5a5 #ffffff;
  left: 0px;
  padding: 1px 1px 1px 1px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 2px 10px 2px 0px;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #d5d5d5;
  color: #000000;
}

div.menu a.menuItem span.menuItemBuffer {
  padding: 0px 2px 0px 2px;
  color: #ffffff;
}

div.menu a.menuItem:hover span.menuItemBuffer {
  padding: 0px 2px 0px 2px;
  color: #000000;
}

div.menu a.menuItem span.menuItemText {
	padding: 0px 0px 0px 3px;
}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #ffffff;
  margin: 4px 2px;
}

a.menuItem.header {
  border-bottom: 1px solid #b3b3b3;
}


/* STYLES USED BY E107 CORE */

/* I think this is an e107 core class */
.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.smalltext, .smallblacktext {
	/* background: none; */
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.indent{
	padding: 8px;
	margin: 5px;
	font-size: 12px;
	color: #000060;
	border: 1px solid #cfcdcd;
	background-color: #efefef;
}
.defaulttext {
	/* background: none; */
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.mediumtext {
	/* background: none; */
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
.tbox{
	background-color: #F8F8FC;
	border: #879397 1px solid;
	color: #000000;
	font-size: 12px;
}
.button{
	background: #F8F8FC;
	border: 1px solid #879397;
	color: #000000;
	font-size: 12px;
	text-align:center;
	padding: 1px;
}

.button a{
	color: #FFFFFF;
	}
.button a:hover{
	color: #CFCFDF;
	text-decoration: none;
}

.nextprev{
	/* width: 535px; */
	/* background: url(images/titlebar.png) no-repeat; */
	/* height: 23px; */
	font-size: .8em;
	margin: 0;
	padding-top: 6px;
	padding-left: 5px;
	/* color: #0E2E4A; */
	padding-right: 10px;
}

.spacer{
	padding-bottom : 2px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 2px;
}

.fborder {
	background-color: #9999CC;
	border: #9999CC 1px solid;

}
.forumheader{
	background-color: #EBEFF2;
	font-size: 12px;
	color:#000;
	padding: 4px;
	border: 1px solid #C3BDBD;
}

.forumheader2{
	background-color: #FFFFFF;
	color:#000000;
	font-size: 12px;
	padding: 4px;
	border: #C3BDBD 1px solid;
}

.forumheader3{
	background-color: #FFFFFF;
	color:#000000;
	font-weight: normal;
	font-size: 12px;
	padding: 4px;
}

/* Added 28 dec 08 for newsletter plugin, instead of using forumheader3 */
.newsletter{
	background-color: #FFFFFF;
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	padding: 4px;
}

.fcaption {
	background-color: #FFFFFF;
	border: #FFFFFF 1px solid;
	color:#333333;
	font-size: 12px;
	padding: 2px 0px 2px 8px;
}

.finfobar{
	background-color: #CCC8C8;
	color:#000;
	padding: 4px;
	border: 1px solid #C3BDBD;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal; 
	font-size:12px;
}

a.forumlink{
	color: #330099;
	text-decoration: none;
}

.helpbox {
	border: 0px none red;
	background-color: transparent;
	color:#000;
	font-size: 12px;
}
.linkspage_button{
	border:0px;
}

/* CORE CLASS CUSTOMIZATIONS 5 OCT 06 BJR FOR IFEMINISTS THEME */

/* strong.bbcode is used for the Welcome Message text on the news page */
/* Do not use padding! */
/* The Welcome Message caption is outside any div; uses center table spec */
.bbcode {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
}

/* added 12 aug 07 bjr */
div.forumheader3 a {
	color: #330099;
	text-decoration: underline;
}

/* added 12 aug 07 bjr */
div.forumheader2 a {
	color: #330099;
	text-decoration: underline;
}

/* added 12 aug 07 bjr */
div.forumheader a {
	color: #330099;
	text-decoration: underline;
}

td.forumheader3 a {
	color: #330099;
	font-weight: normal;
	text-decoration: underline;
}

td.fcaption a {
	color: #330099;
	font-weight: normal;
	text-decoration: underline;
}

