/* 
 * 	CSS Styles
 * 	*/

html {
	height: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* font-size 1em = 10px */
	color: #333;
	background: #d8d8d8 url(../images/bg-main.jpg) repeat-x;
}

a {
	color: #497d32;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	text-decoration: underline;
}

a.more {
	color: #5a5d50;
	background: url(../images/btn-arrow.png) no-repeat;
	padding: 0 0 5px 20px;
	margin-top: 5px;
	height: 16px;
}

abbr {
	display: inline;
	color: #497d32;
	cursor: help;
}

.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}

.alignright {
	float: right;
	margin: 5px 0 5px 20px;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 5px;
	display: block;
	clear: both;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
}

#container {
	width: 1006px;
	margin: 0 auto;
	background: #292a25;
	clear: both;
}

/* Meta Nav */
#meta-nav {
	text-align: left;
	width: 1006px;
	margin: 0 auto;
	color: #fff;
}

#meta-nav a {
	color: #fff;
	font-weight: normal;
}

	.menu-meta-nav-container {
		padding: 10px 20px 10px 0;
		float: left;
		width: 600px;
	}
	
	.menu-meta-nav-container ul li {
		display: inline;
		padding: 0 10px 0 6px;
		border-right: 1px solid #fff;
	}
	
	.menu-meta-nav-container ul li:last-child {
		padding-right: 0;
		border-right: 0;
	}
	
	.menu-meta-nav-container ul li:first-child {
		padding-left: 0;
	}
	
	.login-box {
		float: right;
		width: 350px;
		text-align: right;
		padding: 10px 20px 10px 0;
	}
	
		.login-box a.logout {
			border-left: 1px solid #fff;
			padding-left: 8px;
			margin-left: 4px;
		}

/* Header */
header {
	position: relative;
	height: 133px;
	/*background: url(../images/bg-header.jpg) no-repeat;*/
}

#masthead {
	position: absolute;
	bottom: -3px;
	left: 20px;
}

#logo-pes {
	position: absolute;
	top: 9px;
	right: 174px;
}

#link-pes {
	position: absolute;
	top: 113px;
	right: 174px;
}

#link-pes a {
	color: #000;
	font-weight: normal;
}

#logo-ieee {
	position: absolute;
	top: 35px;
	right: 29px;
}

/* Info Bar */
#info-bar {
	background: #d2d2d2 url(../images/bg-info-bar.gif) repeat-x;
	height: 45px;
}

#breadcrumb {
	font-size: 1.3em;
	line-height: 45px;
	font-weight: 700;
	margin-left: 14px;
	float: left;
	width: 570px;
}

#search {
	float: right;
	width: 366px;
	margin-right: 14px;
	margin-top: 10px;
}

#search label {
	font-size: 1.1em;
	margin-right: 5px;
}

.ie7 #search label {
	float: left;
	padding-top: 8px;
}

#search input.field {
	width: 185px;
	height: 21px;
	border: 1px solid #dcdcdc;
	padding: 2px 4px;
	font-size: 1.1em;
}

#search input.submit {
	background: url(../images/btn-search.png) no-repeat;
	width: 60px;
	height: 29px;
	font-size: 1.1em;
	text-align: center;
	border: 0;
	cursor: pointer;
	float: right;
	padding: 0 0 5px 0;
}

.ie7 #search input.submit {
	margin-top: -29px;
}

#main {
	padding: 10px;
	overflow: hidden;
}

/* Notification Messages */

.message {
	width: 965px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
}

#login .message {
	width: 600px;
}

	.message .error {
		background: #e44646;
		padding: 10px;
		width: 100%;
	}
	
	.message .noti {
		background: #67d63b;
		padding: 10px;
		width: 100%;
	}

/* Left Column */
#left-column {
	float: left;
	width: 208px;	
	margin-right: 9px;	
}

#left-column .box {
	padding: 8px 10px;
	background: #fff url(../images/bg-box.gif) repeat-x;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 15px;
}

#left-column .box:last-child {
	margin-bottom: -8000px;
	padding-bottom: 8000px;
}

#left-column h4 {
	font-size: 1.7em;
	line-height: 1.4em;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #d2d2d2;
}

#left-column h5 {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0 0 5px 0;
	color: #595b50;
}

#left-column .small {
	font-size: 1em;
	font-style: italic;
}

#left-column ul.upcoming li {
	line-height: 1.3em;
	padding: 8px 0;
	border-bottom: 1px solid #d2d2d2;
}

#left-column ul.upcoming li .title {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0 0 5px 0;
	color: #595b50;
	font-weight: 700;
}

#left-column ul.upcoming li:last-child {
	border-bottom: 0;
}

#left-column ul li a {
	font-weight: normal;
}

#left-column .ad-banners {
	margin-left: -2px;
}

/* Center Column */
#center-column {
	float: left;
	width: 520px;
}

#center-column .box {
	padding: 8px 10px;
	background: #fff;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: -8000px;
	padding-bottom: 8000px;
}

#center-column .box-small {
	background: #fff url(../images/bg-box.gif) repeat-x;
	padding: 8px 10px;
	width: 235px;
	height: 130px;
	margin-bottom: 15px;
	overflow: hidden;
}

#center-column .box-small h4 {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 5px;
}

#center-column .box-small .sub-heading {
	font-weight: 700;
	padding: 0 0 5px 0;
}

#center-column .box-small .excerpt {
	padding-bottom: 5px;
}

#center-column .box-top {
	padding: 8px 10px;
	background: #fff url(../images/bg-box.gif) repeat-x;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.ie7 #center-column .box {
	margin-bottom: 0;
	padding-bottom: 8px;
}

#center-column h4 {
	font-size: 1.7em;
	line-height: 1.4em;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cbd890;
}

#center-column .post {
	border-bottom: 1px solid #d2d2d2;
	padding: 12px 0 12px 0;
	clear: both;
}

#center-column .post:last-child {
	border-bottom: 0;
}

#center-column .post .thumbnail {
	float: left;
	width: 145px;
}

#center-column .post .title {
	font-size: 1.7em;
	line-height: 1.2em;
}

#center-column .post .title a {
	font-weight: normal;
}

#center-column .post .excerpt {
	padding: 4px 0 8px 0;
}

#center-column .post a.more {
	width: 150px;
	float: left;
}

#center-column .post .author {
	font-size: 1em;
	font-weight: 700;
	color: #a6a7a2;
	float: left;
	padding-top: 5px;
	width: 300px;
}

#content {
	float: left;
	width: 702px;
	background: #fff;
	padding: 8px 18px 0 18px;
	font-size: 1.1em;
	margin-bottom: -8000px;
	padding-bottom: 8000px;
	position: relative;
}

.overlay {
	background: url(../images/bg-overlay.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#content h1 {
	font-size: 2.8em;
	line-height: 1.4em;
	color: #333;
	clear: both;
}

#content h2 {
	font-size: 1.8em;
	padding-bottom: 4px;	
}

#content h2.entry-title {
	padding-top: 10px;
	clear: both;
}

#content h3 {
	font-size: 1.6em;
	padding-bottom: 4px;
}

#content h4 {
	font-size: 1.3em;
	padding-bottom: 4px;
}


#content .entry-meta {
	font-style: italic;
	padding: 0 0 10px 0;
}

#content .entry-meta a {
	font-weight: normal;
}

#content .entry-utility {
	background: #ebebeb;
	padding: 10px 18px;
	margin: 0 -18px;
}

#content .entry-utility .social-links {
	float: left;
	width: 545px;
}

#content .entry-utility .utility-right {
	float: right;
	width: 155px;
	margin-top: 5px;
	color: #666;
	text-align: right;
}

#content .entry-utility .utility-right a {
	color: #666;
	font-weight: normal;
	cursor: pointer;
}

#content .entry-utility .utility-right a:hover {
	text-decoration: none;
}

#content .entry-utility .utility-right span {
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
}

#content .entry-utility .utility-right span:hover {
	opacity: 1;
}

/* move the sharethis email icon to outer space */
#content .entry-utility .utility-right .stButton .email {
	background-position: 999999px 999999px;
	text-decoration: none;
}

#content p {
	line-height: 1.4em;
	padding: 0 0 16px 0;
}

#content ul {
	margin-left: 20px;
}

#content ol {
	margin-left: 24px;
}

#content ul li {
	list-style-type: disc;
	padding: 0 0 8px 0;
}

#content ul li p {
	padding: 0;
}

#content ol li {
	list-style-type: decimal;
	padding: 0 0 8px 0;
}

#content #nav-below {
	padding: 8px 0;
}

#content .nav-previous {
	float: left;
	width: 48%;
	padding-bottom: 8px;
}

#content .nav-next {
	float: right;
	width: 48%;
	text-align: right;
	padding-bottom: 8px;
}

#content table {
	border: 1px solid #ccc;
	border-right: 0;
	border-bottom: 0;
	padding: 3px;
}

#content table thead td {
	font-weight: 700;
	background-color: #999;
	padding: 4px 3px;
}

#content table {
	margin-bottom: 15px;
}

#content table td {
	padding: 2px 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content .page-link {
	text-align: center;
	padding: 8px 0;
	margin: 0 -18px 10px -18px;
	background: #ebebeb;
	color: #a6a7a2;
	font-size: 1.2em;
	font-weight: 700;
}

#content .page-link .page {
	padding: 0 40px;
	display: inline;
}

#content .page-link ul {
	display: inline;
	margin-left: 4px;
}

#content .page-link ul li {
	padding: 8px 7px 8px 0;
	display: inline;
	/*background: #fff;*/
}

#content .page-link ul a {
	/*background: #ebebeb;
 * 	padding: 8px 7px;
 * 		margin: -8px -7px;*/
}

#content .figure {
	float: left;
	width: 300px;
	margin-right: 20px;
}

#content .wp-caption-text {
	font-weight: 700;
}

/* Right Column */
#right-column {
	float: right;
	width: 239px;
}

#right-column .box {
	padding: 8px 10px;
	background: #fff url(../images/bg-box.gif) repeat-x;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 15px;
	margin-bottom: -8000px;
	padding-bottom: 8000px;
}

#right-column .box .box {
	background: none;
}

#right-column h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #d2d2d2;
}

#right-column h4 {
	font-size: 1.7em;
	line-height: 1.4em;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #d2d2d2;
}

#right-column ul.departments li {
	padding: 3px 0 10px 0;
	border-bottom: 1px solid #d2d2d2;
}

#right-column ul.departments li:last-child {
	border-bottom: 0;
}

#right-column ul.departments li .title {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #5a5d50;
	font-weight: 700;
}

#right-column ul.departments li .excerpt {
	padding: 0 0 8px 0;
}

#right-column ul.subpage li {
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 8px 0;
	border-bottom: 1px solid #d2d2d2;
}

#right-column ul.subpage li a {
	font-weight: normal;
}

#right-column .ad-banners {
	margin-left: 4px;
}


footer {
	clear: both;
	font-size: .9em;
	line-height: 1.4em;
	color: #d5d5d4;
	padding: 0 10px;
	margin-top: 18px;
}

footer a {
	font-weight: normal;
	color: #b6d57b;
}

footer h4 {
	font-size: 1.1em;
	padding-bottom: 2px;
}

footer ul li {
	padding-bottom: 5px;
}

footer #footer-area-1 {
	float: left;
	width: 222px;
	/*border-right: 1px solid #41413e;*/
	padding-right: 14px;
	padding-bottom: 20px;
	margin-right: 14px;
}

footer #footer-area-2 {
	float: left;
	width: 222px;
	/*border-right: 1px solid #41413e;*/
	padding-right: 14px;
	padding-bottom: 20px;
	margin-right: 14px;
}

footer #footer-area-3 {
	float: left;
	width: 222px;
	border-right: 1px solid #41413e;
	padding-right: 14px;
	padding-bottom: 20px;
	margin-right: 14px;
}

footer #footer-area-4 {
	float: left;
	width: 205px;
	padding-right: 14px;
	padding-bottom: 20px;
	margin-right: 14px;	
}

#footer-nav {
	margin-top: 22px;
	text-align: center;
	padding-bottom: 10px;
}

.menu-footer-container ul {
	margin-bottom: 5px;
}

.menu-footer-container ul li {
	display: inline;
	padding: 0 8px 0 5px;
	font-size: 1.1em;
	border-right: 2px solid #477b3e;
}

.menu-footer-container ul li:last-child {
	border-right: none;
	padding-right: 0;
}

/* Login Form */

#login-box { display: none; }

#login {
	width: 620px;
	background: #fff;
}	

#login a.button {
	background: url(../images/btn-grey.gif) right top no-repeat;
	padding: 5px 8px 6px 8px;
	margin-top: -2px;
	color: #fff;
	height: 26px;
	font-size: .95em;
	line-height: 26px;
	font-weight: 700;
	border: 0;
	width: auto;
	cursor: pointer;
}

#login a.button:hover {
	text-decoration: none;
}

#login input.button {
	background: url(../images/btn-grey.gif) right top no-repeat;
	padding: 0 8px 5px 8px;
	color: #fff;
	height: 26px;
	font-size: .95em;
	line-height: 26px;
	font-weight: 700;
	border: 0;
	width: auto;
	cursor: pointer;
}

.form {
	float: left;
	width: 312px;
	height: 250px;
	border-right: 1px solid #dcdcdc;
	font-size: 1.3em;
}

	.form img {
		text-align: center;
		padding-bottom: 10px;
		margin-left: 75px;
	}

	.form form label {
		float: left;
		width: 75px;
		margin-bottom: 8px;
	}
	
	.form form p {
		float: left;
		width: 200px;
		margin-bottom: 8px;
	}
	
	.form form input {
		width: 180px;
		font-size: 1em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	.form .forgot {
		font-size: .8em;
		text-align: center;
	}
	
.join-pes {
	float: right;
	width: 260px;
	margin-top: 30px;
}
	
	.join-pes h3 {
		font-size: 2em;
		padding-bottom: 8px;
		text-align: center;
	}	
	
	.join-pes p {
		font-size: 1.2em;
		line-height: 1.3em;
		padding: 0 0 10px 0;
	}
	
	#login .join-pes a.button {
		font-size: 1em;
	}
	
	
.wp-bannerize-support {
	display: none;
}

#b-1, #b-2, #b-3, #b-4, #b-5, #b-6, #b-7, #b-8, #b-9, #b-10, #b-11, #b-12 {
	overflow: hidden;	
}
