/*
Theme Name:     prm-associates
Description:    child theme from toolbox
Author:         admin
Template:       toolbox

(optional values you can add: Theme URI, Author URI, Version)
*/

/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
	margin: 1em;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

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


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

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #eee;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}
@import url("http://fonts.googleapis.com/css?family=Oswald|Molengo|Nothing+You+Could+Do|Rock+Salt");

/*  Molengo - for angled capitols,  Oswald - for tall skinny lowercase 
    Nothing You Could Do - for Notes,   Rock Salt - signature   */

body { margin: 0px; padding: 0px; background: #afaaa5 url(http://prm-associates.com/images/layout/concrete-metal-gradient.jpg) repeat-x top left; background-attachment: fixed; font-family: Arial, Tahoma, sans-serif; }

/* Links */

a, a:link { color: #1d4c96; text-decoration: none; }
a:focus, a:active, a:visited { text-decoration: none; }
a:hover { color: #1d4c96; text-decoration: underline; }


h1 {
	font-family: 'Molengo',Arial,sans-serif;
	font-size:30px; 
	line-height: 100%;
	font-weight:bold;
	color:#000;
	margin: 5px 0px 10px 0px;
	padding: 0px;
        text-transform: uppercase;
}

h2{
	font-family: 'Oswald',Arial,sans-serif;
	font-size:25px; 
	line-height: 100%;
	color: #8e8780;
	font-weight:bold;
	margin: 0px;
        padding: 0px;
        text-transform: lowercase;
}
h5 { /* note writing script  */
	font-family: 'Nothing You Could Do','Monotype Corsiva',Arial,sans-serif;
	font-size:25px; 
	line-height: 100%;
	color: #000;
	font-weight:400;
	margin: 0px;
        padding: 0px;
}
h6 { /* signature script  */
	font-family: 'Rock Salt','Monotype Corsiva',Arial,sans-serif;
	font-size:20px; 
	line-height: 100%;
	color: #000;
	font-weight:bold;
	margin: 0px;
        padding: 15px;
}

/* =Structure
-------------------------------------------------------------- */

#page {
    background: #fff url(http://prm-associates.com/images/header4.jpg) top left no-repeat;  
	display: block;
	margin: 20px auto 10px auto;
    width: 890px;
    border: 20px solid #ffffff;
}
#main { margin: 40px 0 0 0; }
#primary {
	float: left;
	margin: -20px -240px 0 -20px;
	width: 100%;
        background: #fff;
        border-top: 20px solid #ffffff;
        border-left: 20px solid #ffffff;
        border-bottom: 20px solid #ffffff;
        border-right: 20px solid #ffffff;
}
#content {
	margin: 0px 280px 0 0;
	min-height: 700px;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
        padding-top: 0px;
}
#colophon {
	clear: both;
	display: block;
	width: 890px;
        margin: 5px auto 10px auto;
        color: #eee;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0 0 0 0; padding: 0px 20px;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

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


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

#site-title {
        padding: 50px 0 0 0;
	font-size: 2em;
	font-weight: bold;
        color: #fff;
        height: 150px;
}
#site-title a, #site-title a:focus, #site-title a:link, #site-title a:active, #site-title a:hover 
{ text-decoration: none; color: #fff;}

#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: -120px 0 20px 0;
	color: #fff;
}


/* =Menu
-------------------------------------------------------------- */

#access {
    background: #000;
	display: block;
	float: left;
	margin: -4px auto 0px auto;
        padding: 0px 0px 5px 50px;
	width: 94.43%;
        color: #fff;
        height: 50px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none; 
        color: #fff;
}
#access ul ul {
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #888888; color: #ffffff;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a { background: #333; color: #e52b31;
}
#access ul ul a:hover { background: #333; color: #e52b31;
}
#access ul li:hover > ul { 
	display: block;
}


/* =Content
-------------------------------------------------------------- */

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* posts and entry titles */
.entry-title { color: #000; }
.entry-title h1 a, .entry-title a:link { color: #000; text-decoration: none; }
.entry-title h1 a:focus, .entry-title h1 a:active, .entry-title h1 a:visited { text-decoration: none; }
.entry-title h1 a:hover { color: #1d4c96; text-decoration: underline; }

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
	margin-bottom: 20px;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

.widget-title { /* same as h2 in body above  */
	font-family: 'Oswald',Arial,sans-serif;
	font-size:25px; 
	line-height: 120%;
	color: #8e8780;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
    padding: 0px 0px 20px 0px;
    text-transform: lowercase;
	background: url(http://prm-associates.com/wp-content/uploads/2017/05/underline.jpg) repeat-x bottom left;
}
.widget ul li a, .widget ul li a:link { color: #1d4c96; text-decoration: none; }
.widget ul li a:focus, .widget ul li a:active, .widget ul li a:visited { text-decoration: none; }
.widget ul li a:hover { color: #1d4c96; text-decoration: underline; }

/* =Footer
-------------------------------------------------------------- */

#colophon {
	text-align: center; font-family: Tahoma, arial, sans-serif; font-size: 11pt; 
}

/*  ---------------  USER defined  --------------  */
.widgetDate {  margin: 0px; padding: 0px; text-align: right; color: #FF0707; font-family: 'Oswald',arial;font-size: 10pt; font-weight: 400; text-transform: uppercase; }