/* Scalefour Society - R.P. Milliken - 2010 */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow: scroll;
	height: 102%;
}
body {
	
	background:#eaeaea url(graphics/bg.gif) top center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	}
a { color: #253b36; text-decoration: none; }
	a:hover { text-decoration: underline; 
	}
/* Wrapper */
#wrap {
	background:#ffffff url(graphics/wrapbg.jpg) top center repeat-y;
	width: 980px;
	margin: 0 auto;
	}
/* Header */

#header {
	color:#c0c0c0;
	background:#e7e7ea url(graphics/header2.jpg) top left no-repeat;
	height:197px;
	width:980;
	margin:0px 0px 0px 0px;
	padding:0;
	}

/* Menu top horizontal */

#hmenu {
	width: 100%;
	height: 15px;
	margin: 0 auto;
	}
#hmenu ul {
	margin: 0;
	padding: 142px 0 0 700px;
	list-style: none;
	}
#hmenu li {
	display: inline;
	}
#hmenu a {
	padding: 0 0 0 20px;
	text-align: left;
	text-decoration: none;
	font-size: .9em;
	color: #000000;
	}
	
/* Main menu in left column */

#menu {
	background:#e8e7eb;
	float: left;
	width: 140px;
	padding: 0 0px 20px 20px;
	}
#menu h1{
	color:#000000;
	display:block;
	font-size:.8em;
	font-weight:100;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	margin-bottom:6px;
	text-decoration:none;
	}

#menu a{
	color:#000000;
	display:block;
	background-image:url(graphics/menubutton.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:.8em;
	margin-bottom:8px;
	text-decoration:none;
	}
#menu a:hover{
	color:#000000;
	background-image:url(graphics/menubutton2.gif);
	}
#menu ul {
	background:#e8e7eb;
	list-style: none;
	margin: 0;
}
#menu ul ul ul {
	background:#e8e7eb
	position: absolute;
	top: 0;
	padding:0 10px 0 20px
}
#menu li {position: relative;
}
#menu ul ul ul {
	position: absolute;
	left: 100%;
	width: 180px;
	border-right: 2px solid #c8c8c8;
	border-top: 2px solid #c8c8c8;
	border-bottom: 2px solid #c8c8c8;
	border-left: 2px solid #c8c8c8;
}
div#menu ul ul ul 
	{display: none;}
div#menu ul ul li:hover ul ul 
	{display: none;}
div#menu ul ul li:hover ul
{display: block;}
div#menu ul ul ul li:hover ul
{display: block;}


#menu h2 {
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	padding: 3px 0 5px 3px;
	margin-bottom: 10px;
	color: #000000;
	font-size: .8em;
	font-weight: bold;
	}

#shows {
	background:#e8e7eb;
	font-size:.8em;
	float: left;
	width: 140px;
	padding: 10px 0px 20px 0px;
	}
#shows h2 {
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	padding: 3px 0 5px 3px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 1em;
	font-weight: 80;
	}
#shows a{
	color:#000000;
	display:block;
	background-image:url(graphics/menubutton.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:.9em;
	margin-bottom:6px;
	text-decoration:none;
	}


	
/* Content in use with narrow mid column (width is 538px */

#content {
	float: right;
	width: 538px;
	padding: 0 20px 20px 20px;
	border-left: 2px solid #e7e7ea;
	font-size: .8em;
	text-align: justify;
	}
#content h1 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 5px 3px;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin-bottom: 10px;

	}
#content h2 {
	color: #000000;
	font-size: 1.1em;
	font-weight: 100;
	padding: 3px 0 5px 3px;
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	margin-bottom: 10px;

	}
#content h3 {
	color: #000000;
	font-size: 1.1em;
	font-weight: 75;
	padding: 3px 0 5px 3px;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
	}
#content h4 {
	color: #000000;
	font-size: 1.1em;
	font-weight: 75;
	border-bottom: 1px solid #aaa;
	padding: 3px 0 5px 3px;
	margin-bottom: 10px;
	}

#content a{
	color:#000000;
	display:block;
	background-repeat:no-repeat;
	font-size:1em;
	margin-bottom:10px;
	text-decoration:underline;
	}
#content a:hover{
	color:#212020;
	}
#content a:visited{
	color:#5b5d5c;
	}
	
/* Content without mid column - full width next to menu column */

#contentwide {
	float: right;
	width: 748px;
	padding: 0 20px 20px 20px;
	font-size: .8em;
	text-align: justify;
	}
#contentwide h1 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 5px 3px;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin-bottom: 10px;
	}
#contentwide h2 {
	color: #000000;
	font-size: 1.1em;
	font-weight: 100;
	padding: 3px 0 5px 3px;
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	margin-bottom: 10px;
	}
#contentwide h3 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 5px 3px;
	margin-bottom: 10px;
	}
#contentwide h4 {
	color: #000000;
	font-size: 1.1em;
	font-weight: 100;
	border-bottom: 1px solid #aaa;
	padding: 3px 0 5px 3px;
	margin-top: 10px;
	}
#contentwide h5 {
	color: #000000;
	font-size: 1.1em;
	font-weight: 100;
	padding: 3px 0 5px 3px;
	}
#contentwide a{
	color:#000000;
	display:block;
	background-repeat:no-repeat;
	font-size:.9em;
	margin-bottom:4px;
	margin-top:3px;
	text-decoration:none;
	}
#contentwide a:visited{
	color:#5b5d5c;
	}
#contentwide ul {
	margin: 0;
	padding: 0px 0 0 15px;
	}
	
/* mid column equal - for use in dividing the main */
/* content into 2 equal columns. Use with content right */

#midcolumnequal {
	float: right;
	/*width: 748px;*/
	padding: 0 360px 20px 100px;
	font-size:.8em;
	}
#midcolumnequal a{
	color:#0000000;
	display:block;
	background-image:url(graphics/menubutton3.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:1em;
	margin-bottom:6px;
	text-decoration:underline;
}
#midcolumnequal a:visited{
	color:#5b5d5c;
	}
#midcolumnequal h1 {
	color: #000000;
	font-size: 1.1em;
	font-weight: 100;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	}
#midcolumnequal h2 {
	color: #000000;
	font-size: 1.1em;
	font-weight: 100;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
	}
#midcolumnequal ul {
	padding: 0 0 10px 0;
}

/* Content in use with mid column (midcolumnequal) */

#contentright {
	float: right;
	width: 360px;
	padding: 0 20px 20px 20px;
	border-left: 2px solid #e7e7ea;
	font-size: .8em;
	text-align: justify;
	}
#contentright h1 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 5px 3px;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin-bottom: 10px;
	}
#contentright h2 {
	color: #000000;
	font-size: 1.1em;
	font-weight: 100;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
	}
#contentright h3 {
	color: #000000;
	font-size: 1.1em;
	font-weight: 75;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	margin-bottom: 10px;
	}
#contentright a{
	color:#000000;
	display:block;
	background-image:url(graphics/menubutton3.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:1em;
	margin-bottom:6px;
	text-decoration:none;
	}
#contentright a:hover{
	color:#212020;
	background-image:url(graphics/menubutton3.gif);
	}
#contentright a:visited{
	color:#5b5d5c;
	}
	
/* narrow mid column for sub menu or news bits etc */

#midcolumn {
	float: left;
	width: 180px;
	padding: 0 20px 20px 35px;
	font-size:.8em;
	}
#midcolumn a{
	color:#0e3e60;
	display:block;
	background-image:url(graphics/menubutton3.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:1em;
	margin-bottom:10px;
	text-decoration:none;
	}
#midcolumn h1 {
	color: #000000;
	font-size: 1.1em;
	font-weight: 100;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	}
#midcolumn h2 {
	color: #000000;
	font-size: 1.0em;
	font-weight: 100;
	padding: 3px 0 5px 3px;
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	margin-bottom: 10px;

	}
#inlinelink a {
	display: inline;
	text-align: center;
	text-decoration: none;
	font-size: .8em;
	color: #000000;
	}
	
/* Footer */

#footer {
	color:black;
	background:#e8e7eb url(graphics/footerbg.gif) top left no-repeat;
	border-right: 1px solid #c8c8c8;
	width:980;
	margin:0px 0px 0px 0px;
	padding:30px 0 15px 0;
	font-size: .7em;
	}
#footer a { 
}

/* Tables */

td {
	padding:7px;
	font-size:1em;
	text-align:left;
	}
th {
	padding:7px;
	font-size:1em;
	text-align:left;
	}
	
/* Various classes */

	.textright {
	text-align:right;
	margin:0px 0 4px 0;
	}
.cleared {
	clear:both;
	}
.left {
	margin:0px 10px 10px 0px;
	float:left;
	}
.right {
	margin:0px 0px 10px 10px;
	float:right;
	}
.small {
	font-size:.7em;
	}
.medium {
	font-size:.8em;
	}
.large {
	font-size:1.2em;
	}

.rightmedium {
	font-size:.8em;
	text-align:right;
	}

.italic {
	font-style:italic;
	}
.center {
	text-align:center;
		}
.bold {
	text-align:left;
	font-weight:bold;
	}

.midbold {
	text-align:center;
	font-weight:bold;
	}



