/* ------------------------------ */
/* PAGE LEVEL STRUCTURAL ELEMENTS */
/* ------------------------------ */

html {
	overflow: -moz-scrollbars-vertical; /* turn scrollbar on in FF; trick to avoid horizontal shift when going from short to long pages */
}

body {
	margin:0;
	padding: 0;
	text-align:center;
	background-color: #000000;
	background-image: url('../img/page-bg.gif');
	background-repeat: no-repeat;
	background-position: top center;
	color: #ffffff;
	font-family: arial;
}

#pageContent {
	margin: 0px auto;
	text-align: left;
	width: 995px;
	position: relative;
}

#mainLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
}

#mainLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
}

a {
	font-size: 10pt;
	color: #afa345;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

.clearAll {
	clear: both;	
}

/* ------------------------------ */
/* MENU AREA (AKA THE LEFT COLUMN */
/* ------------------------------ */

#menuArea {
	position: absolute;
	top: 250px;
	left: 0px;
	width: 155px;
	padding-left: 40px;
	z-index:20;
}

.mainMenuItem {
	font-family: arial;
	font-size: 11pt;
	text-decoration: none;
	color: #acacac;
	font-weight: bold;
	line-height: 23pt;
	text-transform: uppercase;
}

.mainMenuSubItem {
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	color: #acacac;
	font-weight: bold;
	line-height: 18pt;
	text-transform: uppercase;
	padding-left: 10px;
}

.mainMenuItem:hover {
	color: #afa345;
}

.on {
	color: #afa345;
}

.adminMenuItem {
	font-family: arial;
	font-size: 8pt;
	text-decoration: none;
	color: #acacac;
	text-transform: uppercase;
}

.adminMenuItem:hover {
	color: #afa345;
}



/* ----- */
/* POPUP */
/* ----- */
#popupMainArea {
	width: 798px;
	margin: 0 10px 10px 10px;
}



/* --------------------------------------------------------------------- */
/* MAIN AREA (AKA THE RIGHT COLUMN, CONTAINS 'HEADER' AND 'CONTENT' DIVS */
/* --------------------------------------------------------------------- */
#mainArea {
	width: 798px;
	margin-left: 197px;
	z-index:30;
}

#maHeaderBlock {
	width: 778px;
	border-right: 10px solid #afa345;
	border-bottom: 10px solid #afa345;
	border-left: 10px solid #afa345;
	margin-top: 10px;
	color:#ffffff;
	background-color: #000000;
	min-height: 120px;
	height:	auto !important;
  	height: 120px;
}

#maContentBlock {
	width: 778px;
	border-right: 10px solid #4f4f4f;
	border-bottom: 10px solid #4f4f4f;
	border-left: 10px solid #4f4f4f;
	background-color: #000000;
	padding-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}

#maContentBlock, 
#maContentBlock td {
	font-family: arial;
	font-size: 10pt;
}

.maContentBlockMainTitle {
	background-color: #afa345;
	color: #000000;
	font-family: arial;
	font-size: 19pt;
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

#maContentBlockMain {
	width: 566px;
	padding-right: 10px;
	float: left;
	font-family: arial;
}

#maContentBlockSidebar {
	width: 202px;
	float: left;
}

.maContentBlockSidebarTitle {
	background-color: #4f4f4f;
	font-family: arial;
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 10px 20px;
	text-transform: uppercase;
}

.maContentBlockSidebarSubtitle {
	background-color: #1f1f1f;
	color: #afa345;
	font-family: arial;
	font-size: 10pt;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

.maContentBlockNarrowContent {
	padding: 15px 230px 22px 22px;
	min-height: 350px;
	height:	auto !important;
  	height: 350px;
}

.maContentBlockNarrowContent,
.maContentBlockNarrowContent td {
	font-size: 10pt;
}

/* ------------------------------ */
/* HEADER (REGISTER, LOGIN, ETC.) */
/* ------------------------------ */

#header {
	font-family: arial; sans-serif;
	font-size: 12pt;
	color: #ffffff;
	text-align: right;
	width:100%;
	padding-top: 11px;
	text-transform: uppercase;
}
	
.headerLink {
	font-size: 9pt;
	color: #939498;
	text-decoration: none;
	font-weight: bold;
	margin-right: 13px;
	margin-left: 12px;
}

.headerLinkLast {
	font-size: 9pt;
	color: #939498;
	text-decoration: none;
	font-weight: bold;
	margin-left: 12px;
	margin-right: 20px;
}

.headerLink:hover, .headerLinkLast:hover {
	color: #ffffff;
}


/* ----------------------- */
/* STUFF FOR RANKING LISTS */
/* ----------------------- */

/* 'top-10-overall-list' and 'top-10-this-month-list' are on the homepage */
/* 'list-three' and 'list-two' are the side lists on the Rankings page */
#top-10-overall-list, 
#top-10-this-month-list,
#list-three, 
#list-two
 {
	font-family: arial;
	font-size: 10pt;
}

#top-10-overall-list li, 
#top-10-this-month-list li,
#list-three li, 
#list-two li {
	color: #4f4f4f;
	margin-bottom: 14px;
	font-weight: bold;
}

.top-10-overall-name, 
.top-10-this-month-name {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.top-10-overall-name:hover, 
.top-10-this-month-name:hover {
	color: #afa345;
}

.top-10-overall-time,
.top-10-this-month-time {
	text-transform: uppercase;
	color: #acacac;
	font-weight: bold;
}

.top-10-overall-name-highlighted, 
.top-10-overall-time-highlighted {
	text-transform: uppercase;
	color: #afa345;
}

#top-10-this-month-list .highlighted-list-item {
	color: #afa345;
}

/* ------------------ */
/* STUFF FOR HOMEPAGE */
/* ------------------ */

.view-all {
	text-decoration: none;
	font-size: 10pt;
	margin: 15px 0 0 20px;
	color: #afa345;
	font-weight: bold;
}

.view-all:hover {
	color: #ffffff;
}

.galleryPhotoBlock {
	margin: 22px 0 0 22px;
}

#homepagePhotoGalleryLink {
	padding: 22px 0 0 0;
	float: right;
}

#homepagePhotoGalleryLink:hover {
	color: #ffffff;
}

/* ---------------------------------- */
/* STUFF FOR REGISTER / PROFILE PAGES */
/* ---------------------------------- */

.regularformfield {
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	padding: 2px;
	margin: 2px 0 10px 0;
	width: 250px;
}

.regularUpload {
	border: 1px solid #000000;
	font-family: arial;
	font-size: 10pt;
	color:#ffffff;
	padding: 2px;
	margin: 2px 0 10px 0;
	width: 250px;
}

.error {
	color: red;
}

.errorLink{
	color: red;
	text-decoration: underline;
}

.myMiniModelIcon {
	margin: 0 0 5px 0;
}

/* ---------------------- */
/* STUFF FOR RANKING PAGE */
/* ---------------------- */

.rankingEntryRow {
	border-right: 7px solid #1f1f1f;
	border-bottom: 7px solid #1f1f1f;
	border-left: 7px solid #1f1f1f;
	display: block;
}

.rankingEntryRow:hover {
	border-right: 7px solid #AFA345;
	border-bottom: 7px solid #AFA345;
	border-left: 7px solid #AFA345;	
}

/* ------------- */
/* PHOTO GALLERY */
/* ------------- */

.featuredPhotoBlock {
	margin: 0 0 10px 21px;
}

.featuredPhotoPhone {
	margin-bottom:12px;
}

.featuredPhotoMonth {
	font-size: 8pt;
	color: #acacac;
}

.featuredPhotoUsername {
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.featuredPhotoUsername:hover {
	color: #AFA345;
}

.stats-number {
	color: #ffffff;
	font-size: 19pt;
	font-weight: bold;
}

.stats-label {
	color: #ffffff;
	font-size: 13pt;
	font-weight: bold;
}

.thickBorder { /* this is the large photo on the single-view gallery page */
	border-right: 5px solid #262626;
	border-bottom: 5px solid #262626;
	border-left: 5px solid #262626;
	border-top: 0px solid #000000;
}

/* start properties for a user comment block on the single-photo page */
.commentBlock {
	margin: 22px 0 22px 0;
}

.commentUserPhotoBlock {
	float: left;
	width: 80px;
}

.commentTextBlock {
	float: left;
	width: 410px;
}

.commentTextDate {
	color:#a9a9a9;
	font-size: 9pt;
}
.commentTextUserName {
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
}

.commentTextUserHours {
	color: #AFA345;
	font-weight: bold;
	padding-left: 15px;
	font-size: 11pt;
}

.commentTextUserText {
	color:#a9a9a9;
}

.commentFlag {
	cursor: pointer;
}

#voteImage{
	cursor: pointer;
}

.enterComment {
	width: 420px;
	height: 50px;
	font-family: arial;
	font-size: 9pt;
	color: #4f4f4f;
	margin: 0 0 0 80px;
	padding: 5px;	
}

#morePhotosFirst {
	margin: 0 6px;
	border-right: 2px solid #262626;
	border-bottom: 2px solid #262626;
	border-left: 2px solid #262626;
	border-top: 0px solid #000000;
}

#morePhotosSecond {
	margin: 0 6px;
	border-right: 2px solid #262626;
	border-bottom: 2px solid #262626;
	border-left: 2px solid #262626;
	border-top: 0px solid #000000;
}

/* -------------------- */
/* STUFF FOR MY HISTORY */
/* -------------------- */

.historyEntry {
	float: left;
	width: 250px;
	margin: 0 10px 22px 0;
	font-weight: bold;
	font-size: 9pt;
	color:#acacac;	
	display: inline;
}

.statusverifying {
	color: #afa345;
	text-transform: uppercase
}

.statusaccepted {
	color: #2a6b3e;
	text-transform: uppercase
}

.statusunverifiable {
	color: #c72626;
	text-transform: uppercase
}

.data {
	color: #ffffff;
	text-transform: uppercase;	
}

/* ---------------- */
/* LEARN MORE PAGES */
/* ---------------- */

.awardIcon {
	width: 110px;
	float: left;
}

.howToTextBlock {
	padding-left: 15px;
}

.howToTextBlockTitle { /* titles on 'How to Submit Hours' step panels */
	font-weight: bold;
	font-size: 19pt;
}

/* ------- */
/* VARIOUS */
/* ------- */

.thinBorder { /* puts a thin grey U-shaded border around image */
	border-right: 2px solid #262626;
	border-bottom: 2px solid #262626;
	border-left: 2px solid #262626;
	border-top: 0px solid #000000;
}

.thickBorder { /* puts a thick grey U-shaded border around image */
	border-right: 5px solid #262626;
	border-bottom: 5px solid #262626;
	border-left: 5px solid #262626;
	border-top: 0px solid #000000;
}

/* ------ */
/* FOOTER */
/* ------ */

#footer {
	clear: both;
	padding: 16px 0 50px 200px;
	font-family: arial; sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #939498;
}

.footerLink {
	font-size:9pt;
	color: #939498;
	text-decoration: none;
	margin-right: 15px;
}

.footerLinkLast {
	color: #939498;
	text-decoration: none;
}

.footerLink:hover, .footerLinkLast:hover {
	color: #ffffff;
}