/*
Theme Name: pcap_orchid
Author: John Coleman
Author URI: http://dalriada-downshift.co.uk/
Template: orchid
*/

/* @DD4PCAP - disable .assistive-text to hide Post Navigation headings */ 
.assistive-text{
	display:none;
}


/* @DD4PCAP reduce h1 border-bottom to 0px to remove dotted underscore from post titles */
.status-publish.hentry > h1 {
border-bottom:0px;
}

/* @DD4PCAP widget-like classes to mimic sidebar widgets within front page content */
.lwidget {
    clear:both;
    font-size: 1em;
    overflow:hidden;
    margin-left:2em; margin-right:auto;
    float:left;
    padding: 10px 10px;
    margin-top: 20px;
    background-color: #b9c299;
    width: 40%;
  -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
		  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.125);
	 -moz-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.125);
		  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.125);
}

.rwidget {
    font-size: 1em;
    overflow:hidden;
    margin-left:auto; margin-right:2em;
    float:right;
    padding: 10px 10px;
    margin-top: 20px;
    background-color: #b9c299;
    width: 40%;
  -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
		  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.125);
	 -moz-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.125);
		  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.125);
}

/* @DD4PCAP fix comment input visibility which mysteriously disappeared ! */

.single-format-standard.custom-background div#comments.container.comments-area div.row div.span12 div.padding-large div#respond.comment-respond  form#commentform.comment-form  p.comment-form-author input{
margin: 0;
padding: 0;
font-size:small;
}
.single-format-standard.custom-background div#comments.container.comments-area div.row div.span12 div.padding-large div#respond.comment-respond  form#commentform.comment-form  p.comment-form-email input{
margin: 0;
padding: 0;
font-size:small;
}
.single-format-standard.custom-background div#comments.container.comments-area div.row div.span12 div.padding-large div#respond.comment-respond  form#commentform.comment-form  p.comment-form-url input{
margin: 0;
padding: 0;
font-size:small;
}