/*
 Theme Name:     OPRJ Theme 2021
 Theme URI:      http://oprj.net/
 Description:    Twenty Fourteen Child Theme
 Author:         Dr. Ronan Connolly
 Author URI:     http://oprj.net
 Template:       twentyfourteen
 Version:        1.0.0
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


/**
 * 1.0 Update colour scheme
 * -----------------------------------------------------------------------------
   original colour scheme:
   Primary colour, black: #000;  
   Accent, green        : #24890d;
           lighter      : #41a62a;
		   bright       : #55d737;
   Background, grey     : #767676; - blockquote, delete, wp-caption, entry-meta
   Text, dark grey      : #2b2b2b; - body text, input fields, entry-title
   Background, off-white: #f5f5f5; - body background
   Light yellow         : #fff9c0; - marked, inserted text
   White                : #fff;    - site, site-title
 * -----------------------------------------------------------------------------
   new colour scheme:
   http://colorschemedesigner.com/#3v21Tw0w0w0w0
   Primary colour, blue    : #0A67A3;
                   lighter : #3E97D1;
                   darker  : #24587A;
   Secondary colour, orange: #FF8E00;
                   lighter : #FFAA40;
                   darker  : #BF8030;
   Black                   : #000;
   White                   : #FFF;

   Background, grey        : #767676; - blockquote, delete, wp-caption, entry-meta
   Background, light grey  : #A6A6A6; 
   Text, dark grey         : #2b2b2b; - body text, input fields, entry-title
   Background, off-white   : #f5f5f5; - body background
 */

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
}
body {
	background: #f5f5f5;
}
a {
	color: /*#0A67A3;*/ #FF8E00; /*#24890d;*/
}
a:active,
a:hover {
	color: /*#3E97D1;*/ #FFAA40; /*#41a62a;*/
}
mark,
ins {
	background: #fff9c0;
}
blockquote {
	color: #767676;
}
blockquote cite,
blockquote small {
	color: #2b2b2b;
}

del {
	color: #767676;
}

::selection {
	background: #FF8E00; /*#24890d;*/
	color: #fff;
}
::-moz-selection {
	background: #FF8E00; /*#24890d;*/
	color: #fff;
}

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}
button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #FF8E00;/*#24890d;*/
	color: #fff;
}
button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #FFAA40; /*#41a62a;*/
	color: #fff;
}
button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #BF8030; /*#55d737;*/
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #fff; /*#939393;*/
}
:-moz-placeholder {
	color: #fff; /*#939393;*/
}
::-moz-placeholder {
	color: #fff; /*#939393;*/
}
:-ms-input-placeholder {
	color: #fff; /*#939393;*/
}
.wp-caption {
	color: #767676;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #21759b;
}

.site {
	background-color: #fff;
}
.site-header {
	background-color: #0A67A3; /*#000;*/
}
.site-title a,
.site-title a:hover {
	color: #fff;
}

/* Search in the header */
.search-toggle {
	background-color: #FF8E00;/*#24890d;*/
}
.search-toggle:hover,
.search-toggle.active {
	background-color: #FFAA40; /*#41a62a;*/
}
.search-toggle:before {
	color: #fff;
}
.search-box {
	background-color: #FFAA40; /*#41a62a;*/
}
.search-box .search-field {
	background-color: #fff;
}
.site-navigation a {
	color: #fff;
}
.site-navigation a:hover {
	color: #FFAA40;/*#41a62a;*/
}
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #BF8030; /*#55d737;*/
}
.menu-toggle:before {
	color: #fff;
}
.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
}
a.post-thumbnail:hover {
	background-color: #999;
}
.entry-title a {
	color: #2b2b2b;
}
.entry-title a:hover {
	color: #FFAA40;/*#41a62a;*/
}
.site-content .entry-header {
	background-color: #fff;
}
.entry-meta {
	color: #767676;
}
.entry-meta a {
	color: #767676;
}
.entry-meta a:hover {
	color: #FFAA40; /*#41a62a;*/
}
.cat-links a {
	color: #2b2b2b;
}
.cat-links a:hover {
	color: #FFAA40; /*#41a62a;*/
}
.site-content .entry-meta {
	background-color: #fff;
}
.entry-meta .tag-links a {
	background-color: #767676;
	color: #fff;
}
.entry-meta .tag-links a:hover {
	background-color: #FFAA40; /*#41a62a;*/
	color: #fff;
}
.entry-meta .tag-links a:hover:before {
	border-right-color: #FFAA40; /*#41a62a;*/
}
.entry-meta .tag-links a:after {
	background-color: #fff;
}
.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	background-color: #fff;
}
.entry-content .edit-link a {
	color: #767676;
}
.entry-content .edit-link a:hover {
	color: #FFAA40; /*#41a62a;*/
}
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #0A67A3; /*#000;*/
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #FF8E00;/*#24890d;*/
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255,255,255,.33);
}
.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
}
.page-links a {
	background: #0A67A3; /*#000;*/
	border: 1px solid #000;
	color: #fff;
}
.page-links a:hover {
	background: #FFAA40; /*#41a62a;*/
	border: 1px solid #FFAA40; /*#41a62a;*/
	color: #fff;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}
.post-navigation .meta-nav {
	color: #767676;
}
.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
}
.post-navigation a:hover,
.image-navigation a:hover {
	color: #FFAA40; /*#41a62a;*/
}
.paging-navigation a {
	color: #2b2b2b;
}
.paging-navigation .page-numbers.current {
	border-top: 5px solid #FF8E00; /*#24890d;*/
}
.paging-navigation a:hover {
	border-top: 5px solid #FFAA40; /*#41a62a;*/
	color: #2b2b2b;
}
.taxonomy-description,
.author-description {
	color: #767676;
}

/**
 * Comments colour scheme
 */

.comment-author a {
	color: #2b2b2b;
}
.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #FFAA40; /*#41a62a;*/
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}
.required {
	color: #c0392b;
}
.comment-reply-title small a {
	color: #2b2b2b;
}
.comment-reply-title small a:hover {
	color: #FFAA40; /*#41a62a;*/
}

/**
 * Sidebars colour scheme
 */
#secondary {
	background-color: #0A67A3; /*#000;*/
	border-top: 1px solid #0A67A3; /*#000;*/
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
}
.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #767676;
}
.widget a {
	color: #fff;
}
.widget a:hover {
	color: #FFAA40; /*#41a62a;*/
}
.widget input,
.widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}
.widget input:focus,
.widget textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
}
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #FF8E00;/*#24890d;*/
}
.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #FFAA40; /*#41a62a;*/
}
.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #BF8030; /*#55d737;*/
}
.widget .wp-caption {
	color: rgba(255, 255, 255, 0.7);
}
.widget-title,
.widget-title a {
	color: #fff;
}
.widget-title a:hover {
	color: #FFAA40; /*#41a62a;*/
}
.widget_calendar caption {
	color: #fff;
}
.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}
.widget_calendar tbody a {
	background-color: #FF8E00;/*#24890d;*/
	color: #fff;
}
.widget_calendar tbody a:hover {
	background-color: #FFAA40; /*#41a62a;*/
}
.widget_calendar tbody a:hover {
	color: #fff;
}
.widget_twentyfourteen_ephemera .entry-meta a {
	color: rgba(255, 255, 255, 0.7);
}
.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #FFAA40;  /*#41a62a;*/
}
.content-sidebar .widget a {
	color: #FF8E00; /*#24890d;*/
}
.content-sidebar .widget a:hover {
	color: #FFAA40; /*#41a62a;*/
}
.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}
.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}
.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}
.content-sidebar .widget blockquote {
	color: #767676;
}
.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}
.content-sidebar .widget del {
	color: #767676;
}
.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}
.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #FF8E00;/*#24890d;*/
	color: #fff;
}
.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #FFAA40; /*#41a62a;*/
}
.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #BF8030; /*#55d737;*/
}
.content-sidebar .widget .wp-caption {
	color: #767676;
}
.content-sidebar .widget .widget-title {
	border-top: 5px solid #000;
	color: #2b2b2b;
}
.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}
.content-sidebar .widget .widget-title a:hover {
	color: #FFAA40; /*#41a62a;*/
}
.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
}
.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}
.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}
.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #0A67A3; /*#000;*/
	color: #fff;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #FFAA40; /*#41a62a;*/
}

.site-footer,
.site-info,
.site-info a {
	color: rgba(255, 255, 255, 0.7);
}
.site-footer {
	background-color: #0A67A3; /*#000;*/
}
.site-info a:hover {
	color: #FFAA40; /*#41a62a;*/
}

.featured-content {
	background: #000 url(images/pattern-dark.svg) repeat fixed;
}
.featured-content .hentry {
	color: #fff;
}
.featured-content .entry-header {
	background-color: #0A67A3; /*#000;*/
}
.featured-content a {
	color: #fff;
}
.featured-content a:hover {
	color: #FFAA40; /*#41a62a;*/
}
.featured-content .entry-meta {
	color: #fff;
}

.slider-control-paging a:before {
	background-color: #4d4d4d;
}
.slider-control-paging a:hover:before {
	background-color: #FFAA40; /*#41a62a;*/
}
.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #FF8E00;/*#24890d;*/
}
.slider-direction-nav a {
	background-color: #0A67A3; /*#000;*/
}
.slider-direction-nav a:hover {
	background-color: #FF8E00;/*#24890d;*/
}
.slider-direction-nav a:before {
	color: #fff;
}

/**
 * Media Queries color scheme
 */
@media screen and (max-width: 400px) {
	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

@media screen and (min-width: 401px) {
	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
}

@media screen and (min-width: 673px) {
	.grid .featured-content .entry-header {
		border-color: #000;
	}
}

@media screen and (min-width: 783px) {
	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #fff;
	}
	.primary-navigation ul ul {
		background-color: #FF8E00; /*#24890d;*/
	}
	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #FF8E00; /*#24890d;*/
		color: #fff;
	}
	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #FFAA40; /*#41a62a;*/
	}
}

@media screen and (min-width: 1008px) {
	.site:before {
		background-color: #0A67A3; /*#000;*/
	}
	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.secondary-navigation ul ul {
		background-color: #FF8E00; /*#24890d;*/
	}
	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: #FF8E00; /*#24890d;*/
		color: #fff;
	}
	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: #FFAA40; /*#41a62a;*/
	}
}

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}
	.entry-meta .tag-links a {
		color: #fff;
	}
}

/**
 * 2.0 Abstract page
 * -----------------------------------------------------------------------------
 */

#tocite {
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF8E00;
	padding: 0 6px 6px 6px;
}

#tocite:before {
	content: "How to Cite:\A";
    white-space: pre;
	font-style: normal;
	font-weight: bold;
}

#submitdate{
	margin-bottom: 20px;
	padding: 0 6px 6px 6px;
}

#authors{
	margin-bottom: 20px;
	padding: 0 6px 6px 6px;
}

#authors:before {
	content: "Authors:\A";
    white-space: pre;
	font-style: normal;
	font-weight: bold;
}

#address{
	margin-bottom: 20px;
	padding: 0 6px 6px 6px;
}

#address:before {
	content: "Author Information:\A";
    white-space: pre;
	font-style: normal;
	font-weight: bold;
}

#abstract{
	background: #C6C6C6;
	margin-bottom: 20px;
	border-style:solid;
	border-width: 2px;
	border-color: #FF8E00;
	padding: 0 6px 6px 6px;
	font-size: 90%;
}

#abstract:before {
	content: "Abstract\A";
    white-space: pre;
	font-size: 131.25%;
	font-style: normal;
	font-weight: bold;
}


/**
 * 2.0 Other changes???
 * -----------------------------------------------------------------------------
 */

 
/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	padding-top: 48px; /* Allows room for search box */
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 90%; /*474px;*/
}

.front-page-latest {
	margin: 0 auto;
	max-width: 90%; /*474px;*/
}

/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	text-transform: capitalize; /*uppercase;*/
}

.site-content .entry-header {
	padding: 0px 100px 12px 12px;
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/**
 * Home page
 * -----------------------------------------------------------------------------
 */

/* divider between announcements and papers*/
#news-papers hr {
	background-color: #0A67A3; /*rgba(0, 0, 0, 0.1);*/
	border: 0;
	height: 5px;
	margin-bottom: 23px;
}

/* Excerpt settings */

.paper-title {
	font-weight: 600;
}

.paper-title a {
	color: #2b2b2b; /*#24890d;*/
}
.paper-title a:active,
.paper-title a:hover {
	color: #FFAA40; /*#41a62a;*/
}

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 90%; /*474px;*/
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.comment-reply-title small a {
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/* Comment Attachment plugin settings: http://wordpress.org/support/plugin/comment-attachment */
/*
.comment-form-attachment {
	background: #C6C6C6;
	margin-bottom: 20px;
	border-style:solid;
	border-width: 2px;
	border-color: #FF8E00;
	padding: 0 6px 6px 6px;
}

.comment-form-attachment label{
	background: #C6C6C6;
	margin-bottom: 20px;
	border-style:solid;
	border-width: 2px;
	border-color: #FF8E00;
	padding: 0 6px 6px 6px;
}
.comment-form-attachment label .attachmentRules {
}

*/
.comment-form-attachment input#attachment {
	background: #C6C6C6;
	margin-bottom: 20px;
	border-style:solid;
	border-width: 2px;
	border-color: #FF8E00;
	padding: 0 6px 6px 6px;
}

/*
.attachmentFile {
	background: #C6C6C6;
	border-style:solid;
	border-width: 2px;
	border-color: #FF8E00;
	padding: 24px 6px 0px 6px;
	font-size: 105%;
}
*/



#respond {
background: #ececec;
padding:0 6px 0 6px;
}
 
/* Highlight active form field */
#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 6px 0px 6px 6px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}

#respond input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
/*  margin: 5px 1px 3px 0px;*/
  border: 1px solid rgba(81, 203, 238, 1);
}

.comment-form-comment {
	background: #FFC173; /*#C6C6C6;*/
	margin-bottom: 20px;
	border-style:solid;
	border-width: 2px;
	border-color: #FF8E00;
	padding: 0 6px 6px 6px;
}

.comment-form-comment textarea {
	border-style:solid;
	border-width: 2px;
	border-color: #000;
}

.comment-form-comment a {
	color: #A65C00;
	font-weight: bold;	
}

.comment-form-comment a:hover {
	color: #BF8030; 
}
