/* -----------------------------------------------------------------------------
 * Style Sheet for SHRM @ SJSU Student Organization
 *
 * FILE: shrm.css
 * AUTH: Nathan E. Fairchild
 * GOAL: To control the majority of the look and feel of the SHRM @ SJSU site
 *       with CSS.
 * -------------------------------------------------------------------------- */

/* -------------------------- */
/* CSS for primary index page */
/* -------------------------- */

/* Give the overall font/font-size/margin/padding and height of the page body.
 * This should allow things to float down at the bottom of the page. */
html, body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    height: 100%;
	background-image: url(/images/stripes.png);
}

#container {
	background-color: white;
}

/* Centers the overall content */
div.centered {
    width: 1000px;
    margin: 0 auto;
}

/* The "across the top" banner color */
#header {
    background-image: url(/images/SHRM@SJSU-Header_wide2.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 187px;
	border-bottom: 1px solid #ccc;
	background-color: #FFEEB0;
	overflow: visible;
}

/* Across the top menu list */
#header ul#nav {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 160px 0 0 0;
	border-bottom: 0;
	float: right;
	overflow: visible;
	z-index: 100;
}

#header ul#nav li {
 	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 10.6em;
}

#header ul li ul {
	list-style: none;
	display: none;
	position: absolute;
	top: 28px;
	left: -40px;
	z-index: 101;
}	
/*
#header ul a,
#header ul li ul a
*/
#header a {
	display: block;
	font-size: 10pt;
	line-height: 12pt;
	text-decoration: none;
	background-color: #FFEEB0;
	padding: 5px;
	border: 1px solid #ccc;
	top: auto;
	left: auto;
	text-align: center;
}
#header ul a {
	border-right: 0;
}
#header ul li ul a {
	border-top: 0;
}
#header a,
#header a:visited {
	color: blue;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#header a:hover {
    background-color: #36C;
    color: #FFEEB0;
}

#header ul li:hover ul,
#header ul li.over ul {
	display: block;
}

/* Content block, holds header and contentIframe */
#content {
    background-color: white;
    height: 100%;
    border: 0px solid red;
}

/* Content table controls layout, header top, contentIframe bottom */
#content table {
    height: 100%;
}

a.nohover,
a.nohover:hover {
	background-color: white;
}

/*
div.translucent_background {
    position: absolute;
	float: left;
	top: 0px;
	left: 0px;
    width: 216px;
    height: 100%;
    padding-bottom: 0;
	margin-top: 0px;
    margin-bottom: 0;
	margin-left: 0px;
    z-index: 1;
    background-color: #FFCB50;
    border-right: 3px solid #FFAA50;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
*/

/* Navigation div holds logo and content menu */
#navigation {
	position: relative;
	float: left;
    width: 216px;
	right: 231px;
    padding-bottom: 0;
    margin-bottom: 0;
	background-color: white;
	height: 100%;
}

#menu {
	position: relative;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0;
}
div.image_topper {
	height: 200px;
}

/* Make logo marginless */
img.SHRMLogo,
img.HRMALogo {
    margin: 0px;
}

/* SHRM affiliate logo floats towards the bottom of the navigation div */
div.affiliate {
    position: absolute;
    bottom: 0;
    width: 220px;
    text-align: center;
    border: 0px solid black;
}

/* Controls for the affiliate image */
img.affiliate {
}

/* Menu font controls */
table.menu {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Make anchors look like a consistently sized block */
/*
table.menu a {
    display: block;
    width: 100% - 20px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    color: #36C;
}
*/

/* Change menu item color on hover for rollover effect */
/*
table.menu a:hover {
    background-color: #36C;
    color: #FFCB05;
}
*/

/*
table.menu a.nohover:hover {
	background-color: white;
}
*/

/* Keep visited links the same color as*/
/*
table.menu a:visited {
    text-decoration: none;
}
*/

/* Turn horizontal rule into a menu-item divider */
hr {
    height: 1px;
    border-top: 1px solid #36C;
    border-bottom: 0px solid #36C;
    margin: -2px;
    margin: 2px 0px 2px 0px;
    padding: 0px;
}

/* Actual site content lives in here */
iframe.contentIFrame {
    margin: 0px;
    padding: 0px;
}

#nav {
}

/* ------------------------------------------- */
/* CSS for imbedded HTML in the content iframe */
/* ------------------------------------------- */

#content {
	/*position: relative;*/
	float: left;
    background-color: white;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
    margin: 0px;
	clear: right;
	width: 764px;
	margin-left: 216px;
}

/* This is the body style for all html displayed in the contentIFrame */
div.inset {
    background-color: white;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
    margin: 0px;
}

/* Using h4s to create a box solid-color box header */
h4.title {
    background-color: #3266cc;
    color: white;
    font-size: 14px;
    padding: 2px;
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 0px;
}

/* Using h4s to create a box solid-color box header */
div.eventLink {
    background-color: #3266cc;
    color: white;
    font-size: 14px;
    padding: 2px;
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 0px;
	text-align: right;
}
div.eventLink a,
div.eventLink a:visited {
	color: white;
	font-size: 9pt;
	text-decoration: none;
}

/* Using a div to create a box for information */
div.infoSection {
    border: 1px solid #3266cc;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 2px;
}

/* Top of page banner/heading */
p.banner {
    padding: 0px;
    margin-top: 12px;
    margin-bottom: 0px;
    text-align: center;
    color: #006;
    font-family: Verdana;
    font-weight: bold;
    font-size: 13pt;
}

/* Bottom of page footer */
p.footer {
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
}


dt {
    font-weight: bold;
}

dd {
    padding-bottom: 10px;
}

/* Adjusting top-level unnumbered lists to the left */
ul.lefty {
    padding-left: 0px;
    margin: 10px;
    list-style-type: none;
}

/* Markers for things to complete */
span.todo {
    color: red;
    padding-left: 5px;
    font-weight: bold;
}

/* --------------------------------- */
/* CSS for SHRM @ SJSU officers HTML */
/* --------------------------------- */

/* Defines the size of the space for the photo layout */
.staff_item {
    padding: 10px;
    border: 0px solid black;
    width: 200px;
    height: 200px;
    margin: 10px;
    color: #36C;
}

/* E-mail link under photo of officer */
.staff_item a {
    color: #066;
    background-color: #FFCB05;
    text-decoration: none;
}

/* Holds the slide frame for the title, photo, and name/e-mail address */
.info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    background-image: url(/images/slide.png);
}

/* Make sure the title is in black */
.info > b {
    color: black;
}

/* Holds the officer's picture and defines the size */
div.photo {
    height: 125px;
    width:  200px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
img.frame {
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
}


/* -------------------------------------------------------- */
/* Extra styles for inherited HTML - backward compatibility */
/* -------------------------------------------------------- */

.style1 {
    font-family: Verdana;
    font-weight: bold;
    color: #333333;
}
.style2 {
    font-family: Verdana;
}
.style3 {
    font-size: 16pt;
}
.style4 {
    color: #006;
    font-weight: bold;
}
.style5 {
    font-size: 12px;
}
ul.style5 {
    list-style-type: circle;
    font-weight: bold;
}
.style6 {
    font-size: 16px;
}




/* column container */
#colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;		/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
	margin: 0;
	padding: 0;
}

/* 2 column left menu settings */
.colright {
	position: relative;
	float: left;
	width: 100%;
	left: 230px;
	background: white;
	padding: 0;
	margin: 0;
}
.col1wrap {
	position: relative;
	float: right;
	width: 50%;
	right: 231px;
	padding: 0;
	margin: 0;
}
#content {
	position: relative;
	right: 100%;
	margin: 0 10px 0 215px;
	overflow: hidden;
}

/* Footer styles */
#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footer p {
	padding: 10px;
	margin:   0px;
}

.red {
	color: red;
}
