/* You may adapt and learn from the elements of this CSS to use in your own
projects, but you may not copy the design (the unique combination of images,
colors, sizes, typography, and positioning) since this is copyright of Shaymaa 
and may not be reproduced. 
------------------------------------------------------------------*/

/* Shaymaa's Comments stylesheet
------------------------------------------------------------------*/

.comment-box, .comment-box-alt, .comment-box-preview, .comment-box-shay {
	margin: 0 0 40px 0;
        padding: 0px;
	min-height: 100px;
        width: 590px;
	background: #E2E3DD;
        border: dashed 1px #003333;
	}
        .comment-box-shay {
                background: #e7f1f3;
                border: dashed 1px #006666;
	        }
        .comment-box-preview {
                background:  #FFF;
                border: dashed 1px #009999;
	        }

.gravatar {
	padding: 6px 0 0 6px;
        margin: 10px 10px 30px 10px;
	float:right;
	width:48px;
	height:75px;
	background: transparent;
	}
.gravatar p {
	text-align:center;
	padding: 5px 0 0 0;
	width:42px;
	color:#666;
	text-shadow:#333px 2px;
	font:bold 16px;
	}
.gravatar img { border: solid 4px #006666; }


.comment p{
        padding: 5px 80px 30px 20px; 
        background:none;
	}
.comment h3 {
	color:#2F3E3E;
	letter-spacing:0px;
	padding:20px 5p 0 0;
	margin:10px 10px 0 0;
	font:normal .94em;
	text-shadow:#000 2px 2px;
        /* border-bottom:1px solid #999;
	background:url(http://ahamshay.com/images/uploads/comments/dotted-line.gif) repeat-x left bottom;*/
	}
.comment h3 a, .comment h3 a:link, .comment h3 a:visited {
	background:none;
	color:#2F3E3E;
	border:0;
	}
.comment h3 a:hover {
	color:#768E9D;
	background:none;
	border:0;
	}
.comment h3 emComm {
	padding-right:10px;
	margin-right:9px;
        margin-top: -20px;
	/*border-right:1px solid #003333; */
	font-style:normal;
	}
.comment p emComm {color:#acc0a2;}
.comment h3 span {float:right;}

/* --------------------------------------------------------------- Comment Form ----*/
#commentButtons {
        margin-right: 142px;
}


