
blockquote::before {
	left: auto;
	right: -20px
}

.gallery-item {
	float: rightt;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: right;
}

/* Forms
--------------------------------------------- */


/* Tables
--------------------------------------------- */


td,
th {
	text-align: right;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
}

.content-sidebar .content {
	float: right;
}

/* Primary Sidebar */

.sidebar-primary {
	float: left;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: right;
	margin-right: 2.564102564102564%;
	margin-left: 0;
}

.first {
	margin-right: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Search Form
--------------------------------------------- */


.site-header .search-form {
	float: left;
}

/* Titles
--------------------------------------------- */

.page-title {
  text-align: right;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */


.widget ol > li {
	padding-right: 20px;
	padding-left: 0;
}

.widget li li {
	margin: 0 30px 0 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	left: auto;
	right: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: right;
}

.header-image .site-title > a {
	float: right;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: left;
	text-align: left;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu .menu-item {
	text-align: right;
}
.nav-primary  ul{
	text-align: left;
}

.genesis-nav-menu.menu-secondary li a {
  padding: 25px 5px 25px 0;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	right: auto;
}

.genesis-nav-menu > .first > a {
	padding-right: 0;
	padding-left: inherit;
}

.genesis-nav-menu > .last > a {
	padding-left: 0;
	padding-right: inherit;
}

.genesis-nav-menu > .right {
	float: left;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-right: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary .genesis-nav-menu li .sub-menu, .nav-primary{
	float: left;
}
/*.nav-secondary .genesis-nav-menu li .sub-menu, .nav-secondary {
	float: left;
}*/

/* Entries
--------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-right: 40px;
	margin-left: inherit;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	border-right: 1px solid #e5e5e5;
	border-left: none;
}
.sidebar-content .sidebar {
	border: none;
	border-left: 1px solid #e5e5e5;
	text-align: left;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1360px) {
}

@media only screen and (max-width: 1220px) {

}

@media only screen and (max-width: 1023px) {
}

@media only screen and (max-width: 782px) {
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		margin: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {

}