/*
Theme Name: Twenty Ten
*/


/*
RTL Basics
*/


body {
	direction:rtl;
	unicode-bidi:embed;
}


/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#site-title {
	float: right;
}

#header .search_block {
	float: left;
}

#header .search_block p.phone {
	text-align: center;
}

#recipes_holder, #recipe_page_holder {
	float: right;
	margin: 0;
	padding-right: 0;
	padding-left: 10px; 
}

.hp_content {
	float: right;
	margin: 0;
}

#primary,
#secondary {
	float: left;
}
#secondary {
	clear: left;
}

.recipe_categories {
	float: right;
}

.hp_slideshow {
	float: left;
	text-align: left;
	padding-left: 0;
	padding-right: 60px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
input[type=submit] {
	font-family: Arial, Tahoma, sans-serif;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */


/* =Global Elements
-------------------------------------------------------------- */

/* Text elements */
ul, ol {
	margin: 0 1.5em 18px 0;
}
blockquote {
	font-style: normal;
}

/* Text meant only for screen readers */
.screen-reader-text {
	left: auto;
	text-indent:-9000px;
	overflow:hidden;
	display: none;
}

#search {
	text-align: left;
}

input {
	vertical-align: middle;
}

/* =Header
-------------------------------------------------------------- */

#site-description {
	clear: left;
	float: left;
	font-style: normal;
}


/* =Menu
-------------------------------------------------------------- */

#access div.menu, .menu-header {
	margin-right: -15px;
}

#access div.menu li, .menu-header li {
	margin-left: 5px;
}

#access .menu-header li,
div.menu li{
	float:right;
}

#access ul ul {
	left:auto;
	right:0;
	float:right;
}
#access ul ul ul {
	left:auto;
	right:100%;
}

/* =Content
-------------------------------------------------------------- */

#content table {
	text-align: right;
	margin: 0 0 24px -1px;
}
.page-title span {
	font-style:normal;
}

.entry-content input.file,
.entry-content input.button {
	margin-left: 24px;
	margin-right:0;
}
.entry-content blockquote.left {
	float: right;
	margin-right: 0;
	margin-left: 24px;
	text-align: left;
}
.entry-content blockquote.right {
	float: left;
	margin-right: 24px;
	margin-left: 0;
	text-align: right;
}
#entry-author-info #author-avatar {
	float: right;
	margin: 0 0 0 -104px;
}
#entry-author-info #author-description {
	float: right;
	margin: 0 104px 0 0;
}

.products .product_box {
	float: right;
}

/* Gallery listing
-------------------------------------------------------------- */

.category-gallery .gallery-thumb {
	float: right;
 	margin-left:20px;
	margin-right:0;
}


/* Images
-------------------------------------------------------------- */

#content .gallery .gallery-caption {
	margin-right: 0;
}

#content .gallery .gallery-item {
	float: left;
}

/* =Navigation
-------------------------------------------------------------- */
.nav-previous {
	float: right;
}
.nav-next {
	float: left;
	text-align:left;
}

/* =Comments
-------------------------------------------------------------- */

.commentlist li.comment {
	padding: 0 56px 0 0;
}
.commentlist .avatar {
	right: 0;
	left: auto;
}
.comment-author .says, #comments .pingback .url  {
	font-style: normal;
}

/* Comments form */
.children #respond {
	margin: 0 0 0 48px;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	margin-right: 0;
}
.widget-area ul ul {
	margin-right: 10px;
	margin-left: 0;
}
#wp-calendar caption {
	text-align: right;
}
#wp-calendar tfoot #next {
	text-align: left;
}

/* Main sidebars */
#main .widget-area ul {
	margin-right: 0;
}
#main .widget-area ul ul {
	margin-right: 1.3em;
	margin-left: 0;
}

/* =Footer
-------------------------------------------------------------- */
#site-generator {
	font-style:normal;
}

#footer .contact_info li.last {
	border-left: 0;
}

#footer-widget-area div#first li {
	float: right;
	padding-left: 10px;
}

/*GRIL ADITTIONS PAGE*/
@media only screen and (max-width: 922px){
    .products .product_box, .products .product_box.center {       
            float: none;   
            margin: 0 auto 15px;
        }
}

@media only screen and (min-width: 768px) {
	.lavaLamp {
		margin-right: -10px;
	}

	.lavaLamp li {
		float: right;
	}
}

@media only screen and (max-width: 768px){
	#header .search_block {
		float: none;
	}
	#footer .contact_info li {
		float: none;
	}

	#footer-widget-area div#first {
		float: none;
	}

	#footer-widget-area div#first li {
		float: none;
	}
	body.page-id-84 ul.recipe_categories {
		float: none;
	}
	#footer-widget-area div#first li {
		padding: 0 5px;
	}
	#footer-widget-area div#first {
		margin: 0;
	}
	.widget-area ul {
		margin: 0!important;
	}
}
