/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.entry .no_style {
    color: #333 !important;
}
.entry .no_style:hover {
     border-shadow: 0px 0px 5px #ccc;
     -moz-box-shadow: 0 0 5px #ccc;
     -webkit-box-shadow: 0 0 5px #ccc;
}

.entry a {
    color: #a10000;
    text-decoration: none;
}

.entry h3 a {
    color: #ff0000;
}

#respond textarea, input{
    border: 1px solid #999;
    box-shadow: 0 0 13px #efefef inset;
    -moz-box-shadow: inset 0 0 13px #efefef;
    -webkit-box-shadow: inset 0 0 13px #efefef;
    
         
}
#respond textarea{
overflow: auto;
}
/* 

    #respond input[type="submit"] {
    cursor: pointer;
    background: -moz-linear-gradient(100% 100% 90deg, #CC0000, #ee0000) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center bottom, center top, from(#CC0000), to(#ee0000));
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}
*/ 


/* 

   #respond input[type="submit"]:hover {
    background: -moz-linear-gradient(100% 100% 90deg, #EE0000, #CC0000) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center bottom, center top, from(#CC0000), to(#ee0000));
    font-size: 13pz;
    color: #fff;
    font-weight: bold;
}
*/ 

#google_1{
    float:right; 
    padding-top:1px;
    padding-left:9px;
    height: 60px;
    width: 50px;

}
.g_like {
    padding-left: 10px;
    padding-top: 4px;
    border-right: 1px solid #ddd;
    width: 90px;
    height: 28px;
}
.g_like:hover {
    background-color: #CD2A2A;
}

#g_likeTall {
    float: right;
    width: 70px;
    height: 20px;
    display: block;
   margin-left: 10px;

}

#comment textarea {
    width: 575px !important;
}


.recognition_wall{
padding-top: 12px;
}

#donateplusform p.submit input {
    
    height: 40px !important;
    border: none;
}

#donateplusform p.submit {
    text-align: center !important;

}

#donateplusform input {
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #CCC;
    height: 12px;
}

#donateplusform select {
    font-size: 12px;
    width: 250px !important;
}

img.v_img:hover {
    opacity: 0.90;
   filter:alpha(opacity=90);
 -moz-opacity: 0.90;
 -khtml-opacity: 0.90;
}

.button
{
        display: inline-block;
        white-space: nowrap;
        background-color: #eee;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
        background-image: -webkit-linear-gradient(top, #fff, #ddd);
        background-image: -moz-linear-gradient(top, #fff, #ddd);
        background-image: -ms-linear-gradient(top, #fff, #ddd);
        background-image: -o-linear-gradient(top, #fff, #ddd);
        background-image: linear-gradient(top, #fff, #ddd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#dddddd');
        background-image: -o-linear-gradient(rgb(255,255,255),rgb(221,221,221));
        border: 1px solid #aaa;
        padding: 0 1.5em;
        margin: 0.5em;
        font: bold 1em/2em Arial, Helvetica;
        text-decoration: none;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        border-radius: .2em;
}

.button:hover
{
        background-color: #ddd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
        background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
        background-image: -moz-linear-gradient(top, #fafafa, #ddd);
        background-image: -ms-linear-gradient(top, #fafafa, #ddd);
        background-image: -o-linear-gradient(top, #fafafa, #ddd);
        background-image: linear-gradient(top, #fafafa, #ddd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');

}

.button:active
{
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
        position: relative;
        top: 1px;
}

.button:focus
{
        outline: 0;
        background: #fafafa;
}    

.button:before
{
        background: #ccc;
        background: rgba(0,0,0,.1);
        float: left;
        width: 1em;
        text-align: center;
        font-size: 1.5em;
        margin: 0 1em 0 -1em;
        padding: 0 .2em;
        -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -moz-border-radius: .15em 0 0 .15em;
        -webkit-border-radius: .15em 0 0 .15em;
        border-radius: .15em 0 0 .15em;
        pointer-events: none;
}

/* Hexadecimal entities for the icons */

.add:before
{
        content: "\271A";
}

.edit:before
{
        content: "\270E";
}

.delete:before
{
        content: "\2718";
}

.save:before
{
        content: "\2714";
}

.email:before
{
        content: "\2709";
}

.like:before
{
        content: "\2764";
}

.next:before
{
        content: "\279C";
}

.star:before
{
        content: "\2605";
}

.spark:before
{
        content: "\2737";
}

.play:before
{
        content: "\25B6";
}
.more-link .continue:hover{
        border-shadow: 0px 0px 5px #ccc;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
}
.more-link .continue{
color:#333333;
}
.twitter-count-vertical {
    height: 70px !important;
    width: 60px !important;
}.uline {    border-bottom: 2px solid #ededed;    margin-bottom: 8px;}




