/* 
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.

*/

body {
direction: rtl
}

.th {
float: left;
width: 250px;
height: 100px;
margin-bottom: 20px;
}

.continue{
        padding-top: 10px;
	}

.more{
        float: right;
	}

#ct{
margin-top: 10px;
}

#arc{
direction: ltr;
}

#editpost{
/*background-color: #ececec;
border: solid 0.5px #9b9b9b;*/
width: 40px;
height: 15px;
margin-bottom: 10px;
text-align: center;
}

#rssfeed{
padding-bottom: 30px;
padding-right: 2px;
}

#newsletter{
padding-top: 10px;
}

/*Comment Styles*/

    ol#comment-zone{padding:12px;}

        /*Default comment (Guest)*/
        #comment-zone li{list-style:none; margin:12px; padding:15px; clear:both; height:74px; background:#F7F7F7; border: 1px solid #DFDFDF; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;}
            #comment-zone li a{color:#0B5780;}
            #comment-zone li cite {font-style:normal; font-size:14px; font-weight:bold;}
                #comment-zone li cite a{text-decoration:none;}
            #comment-zone li img {border:5px solid #CFCFCF; width:64px; height:64px;}
            #comment-zone li .gravatar-col{clear:left;float:left; min-height:100px; width:90px;}
            #comment-zone li .comment-col{float:left;padding-right:30px; min-height:100px; width:420px;}