/*
Theme Name:     Boulevard Child
Description:    Customizations to the Boulevard theme for use with TWO website.
Author:         David Rahrer
Template:       boulevard

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

@import url("../boulevard/style.css");

/* Category posts widget styling */
.cat-post-item
{
 border-bottom: 1px solid #CCC;
 color: #000;
 font-family: 'PTSansNarrowRegular';
 font-size: 13px;
 list-style: none;
 margin-bottom: 20px;
 overflow: hidden;
 padding-left: 5px;
text-shadow: 0px -1px 0px #FFF;
}
.cat-post-item a
{
 font-weight: bold;
 color: ##BC0C0C !important;
}
.cat-post-item li
{
 background: #F2F2F2;
 background-image: none !important;
 border-bottom: none !important;
 border-left: 1px solid #d5d5d5;
 border-radius: 3px 3px 0 0;
 border-right: 1px solid #d5d5d5;
 border-top: 1px solid #d5d5d5;
 float: left;
 margin-bottom: 0 !important;
 margin-right: 4px;
 moz-border-radius: 3px 3px 0 0;
 padding: 10px;
 webkit-border-radius: 3px 3px 0 0;
}
.cat-post-item li.active
{
 background: #E2E2E2;
 border-color: #D1D1D1;
 color: #666;
 text-shadow: 0px -1px 0px #FFF;
}

/* Comment paragraph spacing */
.comment-box p {
    margin-bottom: 10px;
}

/* Use wider tag graphic in child image folder */
.post-tags a
{
	background: url(images/tag.png) no-repeat left;
	border-radius: 2px;
	color: #777;
	display: inline-block;
	font-size: 11px !important;
	height: 18px;
	margin: 4px 10px 4px 0;
	moz-border-radius: 2px;
	padding-left: 21px;
	padding-right: 10px;
	padding-top: 5px;
	text-shadow: 1px 1px 1px #FFF;
	webkit-border-radius: 2px;
}

.search-field {
    background: url("images/search-icon.png") no-repeat scroll left center rgb(255, 255, 255);
    border: 1px solid rgb(213, 213, 213);
    padding: 7px 7px 7px 20px;
    outline: medium none;
    font-family: 'PTSansRegular';
    font-size: 13px;
    color: rgb(119, 119, 119);
    width: 208px;
    box-shadow: 0px 0px 7px rgb(221, 221, 221) inset;
}

.textarea-comment { background:url(images/textarea-comment.png) no-repeat; border:0; width:472px; height:163px; padding:14px; font-family:arial; }

/* Constant Contact Widget */
input.cc_input {
  background:#FFF;
  no-repeat left; 
  border:1px solid #d5d5d5; 
  padding:7px 7px 7px 25px; 
  outline: none; font-family:'PTSansRegular';
  font-size:13px; 
  color:#777; 
  width:190px;
  -moz-box-shadow:inset 0 0 7px #DDD;
  -webkit-box-shadow:inset 0 0 7px #DDD;
  box-shadow:inset 0 0 7px #DDD;
}

input.cc_submit {
  background:#858585; 
  border:1px solid #666;
  font-family:'PTSansRegular'; 
  font-size:13px; 
  color:#FFF; 
  text-shadow: 0px -1px 0px #555; 
  padding:7px; 
  margin-left:-4px; 
  cursor:pointer; 
}