/*
Theme Name: Belmagan
Theme URI: #
Author: the SERV5
Author URI: http://serv5.com/
Description: Template Store
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ah_lang
*/
.wp-caption  {
    margin: 0px;
}
.wp-caption-text {
    margin: 0px;
}
.sticky {
    margin: 0px;
}
.gallery-caption  {
    margin: 0px;
}
.alignright  {
    margin: 0px;
}
.alignleft  {
    margin: 0px;
}
.aligncenter  {
    margin: 0px;
}
/* CommentList */	
#comments-title {
    font-size: 23px;
    font-weight: bold;
    color: #555;
    margin-bottom: 30px;
    overflow: hidden;
}
#comments-title em{color: #333;}
.commentlist li{
    background: #fafafa;
    margin-top: 20px;
    margin-bottom: 45px;
    clear:both;
    position:relative;
    clear:both;
    padding: 15px;
    border: 1px solid #ddd;
}
.comment-awaiting-moderation {
    color: #c00;
    padding: 3px 0px;
}
.comment-avatar {
    background: #aaa;
    overflow:hidden;
    width:45px;
    height:45px;
    overflow: hidden;
    margin:0 10px 10px 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float:left;
}
.comment-avatar img {
    width:45px;
    height:45px
}
.author-comment{overflow:hidden;position:relative;}
.author-comment cite {
    color:#3b3b3b;
    position:relative;
    display:block;
    margin-bottom:2px;
    padding-top:4px;
}
.commentmetadata {display: block;font-size:85%;	clear:both;	}
.commentmetadata a{color:#3b3b3b;}
.commentmetadata a:hover{color:#000;}	
.comment-wrap{
    background: white;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0 1px 3px 0 #B5B5B5;
    -moz-box-shadow: 0 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
    position:relative;
    padding:10px;
}
.comment-content{
    position:relative;
    clear:both;
    display:block;
    margin-top:10px;
    overflow:hidden;
    padding-bottom:5px;
    color: #666;
}
.comment-content p{margin-bottom: 0px;}
.nocomments {text-align: center;}
.commentlist li ul li {margin-left:4px;}
.commentlist li.pingback{padding:5px 10px;border-bottom:1px solid #ddd;}	
.commentlist .children{margin-top:45px; margin-left:45px;}
.commentlist .reply a{
    position:absolute;
    bottom:-21px;
    right:0;
    background:#ddd;
    padding:3px 10px;
    text-shadow:0 1px 1px #FFF;
    border-radius: 0px 0px 3px 3px;
    font-size:11px;
}
.commentlist .reply a:hover{background:#333;	color:#FFF;	text-shadow:0 1px 1px #000;	}
.bypostauthor {}

/* Add Comments Form */	
#respond {
    margin: 20px 0 0px;
    overflow: hidden;
    position: relative;
    clear: both;
}
.commentlist li #respond {margin: 10px 0 20px 70px !important;}
#respond h3 {
    font-size: 22px;
}
#commentform {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 15px 15px 8px;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#commentform .required {font-weight: bold;}
#commentform label {color: #888;}
#commentform p {	margin:10px 0;}
textarea {overflow:auto; width:97%;}
#commentform textarea,
#commentform input, textarea, input[type=text], input[type=password], input[type=email], select {
    background: #fff;
    color: #515151;
    border: 1px solid #d5d5d5;
    padding:10px 7px;
    margin-bottom: 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#commentform input {
    display: block;
    width: 50%;
}
#commentform input:focus {
    border: 1px solid #bbb;
}
#commentform input[type="checkbox"]{margin: 2px 7px 0 0;float:left;clear:left;}
#commentform textarea {width: 100%;}
#commentform textarea:focus {
    border: 1px solid #bbb;
}
#commentform input[type="submit"] {
    width: 25%;
    background: #999;
    border: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
#commentform input[type="submit"]:hover {
    background: #666;
}
#commentform input:hover,#commentform textarea:hover {}
#commentform input:focus,	#commentform textarea:focus, textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus {background: #fff;}
#commentform .form-allowed-tags ,.comment-form-comment label {display: none;}
.comment-form-email,.comment-form-url,.comment-form-url,.comment-form-comment {clear: both;}
.comment-notes{ margin-bottom:10px;	}
input.error, textarea.error{border:1px solid #FF0000 !important;}
.ah-error {
    background: #f9cbcb;
    border: 1px solid #f29e9e;
    padding: 15px 15px;
    color: #a91f1f;
    margin: 0px 15px;
    font-size: 16px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}