/* @group Browser Reset */
/**
 * Browser Reset
 * -------------
 * http://developer.yahoo.com/yui/reset/ 
 */
* {
	margin: 0;
	padding: 0; 
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

.clear{
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
	clear: both;
}
/* @end */

/* @group Font Styles */

/* @group FontFace */
@font-face {
	font-family: 'SquareSerifBook';
	src: url('../fonts/book/SquareSerif-Book-webfont.eot');
	src: local('☺'), url('../fonts/book/SquareSerif-Book-webfont.woff') format('woff'), url('../fonts/book/SquareSerif-Book-webfont.ttf') format('truetype'), url('../fonts/book/SquareSerif-Book-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SquareSerifMedium';
	src: url('../fonts/medium/SquareSerif-Medium-webfont.eot');
	src: local('☺'), url('../fonts/medium/SquareSerif-Medium-webfont.woff') format('woff'), url('../fonts/medium/SquareSerif-Medium-webfont.ttf') format('truetype'), url('../fonts/medium/SquareSerif-Medium-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */
a img {display:block}

body {
	margin: 0;
  	padding: 0;
  	font: 12px/1.5em Lucida Grande, Lucida Sans Unicode, sans-serif;
}

p {
  	margin: 0 0 1em 0; 
}

hr { border:0; border-bottom: 1px dotted #EDEBDF; }

/* @group h1 - h6 */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0em 0 0.3em 0;
}

h1,
h1.title,
#page-title {
		font-family: Verdana, Geneva, sans-serif;
  	font-size: 2em;
		line-height: 1.25em;
  	padding: 0 0 0.5em;
  	margin: 4px 0 5px 0;
  	font-weight: normal; 
}

h2 {
	font-size: 1.5em;
	line-height: 1.7em;
}

h3 {
  	font-size: 1.2em;
		line-height: 1.4em;
}

h4 {
  	font-size: 1.2em;
	line-height: 1.4em;
}

h5 {
  	font-size: 1.1em;
	line-height: 1.3em;
}

h6 {
  	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold; 
}



/* @end */



/* @end */

/* @group Elements */

.field-name-body a:hover {
	border-bottom: dashed 1px;
}
.site-map-menu-box h2{
	display: none;
}
#block-pdx-extras-404-site-map{
	float: none;
	clear: both;
	padding: 10px 0;
}

/* @group Search Results */
dl.search-results{
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

dl.search-results dt{
	border-top: 1px dotted #ccc;
	clear: both;
	padding-top: 10px;
}
dl.search-results dd p{
	width: 80%;
	font-size: 11px;
	line-height: 13px;
	color: #636158;
}
dl.search-results .search-read-more{
	float: right;
}
/* @end */

/* @group Blockquote */
blockquote{
	padding: 15px 0;
	border-top: 1px dotted #edebdf;
	border-bottom: 1px dotted #edebdf;
	margin: 15px 0 15px 25px;
}
blockquote.inline{
	border: none;
	border-left: 9px solid #d3dddf;
	padding: 5px 0 5px 15px;
	margin: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #757267;
	line-height: 24px;
}
blockquote.right{
	border: none;
	border-left: 9px solid #d3dddf;
	padding: 5px 0 5px 15px;
	margin: 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #757267;
	line-height: 24px;
	float: right;
	width: 200px;
}

blockquote.grid-1,
blockquote.grid-2,
blockquote.grid-3,
blockquote.grid-4,
blockquote.grid-5,
blockquote.grid-6 {
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0px 0 0px 0px;
}

blockquote p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/* @end */

/* @group Forms */
form input.form-text,
form textarea{
	background-color: #ebebeb;
	border: 1px solid #d7dbdb;
	padding: 3px;
}

form label{
	font-size: 12px;
	color: #663a16;
	font-weight: bold;
}
form .form-required{
	color: #663a16;
}

form div.description{
	font-size: 9px;
	color: #857a65;
}
form input.form-submit{
	border: none;
	color: #cae4e5;
	text-transform: uppercase;
	background: #42413a url(../../pdx_primary/images/submit-btn.gif) no-repeat right center;
	padding: 2px 20px 2px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 5px 5px 5px 0;
}

/* @end */

/* @group Fieldsets */
fieldset{
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 0 5px 10px 10px;
}


/* @end */


/* @group Tables */

table {
  width: 99%;
  margin: 10px 0;
  border-bottom: 1px dotted #e4e3e2;
  padding-bottom: 3px;
}
thead{
	background-color: #f6f6f3;
	color: #663a16;
	text-transform: uppercase;
	font-size: 10px;
}
thead th, 
thead td {
	border-bottom: none;
	padding: 2px 15px;
}

tbody{
	border-top: none;
}
tr td,
tr.even td,
tr.odd td {
	padding: 5px 15px;
}

tbody tr,
tr.odd,
tr.even {
	border-top: none;
	border-bottom: 1px dotted #e4e3e2;
  	background-color: white; 
  	padding:0.1em 0.6em;
}


/* @end */

/* @group Lists */
dl.admin-list dt{
	font-weight: bold;
}
dl.admin-list dd{
	padding: 0 0 10px 10px;
}

#tinymce ul,
#tinymce ol,
ul, 
ol, 
.block ul{
  margin-left: 0;
  padding: 0 0 15px 2em; 
}

#tinymce ul ul,
#tinymce ol ol,
ul ul,
ol ol,
.block ul ul{
	padding-bottom: 0;
}

#tinymce ul,
.node-inner .content ul {
  list-style-type: none;
	list-style-image: url(../../pdx_primary/images/bullet.gif);
	list-style-position: outside;
}
#tinymce ul ul,
.node-inner .content ul ul {
	list-style-image: none;
    list-style-type: circle; 
}
#tinymce ul ul ul,
.node-inner .content ul ul ul {
	list-style-type: disc; 
}

#tinymce ol,
.node-inner .content ol {
	list-style-type: decimal; 
}
#tinymce ol ol,
.node-inner .content ol ol {
	list-style-type: lower-alpha; 
}
#tinymce ol ol ol,
.node-inner .content ol ol ol {
	list-style-type: decimal; 
}
/* @end */

/* @group Images */
img.float-left,
.float-left img{
	float: left;
	padding: 0 10px 10px 0;
}
img.float-right,
.float-right img{
	float: right;
	padding: 0 0px 10px 10px;
}


/* @end */

/* @end */

/* @group Navigation */

a,
a:link, 
a:visited,
a:active {
  color: #A8B400;
  text-decoration: none; 
}

a:hover {
  color: #6A7F10;
  text-decoration: none; 
}

#navigation {
	background: transparent url('../images/nav-bg-tile.gif') 0 0 repeat-x;
	height: 35px;
	margin-bottom: 0px;
	padding-left: 30px;
	width: 755px;
	line-height: 25px;
	overflow:hidden;
}



#navigation li a{
	color: #fff;
	font-size: 11px;
	line-height: 25px;
}

#navigation li{
	background: url(../../pdx_primary/images/white-divider.gif) no-repeat right 8px;
	height: 35px;
	display: block;
	float: left;
	padding: 0 0.5em;
}
#navigation li.last{
	background-image: none;
}
#navigation li.active,
#navigation li.active-trail {
	background-color: #fff;
}
#navigation li.active a,
#navigation li.active-trail a {
	color: #566e10;
}
.front #navigation li.active,
.front #navigation li.active-trail{
	height: 25px;
}


#navigation li a:hover {
	color: #333;
}

/* @group Footer Nav Left */

#footer li{
	display: inline;
}
#global-footer-menu{
/*	position: absolute;
	left: 0;
	top: 0;
	width: 50%;*/
}

#global-footer-menu li{
	background: url(../../pdx_primary/images/white-divider.gif) no-repeat right 1px;
	padding: 0 4px 0 1px;
}
#global-footer-menu li.first{
	background: none;
}
#global-footer-menu li.first a{
	color: #fff;
}
#global-footer-menu li.last{
	background: none;
}
#global-footer-menu a{
	color: #adbe2a;
}
#global-footer-menu a:hover {
	color: #FFF;
}

/* @end */

/* @group Section Navigation */
#sidebar-left ul.menu{
	margin: 0;
	padding: 0;
}
#sidebar-left ul.menu li {
	margin: 0;
	padding:  0 0 7px 0;
	list-style: none;
	list-style-image: none;
	font-size: 12px;
	line-height: 14px;
	display: block;
}
#sidebar-left ul.menu li a:hover{
	/*text-decoration: underline;*/
}
#sidebar-left ul.menu a.active,
#sidebar-left ul.menu a.active-trail {
	font-weight: bold;
}

#sidebar-left ul.menu ul {
	margin-left: 15px;
}
#sidebar-left ul.menu li ul li{
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 0px;
}

/*3rd level*/
#sidebar-left ul.menu li li li{
	list-style-image: url(../../pdx_primary/images/third-level.gif);
}

/* @end */

#four-column {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* @group Breadcrumb */

#breadcrumb{
	height:  13px;
	line-height: 13px;
	vertical-align: middle;
	margin-top: 0px;
	font-size: 9px;
	margin-top: -5px;
	margin-bottom: 10px
}
#breadcrumb{
	margin-left: 220px;
}
/* @end */

/* @group Utility Nav */

#utility-nav{
	position: absolute;
	height: 24px;
	right: 0;
	top: 40px;
	width: 540px;
	height: 24px;
	z-index: 99;
}
#utility-nav h3 {
  display:none;
}

#utility-nav #top-parent li.util-top {
  display: inline;
	float: right;
	padding:0; margin:0;
	font-size:0.95em;
	padding:4px 10px;
	border-right:1px solid #6d8501;
}
#utility-nav #top-parent #util-top-1 {
	padding-right:0;
  border-right:0 none;
}
#util-top-1 a.util-dropper {
  padding-right:11px;
  background: transparent url(../images/white-arrow.png) no-repeat right 5px;
}
#utility-nav a {
	color: #fff;
	font-size: 11px;
}

#utility-nav a:hover,
#utility-nav a.hover {
	color: #cae4e6;
}
#utility-nav .mega-drop {
  display:none;
  position:absolute;
  top:28px;
  right:0px;
  width:295px;
  padding:8px;
  border:1px solid #747a75;
  background-color:#a6a4a2;
  background-color: rgba(139, 137, 137, 0.7);
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}
.mega-drop-inner-wrap h4 {
  color:#cae4e6;
  background: #747474;
  border-top: 1px dotted #A6A4A2;
  border-bottom: 1px dotted #A6A4A2;
  font-weight:normal;
  margin: 0; margin-bottom:2px;
  padding:4px 8px;
  float:left;
  width:278px;
  font-size:1em;
  display:block;
  position:relative;
}
.mega-drop-inner-wrap {
  float:left;
  background:#67665e;
  border: 1px solid #777;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  position:relative;
}
.mega-drop-inner-wrap a.mega-drop-closer {
  position:absolute;
  right:2px;
  top:4px;
  width:16px;
  height:16px;
  background: transparent url(../images/jqui-icons_aaaaaa.png) -32px -192px no-repeat; 
}
.mega-drop .mega-group {
  float:left;
  margin:0 4px 6px 0; 
  padding:0; 
}

#utility-nav .mega-group ul {
  margin:0; padding:0;
  padding-bottom:4px;
  padding-top:2px;
}
.mega-drop li:before {
  content:"\00BB \0020";
}
#utility-nav #top-parent .mega-group li {
  padding: 0;
  margin-left:8px;
  float:left;
  width:135px;
  color:#474334;
}
#utility-nav #top-parent .mega-group li a {
  color:#fff;
}
#utility-nav #top-parent .mega-drop li a:hover,
#utility-nav #top-parent .mega-drpp li a:focus {
	color:#cae4e6;  
}

#utility-nav { z-index: 99; }




/* @end */
/* @end */

/* @group Blocks */

/* @group Block Defaults */

/*.block h2{
	line-height: 1.0em;
}*/

/* The main content is now a block as well so make sure this does not apply for a node */
.block .node-inner h2 {
/*	font-family: Verdana, Geneva, sans-serif;*/
}

#block-system-main{
  width: 680px;
}


#sidebar-left .block-nodeblock h2,
#sidebar-left .block h2,
#footer-hugger .block-nodeblock h2,
#footer-hugger .block h2,
#four-column .block-nodeblock h2, 
#four-column .block h2,
.bottom-content .block-nodeblock h2,
.bottom-content .block h2,
.middle-content .block-nodeblock h2,
.middle-content .block h2 {
	font-family: 'SquareSerifBook',Lucida Grande,Lucida Sans Unicode,sans-serif;
	line-height: 1em;
	margin: 8px 0px 5px 0px;
	padding: 0px 0px 8px 0px;
	font-size: 1.6em;  
}

#sidebar-left .block-nodeblock h2,
#sidebar-left .block-block h2,
#footer-hugger .block-nodeblock h2,
#footer-hugger .block-block h2,
#four-column .block-nodeblock h2, 
#four-column .block-block h2,
.bottom-content .block-nodeblock h2,
.bottom-content .block-block h2,
.middle-content .block-nodeblock h2,
.middle-content .block-block h2 {
/*	color: #766E54;
*/	
	color: #3E4F18;
}


#sidebar-left .block h2,
#sidebar-left .block-block h2,
#sidebar-left .block-nodeblock h2 {
	color: #766E54;
	padding-top: 8px;
}

#sidebar-left .block-syndication-client h2 {
	padding-top: 0px;
}

.block-aggregator .item-list ul {
  padding-left:0px;
}
.block-aggregator .item-list ul li {
  margin-left:0px;
  padding-left:10px;
  margin-top:12px;
  margin-botttom:12px;
  background:url(/sites/all/themes/pdx_primary/images/bullet.gif) no-repeat left 6px;
}

/* @end */



/* @group Template Selection */
#edit-pdx-templates span.temp-options{
	background: url(../../pdx_primary/images/pdx_template.gif) no-repeat;
	padding: 3px 73px;
}
#edit-pdx-templates span.one{
	background-position: center top;
}
#edit-pdx-templates span.text-image{
	background-position: center -102px;
}
#edit-pdx-templates span.image-text{
	background-position: center -76px;
}
#edit-pdx-templates span.half{
	background-position: center -25px;
}
#edit-pdx-templates span.third{
	background-position: center -50px;
}
#edit-pdx-templates span.one-two{
	background-position: center -127px;
}
#edit-pdx-templates span.two-one{
	background-position: center -152px;
}





/* @end */

/* @group Preview */
.preview-window .node{
	background: none;
	padding: 10px 0;
	border-top: 1px solid #D7DBDB;
	border-bottom: 1px solid #D7DBDB;
	margin-top: -8px;
}
.preview-window label{
	font-style: italic;
	color: #888;
	background-color: #fff;
	padding: 0 10px;
	font-size: 11px;
}
#preview-hide{
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
}
.preview-note{
	font-style: italic;
	color: #888;
	background-color: #fff;
	font-size: 11px;
}
.preview-note em{
	font-weight: bold;
}
/* @end */

/* @group Messages */

div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee; }

div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55; }

div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522; }

div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77; }



/* @end */

/* @group Social Menu */

#block-follow-site{
	position: absolute;
	right: 0;
	max-width: 300px;
	text-align: right;
	top: 5px;
}
#block-follow-site div{
	display: inline-block;
	line-height:20px;
}
#block-follow-site h2{
	display: block;
	color: #d2dc8b;
	font-size: 8px;
	line-height: 20px;
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
}

#block-follow-site a.follow-link {
	display: inline-block;
	font-size: 15px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background-size:20px 20px;
}
a.follow-link-facebook{
	background-image: url(../../pdx_primary/images/social/soc-face-c.png);
}
a.follow-link-flickr{
	background-image: url(../../pdx_primary/images/social/soc-flick-c.png);
}
a.follow-link-googleplus{
	background-image: url(../../pdx_primary/images/social/soc-goog-c.png);
}
a.follow-link-instagram{
	background-image: url(../../pdx_primary/images/social/soc-insta-c.png);
}
a.follow-link-linkedin{
	background-image: url(../../pdx_primary/images/social/soc-link-c.png);
}
a.follow-link-pinterest{
	background-image: url(../../pdx_primary/images/social/soc-pint-c.png);
}
a.follow-link-psublog{
	background-image: url(../../pdx_primary/images/social/soc-blog-c.png);
}
a.follow-link-this-site{
	background-image: url(../../pdx_primary/images/rss-icon.gif);
}
a.follow-link-twitter{
	background-image: url(../../pdx_primary/images/social/soc-twit-c.png);
}
a.follow-link-tumblr{
	background-image: url(../../pdx_primary/images/social/soc-tumbl-c.png);
}
a.follow-link-vimeo{
	background-image: url(../../pdx_primary/images/vimeo-icon.gif);
}
a.follow-link-youtube{
	background-image: url(../../pdx_primary/images/social/soc-tube-c.png);
}


/* @end */

/* @group Useful Links */

.useful-links ul{
	padding: 0;
	margin: 0;	
}
.useful-links li{
	list-style-image: none;
	list-style: none;
	padding: 3px 0;
	margin: 0;
}
.useful-links li a{
	color: #857a65;
	font-size: 11px;
}
.useful-links li a:hover{
	text-decoration: underline;
	color: #cdbc9e;
}
.useful-links h2{
	color: #857a65;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3px;
}

/* @end */



/* @end */

#content .middle-content .block-nodeblock,
#content .bottom-content .block-nodeblock,
#four-column .block-nodeblock,
#footer-hugger .block-nodeblock {
/*	width: 205px;
	padding: 10px;
	float:left;*/
/*	min-height: 275px;*/
/*	background: #eee;
*/}


#content .top-content {
	padding-bottom: 25px;
}


.node-link-block .contextual-links-wrapper a.contextual-links-trigger {
	float:right;
	width: 30px;
	font-size: 1px;
}

.block-nodeblock > h2 {
	line-height: 1em;
	margin: 0px 0px 10px 0px;
	width: 175px;
}

.node-link-block div.field-item {
	margin-bottom: 9px;
/*	background: transparent url("../images/bullet.gif") 0px 6px no-repeat;
	padding-left: 10px;*/
	line-height: 1.3em;
}

.node-link-block a {
	display: block;
	width: 175px;
}

.centerer {
	margin: 0px auto;
}









/** CUSTOM DROP DOWN NAVIGATION **/

#navigation {
	position: relative;
	z-index: 100;
}

#navigation ul#main-menu {
	position: relative;
	z-index:1;
/*	margin-right: 30px;*/
}

.link-drop-actioner {
	z-index: 100;
}

.link-drop-actioner {
	display: block;
	width: 53px;
	padding-left: 5px;
	height: 25px;
	background: #8B9821;
	position: absolute;
	font-size: 11px;
	
	border-left: 0;
	right: 0px;
	top: 0px;
	
/*	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
*/
	
	-webkit-transition:background 0.5s ease-in;  
  -moz-transition:background 0.5s ease-in;  
  -o-transition:background 0.5s ease-in;  
  transition:background 0.5s ease-in;
	
	
/*	-moz-box-shadow: -2px 0px 3px #333;
	-webkit-box-shadow: -2px 0px 3px #333;
	box-shadow: -2px 0px 3px #333;*/
	
	overflow:hidden;
}


.link-drop-actioner:hover,
#navigation span.active {
/*	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;*/
	height: 35px;
	background: #8B9821;

	
	-webkit-transition:background 0.5s ease-out;  
  -moz-transition:background 0.5s ease-out;  
  -o-transition:background 0.5s ease-out;  
  transition:background 0.5s ease-out;
	
}

.link-drop-actioner:hover span.drop-triangle,
span.active span.drop-triangle {
	top: 27px;
	border-top-color: #333;
	right: 4px;
}


.link-drop-actioner a,
.link-drop-actioner a:link,
.link-drop-actioner a:visited {
	display: block;
	height: 24px;
	width: 100%;
	color: #FFF !important;
}

span.active {
/*	-moz-box-shadow: 0px 0px 0px #FFF;
	-webkit-box-shadow: 0px 0px 0px #FFF;
	box-shadow: 0px 0px 0px #FFF;*/
}


.link-drop-actioner span.drop-triangle {
	border-left: 6px solid transparent;
	border-top: 6px solid #FFF;
	border-right: 6px solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	top: 10px;
	right: 6px;	
}

span.active span.drop-triangle {
	border-top: 0;
	border-left: 6px solid transparent;
	border-bottom: 6px solid #333;
	border-right: 6px solid transparent;
}


.psu-main-drop-nav {
	position: absolute;
	top: 26px;
	right: 0px;
 
	background: #8B9821;
	padding: 5px 10px 0 10px;
	z-index: 99;
	border-top: solid 1px #000;
	
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.20), rgba(0,0,0,0.25) 0px 0px 6px inset;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.20), rgba(0,0,0,0.25) 0px 0px 6px inset;
	box-shadow: 0 3px 3px rgba(0,0,0,0.20), rgba(0,0,0,0.25) 0px 0px 6px inset;
	
	overflow:hidden;
}

#navigation .psu-main-drop-nav li {
	text-align:right;
	display: block;
	float:right;
	background: 0;
	height: 25px;
	line-height: 25px;
	
}

#navigation .psu-main-drop-nav li,
#navigation .psu-main-drop-nav li a {
	color: #FFF;
	display: inline-block;
	padding: 0px 6px;
	white-space:nowrap;
	height: 17px;
	line-height: 17px;
}

#navigation .psu-main-drop-nav li a:hover,
#navigation .psu-main-drop-nav li a.active {
/*	background: #42403A;*/
/*	color: #FFF;*/
		color: #333;
		
	
	
	-webkit-transition:background 0.5s ease-out;  
  -moz-transition:background 0.5s ease-out;  
  -o-transition:background 0.5s ease-out;  
  transition:background 0.5s ease-out;
}


.tabs {
	z-index:50;
	position:relative;
}

#sidebar-left .block {
	float:left;
	width: 100%;
}

.middle-content .block, 
.bottom-content .block, 
#footer-hugger .block,
#four-column .block  {
	width: 225px;
	float:left;
}

.front .middle-content .block-block, 
.front .bottom-content .block-block, 
.front #footer-hugger .block-block,
.front #four-column .block-block  {
	width: auto;
}



.middle-content .block-block .content, 
.bottom-content .block-block .content,
#footer-hugger .block-block .content,
#four-column .block-block .content {
	padding-right: 10px;
}



.middle-content,
.bottom-content,
#footer-hugger,
#four-column  {
	padding-top: 20px;
}


/* G SEARCH */

.block-google-appliance .item-list ul,
.block-google-appliance .item-list ul li,
.google-appliance-results {
  margin-left: 0px;
	padding-left: 0px;
}

.google-appliance-snippet {
	margin-bottom: 0px;
}


.block-google-appliance .item-list ul li {
	line-height: 1.2em;
	padding-bottom: 9px;
}
.google-appliance-synonyms ul {
  padding-left:0;
}


.syn-content ul li,
.syn-content ol li {
	list-style-type: disc;
}




/*
672px grid system ~ Core CSS.
6 Columns ~ Margin left: 0px ~ Margin right: 10px

Based on the 960.gs grid system - http://960.gs/
by Nathan Smith

Created by the Grid System Generator - v1.04
Learn more ~ http://www.gridsystemgenerator.com/
*/

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6 {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.push-1, .pull-1,
.push-2, .pull-2,
.push-3, .pull-3,
.push-4, .pull-4,
.push-5, .pull-5 {
	position: relative;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 6 Columns
--------------------------------------------------------------------------------*/
.grid-1 {width: 102px;}
.grid-2 {width: 214px;}
.grid-3 {width: 326px;}
.grid-4 {width: 438px;}
.grid-5 {width: 550px;}
.grid-6 {width: 662px;}

/* =Prefix Extra Space >> 6 Columns
--------------------------------------------------------------------------------*/
.prefix-1 {padding-left: 112px;}
.prefix-2 {padding-left: 224px;}
.prefix-3 {padding-left: 336px;}
.prefix-4 {padding-left: 448px;}
.prefix-5 {padding-left: 560px;}

/* =Suffix Extra Space >> 6 Columns
--------------------------------------------------------------------------------*/
.suffix-1 {padding-right: 112px;}
.suffix-2 {padding-right: 224px;}
.suffix-3 {padding-right: 336px;}
.suffix-4 {padding-right: 448px;}
.suffix-5 {padding-right: 560px;}

/* `Push Space >> 6 Columns
--------------------------------------------------------------------------------*/
.push-1 {left: 112px;}
.push-2 {left: 224px;}
.push-3 {left: 336px;}
.push-4 {left: 448px;}
.push-5 {left: 560px;}

/* `Pull Space >> 6 Columns
--------------------------------------------------------------------------------*/
.pull-1 {left: -112px;}
.pull-2 {left: -224px;}
.pull-3 {left: -336px;}
.pull-4 {left: -448px;}
.pull-5 {left: -560px;}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear-row {
	clear: both;
	display: block;
}

/* grrr scroll bars */
#tinymce body { width: 680px; min-width: 680px; }


