/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* color_dark: #45342B  color_light: #BAA984 */

body {
	font-family: Verdana,sans-serif;
	color: black;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	/* background-color: #E9D8B5 */
	background-image: url( ./site/images/backgroundTexture.png );
	background-repeat: repeat;
}


a:link, a:visited, a:active {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Verdana,sans-serif;
 font-size: 140%;
 color: white;
}

h2{
 font-size: 114%;
 color: white;
}

h3{
 font-size: 100%;
 color: white;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: white;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Verdana,sans-serif;
 color: #334d55;
}

textarea {
	font-family: Verdana,sans-serif;
	font-size: 10pt;
}

img {
	border: 0;
	vertical-align: middle;
}
				
.footerFont {
	font-size: 8pt;	
}

.d20_leftNav {
	color: white;
	background-image: url( ./site/images/leftNavBackground.png );
	background-repeat: repeat;
};

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	width: 100%;
	background-repeat: no-repeat;
	/*border-bottom: 1px solid #ccc;*/
}

#adverthead {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 0px;
}

#navBar{
	position: absolute;
	width: 160px;

	background-image: url( ./site/images/leftNavBackground.png );
	background-repeat: repeat-y;

	height: 800px;

	color: white;
}

#content{
	position: relative;
	left: 160px;
	margin-right: 160px;
	border: 1px solid black;
	padding: 8px;
	/*border: 1px solid red;*/
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
/*padding: 0px 0px 0px 10px;*/
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	/* padding: 0px 4px 0px 0px; */
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

#breadCrumb a , a:link, a:visited, a:active {
	color:white;
	text-decoration: none;
}

#breadCrumb a:hover {
	color:white;
	text-decoration: underline;
}

.breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

.breadCrumb a , a:link, a:visited, a:active {
	color:white;
	text-decoration: none;
}

.breadCrumb a:hover {
	color:white;
	text-decoration: underline;
}





/************* #siteInfo styles ***************/

#siteInfo{
  	position: relative;
  	left: 160px;
  	margin-right: 160px;
		
	/*border: 1px solid #cccccc;*/
  	text-align: center;
	font-size: 75%;
	color: black;
	padding: 10px 10px 10px 10px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo a , a:link, a:visited, a:active {
	color:white;
	text-decoration: none;
}

#siteInfo a:hover {
	color:white;
	text-decoration: underline;
}


#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {border-bottom: 1px solid #EEE;}*/

/* fix for browsers that don't need the hack */
/*html>body #navBar li {border-bottom: none;}*/


/*********** #sectionLinks styles ***********/

#sectionLinks {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks a:link  {
	color: white;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
 	text-decoration: none;
 	display: block;
 	text-align: center;
}

#sectionLinks a:visited {
	color: white;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
 	text-decoration: none;
 	display: block;
 	text-align: center;
}

#sectionLinks a:hover {
	color: white;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
 	text-decoration: underline;
 	display: block;
 	text-align: center;
}

.sectionLinkHeader {
	text-align: center;
	display: block;
	background-color: #BAA984;
	color: black;
	font-weight: bold;
	border: 1px #45342B solid;
 	display: block;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** .forum styles **************/
/* color_dark: #45342B  color_light: #BAA984 */

.forumCategoryTitle {
    width: 100%;
    background-color: #BAA984;
    border-top: 1px solid #45342B;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
    font-weight: bold;
	font-size: 100%;
	text-align: center;
	color: black;
}

.forumTitle {
    width: 100%;
    background-color: #BAA984;
    border-top: 1px solid #45342B;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
    font-weight: bold;
	font-size: 100%;
	text-align: center;
	color: black;
}


.forumHeader {
	text-align: center;
    width:100%;
    background-color: #45342B;
    border-left: 1px solid #45342B;
    border-top: 1px solid #45342B;
    border-right: 1px solid #45342B;
    border-bottom: 1px solid #45342B;
    font-weight: bold;
	color: white;
	/*font-size: 80%;*/
}

.forumCategory {
	width: 100%;
	text-align: left;	
    background-color: #45342B;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
	border-bottom: 1px solid #45342B;
    font-weight: bold;
    color:white;
	font-size: 80%;
}

.forumCategory a , a:link, a:visited, a:active {
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.forumCategory a:hover {
	font-weight: normal;
	color: white;
	text-decoration: underline;
}

.forumInformation {
	width: 100%;
	text-align: center;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
	border-bottom: 1px solid #45342B;	
	font-size: 80%;
}

.forumInformation a, a:link, a:visited, a:active {
	text-decoration: none;
	color: white;
}

.forumInformation a:hover {
	text-decoration: underline;
	color: white;
}

.forumDescription {
	text-align: left;
}

.forumDescription a, a:link, a:visited, a:active { 
	text-decoration: none;
}

.forumDescription a:hover {
	text-decoration: underline;
}

.forumName {
	font-weight: bold;
}

a.forumName:link , a.forumName:visited, a.forumName:active { 
	text-decoration: none;
}

a.forumName:hover {
	text-decoration: underline;
}

.forumTrailer {
	width: 100%;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
    border-bottom: 1px solid #45342B;
}

.forumCommands {
	width: 100%;
	text-align: left;	
    background-color: #45342B;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
	border-top: 1px solid #45342B;	
	border-bottom: 1px solid #45342B;	
	font-weight: bold;
	font-size: 70%;
	color:white;
}

.forumCommands a, a:link, a:visited, a:active { 
	text-decoration: none;
	color: white;
}

.forumCommands a:hover {
	text-decoration: underline;
	color: white;
}

.forumTopicsTitle {
    width: 100%;
    background-color: #BAA984;
    border-top: 1px solid #45342B;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
    font-weight: bold;
	font-size: 100%;
	text-align: center;
	color: black;
}


.forumTopic {
	width: 100%;
	text-align: center;	
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
	border-bottom: 1px solid #45342B;
	font-size: 80%;
}

.forumTopicLink {
	text-align: left;
}

.forumTopicLink a , a:link, a:visited, a:active {
	color:white;
	text-decoration: none;
}

.forumTopicLink a:hover {
	color:white;
	text-decoration: underline;
}


.forumLastPost {
	font-size: 90%;
}

.forumLastPost a , a:link, a:visited, a:active {
	color:white;
	text-decoration: none;
}

.forumLastPost a:hover {
	color:white;
	text-decoration: underline;
}


.forumIndicatorImage {
	border: 0px;	
}

.forumMessageListingHeader {
    width:100%;
    background-color: #BAA984;
    border-top: 1px solid #45342B;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
    font-weight: bold;
	font-size: 100%;
	text-align: center;
	color: black;
}

.forumMessageBody {
	width: 100%;
	text-align: left;
	vertical-align: top;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
	border-bottom: 1px solid #45342B;
	font-size: 100%;
}

.forumMessageBody a , a:link, a:visited, a:active {
	color:white;
	text-decoration: none;
}

.forumMessageBody a:hover {
	color:white;
	text-decoration: underline;
}

.forumMessageInformation {
	border-bottom: 1px solid #45342B;
	color: black;
	font-size: 70%;
}

.forumMessageControls {
	text-align: center;
	vertical-align: top;
    border-left: 1px solid #45342B;
	border-bottom: 1px solid #45342B;
	font-size: 80%;
}

.forumMessageControls a , a:link, a:visited, a:active {
	color:white;
	text-decoration: none;
}

.forumMessageControls a:hover {
	color:white;
	text-decoration: underline;
}

.forumCharacterListingTitle {
    width: 100%;
    background-color: #BAA984;
    border-top: 1px solid #45342B;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
    border-bottom: 1px solid #45342B;
    font-weight: bold;
	font-size: 100%;
	text-align: left;
	color: black;
}

.forumCharacterListingHeader {
    width: 100%;
    background-color: #45342B;
    border-top: 1px solid #45342B;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
    font-weight: bold;
	font-size: 80%;
	text-align: center;
	color: white;
}

.forumCharacterListingBody {
	width: 100%;
	text-align: left;
	vertical-align: top;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
	border-bottom: 1px solid #45342B;
	font-size: 80%;
}

/************** character sheet styles **************/

.charSheetTitle { 
	width: 700px;
	text-align: left;
	vertical-align: top;
	font-size: 100%;
	font-weight: bold;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
	border-top: 1px solid #45342B;
	background-color: #45342B;
	color: white;
}

.charSheetSection { 
	width: 700px;
	text-align: left;
	vertical-align: middle;
	font-size: 80%;
	font-weight: normal;
    border: 1px solid #45342B;
	background-color: #BAA984;
	color: black;
}

.charSheetSectionTop { 
	width: 700px;
	text-align: left;
	vertical-align: middle;
	font-size: 80%;
	font-weight: normal;
    border-top: 1px solid #45342B;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
    background-color: #BAA984;
	color: black;
}

.charSheetSectionMiddle { 
	width: 700px;
	text-align: left;
	vertical-align: middle;
	font-size: 80%;
	font-weight: normal;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
    background-color: #BAA984;
	color: black;
}

.charSheetSectionBottom { 
	width: 700px;
	text-align: left;
	vertical-align: middle;
	font-size: 80%;
	font-weight: normal;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
    border-bottom: 1px solid #45342B;
    background-color: #BAA984;
	color: black;
}

.charSheetTextField { 
	width: 95%;	
	text-align: center;
}

.charSheetTextFieldLeft { 
	width: 95%;	
	text-align: left;
}
.charSheetTextFieldHalf { 
	width: 40%;	
	text-align: center;
}

.charSheetTextFieldCalc { 
	width: 95%;	
	border: 2px solid #45342B;
	text-align: center;
}

.charSheetTextFieldCalcRight { 
	width: 95%;	
	border: 2px solid #45342B;
	text-align: right;
}
.charSheetTextFieldHalfCalc { 
	width: 40%;
	border: 2px solid #45342B;
	text-align: center;
}

.charSheetTextArea {
	width: 98%;
	height: 1in;
}

.charSheetTextAreaBig {
	width: 98%;
	height: 3in;
}

/************** .dialog styles **************/

.dialogHeader {
	text-align: center;
	background-color: #45342B;
    border: 1px solid #45342B;
    font-weight: bold;
    color: white;
	/*font-size: 80%;*/
}

.dialogBody {
	text-align: center;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
	border-bottom: 1px solid #45342B;	
	/*font-size: 80%;*/
}

.dialogTrailer { 
    background-color: #45342B;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
	border-bottom: 1px solid #45342B;
    font-weight: bold;
    color: white;
	/*font-size: 80%;*/
}

.dialogTrailer button { 
	width: 100px;
}

.dialogButton {
	width: 100px;	
}

/******************* data table styles ********************/
/* color_dark: #45342B  color_light: #BAA984 */


.dataTableHeader { 
	text-align: center;
	background-color: #45342B;
    border-top: 1px solid #45342B;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
	border-bottom: 1px solid #45342B;
    font-weight: bold;
	font-size: 80%;
	color: white;
		
}

.dataTableHeader2 { 
	text-align: center;
	background-color: #BAA984;
    border-top: 1px solid #45342B;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
	border-bottom: 1px solid #45342B;
    font-weight: bold;
	font-size: 80%;
	color: black;
		
}

.dataTableBody {
	text-align: center;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
	border-bottom: 1px solid #45342B;	
	font-size: 80%;
}

.dataTableTrailer { 
    background-color: #eeeeee;
    border-top: 1px solid #45342B;
    border-left: 1px solid #45342B;
    border-right: 1px solid #45342B;
	border-bottom: 1px solid #45342B;
    font-weight: bold;
	font-size: 80%;
}


/******************* Dice Roll Styles ********************/

.diceRollPurpose {
	font-size: 80%;
}

.diceRollEquation {
	font-size: 80%;
}

.diceRollFinalValue {
	font-size: 80%;
}


.alertText {
	color: red;
    font-weight: bold;
}

img.t_core_avatar {
	border: 1px solid #45342B;
}

/******************* News Styles ********************/

.newsArticle {
	width: 100%;
    border-bottom: 1px solid #45342B;
}

.newsSmallNote {
	font-size: 80%;	
}

.newsArticleTitle {
	font-weight: bold;
}

/*--------------------------------------------------*/
/******************* Menu Styles ********************/
/*--------------------------------------------------*/

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #d0d0d0;
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #d0d0d0;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #a0a0a0;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #d0d0d0;
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #000080;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #f0f0f0;
  margin: 4px 2px;
}

.postNotification {
	font-size: 100%;
	font-weight: normal;;
}

.yui-tt {
	visibility:hidden;
	position:absolute;
	color: black;
	background-color:#BAA984;
	/*font-family:arial,helvetica,verdana,sans-serif;*/
	padding:2px;
	border:1px solid #45342B;
	/* font:100% sans-serif; */
	width:auto;
}
