/* main.css */

html {
	background: #543;
	margin: 0; padding: 0;
}

body {
	width: 800px;
	margin: 20px auto;
	position: relative;
	font-family: georgia, times, serif;
}

h1 {font-size: 18pt;}
h2 {font-size: 12pt;}
h3 {font-size: 11pt;}
h4 {font-size: 9pt;}
h5 {font-size: 8pt;}
h6 {font-size: 8pt; font-weight: bold;}

img {border: 0;}

p, li {font-size: 10pt;}

/* TITLEBAR *************************/
#titlebar h1 {
	background: transparent url('http://randyjscott.com/images/rj.png') 10px 0px no-repeat;
	text-indent: -9999px;
	margin: 0; padding: 0;
	height: 33px;
}
#titlebar h1 a {
	display: block;
	width: 300px; height: 30px;
}

#titlebar h2 {
	margin: 0; padding: 0;
	background: transparent url('http://randyjscott.com/images/wizardworld.png') top left no-repeat;
	text-indent: -9999px;
	height: 20px;
	position: relative;
	top: -26px; left: 450px;
	width: 331px;
}
#titlebar h2 a {display: block; width: 330px; height: 20px;}

/* MAINMENU *************************/
#mainmenu {
	background: lightblue url('http://randyjscott.com/images/paintedmap.png') top left no-repeat; 
				/*url('http://randyjscott.com/images/mapbg.jpg') 5px 15px no-repeat;*/
	padding: 5px; margin: 0;
	width: 330px; 
	height: 450px;
	float: left;
}
#mainmenu ul {margin: 0; padding: 0;}
#mainmenu li {
	font-size: 12px;
	list-style-type: none;
}

/* map menu positioning */ 
#mainmenu li a {position: absolute;}
#mainmenu li a.mm_news {top: 137px; left: 120px;}
#mainmenu li a.mm_blog {top: 193px; left: 28px;}
#mainmenu li a.mm_sign {top: 210px; left: 230px;}
#mainmenu li a.mm_buy {top: 125px; left: 12px;}
#mainmenu li a.mm_synopsis {top: 130px; left: 210px;}
#mainmenu li a.mm_art {top: 365px; left: 40px;}
#mainmenu li a.mm_contact {top: 420px; left: 145px;}
#mainmenu li a.mm_guest {top: 310px; left: 220px;}

#mainmenu li a {
  text-decoration: none;
  text-align: center;
  color: blue;
  padding: 3px 5px; margin: 0 2px;
  display: block;
  width: 7em;
}

#mainmenu li a:hover {font-weight: bold;}
#currentpage {color: red !important; font-weight: bold !important;}

/* explore menu positioning */ 
#mainmenu li a {position: absolute;}
#mainmenu li a.em_greatcity {
	top: 85px; left: 140px;
	width: 50px; height: 50px;
}
#mainmenu li a.em_thepit {
	top: 135px; left: 78px;
	width: 18px; height: 22px;
}
#mainmenu li a.em_drylands {
	top: 150px; left: 200px;
	width: 80px; height: 75px;
}
#mainmenu li a.em_hoppler {
	top: 390px; left: 110px;
	width: 30px; height: 40px;
}

#mainmenu ul.explore li a {
  display: block;
}

#mainmenu ul.explore li a:hover {border: 1px solid yellow;}
#currentmap {border: 2px solid red !important;}


/************** MAPSWAP *****************/
#mainmenu li a#mapswap {
  top: 475px; left: 10px; 
  width: 300px; 
  border: 3px double black;
  background: #A32;
  color: white;
  font-weight: bold;
}

#mainmenu li a#mapswap:hover {
  color: gold;
  border: 3px double gold;
}

/* MAIN *****************************/
#main {
	background: white url('images/brownpaper.jpg') top left repeat; 
	padding: 5px;
	float: left;
	height: 450px; /*ie.css*/
	width: 447px; /*450 - border*/
	border-left: 3px double black;
	overflow: auto;
}

#pagemain {
  width: 420px;
	margin: 0 auto; 
  border: 3px double black;
  background: gold;
  color: white;
  font-weight: bold;
	color: black;
	text-align: center;
}

/* BLOG *****************************/
div.post h2 {margin: 0;}
div.post h2 a {text-decoration: none;}

div.post small {font-size: 12px;}

p.postmetadata {padding: 2px; background: #FDA; border: 1px solid #EC9; font-size: 12px;}

/* blog comments */
ol.commentlist li {border: 1px solid black; padding: 5px; margin: 5px 0;}
ol.commentlist li.alt {background: #999;}

/* BLOG - SIDEBAR *******************/
#sidebar {
	float: right;
	width: 150px;
	padding: 5px;
	margin: 0 10px 10px 20px;
	text-align: center;
	background: #567;
	border: 3px double white;
}

#sidebar h2 {
	margin: 0; padding: 0;
	color: white;
}

#sidebar ul {padding: 0; margin: 0.5em 0;}
#sidebar li {
	list-style-type: none;
	width: 150px;
	padding: 5px 0 0 0;
	border: none;
	font-family: helvetica, arial, sans-serif; 
	font-size: 8pt;
}
#sidebar li a, #sidebar a:link, #sidebar a:visited {color: #ccc; text-decoration: none;}

/* FOOTER ***************************/
#footer {
	background: transparent;
	text-align: center;
	color: #210;
	padding: 25px 0 10px 0; margin: 0;
	clear: both;
}
#footer a {color: #321;}
#footer h6 {padding: 10px 0 0 0; margin: 0;}

/* WEBRING ************/
#webring {
	width: 400px;
	margin: 0 auto;
	background: #DA7;
}

/* CONTACT **************************/
#contactform {
	width: 400px;
	margin: 0 auto;
	position: relative;
}
#contactform span {position: relative;}
#contactform .name {left: 35px;}
#contactform .phone {left: 32px;}
#contactform .email {left: 36px;}
#contactform .message {left: 5px;}
#contactform input.sendbutton {position: relative; left: 80px;}

/* CLASSES AND DIVS *****************/
#announcement {
	text-align: center;
	margin: 0 auto;
	padding: 5px;
}

.center {text-align: center;}

