@charset "utf-8";
/* CSS Document */

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CCFF;
	font-size: large;
}

a
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
}

a img
{
	border: none;
	color: transparent;
}

h1
{
	font-family: comic sans ms, cursive;
	font-size: xx-large;
	font-weight: bolder;
	padding-top: 0;
	margin-top: 0;	
}

h4
{
	font-family: comic sans ms, cursive;
	font-size: x-large;
	font-weight: bolder;
	padding: 0;
	margin: 0;	
}

h6
{
	font-family: comic sans ms, cursive;
	font-size: large;
	font-style: italic;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #0099FF;
}

abbr
{
	border-bottom: dotted 1px #000000;
}

label
{
	text-align: right;
}

.floatLeft,
.floatleft,
.floatRight,
.floatright
{
	margin: 2px;
	padding: 3px;
}

.floatLeft,
.floatleft
{
	float: left;
}

.floatRight,
.floatright
{
	float: right;
}

.avatar
{
	height: 150px;
	float: left;
	margin: 5px;
}

.officer
{
}

.editlink
{
	position: absolute;
	bottom: 1px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant: small-caps;
	right: 2em;
}

.editlink a
{
	display: block;
}

.editlink:hover
{
	border: 1px solid #00FF00;
	background: #99FF99;
}

#logo
{
	float:left;
	width: 175px;
	z-index: 5;
}

#header
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #4466BB;
	font-size: 2.5em;
	text-shadow: #000000 1px 1px, #FFFFFF -1px -1px;
}

#overhang
{
	display:block;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 200px;
	width: 200px;
	top: 1em;
	left: 5em;
	position: absolute;
	z-index: 15;
	background-image: url(../images/biker.png);
}

#menu
{
	background-color: transparent;
	display: block;
	position: absolute;
	top: 195px;
	bottom: 1em;
	left: 1em;
	width: 9em;
	z-index: 20;
	margin: -1px;
	padding: 0px;
}

#main
{
	display: block;
	position: absolute;
	z-index: 10;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	overflow: auto;
	top: 5em;
	bottom: 1em;
	left: 10em;
	right: 1em;
	padding: 15px;
	text-align: justify;
}

#main img
{
	display: inline;
}

#userbox {
	border: solid 1px;
	padding: 5px;
	position: fixed;
	bottom: 0.5em;
	font-size: small;
	z-index: 20;
	background-color: #FFFFFF;
	text-align: center;
	width: 150px;
	height: 75px;
	right: 0.5em;
}

#userbox input { width: 140px; }

#footer
{
	background-color: #FFFFFF;
	height: 27px;
	width: 25%;
	position: absolute;
	right: 30%;
	bottom: 0;
	z-index: 30;
	text-align: center;
	padding: 5px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: small;
}

#footer:hover
{
	height: auto;
	position: absolute;
}

.igen
{
	border: solid 1px;
	border-right-style: none;
	padding: 5px;
	position: absolute;
	top: -1px;
	z-index: 25;
	background-color: #FFFFFF;
	right: 155px;
}

.igen img
{
	width: 75px;
	height: 75px;
	background-image: url(../images/no_image_75.png);
}

.PopupDiv
{
	border: 1px solid black;
	background: #FFFFFF;
	display: none;
	padding: 5px;
	position: absolute;
	text-align: right;
}

.innerPopUp
{
	padding: 10px;
	text-align: justify;
	border: 1px solid #CCCCCC;
	height: 240px;
	width: 320px;
}

/* Navigation Bar */
#navbar
{
	position: relative;
	width: 100%;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

html>body #navbar
{
	left: 0;
}

#navbar li
{
	background-color: #99CCFF;
	border: 1px solid #000000;
	list-style: none;
	text-align: center;
	width: 9em;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	/*font-variant: small-caps;*/
	margin-bottom: -1px;
	text-shadow: #000000 1px 1px, #FFFFFF -1px -1px;
}

#navbar a
{
	display: block;
	width: 9em;
}

#navbar li.current
{
	font-weight: bolder;
	background-color: #FFFFFF;
	padding-right: 1px;
	border-right-style: none;
}

#navbar li:hover
{
	background-color: #99FF99;
	padding-right: 1px;
	border-right-style: none;
}

#navbar li.current:hover
{
	border-right-style: none;
}

#navbar li:active,
#navbar li:focus
{
	text-shadow: #000000 -1px -1px, #FFFFFF 1px 1px;
}

/* Diary Page */
.calendar
{
	position: relative;
	width: 98%;
	height: 90%;
	top: 5%;
	left: 1%;
	border-spacing: 2px;
	text-align: center;
}

.linked-day a
{
	display: block;
	height: 100%;
	width: 100%;
	color: #000000;
}

.calendar-month
{
	font-size: x-large;
	font-weight: bolder;
	font-variant: small-caps;
}

.calendar th
{
	font-family: Arial, Helvetica, sans-serif;
	height: 5%;
}

.calendar-day,
.linked-day
{
	vertical-align: top;
	width: 14%;
	height: 15%;
	border: 5px groove #999999;
	overflow: hidden;
}

.calendar-day:hover,
.linked-day:hover
{
	border-color: #99CCFF;
}

.linked-day:hover
{
	background-color: #99FF99;
}

.linked-day:active,
.linked-day:focus
{
	border-style: inset;
}

/* Magazine Page */
#viewer
{
	height: 600px;
	width: 425px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-left-color: #000;
}

/*#viewer
{
	float: right;
}*/

#issue-selector
{
	float: right;
	width: 29%;
	text-align: center;
}

#issue-selector a
{
	font-weight: bold;
}

#upload_process
{
	visibility: hidden;
}
#upload_process,
#upload_form
{
	z-index: 100;
	position: relative;
	text-align: center;
	width: 100%;
}

/* Regions Page */
#region-container
{
	left: 20px;
	right: 400px;
	bottom: 10px;
	top: 100px;
	height: auto;
	width: auto;
	float: left;
	position: absolute;
}

#region-map
{
	float: right;
	height: 100%;
	width: 351px;
	text-align: center;
}

#region-desc
{
	width: 100%;
	height: auto;
	bottom: 275px;
	top: 0px;
	position: absolute;
}

#region-members
{
	height: 265px;
	width: 100%;
	bottom: 0px;
	position: absolute;
}

/* Edit Page */
.fields
{
	float: right;
	width: 24%;
	display: block;
	overflow: auto;
	text-align: center;
}

.field
{
	width: 98%;
	border: none;
	background-color: #8899BB;
}

.date-field
{
	width: 20%;
	float: right;
	border: none;
	background-color: #8899BB;
	padding: 1px;
}

.content
{
	display: block;
	float: left;
	width: 75%;
}

#problems
{
	position: absolute;
	z-index: 200;
	top: 0px;
	right: 0px;
	width: 144px;
	height: 144px;
}

/* Ridden to Glory */
#concertina
{
	list-style-type: none;
	width: 90%;
	left: 5%;
}

.conctab,
.conctab-selected
{
	background-color: #99CCFF;
	display: block;
	width: 100%;
	text-align: center;
	color: #000000;
}

.conctab a.conctitle,
.conctab-selected a.conctitle
{
	position: relative;
	width: 98%;
	left: 1%;
	display: block;
	padding: 5px 0px;
	border-bottom: 1px solid #66AAFF;
	color: #4466BB;
}

.conctab a.conctitle:hover
{
	font-weight:bold;
	color: #0000ff;
	cursor: pointer;
}

.conctab div
{
	display: none;
}

.conctab-selected div
{
	/*width: 100%;*/
	/*height: 200px;*/
	background: #FFFFFF;
	padding: 5px 0px;
	border-left: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
}
