/*
Theme Name: Responsive Child Theme (v2)
Author: Self-Help WordPress User
Template: responsive
*/

/* Your CSS goes after here */


blockquote {
    padding: 0 .1em;
}


blockquote {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #D6D6D6;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 4px;
    margin: 20px;
    overflow: auto;
    padding: 0 10px 10px 12px;
}

blockquote p {
    font-family: 'Georgia','Times New Roman',Times,serif;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
}

.fakeButton{
margin:0px 3px;
padding:2px 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid #000;

background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,254,254,1) 2%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(254,254,254,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(254,254,254,1) 2%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(254,254,254,1) 2%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(254,254,254,1) 2%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(254,254,254,1) 2%,rgba(219,219,219,1) 50%,rgba(226,226,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}


#fifty_percent  { float:left; width:48%; margin-right:2% }
.format-standard  .post-title { font-size:16px }
#content-search .post-title { font-size:16px }