/* CORE STYLES */

body {
  background-image: none;
  background-position: top right;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-color: #E9DECB; /* tan */
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Verdana, Helvetica, san-serif;
}

table, tr, th, td {
  font-size: 12px;
}

a:link, a:visited {
  color: #996521;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:active {
  color: #833511;
  text-decoration: underline;
  font-weight: bold;
}

#forum_main, div#main {
  position: relative;
  text-align: left;
  width: 90%;
  margin: auto;
  padding: 0 10px;
}

/* END CORE STYLES */

/* PAGE HEADER */

.pagetitle { 
	background-image: url('img/dragonshobbiesforum_tanlogo.gif');
	background-repeat:no-repeat;
	height:56px;
	text-align: right;
	/* direction: rtl; */ }
	
span#t1 {
  display: none;
}

/* END PAGE HEADER */

/* STYLESWITCHER */

.styleoptions {
  position: absolute; 
  top: 30px; 
  right: 15px !important; right: 60px; 
  text-align: right; 
}

/* GREETING AND IM */

.greetingandim {
  width: 100%;
  margin-right: 50px;
  display: block;
  text-align: right;
}

/* END GREETING AND IM */

/* NAVIGATION MENU */
ul.mainmenu {
  position: absolute;
  left: -40px; 
  /*top: 0; 
  left: 600px;*/
}

.footersmall ul.mainmenu {
  position: relative; 
  left: -50px;
}

.mainmenu li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}

.avatarlink a { 
  padding-left: 3px;
}

.mainmenuitemcurrent a {
  color: #6B300E;
}

/*
.submenu {
  padding: 5px;
  border: 1px solid #6B300E;
  background-color: #996521;
}

.submenu a {
  color: #fff;
}
*/

/* END NAVIGATION MENU */

/* TITLE BARS */

.titlebg {
  background-image: url('img/blackgradiant.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: black;
  color: white;
}

.titlebg a:link, .titlebg a:visited {
  color: #FFF;
}

.titlebg a:hover, .titlebg a:active {
  color: #CCC;
}

.titlebg .titlebg {
  background-image: none;
  background-color: transparent;
}

/* END TITLE BARS */

/* CATAGORY BARS */

.catbg {
  background-image: url('img/browntotanbg.gif');
  background-position: right;
  background-repeat: no-repeat;
  background-color: #996521;  /* #6996C3; light blue 3 */
  color: #EBEBEB;
  border-color: #6B300E; /* #EBEBEB; light blue 2 */
  border-style: solid;
  border-width: 1px; 
}

.catbg .catbg {
  border: 0;
  background-color: transparent;
  background-image: none;
}

.catbg a:link, .catbg a:visited {
  color: #333; /* #833511; dark red */
}

.catbg a:hover, .catbg a:active {
  color: #833511; /* dark red */
}

/* END CATAGORY BARS */

/* CONTENT AREAS */

.bordercolor .bordercolor .bordercolor {
  border: 1px solid #EBEBEB;
  background-color: #FFF; /* #EFFCFF; light blue */
}

.windowbg, .windowbg2 {
  border: 1px solid #EBEBEB;
}

.windowbg .windowbg, .windowbg2 .windowbg2 {
  border: 0;
}

.quote {
  font-style: italic;
  padding-bottom: 1em;
}

/* END CONTENT AREAS */

/* DYNAMIC ZOOM CLICK IMAGES */
.dzcimg0 {
  cursor: -moz-zoom-out;
}
.dzcimg, .dzcimg1 {
  cursor: -moz-zoom-in;
}
