/**
 * Comments styling
 */
#comment-loading {
    background:transparent url('/images/loading.gif') no-repeat 71% 15px;
    text-align:center;
}
#comment-loading h2 {
    margin:0;
    padding:10px 0;
}
#ce-comments .comment-actions {
    padding:10px 0;
}
#ce-comments .comment {
    padding:5px 10px;
	list-style-type:none;
	border-bottom: 1px dotted #BBBBBB;	
}
#ce-comments ul {
    padding:10px 0 0 0;
}
#ce-comments li {
    margin:0 0 20px 0;
	list-style-type:none;	
}
#ce-comments p {
    padding:0px;
}
#ce-comments h3 {
    margin-bottom:10px;
}
#ce-comments .byline {
    font-weight:bold;
	color:#19417E;
}
#ce-comments .datetime {
    padding:0 0 0 5px;
    font-size:9px;
    color:#888;
}
#ce-comments .child {
    margin:0 0 0 25px;
}
#ce-comments .comment-body {
    margin:0 0 10px 0;
}
#ce-comments .comment-reply {
    background:transparent url('/images/reply_icon.png') no-repeat;
    padding:0 0 0 17px;
}
#comment-formbox {
    font-size:14px;
    overflow:hidden;
    height:1%;
}
.info-text {
    clear:both;
    color:#999;
    float:left;
    font-size:9px;
    width:340px;
}
.comment-form label {
    clear:both;
    float:left;
    width:340px;
}
.comment-form textarea {
    font:normal 11px Helvetica, Arial;
    overflow:hidden;
}
.comment-form .highlight {
    border:1px solid #d7b167;

    -webkit-box-shadow:1px 0 1px #F1CA7E;
    -moz-box-shadow:1px 0 1px #F1CA7E;
    box-shadow:1px 0 1px #F1CA7E;
}
.comment-form .input-container {
    clear:both;
    float:left;
    overflow:hidden;
    position:relative;
    width:370px;
}
.comment-form .error {
    background:transparent url('/images/invalid.png') no-repeat 341px 1px;
}
.comment-form .valid {
    background:transparent url('/images/valid.png') no-repeat 337px 1px;
}
.comment-textinput {
    border:1px solid #cbccd1;
    clear:both;
    float:left;
    font-size:14px;
    padding:3px 5px;
    margin:0 0 10px 0;
    width:320px;

    border-radius:3px;
    -khtml-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;

}
.comment-button {
    clear:both;
    float:left;
}
.comment-form .submitting {
    clear:both;
    float:left;
    background:transparent url('/images/loading.gif') no-repeat 200px 3px;
    overflow:hidden;
    width:100%;
}
#comment-formbox .error-box {
    background:transparent url('/images/invalid2.png') no-repeat 0 7px;
    color:#c01313;
    margin:10px 0;
    padding:5px 0 5px 35px;
}
#comment-formbox .error-box h2 {
}
#comment-formbox .error-box p {
}
#comment-success-box {
    background:transparent url('/images/valid2.png') no-repeat 0 13px;
    color:#0f960b;
    font-size:14px;
    margin:10px 0;
    padding:5px 0 5px 35px;
}
#comment-success-box h2 {
}
#comment-success-box p {
}

/** facebox css **/
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;
  width: 370px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child {
  margin-top:0;
}
#facebox .content > p:last-child {
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}


/** recaptcha **/
#recaptcha_div {
    clear:both;
    float:left;
    margin:0 0 10px 0;
}


/**
 * green buttons
 */
/* button */

button,
button[disabled]:hover,
button.comment-button[disabled],
button.comment-button[disabled]:hover {
    position: relative;
    display: inline-block;
    width:190px;
    overflow: visible; /* removes extra width in IE */
    zoom: 1;
    padding: 0;
    border: 1px solid #ccc;
    border-color: #ddd #aaa #aaa #ddd;
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
    background: -moz-linear-gradient(#f9f9f9, #f5f5f5);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    box-shadow: 0 0 1px #eee;
    -webkit-box-shadow: 0 0 1px #eee;
    -moz-box-shadow: 0 0 1px #eee;
}
button.left,
button.left:hover,
button.left[disabled],
button.left[disabled]:hover {
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    margin-right: -1px;
}
button.middle,
button.middle:hover,
button.middle[disabled],
button.middle[disabled]:hover {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-right: -1px;
}

button.right,
button.right:hover,
button.right[disabled],
button.right[disabled]:hover {
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}
button:hover {
    border-color: #ccc #888 #888 #ccc;
    background-color: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background: -moz-linear-gradient(#f5f5f5, #eee);
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
}
button span,
button a,
button a:hover {
    cursor:pointer;
    display: block;
    padding: 0.4em 1em;
    line-height: 1.4;
    text-align: center;
    font-size: 1.2em;
    color: #222;
    text-decoration: none;
    vertical-align: middle;
}
button img {
    margin-top: -3px;
    vertical-align: middle;
}
button[disabled],
button[disabled]:hover,
button.comment-button[disabled],
button.comment-button[disabled]:hover {
    border-color: #ddd;
    cursor: auto;
}
button[disabled] span,
button[disabled] a,
button[disabled] a:hover,
button.comment-button[disabled] span,
button.comment-button[disabled] a,
button.comment-button[disabled] a:hover {
    color: #aaa;
}
button.comment-button {
    border-color: #97CE37;
    background-color: #CAFF73;
    background: -webkit-gradient(linear, left top, left bottom, from(#F0FFCE), to(#CAFF73));
    background: -moz-linear-gradient(#F0FFCE, #CAFF73);
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    box-shadow: 1px 1px 2px #C6F28E;
    -webkit-box-shadow: 1px 1px 2px #C6F28E;
    -moz-box-shadow: 1px 1px 2px #C6F28E;
    width:190px;
}
button.comment-button:hover {
    border-color: #AED377;
    background-color: #C6F28E;
    background: -webkit-gradient(linear, left top, left bottom, from(#E4FFB3), to(#C6F28E));
    background: -moz-linear-gradient(#E4FFB3, #C6F28E);
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
}
button.comment-button span,
button.comment-button a,
button.comment-button a:hover {
    color: #0E5D00;
}
