/*  
Theme Name: Rumblings
Theme URI: http://www.skatdesign.com/
Description: An Ultra Responsive Premium WordPress Theme. <strong>Follow me on twitter:</strong> <a href="http://www.twitter.com/skatdesign">Skat Design</a> !******** -- EDITED BY MICROGRADE.COM - /wp-content/themes/rumblings/framework/inc/tinymce/tinymce_buttons.php - distributed theme shortcode buttons on both TinyMCE rows. Check before upgrading theme!! -- ********!
Version: 1.1
Author: Skat
Author URI: http://www.skatdesign.com/
Tags: white, red, two-columns, right-sidebar, left-sidebar, theme-options.
License:
License:
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------ */
/* 01. General
/* ------------------------------------------------------------------------ */

body {
	font: normal 13px/20px "Droid Sans", Arial, Tahoma, sans-serif;
	background: url(framework/images/body-bg.jpg);
	color: #737373;
	-webkit-text-stroke: 0.001px transparent;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
::selection {
	background: #ff855d;/* Safari */
	color: #fff;
}
::-moz-selection {
 background: #ff855d; /* Firefox */
 color: #fff;
}
/* ------------------------------------------------------------------------ */
/* 02. Skeleton Base 960 Grid
/* http://getskeleton.com/
/* ------------------------------------------------------------------------ */
.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.container .column, .container .columns {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
.row {
	margin-bottom: 20px;
}
/* Nested Column Classes */
.column.alpha, .columns.alpha {
	margin-left: 0;
}
.column.omega, .columns.omega {
	margin-right: 0;
}
/* Base Grid */
.container .one.column, .container .one.columns {
	width: 40px;
}
.container .two.columns {
	width: 100px;
}
.container .three.columns {
	width: 160px;
}
.container .four.columns {
	width: 220px;
}
.container .five.columns {
	width: 280px;
}
.container .six.columns {
	width: 340px;
}
.container .seven.columns {
	width: 400px;
}
.container .eight.columns {
	width: 460px;
}
.container .nine.columns {
	width: 520px;
}
.container .ten.columns {
	width: 580px;
}
.container .eleven.columns {
	width: 640px;
}
.container .twelve.columns {
	width: 700px;
}
.container .thirteen.columns {
	width: 760px;
}
.container .fourteen.columns {
	width: 820px;
}
.container .fifteen.columns {
	width: 880px;
}
.container .sixteen.columns {
	width: 940px;
}
.container .one-third.column {
	width: 300px;
}
.container .two-thirds.column {
	width: 620px;
}
/* Offsets */
.container .offset-by-one {
	padding-left: 60px;
}
.container .offset-by-two {
	padding-left: 120px;
}
.container .offset-by-three {
	padding-left: 180px;
}
.container .offset-by-four {
	padding-left: 240px;
}
.container .offset-by-five {
	padding-left: 300px;
}
.container .offset-by-six {
	padding-left: 360px;
}
.container .offset-by-seven {
	padding-left: 420px;
}
.container .offset-by-eight {
	padding-left: 480px;
}
.container .offset-by-nine {
	padding-left: 540px;
}
.container .offset-by-ten {
	padding-left: 600px;
}
.container .offset-by-eleven {
	padding-left: 660px;
}
.container .offset-by-twelve {
	padding-left: 720px;
}
.container .offset-by-thirteen {
	padding-left: 780px;
}
.container .offset-by-fourteen {
	padding-left: 840px;
}
.container .offset-by-fifteen {
	padding-left: 900px;
}
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* ------------------------------------------------------------------------ */
/* 03. Typography Styling
/* ------------------------------------------------------------------------ */

/* Links */
a {
	color: #ff855d;
	outline-style: none;
	text-decoration: none;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-ms-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	transition: color .2s ease-in;
}
a:hover {
	text-decoration: none;
	color: #717070;
}
/* Blockquotes */
blockquote {
	color: #bab8ba;
	padding: 0 20px;
	font-size: 14px;
	border-left: 4px solid #E6E6E6;
	margin-bottom: 15px;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Droid Sans", Tahoma, serif;
	font-weight: 800;
	color: #5b5f60;
	padding-bottom: 10px;
	line-height: normal;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
	line-height: 36px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
}
h4 {
	font-size: 18px;
	line-height: 22px;
}
h5 {
	font-size: 16px;
	line-height: 20px;
}
h6 {
	font-size: 14px;
	line-height: 14px;
}
/* Images Styling */
img.alignleft {
	float: left;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
img.alignright {
	float: right;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	clear: both;
}
.aligncenter {
	margin: 0 auto;
	clear: both;
	display: block;
}
/* Raw code styling */
pre, code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	text-shadow: none;
}
pre {
	border: 1px solid #DDDDDD;
	margin: 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(framework/images/bg-code.gif);
}
/* Lists */

ul {
	list-style: square inside;
}
ol {
	list-style: decimal inside;
}
ul li ul, ol li ol {
	text-indent: 30px;
}
/* ------------------------------------------------------------------------ */
/* 04. Boxed Wrapper
/* ------------------------------------------------------------------------ */
#wrapper {
	width: 1000px;
	margin: 40px auto;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 10px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px 10px rgba(0, 0, 0, .1);
}
/* ------------------------------------------------------------------------ */
/* 05. Full Width
/* ------------------------------------------------------------------------ */
#full-width {
	width: 100%;
	margin: 0;
	background-color: #fff;
}
/* ------------------------------------------------------------------------ */
/* 06. Header
/* ------------------------------------------------------------------------ */

#header {
	height: 150px;
	position: relative;
}
/* ------------------------------------------------------------------------ */
/* 07. Main Header Navigation
/* ------------------------------------------------------------------------ */

.main-menu {
	background-color: #565353;
	margin: 10px 0;
}
.mnav {
	display: none;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 300;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
/*** SKIN ***/

.sf-menu a {
	padding: 0;
	position: relative;
	display: block;
	line-height: 45px;
	padding: 0 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sf-menu a {
	color: #dbdbdb;
}
.sf-menu li {
	text-transform: capitalize;
}
.sf-menu li a:hover {
	background-color: #ff855d;
	color: #ffffff;
}
.current-menu-item a {
	background-color: #ff855d;
	color: #fff;
}
/* menu with children */
#header .sf-with-ul {
}
/* menu with children hover */
#header .sfHover .sf-with-ul:hover {
}
/* dropdown active */
.sf-menu li.sfHover a {
	background-color: #ff855d;
	color: #fff;
}
/* SUBMENU 1 */

#header .sf-menu li ul {
	width: 200px;
	margin: 20px 0 0;
	padding: 5px 0;
	background-color: #565353;
	border-top: 4px solid #ff855d;
	font-size: 12px;
	text-indent: 0;
}
#header .sf-menu li ul .current-menu-item a {
	margin: 0;
	padding: 0 10px;
	border-top: none;
}
.sf-menu li li {
	text-transform: capitalize;
	width: 200px;
	border: none;
	margin: 0;
}
#header .sf-menu li li a {
	color: #dbdbdb;
	margin: 0;
	padding: 0 10px;
	border: none;
	background: none;
	line-height: 30px;
}
#header .sf-menu li li:first-child {
	border: none;
}
/* SUBMENU 2 */

#header .sf-menu li li ul {
	width: 200px;
	margin: 0 0 0 90px;
	padding: 5px 0;
	border-top: 4px solid #ff855d;
}
#header .sf-menu li li li a {
	color: #958d7c;
}
#header .sf-menu li ul li a:hover {
	color: #fff;
	border: none;
	margin: 0;
	background: #666666;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}
/* level 2 a active */
#header .sf-menu li li.sfHover a {
	color: #fff;
	border: none;
	margin: 0;
	background: #666666;
}
#header .sf-menu li li .sf-with-ul {
}
/* level 3 a color */
#header .sf-menu li li.sfHover li a {
	color: #dbdbdb;
	background: none;
}
/* level 3 a hover color */
#header .sf-menu li li.sfHover li a:hover {
	color: #fff;
	border: none;
	margin: 0;
	background: #666666;
}
.sf-menu li li .sf-with-ul {
}
.sf-menu li li.sfHover .sf-with-ul {
}
.sf-sub-indicator {
	display: none;
}
/* ------------------------------------------------------------------------ */
/* 08. Subscribe and Search
/* ------------------------------------------------------------------------ */

/* subscribe icons */
.subscribe-search {
	float: right;
}
.subscribe-top {
	float: right;
	margin-top: 40px;
}
.subscribe-top li {
	float: left;
	display: block;
	margin-left: 5px;
}
.subscribe-top li a {
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 37px;
	height: 32px;
	background: #d6d6d6 url(framework/images/sprite.png) no-repeat;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
.subscribe-top li.facebook-icon a {
	background-position: 0 0;
}
.subscribe-top li.twitter-icon a {
	background-position: -37px 0;
}
.subscribe-top li.google-icon a {
	background-position: -74px 0;
}
.subscribe-top li.linkedin-icon a {
	background-position: -111px 0;
}
.subscribe-top li.pinterest-icon a {
	background-position: -148px 0;
}
.subscribe-top li.youtube-icon a {
	background-position: -222px 0;
}
.subscribe-top li.vimeo-icon a {
	background-position: -259px 0;
}
.subscribe-top li.rss-icon a {
	background-position: -184px 0;
}
.subscribe-top li a:hover {
	background-color: #f7836d;
}
/* search box */
#search {
	margin: 40px 0 0 5px;
	padding: 0;
	float: right;
}
#s {
	width: 160px;
	border: none;
	float: left;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #d1d1cd;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	-webkit-appearance: none;
	border-radius: 0;
}
#searchsubmit {
	line-height: 36px;
	height: 32px;
	width: 34px;
	border: none;
	cursor: pointer;
	float: left;
	background: url(framework/images/sprite.png) no-repeat 10px -45px;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-appearance: none;
	border-radius: 0;
}
input#searchsubmit:hover {
	opacity: .8;
}
/* ------------------------------------------------------------------------ */
/* 09. Site title & Tag Line
/* ------------------------------------------------------------------------ */

.site-title {
	margin: 40px 0 0 0;
}
.site-title img {
	max-width: 100%;
}
.site-title a {
	color: #5b5f60;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.site-title a:hover {
	color: #ff855d;
}
/* ------------------------------------------------------------------------ */
/* 10. Content
/* ------------------------------------------------------------------------ */

.content {
	padding-top: 40px;
}
.content-padding {
	padding-top: 0;
}
.page-top {
	position: relative;
	margin: -20px 0 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}
.page-top h1 {
	font-size: 26px;
}
/* breadcrumbs */

.bread-crumbs-content {
	float: right;
	display: inline;
	margin-top: 10px;
}
/*--content banenr--*/
.content-banner {
	float: left;
	width: 611px;
	margin-bottom: 45px;
}
/* ------------------------------------------------------------------------ */
/* 11. Blog Entry
/* ------------------------------------------------------------------------ */

.blog-entry {
	position: relative;
	margin-bottom: 50px;
}
.post-format-standard, .post-format-video, .post-format-gallery, .post-format-audio, .post-format-link {
	display: block;
	width: 16px;
	height: 17px;
	position: absolute;
	top: 0;
	left: 31px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(framework/images/sprite.png) no-repeat 10px -322px;
	border: 1px solid #dddddd;
	padding: 10px;
}
.post-format-video {
	background-position: -48px -319px;
	width: 20px;
	height: 20px;
}
.post-format-gallery {
	background-position: -16px -322px;
	width: 22px;
}
.post-format-audio {
	background-position: -78px -320px;
	width: 17px;
}
.post-format-link {
	background-position: -105px -322px;
	width: 16px;
	height: 16px;
}
.entry-meta {
	float: left;
	width: 100px;
	padding: 55px 0 0;
	color: #908f89;
	font-size: 11px;
	line-height: 11px;
}
.entry-meta ul {
	border-top: 1px solid #ede9e2;
}
.entry-meta ul li {
	border-bottom: 1px solid #ede9e2;
	border-left: 1px solid #ede9e2;
	border-right: 1px solid #ede9e2;
	text-align: center;
	padding: 7px 0;
	background-color: #fff;
	list-style: none;
}
.entry-meta ul li a {
	color: #908f89;
}
.meta-categories a {
	display: block;
	line-height: 15px;
}
.entry-meta ul li a:hover {
	color: #ff855d;
}
.capitalize {
	text-transform: capitalize;
}
.entry-content {
	float: right;
	width: 578px;
	min-height: 180px;
}
.entry-content object, .entry-content embed {
	max-width: 100%;
}
.post-edit-link {
	display: block;
	clear: both;
}
.entry-title {
	font-size: 22px;
	padding: 5px 0 14px;
	line-height: 30px;
}
.entry-title span {
	display: none;
}
.entry-title a {
	color: #5b5f60;
}
.entry-title a:hover {
	color: #ff855d;
}
.entry-thumb {
	margin-bottom: 20px;
	width: 578px;
	height: 320px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.entry-thumb:hover {
	opacity: .8;
}
.entry-thumb img {
	width: 578px;
	height: 320px;
	max-width: 100%;
}
.entry-video, .entry-audio {
	margin-bottom: 20px;
}
.entry-video iframe {
	width: 578px;
	height: 354px;
}
.entry-audio iframe {
	width: 578px;
	max-height: 320px;
}
.entry-title-link {
	padding-bottom: 5px;
}
.entry-link-content {
	margin-bottom: 15px;
	color: #ccc;
}
.page-top .entry-link-content {
	margin-bottom: 0;
}
.entry-excerpt {
	margin-bottom: 20px;
}
.read-more {
	background-color: #ff855d;
	color: #fff;
	padding: 10px 12px;
	display: inline-block;
	float: left;
	margin-left: 121px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
.read-more:hover {
	color: #fff;
	background-color: #868686;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

/* ------------------------------------------------------------------------ */
/* 12. Sidebar
/* ------------------------------------------------------------------------ */

/*-- left col--*/
#left-col {
	float: left;
}
#right-col {
	float: right;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 20px;
}
.sidebar-widget a {
	color: #717070;
}
.sidebar-widget a:hover {
	color: #ff855d;
}
.sidebar-widget img {
	max-width: 100%;
}
.sidebar-widget li {
	padding: 0 0 5px;
	list-style: square inside;
}
.sidebar-widget li:last-child {
	padding-bottom: 0;
}
.widget-shadow {
	width: 299px;
	height: 17px;
	position: absolute;
	bottom: 0;
	left: -1px;
	background: url(framework/images/sprite.png) no-repeat 0 -390px;
	display: block;
}
.sidebar-widget h3 {
	padding: 0 0 10px;
	margin: 0 0 20px;
	position: relative;
	font-size: 16px;
	color: #5b5f60;
	border-bottom: 1px solid #d7dadc;
}
/* flickr */
.flickr {
	position: relative;
	margin-left: -10px;
}
#footer .flickr img {
	width: 63px;
	height: 63px;
	float: left;
	margin: 0 0 10px 10px;
	opacity: .5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
#footer .flickr img:hover {
	opacity: 1;
}
/*-- feedburner widget --*/

.feedburner-text {
	margin-bottom: 10px;
}
.feedburner-text span {
	display: block;
	width: 40px;
	height: 40px;
	background: url(framework/images/sprite.png) no-repeat 0 -278px;
	float: left;
	margin-right: 10px;
}
.feedburner-input {
	width: 152px;
	height: 34px;
	line-height: 34px;
	background: none;
	border-left: 1px solid #303435;
	border-top: 1px solid #303435;
	border-bottom: 1px solid #303435;
	border-right: none;
	float: left;
	padding: 0 10px;
	color: #737373;
	-webkit-appearance: none;
	border-radius: 0;
}
#right-col .feedburner-input {
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: none;
}
.feedburner-button {
	height: 35px;
	float: left;
	border: none;
	line-height: 35px;
	text-align: center;
	padding: 0 10px;
	background-color: #9dc23d;
	color: #fff;
	font-weight: 800;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-appearance: none;
	border-radius: 0;
}
.feedburner-button:hover {
	background-color: #ff855d;
}
/* -- 125x125 ad blocks --*/
.ads ul {
	position: relative;
}
.ads ul li {
	margin-bottom: 7px;
	text-align: center;
	background: none;
	padding: 0;
	list-style: none;
}

/* -- archive dropdown --*/

.sidebar-widget select {
	width: 100%;
	border: 1px solid #d7dadc;
	padding: 2px 2px 2px 0;
	border-radius: 0;
}
/* -- tagcloud widget --*/
.tagcloud a {
	background-color: #ff855d;
	color: #fff;
	padding: 2px 5px;
	display: inline-block;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
.tagcloud a:hover {
	color: #fff;
	background-color: #868686;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
	box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

/* ------------------------------------------------------------------------ */
/* 13. Pagination
/* ------------------------------------------------------------------------ */

.pagination {
	float: left;
	margin: 40px 0 40px 110px;
}
.pagination .current, .pagination .inactive, .pagination .pagi-first, .pagination .pagi-last, .pagination .pagi-previous, .pagination .pagi-next {
	background-color: #707070;
	padding: 4px 9px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
.pagination .current {
	margin-left: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}
.pagination .inactive {
	background-color: #ff855d;
	margin-left: 10px;
}
.pagination .pagi-last, .pagination .pagi-first, .pagination .pagi-next, .pagination .pagi-previous {
	background-color: #ff855d;
	margin-left: 10px;
}
.pagination .inactive:hover, .pagination .pagi-first:hover, .pagination .pagi-last:hover, .pagination .pagi-previous:hover, .pagination .pagi-next:hover {
	background-color: #707070;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

/* ------------------------------------------------------------------------ */
/* 14. 404 Error
/* ------------------------------------------------------------------------ */

.not-found img {
	max-width: 100%;
	margin-bottom: 15px;
}
.not-found p {
	margin-bottom: 10px;
}
/* image preloader */

.preloader {
	background: url(framework/images/ajax-loader.gif) center center no-repeat;
	display: inline-block;
	margin: 0;
}
/* ------------------------------------------------------------------------ */
/* 15. Comments
/* ------------------------------------------------------------------------ */

#comments {
	position: relative;
	border-top: 1px solid #ddd;
	padding-top: 40px;
}
.comments-title {
	padding-bottom: 40px;
}
#comments ul, #comments ol {
	list-style: none;
	text-indent: 0;
}
.comment-body {
	margin-bottom: 20px;
}
.comment-text {
	overflow: hidden;
}
.comment-text .author {
	margin-bottom: 10px;
}
.comment-text .text p {
	padding-bottom: 10px;
}
.comment-text cite {
	font-weight: 800;
	font-style: normal;
	display: block;
	font-size: 13px;
}
.comment-text cite a {
	color: #737373;
}
.comment-text cite a:hover {
	color: #ff855d;
}
.comment-meta {
	font-size: 11px;
	color: #ccc;
}
.comment-reply-link {
	color: #717070;
	font-size: 11px;
}
.comment-reply-link:hover {
	color: #ff855d;
}
.children {
	margin-left: 40px;
	border-left: 1px solid #ddd;
	padding-left: 10px;
}
#comments ol li {
	border-left: 1px solid #ddd;
	padding-left: 10px;
}
#comments ol li ul li {
	border: none;
	padding-left: 0;
}
.author-avatar {
	width: 47px;
	float: left;
	margin-right: 20px;
}
.author-avatar img {
	border: 3px solid #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
#comments ol.commentlist li ul.children li.depth-1 {
}
#comments ol.commentlist li ul.children li.depth-2 {
}
#comments ol.commentlist li ul.children li.depth-3 {
}
#comments ol.commentlist li ul.children li.depth-4 {
}
#comments ol.commentlist li ul.children li.depth-5 {
}
#comments ol.commentlist li ul.children li.depth-6 {
}
.nocomments {
	margin-left: 20px;
}
.trackbacks {
	width: 430px;
}
.trackbacks h3 {
	margin: 0 0 20px;
}
.trackbacks ul {
	list-style: none;
}
/*--respond--*/
h3#reply-title {
	display: none;
}
.fb_iframe_widget {
	border-bottom: none !important;
}
#respond {
	position: relative;
	margin: 20px 0 40px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.comment-notes {
	display: none;
}
#comments .commentlist #respond {
	margin-left: 10px;
	margin-bottom: 50px;
}
#comments .commentlist #respond h4 {
	padding-bottom: 5px;
}
#respond .form-allowed-tags {
	display: none;
}
#reply-title {
	margin: 20px 0 30px;
}
.respond-inputs {
	position: relative;
}
.respond-inputs p {
	margin-bottom: 10px;
}
.respond-inputs .last-input {
	margin-right: 0;
}
.respond-inputs input {
	width: 175px;
	border: 1px solid #ddd;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #d1d1cd;
	-webkit-appearance: none;
	border-radius: 0;
}
.respond-inputs input:focus, .respond-textarea textarea:focus {
	border: 1px solid #ff855d;
}
#comments .commentlist #respond .respond-inputs p {
	float: none;
	margin-bottom: 10px;
}
#comments .commentlist #respond .respond-textarea {
	width: 90%;
}
#comments .commentlist #respond textarea {
	width: 100%;
}
.respond-textarea textarea {
	padding: 10px;
	border: 1px solid #ddd;
	color: #737373;
	max-width: 100%;
}
.form-submit {
	margin-bottom: 20px;
}
input#submit, input#submit:active, input#submit:focus {
	border: none;
	background-color: #ff855d;
	color: #fff;
	padding: 10px 15px;
	margin: 10px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
input#submit:hover {
	background-color: #868686;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}
#respond #cancel-comment-reply-link {
	display: block;
	margin-bottom: 15px;
}
.comment_form {
	clear: both;
}
/* ------------------------------------------------------------------------ */
/* 16. WP's Default Styling
/* ------------------------------------------------------------------------ */

#wp-calendar {
	width: 100%
}
#wp-calendar caption {
	padding: 0 10px;
	text-align: left;
	font-weight: bold;
	margin: -5px 0 5px 0;
}
#wp-calendar thead {
	font-size: 10px
}
#wp-calendar thead th {
	padding: 5px 10px;
	font-weight: bold;
	border-top: 1px solid #f5f5f5;
}
#wp-calendar tbody {
	color: #aaa
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px 8px;
}
#wp-calendar tbody td:hover {
	background: #fff
}
#wp-calendar tbody .pad {
	background: none
}
#wp-calendar tfoot #next {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-top: 5px;
}
#wp-calendar tfoot #prev {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}
#prev {
	text-align: left;
	margin: 10px 0 0 0;
}
#next {
	text-align: right;
	margin: 10px 0 0 0;
}
.textwidget {
	margin-bottom: 0;
	padding-bottom: 0;
}
.textwidget p {
	padding-bottom: 10px;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.sticky {}
.bypostauthor {}
/*--gallery--*/
.caption {
	margin-left: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
.center {
	text-align: center;
}
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	text-align: center;
	max-width: 100%;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px;
	text-shadow: none;
}
.gallery-caption {}
/* blogroll */

.blogroll li {
	width: 46%;
	float: left;
}
/* ------------------------------------------------------------------------ */
/* 17. Latest Tweet
/* ------------------------------------------------------------------------ */

.latest-tweet {
	background-color: #303435;
	padding: 17px 0 15px;
	color: #76797a;
}
#twitter_update_list {
	list-style: none;
	background: url(framework/images/sprite.png) no-repeat 0 -177px;
	padding: 3px 0 5px 35px;
}
#twitter_update_list li a {
	color: #ff855d;
	display: inline;
}
#twitter_update_list li a:hover {
	color: #fff;
}
/* ------------------------------------------------------------------------ */
/* 18. Footer
/* ------------------------------------------------------------------------ */

#footer {
	background: #222222;
	padding: 40px 0;
}
#footer a {
	color: #737373;
}
#footer a:hover {
	color: #ff855d;
}
/* footer content */
.footer-sidebar-widget h3 {
	color: #6d6c6c;
	font-size: 18px;
}
.footer-sidebar-widget {
	margin-bottom: 20px !important;
}
/* ------------------------------------------------------------------------ */
/* 19. Copyright
/* ------------------------------------------------------------------------ */

.copyright {
	background-color: #0d0d0d;
	padding: 15px 0;
	font-size: 12px;
}
.copyright-content {
	width: 940px;
	margin: 0 auto;
	font-size: 12px;
	position: relative;
}
.copyright a {
	color: #525252;
}
.copyright a:hover {
	color: #f9917d;
}
/* footer menu */
.footer-menu {
	float: right;
}
.footer-menu li {
	list-style: none;
	float: left;
	margin-left: 10px;
}
.footer-menu .current-menu-item, .footer-menu .current-menu-item a {
	background: none;
	color: #ff855d;
}
/* ------------------------------------------------------------------------ */
/* 20. Single Post Entry
/* ------------------------------------------------------------------------ */
.single-blog-entry {
}
.single-blog-entry p {
	padding-bottom: 15px;
}
.page-navigation {
	padding-top: 10px;
	display: block;
}
/* post tags */
.post-tags {
	width: 100%;
	margin: 20px 0 0;
}
.post-tags a {
	padding: 4px 5px;
	background-color: #ff855d;
	color: #fff;
	float: left;
	margin: 0 5px 5px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
.post-tags a:hover {
	color: #fff;
	background-color: #868686;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
	box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}
/* share box */

.share-entry {
	border: 1px solid #ddd;
	border-width: 1px 0 1px 0;
	padding: 15px 0;
	margin: 15px 0 25px;
}
.share-entry h6 {
	float: left;
	line-height: 20px;
	padding-bottom: 0;
}
.share-entry ul {
	float: right;
}
.share-entry ul li {
	list-style: none;
	float: left;
	margin-left: 15px;
}
.share-entry ul li a {
	display: block;
	height: 20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(framework/images/sprite.png) no-repeat;
	opacity: .5;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.share-entry ul li a:hover {
	opacity: 1;
}
.share-entry ul li.share-facebook a {
	background-position: -353px 0;
	width: 11px;
}
.share-entry ul li.share-twitter a {
	background-position: -385px 3px;
	width: 26px;
}
.share-entry ul li.share-linkedin a {
	background-position: -431px 0;
	width: 20px;
}
.share-entry ul li.share-google a {
	background-position: -470px 0;
	width: 20px;
}
.share-entry ul li.share-delicious a {
	background-position: -511px 0;
	width: 20px;
}
.share-entry ul li.share-stumbleupon a {
	background-position: -551px 0;
	width: 20px;
}
.share-entry ul li.share-digg a {
	background-position: -591px 0;
	width: 23px;
}
.share-entry ul li.share-reddit a {
	background-position: -634px 0;
	width: 24px;
}
.share-entry ul li.share-email a {
	background-position: -678px 4px;
	width: 22px;
}
/* next & prev post links */

.previous-article a, .next-article a {
	background-color: #ff855d;
	color: #fff;
	padding: 10px 12px;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
.previous-article {
	float: left;
	margin: 0;
}
.next-article {
	float: right;
	margin: 0;
}
.prev-next a:hover {
	background-color: #868686;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}
/* ------------------------------------------------------------------------ */
/* 21. Author Area
/* ------------------------------------------------------------------------ */

.author-area {
	border: 1px solid #dddddd;
	padding: 20px 20px 5px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .1);
	-ms-box-shadow: inset 0 0 3px rgba(0, 0, 0, .1);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .1);
}
.author-image {
	float: left;
	margin-right: 20px;
	width: 84px;
}
.author-bio {
	float: left;
	width: 432px;
}
.author-bio h4 {
	text-transform: capitalize;
}
.author-bio p {
	padding-bottom: 15px;
}
/* ------------------------------------------------------------------------ */
/* 22. Normal Page Entry
/* ------------------------------------------------------------------------ */

.page-entry {
	background: #fff none;
	margin-bottom: 40px;
}
.page-entry .entry-content {
	width: 100%;
	min-height: inherit;
}
.page-entry .entry-content p {
	padding-bottom: 15px;
}
/* ------------------------------------------------------------------------ */
/* 23. Full Width Page Entry
/* ------------------------------------------------------------------------ */

.full-width-page {
	margin-bottom: 20px;
}
.full-width-page .entry-content {
	width: 100%;
}
.full-width-page p {
	padding-bottom: 15px;
}
.full-width-page .entry-title {
	padding-bottom: 40px;
}
.full-width-page img, .blog-entry img, .single-blog-entry img {
	max-width: 100%;
}
/* ------------------------------------------------------------------------ */
/* 24. Portfolio
/* ------------------------------------------------------------------------ */
/* filter links */
.portfolio-filters {
	margin-bottom: 40px;
}
.portfolio-filters ul li {
	list-style: none;
	float: left;
	margin-right: 10px;
}
.portfolio-filters ul li a {
	padding: 5px 10px;
	background-color: #ff855d;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.portfolio-filters ul li a:hover, .portfolio-filters ul li a.active {
	background-color: #868686;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
	box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}
/* portfolio content */
.portfolio-content {
	width: 100%;
}
.portfolio-item {
	margin-bottom: 30px;
	position: relative;
}
.portfolio-item img {
	padding: 10px;
	background-color: #f6f6f6;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
.portfolio-item h3 {
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	padding: 5px 0;
}
.portfolio-item h3 a {
	color: #6d6c6c;
}
.portfolio-item p {
	text-align: center;
}
.portfolio-thumb {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.thumb-overlay {
	display: block;
	background-color: rgba(237, 110, 69, .7);
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 0;
}
.link-icon {
	opacity: 0;
	top: -25px;
	display: block;
	width: 35px;
	height: 27px;
	background: #fff url(framework/images/sprite.png) no-repeat 10px -81px;
	position: absolute;
	z-index: 10;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.link-icon a {
	display: block;
	position: relative;
}
.portfolio-content .pagination {
	margin-left: 10px;
	width: 100%;
}
/* ------------------------------------------------------------------------ */
/* 25. Portfolio Two Columns
/* ------------------------------------------------------------------------ */

.portfolio-two-columns img {
	width: 437px;
	height: 242px;
}
.portfolio-two-columns .link-icon {
	left: 205px;
}
.portfolio-two-columns .thumb-overlay {
	width: 437px;
	height: 242px;
}
/* ------------------------------------------------------------------------ */
/* 26. Portfolio Three Columns
/* ------------------------------------------------------------------------ */

.portfolio-three-columns img {
	width: 271px;
	height: 150px;
}
.portfolio-three-columns .link-icon {
	left: 122px;
}
.portfolio-three-columns .thumb-overlay {
	width: 271px;
	height: 150px;
}
/* ------------------------------------------------------------------------ */
/* 27. Portfolio Four Columns
/* ------------------------------------------------------------------------ */

.portfolio-four-columns img {
	width: 200px;
	height: 90px;
}
.portfolio-four-columns .link-icon {
	left: 92px;
}
.portfolio-four-columns .thumb-overlay {
	width: 200px;
	height: 90px;
}
/* ------------------------------------------------------------------------ */
/* 28. Portfolio Single Full Width
/* ------------------------------------------------------------------------ */
.portfolio-video {
	margin-bottom: 20px;
}
.portfolio-video iframe, .portfolio-video object, .portfolio-video embed {
	max-width: 100%;
}
.client-details {
	margin-bottom: 20px;
}
.client-details ul {
	list-style: none;
}
.client-details ul li {
	text-transform: capitalize;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.client-details ul li a {
	color: #7e7e7e;
}
.client-details ul li a:hover {
	color: #ff855d;
}
.client-details ul li:first-child {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.client-details h4 {
	padding-bottom: 15px;
}
.client-details ul li span {
	text-transform: uppercase;
	display: inline-block;
	width: 90px;
	color: #bbb;
	font-size: 12px;
	font-weight: 700;
}
/* ------------------------------------------------------------------------ */
/* 29. Isotope
/* ------------------------------------------------------------------------ */

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* ------------------------------------------------------------------------ */
/* 30. Contact Form 7
/* ------------------------------------------------------------------------ */

.wpcf7-form input[type="text"] {
	width: 230px;
	border: 1px solid #ddd;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #7e7e7e;
	margin: 5px 0 0;
	max-width: 100%;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form textarea:focus {
	border: 1px solid #ff855d;
}
.wpcf7-form textarea {
	width: 430px;
	border: 1px solid #ddd;
	padding: 10px;
	max-width: 90%;
	color: #7e7e7e;
}
.wpcf7-form input[type="submit"], .wpcf7-form input[type="submit"]:active, .wpcf7-form input[type="reset"]:active, .wpcf7-form input[type="button"]:active {
	background-color: #ff855d;
	border: none;
	padding: 10px 12px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
.wpcf7-form input[type="submit"]:hover {
	background-color: #868686;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
	box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}
div.wpcf7-validation-errors {
	display: none !important;
}
span.wpcf7-not-valid-tip {
	top: 0 !important;
	left: 10px !important;
	width: 230px !important;
	padding: 0 !important;
	line-height: 20px;
	border: none !important;
	color: #ff855d;
	background: #fff;
}
/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */