/*	AUTHORSHIP
---------------------------------------------------------------------------------
	Title:      VHRA master styles
	Author:     Craig Bailey <rpm@randomprecisionmedia.com>
	Copyright:  2009 Vermont Human Resource Association. All rights reserved.
--------------------------------------------------------------------------------- */

@import url("reset.css");

/*	MAJOR DIVS
------------------------------------*/
body	{
	background:#8a99c0 url("../images/backgrounds/body.jpg") repeat-x;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:3em;
}
#wrapper	{
	width:936px;
	margin:auto;
	background:#fff;
}
#main	{
	width:759px;
	float:right;
	margin-top:28px;
}
#header	{
	background:#2f3c6a url("../images/backgrounds/header.jpg") no-repeat;
	position:relative;
}
.feature	{
	float:left;
	width:350px;
}
#sidebar, .sidebar	{
	width:309px;
	padding:20px;
	float:right;
	margin:0 24px 3em 0;
	background:#e7f0e5;
}
#primarySidebar	{
	margin-top:60px;
	float:left;
	width:127px;
	padding:0 24px 0 20px;
}
.shrm, .submenu	{
	background:#f0f1f7;
	padding:10px;
}
#loginBox	{
	background:#bdd8b6 url("../images/backgrounds/loginBox.jpg") right bottom no-repeat;
	padding:10px;
	margin-top:2em;
	color:#3e6633;
	font-size:.9em;
}
#loginBox h5	{
	text-transform:uppercase;
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:6px;
}
.submenu	{
	background:url("../images/backgrounds/submenu_headline.gif") no-repeat;
	padding-top:7px;
}
.submenu h3	{
	font-size:1.2em;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	padding-bottom:6px;
}
.shrm p, .shrm li	{
	font-size:1.1em;
	color:#8497b7;
}
.shrm p	{
	text-align:center;
	margin-bottom:.75em;
}
.shrm ul, .submenu ul	{
	margin:1em 0 0 0;
}
.shrm li, .submenu li	{
	list-style-type:none;
	margin-bottom:1em;
}
.shrm a:link, .shrmDetails a:link, #instituteLink a:link	{
	color:#2F4E84;
	text-decoration:underline;
}
.shrm a:visited, .shrmDetails a:visited, #instituteLink a:visited	{
	color:#416CB7;
	text-decoration:underline;
}
.shrm a:hover, .shrmDetails a:hover, #instituteLink a:hover	{
	color:#fff;
	background:#4e6b9e;
	text-decoration:none;
}
.shrm a:active, .shrmDetails a:active	{
	color:#2F4E84;
	text-decoration:underline;
}
#footer	{
	clear:both;
	text-align:center;
	padding:1em 0 2em 176px;
}
#footer p	{
	font-size:1.1em;
}


/*	ALERTS
------------------------------------*/
.alertBox	{
	color:#fff;
	padding:3em 3em 1.75em 3em;
	width:50%;
	margin:4em 21% 0 19%;
	-moz-border-radius: 1.25em;
}
.feature .alertBox	{
	width:85%;
	margin:4em 0 0 0;
}
.alertBox em	{
	font-weight:bold;
	font-style:normal;
}
.alertBox h2, .alertBox h3, .alertBox a:link, .alertBox a:visited	{
	color:#fff;
}
.error	{
	background:#ba2626;
}
.error a:hover	{
	background:#fff;
	color:#ba2626;
}
.warning	{
	background:#1c4375;
}
.warning a:hover	{
	background:#fff;
	color:#1c4375;
}
label.error	{
	color:#ba2626;
	background:transparent;
	font-weight:bold;
}

/*	HEADER
------------------------------------*/
#header p	{	/* logo */
	position:relative;
	width:150px;
	height:122px;
	top:0;
	left:0;
}
#header p span	{
	position:absolute;
	background:url(../images/logo.png);
	width:100%;
	height:100%;
	width:326px;
	height:158px;
}
.hidden	{
	position:absolute;
	text-indent:-9999em;
	overflow:hidden;
}


/*	NAVIGATION
------------------------------------*/
#mainMenu	{
	position:absolute;
	top:78px;
	right:0;
}
#mainMenu li	{
	float:left;
	list-style-type: none;
	position:relative;
	display:inline;
	font-size:1.2em;
}
#mainMenu li a	{
	text-decoration: none;
	padding:6px 8px;
	display:block;
	color:#39552f;
}
#mainMenu li a:link, #mainMenu li a:visited	{
	text-decoration:none;
	color:#fff;
}
#mainMenu li:hover, #mainMenu li a:hover {
	background:#fff;
	color:#39552f;
}
#secondaryMenu li	{
	display:inline;
	padding:0 8px;
}
#homeLinkLogo	{
	background:transparent;
	cursor:pointer;
}
#homePage #homeLinkLogo	{
	cursor:default;
}
#educationPage #educationLink, #consultantsPage #consultantsLink, #employmentPage #employmentLink, #eventsPage #eventsLink,
#resourcesPage #resourcesLink	{	/*	Main menu current page	*/
	background:#fff;
	color:#39552f;
	cursor:text;
}
#homePage #homeLink, #legalPage #legalLink, #contactPage #contactLink	{	/*	Second menu current page	*/
	cursor: text;
	text-decoration:none;
	color:#000;
	background:transparent;
}


/*	BREADCRUMBS
------------------------------------*/
#breadcrumb	{
	font-size:1.1em;
}


/*	LINKS
------------------------------------*/
a:link	{
	color:#3e6633;
	text-decoration:underline;
}
a:visited	{
	color:#4e9f38;
	text-decoration:underline;
}
a:hover	{
	color:#fff;
	background:#698e5e;
	text-decoration:none;
}
a.alwaysHot	{
	color:#39552f;
}

/*	OUTSIDE LINKS
------------------------------------*/
.outsideLink	{
	padding-right:14px;
	background:url("../images/outsideLinks/outside_link.gif") right no-repeat;
}
a:visited.outsideLink	{
	background:url("../images/outsideLinks/outside_link_visited.gif") right no-repeat;
}
a:hover.outsideLink	{
	background:#698e5e url("../images/outsideLinks/outside_link_hover.gif") right no-repeat;
}
.shrm .outsideLink	{
	background:url("../images/outsideLinks/outside_link_shrm.gif") right no-repeat;
}
.shrm a:visited.outsideLink	{
	background:url("../images/outsideLinks/outside_link_shrm_visited.gif") right no-repeat;
}
.shrm a:hover.outsideLink	{
	background:#4e6b9e url("../images/outsideLinks/outside_link_hover.gif") right no-repeat;
}


/*	FRONT PAGE
------------------------------------*/
#homePage #slug	{
	color:#4b7142;
	font-weight:bold;
	font-style:italic;
	font-size:1.4em;
}
#homePage h2	{
	font-size:1.5em;
	line-height:1.3em;
}
#homePage h2.highlighted	{
	background:#fffda4;
	font-size:1.5em;
	line-height:1.3em;
}
#homePage h3	{
	font-size:1.3em;
}
#homePage .sidebar	{
	width:365px;
	float:right;
	margin:0 8px 0 0;
	background:#fff;
	padding:0;
}
.sidebar #calendarTease	{
	margin-top:.5em;
	width:66%;
	padding:12px;
}
.sidebar #calendarTease h4	{
	text-transform:uppercase;
	padding:10px 0 0 60px;
	background:url("../images/calendar.gif") no-repeat;
	height:48px;
	font-size:1.3em;
	line-height:1.2em;
}
.sidebar #calendarTease h6	{
	line-height:1.2em;
	font-size:1.2em;
}
.sidebar #calendarTease h5	{
	font-size:1.4em;
	line-height:1.6em;
}
.sidebar #calendarTease h5 em	{
	font-weight:normal;
	font-style:normal;
}
.sidebar #calendarTease strong	{
	font-style:italic;
}
.sidebar #calendarTease p	{
	margin:0;
	font-size:1.2em;
}
#calendarTease .event	{
	margin:0 0 1.5em 0;
}



/*	EDUCATION
------------------------------------*/
#employmentPage #colleges	{
	margin:0;
	padding:0;
}
#employmentPage #colleges li	{
	width:46%;
	list-style-type: none;
	margin:0 2% 1.5em 0;
	float:left;
	line-height:1.3em;
}
#employmentPage .sidebar #internForm	{
	padding-left:68px;
}
#employmentPage .sidebar #pdf	{
	float:left;
	margin-left:-68px;
}
#employmentPage .sidebar img	{
	margin:0 0 10px -2px;
}
#instituteLink img	{
	float:left;
	margin-right:1em;
}


/*	EVENTS
------------------------------------*/
#eventsPage .event	{
	width:340px;
	background:#e2ecdf url(../images/backgrounds/calendar.jpg) left top no-repeat;
	padding:0 20px .5em 190px;
	margin-top:2em;
	position:relative;
}
#eventsPage .event h2	{
	color:#000;
	font-size:1.6em;
	padding-top:3em;
}
#eventsPage .where	{
	margin:0;
	font-style:italic;
}
#eventsPage .month	{
	position:absolute;
	left:66px;
	top:23px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	letter-spacing:1px;
}
#eventsPage .date	{
	position:absolute;
	font-weight:bold;
	font-size:3.5em;
	line-height:1em;
	letter-spacing: -4px;
	left:48px;
	top:48px;
	color:#323133;
	width:2em;
	text-align:center;
}
#mapPopUp	{
	font-size:120%;
	line-height:130%;
}


/*	RESOURCES
------------------------------------*/
#resourcesPage dl	{
	padding:1em 0 2em 0;
	margin:0;
}
#resourcesPage dl dt, #resourcesPage dl dd	{
	padding:0;
	margin:0;
}
#resourcesPage dl dd	{
	margin-bottom:.75em;
}


/*	ABOUT US
------------------------------------*/
#aboutPage #aboutLink, #historyPage #aboutLink, #boardPage #aboutLink, #bylawsPage #aboutLink	{	/*	Main menu current page	*/
	background:#fff;
	color:#39552f;
}
#aboutPage #aboutSubmenuLink, #historyPage #historySubmenuLink, #boardPage #boardSubmenuLink, #bylawsPage #bylawsSubmenuLink	{
	text-decoration:none;
	color:#000;
	cursor:text;
	background:#fff;
}
dl	{
	margin:1.6em 0;
}
dd, dt	{
	font-size:1.2em;
	line-height:1.3em;
	padding-left:68px;
}
dt	{
	font-weight:bold;
	margin-top:1.3em;
}
dt img	{
	float:left;
	margin-left:-68px;
}
.shrmDetails	{
	background:#f0f1f7 !important;
}
.shrmDetails h3, .shrmDetails strong	{
	color:#2f4e84;
}
.shrmDetails h3 img	{
	margin-bottom:1em;
	margin-left:-3px;
	overflow:hidden;
}
.member	{
	float:left;
	width:47%;
	margin-right:22px;
	padding-top:2em;
}
.member img	{
	float:left;
	margin-right:14px;
}
.member p	{
	margin-left:136px;
}
.member span	{
	text-transform:uppercase;
	color:#646464;
	padding-bottom:1em;
	letter-spacing:1px;
	font-size:.9em;
}
#bylawsPage h2	{
	font-size:1.8em;
}
#bylawsPage h3	{
	font-size:1.4em;
}
#bylawsPage h4	{
	font-size:1.2em;
	font-style:italic;
}
#bylawsPage ol ol, #bylawsPage #main ul	{
	margin:2em 5em;
}
#bylawsPage ol li	{
	list-style-type: none;
	margin:0;
	font-size:1em;
}
#bylawsPage ol	{
	margin-left:0;
}
#bylawsPage ol#toc	{
	margin:.5em 0 3em 0;
	font-size:1.3em;
}


/*	LEGAL
------------------------------------*/
#legalPage li address	{
	font-size:1em;
	margin-top:1.3em;
}
#legalPage ol li	{
	margin-bottom:1em;
}
#legalPage ol li ol	{
	margin-left:3.6em;
	list-style-type:lower-alpha;
}
#legalPage ol li ol li ul	{
	margin-left:3.6em;
}
#legalPage ol li ol li	{
	font-size:1em;
	margin-bottom:0;
}
#legalPage #main	{
	padding-right:40px;
	width:719px;
}
#legalPage h4	{
	font-size:1em;
}


/*	MISC ELEMENTS
------------------------------------*/
p, address, label, td, th	{
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:1.6em;
}
td	{
	padding:2px 10px 5px 0;
	border-top:1px dashed #ccc;
}
tr:hover	{
	background:#f2f2f2;
}
thead tr:hover	{
	background:transparent;
}
th	{
	font-weight:bold;
	color:#3e6633;
	padding-bottom:2px;
}
address, blockquote	{
	margin-left:2em;
	font-style:normal;
}
blockquote	{
	margin-right:3em;
	font-style:italic;
}
li, .caption	{
	font-size:1.2em;
	line-height:1.5em;
}

h1, h2, h3, h4, h5	{
	line-height:1.1em;
	color:#3e6633;
	font-weight:bold;
}
h1	{
	font-size:2.4em;
	margin-bottom:.25em;
}
h2	{
	font-size:2em;
}
h3	{
	font-size:1.6em;
}
h4	{
	font-size:1.4em;
}	
ul	{
	margin:1.6em 1.5em;
	list-style-type:square;
}
ol	{
	margin:1.6em 3.6em;
	list-style-type:decimal;
}
ul ul,  ol ol	{
	margin:0 1.6em;
}

em	{
	font-style:italic;
}
strong	{
	font-weight:bold;
	color:#3e6633;
}
.clear	{
	clear:both;
}
.footnote	{
	font-style:italic;
	font-size:1.1em;
}
.caption	{
	margin-top:4px;
}