/* 
    Document   : Colorway Language RTL
    Created on : Nov 30, 2012, 7:33:12 PM
    Author     : Inkthemes
    Description: Colorway Language RTL
       
*/

.logo img {
	float:right;
}
#menu .ddsmoothmenu li {
	float:right;
}
#menu .ddsmoothmenu {
	float:right;
}
.header .menu-bar ul {
	margin-right:-20px;
}
.slide .slide-content.entry {
	right:-550px;
}
.slide .slide-content.entry {
	border-left: 8px solid #A63400;
}
h1, h2, h3, h4, h5, h6 {
	text-align: right;
}
p {
	text-align: right;
	
}
.content-wrapper .content-info {
	text-align: right;
	}

blockquote {
text-align: right;
padding-right:90px;
}

blockquote {
background-position:right;
}
ol{
direction:rtl;
}

ol li{
list-style:decimal;
}

ul{
  direction:rtl;
  }
 
ul li {
margin-left:0;
}
.social_link {
float: right;
}
.social_logo {
float: right;
margin-right:20px;
margin-top:20px;
}

.content-info {
text-align: right;
margin-right:30px;
}
.content-wrap .contact {
float: right;
padding-left:50px;
}
.content-wrap #contactForm ul.contactform li label {
margin: 0px;
padding: 0px;
text-align: right;
float: right;
clear:both;
}
.content-wrap .contact #contactForm input#contactName, #contactForm input#email, #contactForm textarea {
width:352px;
}
.content-wrap .contact #contactForm input[type="submit"] {
float:right;
margin-left:275px;
}

#commentform {
float: right;
}
#commentform input[type="text"] {
width: 50%;
height: 20px;
float: right;
}
textarea#comment {
float: right;
}
#commentform input[type="text"], #commentform label, #commentform textarea {
clear: both;
display: block;
overflow: hidden;
float: right;
}
#respond input#commentSubmit {
clear: both;
float:right;
display:inline-block;
margin-left:500px;
}
.footer-container ul{
direction:rtl;
padding-right:15px;
}

.footer-container ul li{
list-style:disc;
}

.footer-container .textwidget{
text-align:right;
}

/* Media screen */
@media only screen and (min-width: 768px) and (max-width: 960px) {
.slide .slide-content.entry {
	right:-370px;
}

}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 480px) {
}