/*
   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;
}

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



/* =Structure
----------------------------------------------- */
body {
	padding: 0 2em;
   background-color: #F5F4E2;
   line-height: 1;
}

.page,
.footer {
	margin: 0 auto;
	max-width: 962px;
}

.footer {
	margin: 2em auto 4em;   
}

.branding hgroup {
	margin: 0 7.6%;
}

.access div {
	margin: 0 7.6%;
}

.primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}

.content {
	//margin: 0 34% 0 7.6%;
	//width: 58.4%;
}

#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}

/* Singular */
.singular .primary {
	margin: 0;
}

.singular .content,
.left-sidebar.singular .content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}

.singular .entry-header,
.singular .entry-content,
.singular #comments-title {
	margin: 0 auto;
	//width: 68.9%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}

.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php .primary,
.left-sidebar.page-template-showcase-php .primary {
	margin: 0;
}

.page-template-showcase-php .content,
.left-sidebar.page-template-showcase-php .content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar .primary {
	float: right;
	margin: 0 0 0 -30%;
   //margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar .content {
	margin: 0 4% 0 34%;
	//width: 58.4%;

	//margin: 0 7.6% 0 34%;
	//width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
   margin-left: 4%;
	//margin-left: 7.6%;
	margin-right: 0;
   width: 25%;
	//width: 18.8%;
}

/* One column */
.one-column .page {
	max-width: 690px;
}
.one-column .content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content {
	width: 100%;
}

/* Make sure the logo and search form don't collide */
.one-column .branding .searchform {
	right: 40px;
	top: 4em;
}
/* =Global
----------------------------------------------- */
p,
ul,
ol,
dl,
pre,
table,
fieldset,
blockquote {
    margin: 0;
}

.page {
    background-color: #FFF;
    font: 12px/1.5 Verdana,sans-serif;
    overflow: hidden;
}

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

a {
    color: ##1982D1;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

body.section-node-add div.content-inner, body.section-node-edit div.content-inner {
    padding: 0 100px;
}
input.form-submit {
    margin: 12px 0 0;
}
.clear-alignment {
    clear: both;
}

.footer { font-size:12px; color: #555; text-align: center;}
/* ----------------------------------------------- */

input, textarea {
	color: #2e2e2e;
	//font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	//font-weight: 300;
	//line-height: 1.625;
}

/* Headings */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
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;
}

/* 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;
}

/* Links */
a {
	color: #006E8E;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.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%;
}


/* =Header
----------------------------------------------- */

.branding {
	//border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}
.site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
	position:fixed;
	top: 35px;
	right:5px;
	color:#000;
}
.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 {
	//height: auto;
	margin-bottom: -7px;
	//width: 100%;
}


/* =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);
        //-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;
        clear: both;
        display: block;
        float: left;
        margin: 0 auto 6px;
        width: 100%;
}

.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 */
//.branding .searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
//.branding .searchform div {
	margin: 0;
}
.branding #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;
}
.branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
.branding #searchsubmit {
	display: none;
}
//.branding .only-search .searchform {
	top: 5px;
	z-index: 1;
}
.branding .only-search #s {
	//background-color: #666;
	//background-color:#eeeeee;
	background-color:#dddddd;
	border-color: #000;
	color: #222;
}
.branding .only-search #s,
.branding .only-search #s:focus {
	width: 85%;
}
.branding .only-search #s:focus {
	background-color: #bbb;
	background-color:#ffffff;
}


/* =Content
----------------------------------------------- */
.main {
	clear: both;
	padding: 1.625em 0 0;
}

.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,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}

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


/* 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 .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.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;}

.singular .entry-title {
	padding-right: 0;
}

/* =Aside
----------------------------------------------- */
/* =Link
----------------------------------------------- */
/* =Gallery
----------------------------------------------- */
/* =Status
----------------------------------------------- */
/* =Quote
----------------------------------------------- */
/* =Image
----------------------------------------------- */
/* =error404
----------------------------------------------- */
/* =Showcase
----------------------------------------------- */
/* Intro */
/* Recent Posts */
/* =Attachments
----------------------------------------------- */
/* =Navigation
-------------------------------------------------------------- */
.content nav {
	clear: both;
	overflow: hidden; /* padding: 0 0 1.625em;  --AAA */
}

.content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}




/* =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;
	}
}