/*
 * Common styles for all pages that uses the main template (main.xhtml)
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * mainPage - area containing page
 *
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 
#mainPage {
	width: 840px; 
	position: relative;
	margin-top: 0px;
   	margin-right: auto;
	margin-left: auto;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * mainMessages - message area on top of page
 *
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 
#mainMessages {
	position: absolute;
    top: 0px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    z-index: 1000;
}

.mainMessagesInfo {
    background-color: yellow;
    margin: 2px;
}

.mainMessagesError {
    background-color: red;
    margin: 2px;
    font-weight: bold;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * mainHeader - common header for all pages
 *
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 
#mainHeader {
	width:840px;
	float: left;
	margin-top: 20px;
}

#mainHeaderLogo {
	float: left;
}

#mainHeaderMenu {
	float: right;
	width: 600px;
}

/* login/logout menu */
#mainHeaderMenuTop {
	text-align: right;
	font-size: 10px;
	position: absolute;
	width: 840px;
	left: 0px;
}

/* page links */
#mainHeaderMenuBottom {
    font-family: Arial; 
    font-weight: bold;
    font-size: 13px;
    position: relative;
    left: 80px;
    top: 67px;
}

/* menu item container */
.menuItem {
    padding-right: 10px
}

.menuItem a {
	color: black;
	text-decoration: none;
	border: 0px;
}

.menuItem a:hover {	
	color:#bcbcbc;
}

/* last menu item container */
.lastMenuItem {
    padding-right: 0px
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * mainContent - area for page content
 *
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 
#mainContent {
	float: left;
}

#mainContentHeader { /* defined in page specific files */ }

#mainContentBody { /* defined in page specific files */ }

#mainContentFooter { /* defined in page specific files */ }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * mainFooter - common footer for all pages
 *
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 
#mainFooter {
	width: 840px;
	margin-top: 20px;
    	float: left;
	text-align: center;
}

#mainFooterLogo {
	float: left;
}

.editMenu {
    text-align: right;
}

/*
 * Adjust column-size for placement of the text in the footer.
 */

.logoColumn, .secondColumn, .thirdColumn, .fourthColumn {
	border: 0px solid black;
	text-align: left;
}

.logoColumn {
	width: 320px;
}

.secondColumn {
	margin-top: 20px;
	width: 160px;
	vertical-align: top;
	padding-top: 10px;
}

.thirdColumn {
	margin-top: 20px;
	width: 160px;
	vertical-align: top;
	padding-top: 10px;
}

.fourthColumn {
	margin-top: 20px;
	width: 200px;
	vertical-align: top;
	padding-top: 10px;
}

#linkedInLogo {
	position: relative;
    text-align: right;
    left: 11px;
    bottom: 128px;
}

#wikiFooter {
	margin-top: 40px;
	left: 0px;
}

#wikiRedHatLogo {
	margin-top: 0px;
	left: 0px;
}

.wikiFooterHeader {
	margin-top: 5px;
	left: 0px;
	font-family: Arial;
   	font-size: 11px;
	font-weight: bold;
}

.wikiFooterText {
	margin-top: 5px;
	left: 0px;
	font-family: Arial;
   	font-size: 11px;
}

.wikiFooterLink {
	font: Arial;
   	font-size: 11px;
   	
	margin-top: 5px;
	margin-bottom: 50px;
	left: 0px;
}

.wikiFooterLink a {
	font-weight: bold;
   	color: #787878;
   	text-decoration: none;
	border-bottom: 1px dotted;
}

.wikiFooterLink a:hover {
   	color: #e33000;
}

