/*
	Theme Name: Rutgers PMO
	Author: Bart Grebowiec
	Version: 1.0

=Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
   outline: 0;
}

html {
	overflow-y: scroll;
	font-family: Verdana, Arial, sans-serif;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a img {
	border: 0;
}

/* HTML5 elements */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* GLOBAL
   ----------------------------------------------- */
   p,
   ul,
   ol,
   dl,
   pre,
   table,
   fieldset,
   blockquote {
       margin: 0;
   }

   .page {
       background-color: #FFF;
       font-size: 12px;
       line-height: 1.5;
       overflow: hidden;
   }

   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
       font-family: Arial,sans-serif;
       color: #D2691E;
       font-weight: bold;
   }

/* Links */
   a {
      color: #006E8E;
      text-decoration: none;
   }

   a:focus,
   a:active,
   a:hover {
      text-decoration: underline;
   }

   hr {
      background-color: #ccc;
      border: 0;
      height: 1px;
      margin-bottom: 1.625em;
   }
   
   p {
      margin-bottom: 1.625em;
   }
   
   ul, ol {
      margin: 0 0 1.625em 2.5em;
   }
   
   ul {
      list-style: square;
   }
   
   ol {
      list-style-type: decimal;
   }
   
   ol ol {
      list-style: upper-alpha;
   }
   
   ol ol ol {
      list-style: lower-roman;
   }
   
   ol ol ol ol {
      list-style: lower-alpha;
   }
   
   ul ul, ol ol, ul ol, ol ul {
      margin-bottom: 0;
   }
   
   dl {
      margin: 0 1.625em;
   }
   
   dt {
      font-weight: bold;
   }
   
   dd {
      margin-bottom: 1.625em;
   }
   
   strong {
      font-weight: bold;
   }
   
   cite, em, i {
      font-style: italic;
   }
   
   blockquote {
      font-family: Georgia, "Bitstream Charter", serif;
      font-style: italic;
      font-weight: normal;
      margin: 0 3em;
   }
   
   blockquote em, blockquote i, blockquote cite {
      font-style: normal;
   }
   
   blockquote cite {
      color: #666;
      font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 300;
      letter-spacing: 0.05em;
      text-transform: uppercase;
   }
   
   pre {
      background: #f4f4f4;
      font: 13px "Courier 10 Pitch", Courier, monospace;
      line-height: 1.5;
      margin-bottom: 1.625em;
      overflow: auto;
      padding: 0.75em 1.625em;
   }
   
   code, kbd {
      font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
   }
   
   abbr, acronym, dfn {
      border-bottom: 1px dotted #666;
      cursor: help;
   }
   
   address {
      display: block;
      margin: 0 0 1.625em;
   }
   
   ins {
      background: #fff9c0;
      text-decoration: none;
   }
   
   sup,
   sub {
      font-size: 10px;
      height: 0;
      line-height: 1;
      position: relative;
      vertical-align: baseline;
   }
   
   sup {
      bottom: 1ex;
   }
   
   sub {
      top: .5ex;
   }

/* STRUCTURE
----------------------------------------------- */
body,
.footer {
	margin-left: auto;
   margin-right: auto;
	max-width: 960px;
	background-color: #F5F4E2;
	line-height: 1;
}

/* Footer
   ----------------------------------------------- */
   .footer {
      margin-bottom: 4em;
      color: #555;
      border-top: 1px solid #DCDBCB;
   }
   
      .footer p {
         margin: 0;
         font-size: 11px;
         line-height: 1.5;
      }
   
      .footer .copyright {
         clear: both;
         position: relative;
         padding-top: 1em;
      }
   
   /* border */
      .footer .copyright:before {
         content: "";
         position: absolute;
         top: 0;
         left: 0;
         border-top: 1px solid #DCDBCB;
         border-bottom: 1px solid #FAFAF1;
         width: 100%;
      }



/* Header
   ----------------------------------------------- */
   .branding {
      position: relative;
      z-index: 2;
   }

      .branding hgroup {
         margin: 0 7.6%;
      }

         .site-title {
            margin-right: 270px;
            padding: 3.65625em 0 0;
            // position: fixed;
            top: 35px;
            right: 5px;
            color: #000;

            position: absolute;
            clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
            clip: rect(1px, 1px, 1px, 1px);
         }


         .site-title a {
            color:#fff;
            font-size: 20px;
            font-weight: bold;
            line-height: 36px;
            text-decoration: none;
         }

         .site-title a:hover,
         .site-title a:focus,
         .site-title a:active {
            color: #1982d1;
         }

      .branding img {
         margin-bottom: -7px;
         //height: auto;
         //width: 100%;
      }

/* Skip links and menu */
   .access div {
      //margin: 0 7.6%;
	  margin: 0 2.5%;
   }


/* Document body */
   .main {
      overflow: hidden;
      clear: both;
      padding: 1.625em 0;
   }
   
      .primary {
         float: right;
         margin: 0 0 0 -30%;
         width: 100%;
      }
   
         .content {
            //margin: 0 34% 0 7.6%;
            //width: 58.4%;
            margin-left: 30%;
            width: 67.5%;
         }

   .secondary {
      float: left;
      margin-left: 2.5%;
      width: 25%;
   }

/* Single column layout */
   .singular .primary {
      margin: 0;
   }
   
   .singular .content {
      //margin: 0 7.6%;
      margin: 0 2.5%;
      position: relative;
      width: auto;
   }


.hentry {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}

.hentry:last-child {
	border-bottom: none;
}

.entry-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}

.entry-content #s {
	width: 75%;
}



/* FORMS
   ----------------------------------------------- */
   input[type=text],
   input[type=password],
   textarea {
      background: #fafafa;
      -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
      box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
      border: 1px solid #ddd;
      color: #888;
   }

   input[type=text]:focus,
   textarea:focus {
      color: #373737;
   }

   textarea {
      padding-left: 3px;
      width: 98%;
   }

   input[type=text] {
      padding: 3px;
   }

   input#s {
      //background: url(images/search.png) no-repeat 5px 6px;
      //-moz-border-radius: 2px;
      //border-radius: 2px;
      //font-size: 14px;
      //height: 22px;
      //line-height: 1.2em;
   }

   input#searchsubmit {
      display: none;
   }






/* HELPER CLASSES
   ----------------------------------------------- */
/* Clear/contain floats - http://nicolasgallagher.com/micro-clearfix-hack/ */
   .cf:before,
   .cf:after {
       content: " ";
       display: table;
   } 
   .cf:after {
       clear: both;
   }
   .cf {
       zoom: 1; /* For IE 6/7 (trigger hasLayout) */
   }

/* Assistive text - hide visually */
   .assistive-text {
      position: absolute !important;
      clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
      clip: rect(1px, 1px, 1px, 1px);
   }

/* Show skip links on focus */
   .access a.assistive-text:active,
   .access a.assistive-text:focus {
      background: #eee;
      border-bottom: 1px solid #ddd;
      color: #1982d1;
      clip: auto !important;
      font-size: 12px;
      position: absolute;
      text-decoration: underline;
      top: 0;
      left: 7.6%;
   }


/* OVERRIDES 
   ----------------------------------------------- */
/* Contact page*/
   .employee {
      padding-top: 1.5em;
      //border-top: 1px dashed #ddd;
	  //border-bottom: 1px dashed #ddd;
      padding-bottom: 1.5em;
	  margin: 0;
      line-height: 1.5;
	  //float: left;
	  //display: inline-block;
	  //width: 33%;
   }

      .employee > strong {
         font-size: 1.2em;
      }








/* =Menu
-------------------------------------------------------------- */
.access {
	background: #000; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#474747, #000000);
	background: -o-linear-gradient(#474747, #000000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), to(#000000)); /* older webkit syntax */
	background: -webkit-linear-gradient(#474747, #000000);
	clear: both;
	float: left;
	width: 100%;
	//-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	//-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	//box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	//margin: 0 auto 6px;
	//display: block;
}

   .access ul {
      font-size: 12px;
      list-style: none;
      margin: 0 0 0 -0.8125em;
      padding-left: 0;
   }

      .access li {
         float: left;
         position: relative;
      }

         .access a {
            color: #fff;
            display: block;
            line-height: 3.333em;
            padding: 0 1.2125em;
            text-decoration: none;
         }

         .access ul ul {
            -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
            -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
            box-shadow: 0 3px 3px rgba(0,0,0,0.2);
            display: none;
            float: left;
            margin: 0;
            position: absolute;
            top: 3.333em;
            left: 0;
            //width: 188px;
            z-index: 99999;
         }

            .access ul ul ul {
               left: 100%;
               top: 0;
            }

         .access ul ul a {
            background: #a0a0a0;
            border-bottom: 1px solid #888;
            border-top: 1px solid #bbb;
            color: #f9f9f9;
            font-size: 12px;
            font-weight: normal;
            height: auto;
            line-height: 1.4em;
            padding: 10px 10px;
            width: 168px;
         }

      .access li:hover > a,
      .access ul ul :hover > a,
      .access a:focus {
         //background: #909090;
         //background: -moz-linear-gradient(#CB092E, #A80516);
         //background: -o-linear-gradient(#CB092E, #A80516);
         //background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CB092E), to(#A80516)); /* older webkit syntax */
         //background: -webkit-linear-gradient(#CB092E, #A80516);
         color: #faae50;
      }

      .access li:hover > a,
      .access a:focus {
         background: #606060;
         color: #faae50;
      }

      .access ul li:hover > ul {
         background: #a80516;
         color: #A80516;
         display: block;
      }
      
      .access .current_page_item > a,
      .access .current_page_ancestor > a,
      .access .current_page_item > a:hover,
      .access .current_page_ancestor > a:hover,
      .access .current_page_item > a:focus,
      .access .current_page_ancestor > a:focus {
         background-color: #fff;
         color: #000;
         font-weight: bold;
      }

/* Search Form */
// .searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
// .searchform div {
	margin: 0;
}
// #s {
	//float: right;
	vertical-align: middle;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}

#s:focus {
	background-color: #f9f9f9;
	width: 196px;
}

#searchsubmit {
	display: none;
}




/* Images */
/* Image borders */
/* Author Info */
/* Comments link */
/* Post Formats Headings - To hide the headings, display: none the ".entry-header .entry-format" selector, and remove the padding rules below. */
.entry-header hgroup .entry-title {
	padding-top: 15px;
}

.entry-title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 9px;
}

h1.entry-title {font-size: 2em;}

.divider {color: #ccc;}

/* =Aside
----------------------------------------------- */
/* =Link
----------------------------------------------- */
/* =Gallery
----------------------------------------------- */
/* =Status
----------------------------------------------- */
/* =Quote
----------------------------------------------- */
/* =Image
----------------------------------------------- */
/* =error404
----------------------------------------------- */
/* =Showcase
----------------------------------------------- */
/* Intro */
/* Recent Posts */
/* =Attachments
----------------------------------------------- */
/* =Navigation
-------------------------------------------------------------- */
/* =Widgets
----------------------------------------------- */
/* =Comments
----------------------------------------------- */
/* =Footer
----------------------------------------------- */



/* =Responsive Structure
----------------------------------------------- */
@media (max-width: 800px) {
	/* Simplify the basic layout */
	.main .content {
		margin: 0 7.6%;
		width: auto;
	}
	.main .secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}

	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content {
		width: 100%;
	}
}

@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	.site-title a {
		font-size: 24px;
	}
	.access ul {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.singular .entry-title {
		font-size: 28px;
	}

	/* Reposition the site title and description slightly */
	.site-title {
		padding: 5.30625em 0 0;
	}

	.site-title {
		margin-right: 0;
	}

	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.singular .hentry {
		padding: 1.625em 0 0;
	}

	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
}

@media (max-width: 450px) {}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	.page {
		margin-top: 0;
	}
	.branding {
		border-top: none;
	}

}

/* =Print
----------------------------------------------- */
@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}

	.page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}

	.branding {
		border-top: none !important;
		padding: 0;
	}

	.branding hgroup {
		margin: 0;
	}

	.site-title a {
		font-size: 21pt;
	}

	.branding .searchform {
		display: none;
	}
}







.toolbar {
   overflow: hidden;
   min-height: 38px;
   background: #F5F4E2 url(/img/banner-seal-top.gif) 0 0 no-repeat;
}

.toolbar > .menu {
   list-style: none;
   list-style-position: outside;
   float: left;
   margin: 0;
   padding: 10px 0 0;
   line-height: 1.6;
}

.toolbar > .menu > li {
   border-right: 1px solid #36312A;
   display: inline;
   float: left;
   margin: 0;
   padding: 1px 8px;
   text-align: left;
   width: auto;
   position: relative;
}

.toolbar > .menu > .first {
   padding-left: 0;
}

.toolbar > .menu > .last {
   border-right: 0;
}

.toolbar > .menu > .link-search {
   float: right;
   padding: 0;
}

.toolbar > .menu a {
   color: #36312A;
   font: 400 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
}

.toolbar > .menu a:hover,
.toolbar > .menu a:focus {
   text-decoration: underline;
}

.footer > .toolbar {
	background: none;
	min-height: 0;
}

.footer > .toolbar > .menu {
	line-height: 1;
	position: relative;
	padding-bottom: 10px;
}
.footer > .toolbar > .menu:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #DCDBCB;
	border-bottom: 1px solid #FAFAF1;
	width: 100%;
}

.footer > .toolbar > .menu > li {
	border-color: #ccc;
}

.footer > .toolbar > .menu a { color: #555; }

aside :last-child {margin-bottom: 0;}