/* Blue theme for Beth */

/* Colors: 
Landshark colors
#4E8EF2 - blue ( alt #4D2B8C - dark blue )
#9EC880 - lime ( alt #85F24E or #85F14D )
#F2EA4E - yellow    
#FB5265 - red ( alt #F24E51 )
#0d0d0d - black 
#f2f2f2 - white 
*/

/* Core styles */

body {
  background-color: #F2F2F2; 
  color: #0D0D0D; /* black */
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Verdana, Helvetica, san-serif;
}

table, tr, th, td {
  font-size: 12px;
  font-family: Verdana, Helvetica, san-serif;  
}

a:link, a:visited {
  color: #4D2B8C; 
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:active {
  color: #4E8EF2; /* blue */
  text-decoration: underline;
  font-weight: bold;
}

#forum_main, div#main {
  background-image: url('img/dragonshobbiesforum-bluerepeat.gif');
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #FFF; /* white */
  position: relative;
  text-align: left;
  padding: 0;
  margin-top: 0;
  margin-right: 5%;
  margin-bottom: 0;
  margin-left: 5%;
  width: 90%;
}

ul.mainmenu { 
  width: 100%;
  position: absolute;
  top: 0px;
  left: -2em;
  text-align: center; 
}

.mainmenu li {
  display: inline;
  padding-left: 0px;
  padding-right: 10px;
}

.footersmall ul.mainmenu { 
  display: none;
}

.submenu {
  position: absolute; 
  left: 15px;
}

h1 { margin: 0; padding: 0; }

/* end Core styles */

/* PAGE HEADER */

.pagetitle { 
	background-image: url('img/dragonshobbiesforum_bluelogo3.gif');
	background-repeat:no-repeat;
	height:73px;
	text-align: right;
	/* direction: rtl; */ }
	
span#t1 {
  display: none;
}

.news {
	padding-top: 1em;
	clear: both;
}

/* END PAGE HEADER */

/* Greetings/Options */
.styleoptions {
  position: relative; 
  top: -5px;
  right: 0px;
}

.greetingandim {
  position: absolute; 
  top: 30px;
  right: 10px;
}

/* end Greetings/Options */

/* Title bars */

.titlebg {
  background-image: none;
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #4D2B8C;
  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/banditstripe.gif');
  background-position: right;
  background-repeat: no-repeat;
  background-color: #4E8EF2;  /* #6996C3; light blue 3 */
  color: #4D2B8C;
  border-color: #4E8EF2; 
  border-style: solid;
  border-width: 1px; 
  padding-right: 100px;
}

.catbg .catbg {
  border: 0;
  background-color: transparent;
  background-image: none;
}

.catbg a:link, .catbg a:visited {
  color: #4D2B8C; /* red 1 */
}

.catbg a:hover, .catbg a:active {
  color: #4D2B8C; /* red 2 */
}

/* end Category bars */

/* Content areas */

table.table2a1 {
  margin-top: 1em;
}

.bordercolor .bordercolor .bordercolor {
  border: 0; 
  background-color: #F2F2F2; 
}

.windowbg {
  border: 1px solid #4E8EF2; 
  background-color: #EFF6FF;
}

.windowbg2 {
  border: 1px solid #4E8EF2;
  background-color: #DFEEFF; 
}

.windowbg .windowbg, .windowbg2 .windowbg2 {
  border: 0;
}

.quote {
  border: 1px solid #4D2B8C;
  padding-bottom: 1em;
}

/* end Content areas */

/* Footer */
div.footersmall { 
  text-align: center; 
}

div.footersmall ul.mainmenu {
  position: relative; 
  left: -2em;
}
/* end Footer */
