/*  
Theme Name: Robintel Premium Wordpress Theme
Theme URI: http://skat.tf/
Description: An Ultra Responsive WordPress Theme designed by Skat Design for robintel.ro. <strong>Follow me on twitter:</strong> <a href="http://www.twitter.com/skatdesign">Skat Design</a>
Version: 1.2
Author: Skat
Author URI: http://skat.tf/
Tags: red, gray, two-columns, right-sidebar, theme-options.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------ */
/* 01. General
/* ------------------------------------------------------------------------ */

* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}
html {
}
body {
	font: normal 13px/20px "Droid Sans", Arial, Tahoma, sans-serif;
	background: url(framework/images/body-bg.png);
	color: #292928;
	-webkit-text-stroke: 0.001px transparent;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
::selection {
	background: #fc8282;/* Safari */
	color: #fff;
}
::-moz-selection {
	background: #fc8282; /* Firefox */
	color: #fff;
}
/* ------------------------------------------------------------------------ */
/* 02. Typography Styling
/* ------------------------------------------------------------------------ */

/* Links */
a {
	color: #fc5959;
	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: #706f70;
	padding: 0 20px;
	font-size: 14px;
	border-left: 4px solid #E6E6E6;
	margin-bottom: 15px;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Bitter", Tahoma, serif;
	font-weight: normal;
	color: #7d7d7d;
	padding-bottom: 18px;
	line-height: normal;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
	line-height: 36px;
}
h3 {
	font-size: 24px;
	line-height: 24px;
}
h4 {
	font-size: 20px;
	line-height: 18px;
}
h5 {
	font-size: 18px;
	line-height: 20px;
}
h6 {
	font-size: 16px;
	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;
}
/* Clear fix */
.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	line-height: 1%;
	font-size: 0;
}
* html .clear {
	height: auto
}
/* 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;
}
/* ------------------------------------------------------------------------ */
/* 03. Header
/* ------------------------------------------------------------------------ */

#header {
	width: 100%;
	height: 174px;
	background: url(framework/images/header-bg.png) repeat-x top;
	margin-bottom: 40px;
}
.header-content {
	width: 940px;
	margin: 0 auto;
	position: relative;
	height: 174px;
}
/* ------------------------------------------------------------------------ */
/* 04. Primary Header Navigation
/* ------------------------------------------------------------------------ */

.primary-menu {
	float: left;
}
.mnav-primary {
	display: none;	
}
.primary-menu ul li {
	float: left;
	border-right: 1px solid #6b6a66;
	font-size: 14px;
	list-style: none;
}
.primary-menu ul li a {
	color: #fff;
	line-height: 43px;
	display: block;
	padding: 0 15px;
	font-size: 13px;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
.primary-menu ul li a:hover {
	background-color: #ffd117;
}
.primary-menu ul li:last-child {
	border: none;
}
#header .primary-menu .current-menu-item a {
	color: #fff;
	background-color: #ffd117;
}
/* ------------------------------------------------------------------------ */
/* 05. Subscribe Icons
/* ------------------------------------------------------------------------ */

.subscribe-top {
	float: right;
}
.subscribe-top li {
	float: left;
	display: block;
	border-left: 1px solid #6b6a66;
}
.subscribe-top li:last-child {
	border-right: 1px solid #6b6a66;
}
.subscribe-top li a {
	display: inline-block;
	text-indent: -9999em;
	width: 44px;
	height: 43px;
	background: url(framework/images/sprite.png) no-repeat;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.subscribe-top li.facebook-top a {
	background-position: 0 0;
}
.subscribe-top li.twitter-top a {
	background-position: -44px 0;
}
.subscribe-top li.google-top a {
	background-position: -88px 0;
}
.subscribe-top li.youtube-top a {
	background-position: -132px 0;
}
.subscribe-top li.flickr-top a {
	background-position: -220px 0;
}
.subscribe-top li.instagram-top a {
	background-position: -262px 0;
}
.subscribe-top li.rss-top a {
	background-position: -176px 0;
}
.subscribe-top li.facebook-top a:hover {
	background-position: 0 -44px;
	background-color: #3B5998;
}
.subscribe-top li.twitter-top a:hover {
	background-position: -44px -44px;
	background-color: #5ce2fa;
}
.subscribe-top li.google-top a:hover {
	background-position: -88px -44px;
	background-color: #db5a3c;
}
.subscribe-top li.youtube-top a:hover {
	background-position: -132px -44px;
	background-color: #ed1f24;
}
.subscribe-top li.flickr-top a:hover {
	background-position: -220px -44px;
	background-color: #ff0084;
}
.subscribe-top li.instagram-top a:hover {
	background-position: -262px -44px;
	background-color: #517fa4;
}
.subscribe-top li.rss-top a:hover {
	background-position: -176px -44px;
	background-color: #FF6600;
}
/* ------------------------------------------------------------------------ */
/* 06. Site title & Tag Line
/* ------------------------------------------------------------------------ */

.site-title {
	float: left;
	font: 30px/30px 'Archivo Black', Tahoma, sans-serif;
	text-transform: uppercase;
	float: left;
	margin: 30px 0 0;
	border-right: 1px solid #dddddb;
	padding: 0 10px 5px 0;
}
.site-title a {
	color: #fc8282;
	-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;
}
.site-title a:hover {
	opacity: .8;
}
.tag-line {
	float: left;
	font-size: 13px;
	color: #838382;
	font-family: "Droid Sans", Tahoma, sans-serif;
	margin: 28px 0 0 10px;
}
/* ------------------------------------------------------------------------ */
/* 07. Header 460x60 Banner
/* ------------------------------------------------------------------------ */

.top-banner {
	float: right;
	margin: 15px 0 0;
}
/* ------------------------------------------------------------------------ */
/* 08. Header 460x60 Banner
/* ------------------------------------------------------------------------ */

.secondary-menu {
	float: left;
	height: 41px;
	position: absolute;
	bottom: 0;
}
.mnav-secondary {
	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: 99;
}
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: 41px;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #958d7c;
}
.sf-menu li {
	text-transform: uppercase;
	border-right: 1px solid #e7e6e5;
}
.sf-menu li:first-child {
	border-left: 1px solid #e7e6e5;
}
.sf-menu li a {
	padding: 0 10px;
}
.sf-menu li a:hover {
	background: url(framework/images/body-bg.png);
	border-top: 5px solid #fc8282;
	margin-top: -5px;
	border-bottom: 1px solid #fbfaf4;
}
#header .secondary-menu .current-menu-item a {
	background: url(framework/images/body-bg.png);
	border-top: 5px solid #fc8282;
	margin-top: -5px;
}
#header .secondary-menu li.current-menu-item ul li a {
	border: none;
	margin: 0;
	background: none;
}
/* 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: url(framework/images/body-bg.png);
	border-top: 5px solid #fc8282;
	margin-top: -5px;
	border-bottom: 1px solid #fbfaf4;
}
.sf-menu li.sfHover a:active {
}
/* SUBMENU 1 */

#header .sf-menu li ul {
	width: 198px;
	margin: 8px 0 0 -1px;
	padding: 5px 0;
	background: url(framework/images/body-bg.png);
	border: 1px solid #e7e6e5;
}
#header .sf-menu li ul .current-menu-item a {
	border: none;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #E7E6E5;
	border-top: none;
	border-bottom: none;	
}
.sf-menu li li {
	text-transform: capitalize;
	width: 199px;
	border: none;
	margin: 0;
}
#header .sf-menu li li a {
	color: #958d7c;
	margin: 0;
	padding: 0 10px;
	border: none;
	background: none;
	line-height: 30px;
	-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;
}
#header .sf-menu li li:first-child {
	border: none;
}
#header .sf-menu li li:last-child {
}
#header .sf-menu li ul li a:hover {
	color: #fc8282;
	border: none;
	margin: 0;
	background: none;
}
#header .sf-menu li ul li:first-child a:hover {
}
/* SUBMENU 2 */

#header .sf-menu li li ul {
	width: 198px;
	margin: 10px 0 0 70px;
	padding: 5px 0;
	background: url(framework/images/body-bg.png);
	border: 1px solid #e7e6e5;
}
#header .sf-menu li li ul li a {
	background: #175a7b;
}
#header .sf-menu li li ul li:last-child a:hover {
}
#header .sf-menu li li ul li:first-child a:hover {
}
#header .sf-menu li li li a {
	color: #958d7c;
}
#header .sf-menu li li li a:hover {
	color: #fc8282;
	border: none;
	margin: 0;
	background: none;
}
.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: #fc8282;
	border: none;
	margin: 0;
	background: none;
}
#header .sf-menu li li .sf-with-ul {
}
/* level 3 a color */
#header .sf-menu li li.sfHover li a {
	color: #958d7c;
}
/* level 3 a hover color */
#header .sf-menu li li.sfHover li a:hover {
	color: #fc8282;
	border: none;
	margin: 0;
	background: none;
}
.sf-menu li li .sf-with-ul {
}
.sf-menu li li.sfHover .sf-with-ul {
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	margin-right: 0;
}
.sf-with-ul {
	padding-right: 10px;
}
.sfHover .sf-with-ul {
	z-index: 9999;
	display: block;
}
.sf-sub-indicator {
	position: absolute;
	display: none !important;
	right: 3px;
	top: 1.05em; /* IE6 only */
	width: 9px;
	height: 6px;
	text-indent: -999em;
	overflow: hidden;/* background:		url(framework/images/menu_indicator.png) no-repeat 0 0;  8-bit indexed alpha png. IE6 gets solid image only */
}
/* sub menu arrow */
#header .sf-menu li ul li .sf-sub-indicator {
	/* background:		url(framework/images/sub_menu_indicator.png) no-repeat 0 0px;  8-bit indexed alpha png. IE6 gets solid image only */
	right: 10px;
	top: 12px;
	width: 7px;
	height: 9px;
	display: block;
}
#header .sf-menu li ul li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 17px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 17px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	/* background:		url(framework/images/menu_indicator.png) no-repeat 0 0;  8-bit indexed alpha png. IE6 gets solid image only */
	display: none;
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
}
.sf-menu ul a > .sf-sub-indicator {
}
/* apply hovers to modern browsers */
#header .sf-menu ul a:focus > .sf-sub-indicator, #header .sf-menu ul a:hover > .sf-sub-indicator, #header .sf-menu ul a:active > .sf-sub-indicator, #header .sf-menu ul li:hover > a > .sf-sub-indicator, #header .sf-menu ul li.sfHover > a > .sf-sub-indicator {
/* arrow hovers for modern browsers*/
	/* background:		url(framework/images/sub_menu_indicator.png) no-repeat 0 0; */
}
/* ------------------------------------------------------------------------ */
/* 9. Content
/* ------------------------------------------------------------------------ */

#wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
/*-- left col--*/
#left-col {
	width: 611px;
	float: left;
}
#right-col {
	width: 299px;
	float: right;
}
/*--content banenr--*/
.content-banner {
	float: left;
	width: 611px;
	margin-bottom: 45px;
}
/* ------------------------------------------------------------------------ */
/* 10. Blog Entry
/* ------------------------------------------------------------------------ */

.blog-entry {
	width: 579px;
	float: left;
	border: 1px solid #bec5ca;
	margin: 0 0 125px;
	padding: 0 15px;
	position: relative;
	background: #fff url(framework/images/article-bg.png) repeat-y 61px top;
}
.post-format-standard, .post-format-video, .post-format-gallery, .post-format-audio, .post-format-link {
	display: block;
	width: 16px;
	height: 17px;
	position: absolute;
	top: 31px;
	left: 56px;
	text-indent: -9999em;
	background: url(framework/images/sprite.png) no-repeat 0 -111px;
}
.post-format-video {
	background-position: -58px -107px;
	width: 20px;
	height: 20px;
	top: 28px;
	left: 52px;
}
.post-format-gallery {
	background-position: -26px -110px;
	width: 22px;
	top: 30px;
	left: 52px;
}
.post-format-audio {
	background-position: -88px -110px;
	width: 18px;
	top: 30px;
	left: 54px;
}
.post-format-link {
	background-position: -115px -111px;
	width: 16px;
	height: 16px;
	top: 31px;
	left: 55px;
}
.entry-meta {
	float: left;
	width: 100px;
	padding: 76px 0 0;
	color: #908f89;
	font: 11px/11px "Bitter", Tahoma, sans-serif;
	background: url(framework/images/sprite.png) -631px top no-repeat;
	margin-bottom: 20px;
}
.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;
}
.entry-meta ul li a:hover {
	color: #fc5959;
}
.capitalize {
	text-transform: capitalize;
}
.entry-content {
	float: right;
	width: 464px;
	min-height: 220px;
}
.entry-content ul li ul li, .entry-content ol li ol li, .entry-content ul li ul li ul li, .entry-content ol li ol li ol li {
	text-indent: 20px;	
}
.entry-content object, .entry-content embed {
	max-width: 100%;
}
.post-edit-link {
	display: block;
	clear: both;
}
.entry-title {
	font-size: 22px;
	padding: 25px 0 20px;
	line-height: 30px;
}
.entry-title span {
	display: none;	
}
.entry-title a {
	color: #7d7d7d;
}
.entry-title a:hover {
	color: #fc5959;
}
.entry-thumb {
	width: 464px;
	height: 260px;
	margin-bottom: 20px;
	-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: 464px;
	height: 260px;
}
.entry-video, .entry-audio {
	margin-bottom: 20px;
}
.entry-video iframe {
	width: 464px;
	height: 260px;
}
.entry-audio iframe {
	width: 464px;
	max-height: 260px;
}
.entry-title-link {
	padding-bottom: 5px;
}
.entry-link-content {
	margin-bottom: 15px;
	color: #ccc;
}
.entry-excerpt {
	margin-bottom: 20px;
	text-align: justify;
}
.entry-excerpt iframe {
	max-width: 100% !important;	
}
.entry-excerpt li {
	padding-bottom: 20px;
}
.entry-excerpt .indented {
	float: right;
	max-width: 426px;
}
.blog-entry footer {
	position: absolute;
	bottom: -82px;
	left: -1px;
	width: 611px;
	height: 81px;
	background: url(framework/images/sprite.png) no-repeat 0 bottom;
}
.read-more {
	background-color: #fc5959;
	color: #fff;
	padding: 12px 15px;
	display: inline-block;
	float: right;
	margin: 14px 15px 0 0;
	font: 14px/14px "Bitter", Tahoma, sans-serif;
	-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;
}
.read-more:hover {
	opacity: .8;
	color: #fff;
}
/* ------------------------------------------------------------------------ */
/* 11. Sidebar
/* ------------------------------------------------------------------------ */

.sidebar-widget {
	width: 277px;
	float: left;
	border-left: 1px solid #bec5ca;
	border-right: 1px solid #bec5ca;
	border-top: 1px solid #bec5ca;
	margin-bottom: 40px;
	padding: 0 10px 40px;
	background-color: #fff;
	position: relative;
}
.sidebar-widget a {
	color: #717070;
}
.sidebar-widget a:hover {
	color: #fc5959;
}
.sidebar-widget img {
	max-width: 100%;
}
.sidebar-widget li {
	background: url(framework/images/sprite.png) no-repeat -696px -90px;
	padding: 0 0 10px 10px;
	list-style: none;
}
.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 {
	width: 277px;
	padding: 10px;
	margin: 0 0 20px -10px;
	position: relative;
	font-size: 16px;
	color: #7d7d7d;
	border-bottom: 1px solid #d7dadc;
	background: url(framework/images/widget-title-bg.jpg);
	-webkit-box-shadow: inset 1px 1px 0 #fff;
	-moz-box-shadow: inset 1px 1px 0 #fff;
	box-shadow: inset 1px 1px 0 #fff;
}
/*-- search widget --*/
#search {
	margin: 20px 0 0;
	padding: 1px 1px 1px 0;
	float: left;
	border: 1px solid #d7dadc;
}
#search form input#s {
	width: 209px;
	border: none;
	float: left;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	color: #d1d1cd;
	
	-webkit-appearance: none;
    border-radius: 0;
}
input#searchsubmit {
	line-height: 36px;
	height: 36px;
	width: 45px;
	border: none;
	cursor: pointer;
	float: left;
	background: #fc5959 url(framework/images/sprite.png) no-repeat 13px -179px;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
input#searchsubmit:hover {
	opacity: .8;
}
/*-- latest tweets widget --*/
#twitter_update_list {
	border-bottom: 1px dashed #bec5ca;
	padding-bottom: 15px;
}
#twitter_update_list li {
	margin: 0 0 15px;
	background: none;
	padding: 0;
}
#twitter_update_list li:last-child {
	margin-bottom: 0;
}
#twitter_update_list li a {
	color: #fc5959;
}
#twitter_update_list li a:hover {
	color: #717070;
}
.follow-me {
	font: 15px/15px "Bitter", Tahoma, sans-serif;
	float: left;
	display: block;
	margin: 30px 0 0;
}
.follow-me a {
	color: #7d7d7d;
}
.follow-me a:hover {
	color: #fc5959;
}
.followers {
	float: right;
	display: block;
	width: 111px;
	height: 40px;
	background: url(framework/images/sprite.png) no-repeat 0 -222px;
	font-weight: 700;
	line-height: 40px;
	font-size: 14px;
	margin-top: 15px;
}
.followers span {
	width: 60px;
	float: right;
	display: block;
	text-align: center;
}
/*-- feedburner widget --*/

.feedburner-text {
	padding-bottom: 10px;
	margin-bottom: 15px;
	float: left;
	border-bottom: 1px dashed #bec5ca;
}
.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-text p {
	width: 227px;
	float: right;
}
.feedburner-input {
	width: 176px;
	height: 36px;
	line-height: 36px;
	border-left: 1px solid #bec5ca;
	border-top: 1px solid #bec5ca;
	border-bottom: 1px solid #bec5ca;
	border-right: none;
	float: left;
	padding: 0 10px;
	color: #d1d1cd;
	
	-webkit-appearance: none;
    border-radius: 0;
}
.feedburner-button {
	height: 38px;
	float: left;
	border-right: 1px solid #bec5ca;
	border-top: 1px solid #bec5ca;
	border-bottom: 1px solid #bec5ca;
	border-left: none;
	line-height: 38px;
	text-align: center;
	padding: 0 10px;
	background: #fff url(framework/images/sprite.png) no-repeat 0 -322px;
	color: #777777;
	-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;
	
	-webkit-appearance: none;
    border-radius: 0;
}
.feedburner-button:hover {
	color: #fc5959;
}
/* -- 125x125 ad blocks --*/
.ads ul {
	position: relative;
}
.ads ul li {
	float: left;
	width: 138px;
	margin-top: 7px;
	text-align: center;
	background: none;
	padding: 0;
}
/* -- top commentators --*/
.top-commentators li {
	width: 128px;
	padding: 0 0 10px 10px;
	float: left;
	text-transform: capitalize;
}
.top-commentators li a {
	color: #7D7D7D;
}
.top-commentators li a:hover {
	color: #fc5959;
}
/* -- custom recent comments --*/

.custom-recent-comments li {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	background: none;
	padding: 0;
}
.custom-recent-comments li a {
	color: #7d7d7d;
}
.custom-recent-comments li a:hover {
	color: #fc5959;
}
.recent-avatar {
	width: 35px;
	float: left;
	margin-right: 10px;
}
.recent-text {
	overflow: hidden;
}
.custom-recent-comments li p {
	line-height: 18px;
}
.recent-author {
	text-transform: capitalize;
}
/* -- archive dropdown --*/

.sidebar-widget select {
	width: 100%;
	border: 1px solid #d7dadc;
	padding: 2px 2px 2px 0;
	border-radius: 0;
}
/* -- tagcloud widget --*/
.tagcloud a {
	background: #fc5959;
	color: #fff;
	padding: 2px 5px;
}
.tagcloud a:hover {
	color: #707070;
}
/* -- pagination --*/

.pagination {
	width: 611px;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
.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-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;
}
.pagination .inactive {
	background-color: #fc5959;
	margin-left: 10px;
}
.pagination .pagi-last, .pagination .pagi-first, .pagination .pagi-next, .pagination .pagi-previous {
	background-color: #fc5959;
	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;
}
/* -- 404 --*/
.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;
}
/* ------------------------------------------------------------------------ */
/* 12. Comments
/* ------------------------------------------------------------------------ */

#comments {
	width: 569px;
	padding: 20px;
	float: left;
	border: 1px solid #BEC5CA;
	background: #fff;
	margin: 5px 0 32px;
	position: relative;
}
#comments ul, #comments ol {
	list-style: none;
}
.comment-body {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #bec5ca;
}
.comment-text {
	overflow: hidden;
	text-align: justify;
}
.comment-text p {
	padding-bottom: 15px;	
}
.comment-text cite {
	font-weight: 800;
	font-style: normal;
	display: block;
	font-size: 13px;
}
.comment-text cite a {
	color: #717070;
}
.comment-text cite a:hover {
	color: #fc5959;
}
.comment-meta {
	font-size: 11px;
	color: #ccc;
}
.comment-reply-link {
	color: #717070;
	font-size: 11px;
}
.comment-reply-link:hover {
	color: #fc5959;
}
.children {
	margin-left: 40px;
}
.author-avatar {
	width: 50px;
	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;
	display: inline-block;
	margin-bottom: 40px;
}
.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;
	margin-bottom: 10px;
        margin-top: 10px;
	float: left;
}
.respond-inputs p {
	float: left;
	width: 197px;
	margin-right: 10px;
}
.respond-inputs .last-input {
	margin-right: 0;
}
.respond-inputs input {
	width: 175px;
	border: 1px solid #BEC5CA;
	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 #fc5959;
}
.respond-textarea {
	width: 611px;
	display: inline-block;
}
#comments .commentlist #respond .respond-inputs p {
	float: none;
	margin-bottom: 10px;
}
#comments .commentlist #respond .respond-inputs p.last-input {
	margin-bottom: 0;
}
#comments .commentlist #respond .respond-textarea {
	width: 90%;
}
#comments .commentlist #respond textarea {
	width: 100%;
}
.respond-textarea textarea {
	width: 589px;
	padding: 10px;
	border: 1px solid #BEC5CA;
	color: #474746;
}
.form-submit {
	margin-bottom: 20px;
}
input#submit, input#submit:active, input#submit:focus {
	border: none;
	background-color: #fc5959;
	color: #fff;
	padding: 10px 15px;
	margin: 10px 0 0;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
input#submit:hover {
	opacity: .8;
}
#respond #cancel-comment-reply-link {
	display: block;
	margin-bottom: 15px;
}
.comment_form {
	clear: both;
}
/* ------------------------------------------------------------------------ */
/* 13. WP's Default Widgets
/* ------------------------------------------------------------------------ */

#wp-calendar {
	width: 100%
}
#wp-calendar caption {
	padding: 0 10px;
	text-align: right;
	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;
}
.sticky {
}
.textwidget {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*--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;
}
/* blogroll */

.blogroll li {
	width: 46%;
	float: left;
}
/* ------------------------------------------------------------------------ */
/* 14. Footer
/* ------------------------------------------------------------------------ */

#footer {
	width: 100%;
	background-color: #363636;
	display: table;
	position: relative;
	padding: 40px 0 0;
	color: #adadad;
}
#footer a {
	color: #adadad;
}
#footer a:hover {
	color: #f9917d;
}
.footer-content {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
.footer-widgets {
	position: relative;
	margin-left: -40px;
}
.footer-sidebar-widget {
	width: 205px;
	float: left;
	margin: 0 0 40px 40px;
}
.footer-sidebar-widget .textwidget {
	text-align: justify;
}
.footer-sidebar-widget li {
	list-style: none;
	background: url(framework/images/sprite.png) no-repeat -696px -90px;
	padding-left: 10px;
}
.footer-sidebar-widget h3 {
	color: #fff;
	font-size: 18px;
}
/* ------------------------------------------------------------------------ */
/* 15. Copyright
/* ------------------------------------------------------------------------ */

.copyright {
	width: 100%;
	display: inline-block;
	background-color: #292929;
	padding: 20px 0;
}
.copyright-content {
	width: 940px;
	margin: 0 auto;
	font-size: 12px;
	position: relative;
	color: #ADADAD;
}
.copyright a {
	color: #525252;
}
.copyright a:hover {
	color: #f9917d;
}
/* ------------------------------------------------------------------------ */
/* 16. Subscribe Icons Bottom
/* ------------------------------------------------------------------------ */

.subscribe-bottom {
	position: absolute;
	top: 8px;
	right: 0;
}
.subscribe-bottom li {
	float: left;
	display: block;
	margin-left: 10px;
}
.subscribe-bottom li a {
	display: inline-block;
	text-indent: -9999em;
	width: 28px;
	height: 28px;
	background: #383838 url(framework/images/sprite.png) no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.subscribe-bottom li.facebook-bottom a {
	background-position: -520px -218px;
}
.subscribe-bottom li.twitter-bottom a {
	background-position: -558px -218px;
}
.subscribe-bottom li.google-bottom a {
	background-position: -596px -218px;
}
.subscribe-bottom li.youtube-bottom a {
	background-position: -634px -218px;
}
.subscribe-bottom li.flickr-bottom a {
	background-position: -444px -218px;
}
.subscribe-bottom li.instagram-bottom a {
	background-position: -482px -218px;
}
.subscribe-bottom li.rss-bottom a {
	background-position: -672px -218px;
}
.subscribe-bottom li.facebook-bottom a:hover {
	background-position: -520px -256px;
	background-color: #3B5998;
}
.subscribe-bottom li.twitter-bottom a:hover {
	background-position: -558px -256px;
	background-color: #5ce2fa;
}
.subscribe-bottom li.google-bottom a:hover {
	background-position: -596px -256px;
	background-color: #db5a3c;
}
.subscribe-bottom li.youtube-bottom a:hover {
	background-position: -634px -256px;
	background-color: #ed1f24;
}
.subscribe-bottom li.flickr-bottom a:hover {
	background-position: -444px -256px;
	background-color: #ff0084;
}
.subscribe-bottom li.instagram-bottom a:hover {
	background-position: -482px -256px;
	background-color: #517fa4;
}
.subscribe-bottom li.rss-bottom a:hover {
	background-position: -672px -256px;
	background-color: #FF6600;
}
/* ------------------------------------------------------------------------ */
/* 17. Single Post Entry
/* ------------------------------------------------------------------------ */
.single-blog-entry {
	margin-bottom: 95px;
}
.single-blog-entry p {
	padding-bottom: 15px;
}
/* post tags */
.post-tags {
	float: left;
}
.post-tags a {
	padding: 4px 5px;
	background-color: #fafafa;
	border: 1px solid #d7dadc;
	color: #7d7d7d;
	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: #fc5959;
}
/* share box */

.share-entry {
	width: 464px;
	float: left;
	border-top: 1px dashed #bec5ca;
	padding-top: 20px;
	margin-top: 20px;
}
.share-entry h6 {
	float: left;
}
.share-entry ul {
	float: right;
}
.share-entry ul li {
	list-style: none;
	float: left;
	margin-left: 10px;
}
.share-entry ul li a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
	background: url(framework/images/sprite.png) no-repeat;
	-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: .8;
}
.share-entry ul li.share-facebook a {
	background-position: -605px -300px;
}
.share-entry ul li.share-twitter a {
	background-position: -630px -300px;
}
.share-entry ul li.share-google a {
	background-position: -655px -300px;
}
.share-entry ul li.share-email a {
	background-position: -680px -300px;
}
/* next & prev post links */

.previous-article a, .next-article a {
	background-color: #fc5959;
	color: #fff;
	padding: 12px 15px;
	display: inline-block;
	font: 14px/14px "Bitter", Tahoma, sans-serif;
	-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;
}
.previous-article {
	float: left;
	margin: 14px 0 0 15px;
}
.next-article {
	float: right;
	margin: 14px 15px 0 0;
}
.prev-next a:hover {
	opacity: .8;
}
/* ------------------------------------------------------------------------ */
/* 18. Author Area
/* ------------------------------------------------------------------------ */

.author-area {
	width: 571px;
	float: left;
	padding: 20px;
	background-color: #fff;
	border-top: 1px solid #BEC5CA;
	border-left: 1px solid #BEC5CA;
	border-right: 1px solid #BEC5CA;
	position: relative;
	margin-bottom: 30px;
}
.bottom-shadow {
	width: 611px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: -17px;
	left: 0;
	background: url(framework/images/sprite.png) no-repeat 0 -482px;
}
.author-image {
	float: left;
	margin: 40px 20px 0 0;
}
.author-bio {
	float: left;
	width: 467px;
}
.author-bio p {
	text-align: justify;	
}
.author-bio h4 {
	text-transform: capitalize;
}
/* ------------------------------------------------------------------------ */
/* 19. Normal Page Entry
/* ------------------------------------------------------------------------ */

.page-entry {
	background: #fff none;
	margin-bottom: 40px;
}
.page-entry .entry-content  {
	width: 100%;
}

.page-entry .entry-content p {
	padding-bottom: 15px;
}
/* ------------------------------------------------------------------------ */
/* 20. Full Width Page Entry
/* ------------------------------------------------------------------------ */

.full-width-page {
	width: 100%;
	background: #fff none;
	margin-bottom: 40px;
}
.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%;
}
/* togheter js */

.start-togetherjs {
	background: url(framework/images/sprite.png) no-repeat -670px -340px !important;
	display: inline-block;
	float: right;
	height: 20px;
	overflow: hidden;
	text-indent: 100% !important;
	white-space: nowrap !important;
	width: 30px !important;
}

/* flattr */

.share-flattr a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    text-indent: 0 !important;
    width: 56px !important;
}

/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */