/*
Theme Name: Fooducate
Theme URI: 
Author: Fooducate Development team
Author URI: 
Description: Fooducate blog - base on fooducate site.
Version: 0.94
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: do you like Wordpress??
Text Domain: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*=====================
FOODUCATE STYLE 
=======================*/

/* 
 * A common css files for all Fooducate web site content 
 * @author itziky
 */
 
@font-face {font-family: 'FridaMediumEssential';src: url('fonts/23B8D8_0_0.eot');src: url('fonts/23B8D8_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/23B8D8_0_0.woff') format('woff'),url('fonts/23B8D8_0_0.ttf') format('truetype');}
@font-face {font-family: 'FridaBoldEssential';src: url('fonts/23B8D8_1_0.eot');src: url('fonts/23B8D8_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/23B8D8_1_0.woff') format('woff'),url('fonts/23B8D8_1_0.ttf') format('truetype');}

/*** resets unwanted browser defaults ***/
body, li, ol, ul, dl, dd, dt, form, fieldset {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

em {
	font-style: normal;
}

img {
	border: none;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

*:FOCUS {
	outline: none;	
}

/*** HTML elements ***/
body, input, textarea, button {
	Font-Family:  Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #474338;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a, a:VISITED {
	color: #59a561;
}

a:HOVER {
	text-decoration: underline;
}

h3, h4 {
	margin: 0;
	font-weight: normal;
}

p {
	margin-top: 13px;
	margin-bottom: 13px;
}

button {
	padding: 0;
	border: 1px solid #eeedeb;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;

	border-radius: 4px;
	/* for IE9 */
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	
	background: #f9f8f4; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjhmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjZjJlZmU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWJlOGUzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZTZlNWUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZTJlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); /* IE9 SVG */
	background: -moz-linear-gradient(top, #f9f8f4 0%, #f2efe8 8%, #ebe8e3 50%, #e6e5e0 92%, #e3e2e1 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #f9f8f4 0%,#f2efe8 8%,#ebe8e3 50%,#e6e5e0 92%,#e3e2e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f8f4 0%,#f2efe8 8%,#ebe8e3 50%,#e6e5e0 92%,#e3e2e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f8f4 0%,#f2efe8 8%,#ebe8e3 50%,#e6e5e0 92%,#e3e2e1 100%); /* IE10+ */
	background: linear-gradient(top, #f9f8f4 0%,#f2efe8 8%,#ebe8e3 50%,#e6e5e0 92%,#e3e2e1 100%); /* W3C */
} 

/*** general rules ***/

/* dark buttons (such as smart phones links or user dialog buttons) or panels with gradients (full search box) */
div.dark, a.dark, button.dark {
	background: #464338; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NDMzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzNiMzgyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjM4MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* IE9 SVG*/
	background: -moz-linear-gradient(top, #464338 0%, #3b382f 50%, #3b382f 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #464338 0%,#3b382f 50%,#3b382f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #464338 0%,#3b382f 50%,#3b382f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #464338 0%,#3b382f 50%,#3b382f 100%); /* IE10+ */
	background: linear-gradient(top, #464338 0%,#3b382f 50%,#3b382f 100%); /* W3C */
}

a.dark:HOVER, button.dark:HOVER {
	background: #3b382f; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiMzgyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzNiMzgyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjQzMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* IE9 SVG*/
	background: -moz-linear-gradient(top,  #3b382f 0%, #3b382f 50%, #464338 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #3b382f 0%,#3b382f 50%,#464338 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3b382f 0%,#3b382f 50%,#464338 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3b382f 0%,#3b382f 50%,#464338 100%); /* IE10+ */
	background: linear-gradient(top,  #3b382f 0%,#3b382f 50%,#464338 100%); /* W3C */
}

/* simple lists */
ul.styled {
    padding-left: 40px;

}

ul.styled li {
    list-style: disc;
}

.content {
	/* any content panel will be centered on the browser window and have the same width */
	width: 960px;
	margin: 0 auto;
	vertical-align: middle;
	
	/* to have page bottom curls, in some inner panels (see secion.css) */
	position:relative;
	z-index: 0;
}

/* The main column at any page */
.main-column {
	width: 635px;
	float: left;
	position: relative;
}

.side-column {
	float: right;
	margin-bottom: 50px;
	width: 300px;
}

/* AKA clearfix, see http://css-tricks.com/snippets/css/clear-fix/ */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 7 (trigger hasLayout) */
}

/* For cases that we can't use class "group" - when it conflicts "curls" */
.clearance {
	clear: both;
}

.prompt {
	color: #a19e91;
}

a[disabled] {
	text-decoration: none;
	cursor: default;
	color: #d2d2d2 !important;
}

.nowrap {
	white-space: nowrap;
}

.date {
	font-size: 10px;
	color: #8a8378;
}

.clickable {
	cursor: pointer;
}

span.error, p.error {
	color: #ea3010;
}

#not-found {
	text-align: center;
}

#not-found li {
	text-align: left;
	margin-left: 35%;
}

/*** Any popup ***/
.ui-dialog-content {
	border: 1px solid #b5b4b0;
	box-shadow: 0 0 1px #b5b4b0;

	border-radius: 8px;
	/* for IE9 */
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	
	/* to change jquery dialog defaults */
	min-height: 0px !important;
}

.ui-widget-overlay.lightbox {
     background-color: black;
     opacity: 0.4;
}

/* popup close link */ 
.ui-dialog-titlebar-close {
	position: absolute;
	right: 6px;
	top: 23px;
	width: 16px;
	height: 16px;
	background: #e0e0e0 url(images/sprite.1.262.png) no-repeat 0 -90px;
	border: 1px solid white;
	text-indent: -9999px;

	border-radius: 4px;
	/* for IE9 */
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ui-dialog-titlebar-close:HOVER {
	background-color: #ede7d9;
}

/* a drop down menu */
.ui-dialog-content.drop-down-menu {
	margin-top: -10px;
	box-shadow: 0 1px 2px #b5b4b0;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	/* for IE9 */
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
} 

.drop-down-menu li+li {
	border-top: 1px solid #E3E3E3;
}

.drop-down-menu a {
	display: block;
	padding: 3px 6px;
	color: #474338;
	background-color: white;
	text-decoration: none;
}

.drop-down-menu a:HOVER {
	background-color: #F7F6F0; 
}


/*** jbar (jquery message bar) ***/
.jbar {
	height:50px;
	width:100%;
	position:fixed;
	text-align:center;
	left:0px;
	top:0px;
	z-index:9999999;
	margin:0px;
	padding:0px;
}

.jbar-content {
	font-size: 18px;
	
	position: relative;
	padding: 13px 0;
	border: 1px solid #938d78;
	border-top: none;
	box-shadow: 1px 1px 3px #938d78;
	background-color: #F0F0F0;

	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	/* for IE9 */
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.jbar .text {
	background-image: url(images/sprite.1.262.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	min-height: 72px;
	line-height: 72px;
}

.jbar .text.error {
	background-position: 30px -110px;
}

.jbar .text.info {
	background-position: 30px -190px;
}

.jbar .text.long {
    margin-left: -15px;
    padding-left: 125px;
    padding-right: 60px;
    font-size: 15px;
    line-height: 1.5em;
}

.jbar .text.long em {
	font-weight: bold;
}

.jbar .text.long p {
	margin: 6px 0 0;
	text-align: left;
}

.jbar .ui-dialog-titlebar-close {
	right: 11px;
	top: 13px;
}

/*** Any for field ***/
.field label {
	display: block;
	margin-left: 2px;
}

.field input {
	margin-top: 3px;
	padding: 4px;
	border: none;
	font-size: 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* for IE9 */
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.field .error {
    float: left;
    font-size: 11px;
    margin: 3px 0 0 2px;;
}

/*** loading animations ***/
a.loading {
	background: url(images/ajax-loader-small.gif) no-repeat center;
}

button.loading {
	background: white url(images/ajax-loader-button.gif) no-repeat center !important;
}

div.loading {
	background: url(images/ajax-loader.gif) no-repeat center;
}

/* loading animation popup */
.ui-dialog-content.loading {
	padding: 30px 30px 30px 100px;
	font-size: 25px;
	background: white url(images/ajax-loader.gif) 12% 50% no-repeat;
}

/* Had to fix the jquery overlay div, otherwise it wouldn't cover the page and kept the loading dialog non modal */
.ui-widget-overlay {
    position:absolute;
    top:0;
}

/* Search box */
#search-product {
	display: inline-block;
	padding: 0; /*3px 3px 3px 7px;*/
	background: url("images/home-sprite-1-262.png") no-repeat scroll 273px -242px white;
	border: 1px solid #464339;
	
	/* rounded corners */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* for IE9 */
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
    
    
}

#search-product>input {
	float: left;
	height: 19px;
	width: 260px;
	padding: 3px 0;
	border: none;
	margin: 3px 7px 3px 7px;
	font-size: 16px;
}

#search-product>button {
	float: left;
	width: 40px;
	height: 30px;
	background: none;
    border-radius: 0;
    border:0;
}

/*** Any page content ***/
#page h1{font-family: FridaBoldEssential;
        font-size: 27px;
		margin:0;
		padding:0;
        color:#464339 !important;
        }
#page-content-strip {
	padding-top: 25px;
	padding-bottom: 70px;
	overflow: hidden;
}

#app #page-content-strip {
	/* although we have sticky footer - for "loading" cases when the page is empty for a while */
	min-height: 600px;
}

/*** The static content pages ***/
.content-page .section-full {
	padding: 15px 25px;
}
.content-page p {
	line-height: 1.4em;
}

.report-issue {
	margin-top: 10px;
	padding: 3px 0 0; 
	display: inline-block;
	color: #474338;
	font-size: 12px;
}

.report-issue:HOVER {
	background-position: -20px -60px;
}

/*** Add this tool box ***/
#add-this.vertical>*, #add-this.vertical>*>* {
	float: none;
}

#add-this.vertical>* {
	display: block;
	padding: 0;
}

#add-this.vertical>*+* {
	margin-top: 4px;
}

#add-this.vertical>.addthis_button_pinterest_pinit+* {
	margin-top: -2px;
}

#category-browse #add-this,
.main-column #add-this {
	position: absolute;
	left: -33px;
	padding: 4px 4px 0px;
	background-color: white;
	
	border-radius: 5px;
	/* for IE9 */
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#breadcrumbs{margin:0 0 8px;}
#breadcrumbs a, #breadcrumbs a:visited{color:#464339;}



#sidetabs{position: fixed; right:0; top:180px;  }

#sidetabs #iphone-side-tab{
	background: url('images/homepage_sprite.png') no-repeat 0 -1724px;
	width: 77px;
	height: 113px;
    display: block;
}
#sidetabs #andriod-side-tab{
	background: url('images/homepage_sprite.png') no-repeat -1px -1888px;
	width: 77px;
	height: 113px;
    display: block;
}

#sidetabs #iphone-side-tab:hover{
	background: url('images/sidetab-hover.png') no-repeat 0 -187px;
}

#sidetabs #andriod-side-tab:hover{
	background: url('images/sidetab-hover.png') no-repeat 0 1px;
}
/* 
 * Any page header
 */

#header-top {
	padding-bottom: 15px;
    background: url("images/home-sprite-1-262.png") repeat-x scroll 0 -346px #FFFFFF;
}

#logo {
	display: inline-block;
	width: 252px;
	height: 61px;
	background: url(images/logo.png) no-repeat 0 0;
	text-indent: -9999px;
    float:left;
}

#header-top #logo {
	margin-top: 16px;
}

#user-menu-hook {
	float: right;
	height: 23px;	
    margin-top:-2px;
}


#user-menu a {
	margin: 0 13px 0 0; 	
	text-decoration: none;
    color:#fff;
    font-size:14px;
}
#user-menu .avatar {
    margin: 0 3px -5px 0;
	width: auto;
	height: 18px;

	border-radius: 3px;
	/* for IE9 */
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#user-menu>* {
	float: left;
}



#user-menu span {
	margin-top: 4px;	
}

#user-menu #hello {
    background: url("/resources/images/down-arrow-white.png") no-repeat 100% 55%;
    padding-right: 13px;
}

#user-menu a#fb-connect {
	margin: -4px 0 0;
	width: 88px;
	height: 23px;
    line-height: 23px;
	text-align: center;
	color: white;
	background: url("images/home-sprite-1-262.png") no-repeat scroll -76px -304px #135DA0;
	border: 1px solid #00549f;
	border-radius: 3px;
	/* for IE9 */
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#user-menu a#fb-connect.loading {
	background: url(images/ajax-loader-small-blue.gif) no-repeat center;
	border-color: #6396c4;
}

/* top nav */
#header .nav {
	margin-top: 7px;
	float: right;
}

#header .nav>* {
	float: left;
}

#header .nav>*+* {
	margin-left: 10px;
}

#header .nav a, #header .nav {
	color: #fff;
	font-size: 14px;
    text-decoration: none;
}

#header .nav a:HOVER {
	color: white;
	text-decoration: none;
}

#header #header-top-strip{background: #464339; height: 34px;}
#header #header-top-strip #header-top-strip-inner{width:960px; margin:0 auto;}
#header #header-top-strip .nav{float:none; margin:0; padding: 5px 0; z-index:100;}

#header #header-top-strip #add-this {
	float: right;
	margin: 0 10px 0 0;	
}

#header-top-nav{float:left; margin:25px 0 0 40px; width:665px;}
#header-top-nav #search-product{float:left;}
#header-top-nav span{float:left; display:block; margin:0 8px; padding: 8px 3px 0;}
#header-top-nav #browse-btn{background: #464339; padding:8px 15px; display: block; color:#fff; float:left; 
  -webkit-border-radius: 4px;
          border-radius: 4px;
 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  
   background-color: #4e4b42;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4e4b42), to(#2f2d27));
    background-image: -webkit-linear-gradient(top, #4e4b42, #2f2d27);
    background-image:    -moz-linear-gradient(top, #4e4b42, #2f2d27);
    background-image:      -o-linear-gradient(top, #4e4b42, #2f2d27);
    background-image:         linear-gradient(to bottom, #4e4b42, #2f2d27);
  
}

#header-top-nav #browse-btn:hover{text-decoration: none;
background-color: #5d5a4e; /*2f2d27;*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2f2d27), to(#4e4b42));
    background-image: -webkit-linear-gradient(top, #2f2d27, #4e4b42);
    background-image:    -moz-linear-gradient(top, #2f2d27, #4e4b42);
    background-image:      -o-linear-gradient(top, #2f2d27, #4e4b42);
    background-image:         linear-gradient(to bottom, #2f2d27, #4e4b42);
}

#header-top-nav #user-action-menu{float:left; margin:0 20px; padding:5px 10px;}
#header-top-nav #user-action-menu a{color:#464339;}

/* 	LEVEL ONE */

#header #header-top-strip .nav li{
    border: 1px solid #464339; 
    border-bottom:0;
    border-top:0;
    margin:0 5px 0 0;
}

#header #header-top-strip .nav li.hover{
    border: 1px solid #red; 
}


ul.dropdown             { position: relative; }
ul.dropdown li          { float: left; zoom: 1; border:1px solid #464339; border-bottom: 0;
    margin:0 10px 0 0;}
ul.dropdown li.has_sons { padding: 0 10px 0 0; /*background: url("/resources/images/sprite.1.262.png") no-repeat scroll 68px -321px transparent;*/ height: 28px;}
ul.dropdown li.has_sons#nutrition-101{background-position:95px -321px;}

ul.dropdown a:hover		{ color: #464339; }
ul.dropdown a:active    { color: #464339; }
ul.dropdown li a,ul.dropdown li span        { display: block; padding: 4px 8px; 
Font-Family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;}
ul.dropdown li.hover{ 
    background: #fff; 
    color: #464339;
    position: relative; 
    border:1px solid red;/*#726D5C;*/
    
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

ul.dropdown li.has_sons.hover{ 
    -webkit-border-radius: 4px 4px 0 0 ;
    border-radius: 4px 4px 0 0 ;
}

ul.dropdown li.hover ul li{border:0;}

#header-top-strip-inner nav ul.nav li.has_sons ul.sub_menu li{border-radius: 0;}

ul.dropdown li.hover a  { color: #464339; }
#header #header-top-strip #header-top-strip-inner nav ul.nav li a.headlink:hover,
#header #header-top-strip #header-top-strip-inner nav ul.nav li.hover a,
#header #header-top-strip #header-top-strip-inner nav ul.nav li a.headlink:active{color: #464339;}

/* 	LEVEL TWO */
ul.dropdown ul{ 
    background: #fff;
    border: 0; 
    border-top:0;
    width: 180px; 
    visibility: hidden; 
    position: absolute; 
    top: 100%; 
    left: -1px; 


  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

ul.dropdown li#daily-tips ul{ 
    width: 200px; 
}

 ul.dropdown li#our-apps ul{ 
    width: 230px; 
}

ul.dropdown ul li{ font-weight: normal;  color: #000; float: none; width: 100%; border:0;}

#header div#header-top-strip div#header-top-strip-inner nav ul.nav li.has_sons ul.sub_menu li:last-child{
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border-bottom: 1px solid #464339; 
}
 
/* IE 6 & 7 Needs Inline Block */

ul.dropdown li ul a:hover { font-weight: bold;} 

/* 
 * Any page footer 
 */
 
/*** For sticky footer - see http://ryanfait.com/sticky-footer/ ***/
html, body {
	height: 100%;
}

#page {
	min-height: 100%;
	height: auto;
 	margin-bottom: -269px;
	background: #f0ede4;
    min-width: 960px;
}

#push-footer, #footer {
	height: 270px;
    background: #fff;
}

/*** the footer components ***/ 
#footer {
	font-size: 11px;
	background-color: #fff;
	text-align: center;
}

#footer-strip {
	height: 23px;
	background-color: #464339;
}

#footer-strip .content {
	position: relative;
}

#footer-strip .groceries {
	position: absolute;
	right: 106px;
	margin-top: -43px;
	width: 173px;
	height: 66px;
	background: url(images/home-sprite-1-262.png) repeat-x 0 -700px;
}

#footer-strip .smart-phones {
	position: absolute;
	right: 0;
	margin-top: -79px;
	width: 112px;
	height: 185px;
	background: url(images/home-sprite-1-262.png) repeat-x 0 -940px;
}

#pr-list {
	display: block;
	height: 50px;
	margin-top: 60px;
	background: url(images/pr-sprite.png) no-repeat center;
}

/*** footer nav ***/
#footer .nav {
	margin-top: 45px;
	display: inline-block;
}

#footer .nav>* {
	float: left;
}

#footer .nav>li {
	margin: 0 2px;	
}

#footer .nav>li+li:before {
    content:"|";
}

#footer .nav, #footer .nav a, #footer #rights {
	color: #474338;;	
	padding:0 4px;
}

#footer #rights {
	margin: 15px 18% 0;
	padding-bottom: 20px;
}
/* 
* For the popup that suggests to relevant smartphone app. 
*/

#app-suggestion .ui-dialog-content {
	padding: 150px 75px 60px;
	background-color: #f1f1f1;
	border: 3px solid #c5c8d0;

	border-radius: 30px;
	/* for IE9 */
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

#app-suggestion h1 {
	margin: 0 0 67px;
	font-size: 67px;
}

#app-suggestion img {
	float: left;
}

#app-suggestion ul {
	float: right;
	width: 495px;
}

#app-suggestion li {
	min-height: 81px;
	background: url(images/smart-phone-sprite.png) no-repeat;
	padding-left: 97px;
	font-size: 51px;
}

#app-suggestion li+li {
	margin-top: 42px;
}

#app-suggestion li#healty {
	background-position: 0 -7px;
}

#app-suggestion li#weight {
	background-position: 0 -154px;
}

#app-suggestion li#free {
	background-position: 0 -300px;
	margin-top: 24px;
	padding-top: 18px;
}

#app-suggestion #download {
	margin-top: 82px;
	width: 712px;
	padding: 27px 0;
	display: inline-block;
	text-align: center;
	color: white;
	font-size: 45px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	
	border-radius: 12px;
	/* for IE9 */
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;

	background: #2a5d00; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhNWQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwNTQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzFhNGQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iIzFjNTAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjVhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* IE9 */
	background: -moz-linear-gradient(top,  #2a5d00 0%, #205400 50%, #1a4d00 51%, #1c5000 63%, #225a00 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #2a5d00 0%,#205400 50%,#1a4d00 51%,#1c5000 63%,#225a00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2a5d00 0%,#205400 50%,#1a4d00 51%,#1c5000 63%,#225a00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2a5d00 0%,#205400 50%,#1a4d00 51%,#1c5000 63%,#225a00 100%); /* IE10+ */
	background: linear-gradient(top,  #2a5d00 0%,#205400 50%,#1a4d00 51%,#1c5000 63%,#225a00 100%); /* W3C */
}

#app-suggestion #download:HOVER {
	text-decoration: none;
}

#app-suggestion .ui-dialog-titlebar-close, #app-suggestion .ui-icon-closethick {
	width: 72px;
	height: 72px;
}

#app-suggestion .ui-dialog-titlebar-close {
	position: absolute;
	right: 24px;
	top: 51px;
	border: 3px solid #d8dadd;
	text-indent: -9999px;

	border-radius: 18px;
	/* for IE9 */
	border-top-right-radius: 18px;
	border-top-left-radius: 18px;
	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;

	background: #efefef; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #efefef 2%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#efefef), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 2%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 2%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 2%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #efefef 2%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
}

#app-suggestion .ui-icon-closethick {
	background: transparent url(images/smart-phone-sprite.png) no-repeat 0 -450px;
	display: block;
}
/*
 * Home page content
 * @author itziky 
 */

/*** footer social feed panels ***/
#social-feed {
	margin: 50px 0 30px;
	min-height: 240px;
    background: #fff;
    width:960px;
    margin:0 auto;
}

#social-feed>* {
	float:left;
}

#social-feed .section-header {
	padding-top: 0px;
 	padding-bottom: 14px;
	background-color: transparent;
}

#blog-panel {
	width: 290px;
}

#blog-panel ul {
	margin-top: 9px;
}

#blog-panel li+li  {
	clear: both;
	padding-top: 8px;
	margin-top: 8px;
}

#blog-panel li>* {
	float: left;
}

#blog-panel li .picture {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	position: relative;
}

#blog-panel li .picture>img {
	width: 32px;
	clip: rect(0pt, 32px, 32px, 0pt);
	position: absolute;
}

#blog-panel li .title {
	width: 248px;
}

#facebook-panel {
	margin-left: 30px;
}

#facebook-panel .section-header {
	padding-left: 10px;
}

/*** footer twitter panel ***/
#twitter-panel {
	float: right;
	width: 290px;
}

#twitter-panel  .section-header {
	padding-left: 8px;
}

/* using twitter internal classes to customize twitter widget - this is unofficial solution */
.twtr-hd, .twtr-ft {
	display: none;
}

.twtr-widget a, .twtr-tweet-text {
	font-size: 11px;
}

/* change the action link colors to text default (not link default) */
#twtr-widget-1 .twtr-tweet em a {
	color: #474338 !important;
	font-size: 10px;
}

/* All possible social panels border color (fb is impossible to change - in iframe)*/
#blog-panel li+li, .twtr-tweet+.twtr-tweet {
	border-top: 1px dotted #989898;
}

.twtr-widget .twtr-tweet {
	border-bottom: none !important;
}

.home-section{ border-bottom: 1px solid #c8c8c8; padding:30px 0;}

#home #page #home-top h1,
.home-section h1{color:#464339;
                 font-size: 52px; 
                 font-family: FridaMediumEssential;
                 font-weight: normal;
                 font-style: normal;
                 margin:0;}

.home-section h2{color:#464339;
                 font-size: 24px; 
                 font-family: FridaBoldEssential;
                 font-weight: normal;
                 font-style: normal;
                 margin:3px 0 20px;}

.home-section h3{color:#464339;
                 font-size: 44px; 
                 font-family: FridaMediumEssential;
                 font-weight: normal;
                 font-style: normal;
                 margin:0 0 15px;}

#home-download h4{color:#464339;
                 font-size: 32px; 
                 font-family: FridaMediumEssential;
                 font-weight: normal;
                 font-style: normal;
                 margin: 40px 0 0;
            }

.home-section .desc-text{color:#464339;
                         font-size: 18px; 
                         font-family: FridaMediumEssential;
                         margin:10px 0 20px;}

.home-section a{color:#464339;
                text-decoration: underline;}
.home-section a:hover{text-decoration: none;}

#home-top{padding:10px 0 30px;}
#home-top .slide{ width:960px; display:none;}
#home-top .slide .section{width:960px; 
                          margin:0 auto; 
                          text-align:center; 
                          padding: 12px 0;
                          background: #fff;
                         -webkit-border-radius: 12px;
                            border-radius: 12px;
                         font-family: FridaBoldEssential;
}
#home-top .slide .section.curls:before, #home-top .slide .section.curls:after {
	bottom: 17px;
}

#home-top .section .curls:before, #home-top .section .curls:after {
	bottom: 17px;
}
#home-product-detials{ height: 476px;}

#home-product-detials #the-product{ width:618px; float:left;}
#home-product-detials #the-product img{ width:618px; float:left;}
#home-product-detials #single-product-desc{ margin:80px  0 0; width:300px; float:right;}

#featured-products{ width:570px;}

#feature-detials{height: 228px;}
#home #feature-detials #page-content{ margin-top:15px; width:580px; float:right;}
#feature-detials .home-section-desc { float:left; width:320px; margin:0 30px 0 0;}

#home-grade{height: 200px;}
#home-grade #garding-image{background: url('images/homepage_sprite.png') no-repeat 0 -862px;
                           float:left;
                           height: 116px;
                           margin:20px 0;
                           width: 283px;}

#home-video{height: 187px;}
#home-video #home-video-link{background: url('images/homepage_sprite.png') no-repeat 0 -1028px;
                           float:left;
                           width: 296px;
                           height: 190px;}


#home-video .home-section-desc,
#home-grade .home-section-desc{float:right; margin:0 0 0 30px; width:630px;}
#home-video .home-section-desc{ margin-top:25px;}

#home-download {height: 445px;padding-top: 30px; }
#home-download .mobile-text{width:265px; height: 382px; float:left; padding:0 15px 0 185px;}
#home-download .mobile-text.iphone{background: url('images/homepage_sprite.png') no-repeat  -6px 0;}
#home-download .mobile-text.andriod{background: url('images/homepage_sprite.png') no-repeat -7px -431px;}

#home-download .mobile-text a.getapp{
    width: 195px;
	height: 64px;
    display: block;
    margin:11px 0 0 ;
}

#home-download .mobile-text a#home-download-iphone{background: url('images/homepage_sprite.png') no-repeat 0 -1268px}
#home-download .mobile-text a#home-download-iphone:hover{background: url('images/homepage_sprite.png') no-repeat 0 -1382px;}

#home-download .mobile-text a#home-download-andriod{background: url('images/homepage_sprite.png') no-repeat 0 -1496px;}
#home-download .mobile-text a#home-download-andriod:hover{background: url('images/homepage_sprite.png') no-repeat 0 -1610px;}

#home #page-content-strip{padding:25px 0 0;}

#social-feed-warper{clear:both; background: #fff; padding: 30px 0 20px; height: 300px;}


#home-download .qrcode{ border:4px solid #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  width:130px;
  margin:15px 0;
}


a.read-more {
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
    
    color:#ffffff;
    clear:both;
    display:inline-block;
    font-size: 14px; 
    font-family: FridaBoldEssential;
    font-weight: bold;
    padding:3px 20px;
	text-decoration:none;
    
    background-color: #4e4b42;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4e4b42), to(#2f2d27));
    background-image: -webkit-linear-gradient(top, #4e4b42, #2f2d27);
    background-image:    -moz-linear-gradient(top, #4e4b42, #2f2d27);
    background-image:      -o-linear-gradient(top, #4e4b42, #2f2d27);
    background-image:         linear-gradient(to bottom, #4e4b42, #2f2d27);
    
}
a.read-more:hover {
    background-color: #5d5a4e; /*2f2d27;*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2f2d27), to(#4e4b42));
    background-image: -webkit-linear-gradient(top, #2f2d27, #4e4b42);
    background-image:    -moz-linear-gradient(top, #2f2d27, #4e4b42);
    background-image:      -o-linear-gradient(top, #2f2d27, #4e4b42);
    background-image:         linear-gradient(to bottom, #2f2d27, #4e4b42);

  
}


#home-grade a.read-more,
#home-video a.read-more{
float:left;}


#home .section-header.top {
	background-color: #464339;
    color: #fff;
}


/*
 * Featured products panel at the home page
 */
#home #page-content {
	margin-top: 60px;
	height: 213px; /* To have height before featured products are dispalyed */
}

#featured-products .section-header, #featured-products .product-details { 
 	padding-left: 20px;
 	padding-right: 20px;
}

#featured-products .section {
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	/* for IE9 */
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#featured-products .section {
	height: 172px;
}


#featured-products .product-details {
	float: left;
	width: 147px;
	height: 162px;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
}

#featured-products .product-details+.product-details {
	border-left: 1px solid #e3e3e3;
}

#featured-products .product-details>* {
	float: none;
}

#featured-products .product-details .product-picture-holder {
	margin: 0 auto;
}

#featured-products .product-details .name {
	margin-top: 7px;
	font-size: 13px;
}

#featured-products { float:right;}

#featured-products #feature-inner{overflow: hidden; zoom:1; text-align : left;}

#featured-products #feature-inner-block{zoom:1; text-align : left;}
#featured-products #feature-block-new{zoom:1; text-align : left;}

#home #featured-products div.section .product-details h3 {font-family: "Trebuchet MS",Helvetica,sans-serif; }
/*
 * Any section, for example, product page contains several sections, each section has a header, content and optional footer 
 */
.section, .section-footer, .section-full {
	background-color: white;
}

.section-full {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* for IE9 */
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.section-header {
	padding-top: 6px;
 	padding-bottom: 6px;
	font-size: 11px; 
	background-color: #e5e1d2;
}

.section-header.top {
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	/* for IE9 */
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
    
    background-color: #e5e1d2; 
}

.section-header>h4 {
	display: inline-block;
}

.section-header>h4>a {
	font-size: 12px;
}

.section-footer {
 	padding-top: 5px;
 	padding-bottom: 4px;
	font-size: 12px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	/* for IE9 */
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;

	/* Since the curls style conflicts the "group" class, we force min-height */
	min-height: 16px;
}

/* Paper bottom curls style */
.curls {
	position: relative;
}
.curls:before, .curls:after {
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 6px;
	bottom: 14px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
	z-index: -1;
}
.curls:after {
	left: auto;
	right: 6px;
	-webkit-transform: skew(5deg) rotate(5deg);
    -moz-transform: rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

.side-column .curls:before, .side-column .curls:after {
	bottom: 11px;
}

#featured-products .curls:before, #featured-products .curls:after {
	bottom: 17px;
}

.section-footer a {
	color: #474338;
}

/* When just showing a message in the section */
.section-full.message {
	min-height: 80px;
	padding: 15px;
	font-size: 20px;	
	line-height: 1.4em;
}

.section-full.message em {
	display: block;
	margin-bottom: 0.4em;
	font-size: 1.1em;
	font-weight: bold;	
}
/*
 * Common to home and app pages content
 * @author itziky 
 */
 
/*** common product styles - appears in several pages ***/
.product-details:HOVER {
	cursor: pointer;
	background-color: #f7f6f0;
}

/* Product picture */
.product-picture-holder {
	position: relative;
}

.product-picture-holder .picture {
	position: absolute;
	left: 0;
}

.product-picture-holder.small {
	width: 90px;
	height: 90px;
}

.product-picture-holder.small .picture {
	width: 90px;
	clip: rect(0 90px 90px 0);
}

.product-picture-holder.large {
	width: 180px;
	height: 180px;
}

.product-picture-holder.large .picture {
	width: 180px;
	clip: rect(0 180px 180px 0);
}

/* grade icon */
.grade-icon {
	width: 40px;
	height: 40px;
	background-image: url(images/grade-sprite.png);
}

/* when the grade is on the procut picture */
.product-picture-holder .grade-icon {
	position: absolute;
	right: -20px;
	bottom: 0;
}
/*
 * User friendly captcha
 * @author itziky
 */
 
.captcha {
	padding: 3px 0 17px;
}

.captcha-panel {
	margin-top: 3px;
	padding: 6px;
	background-color: white;
	border: 2px solid #f0f0f0;

	/* rounded corners */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* for IE9 */
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.captcha-panel .instruction {
	margin: 5px 0;
	height: 15px; /* allocate height, until instruction appears */
	font-size: 12px;
}

.captcha-panel .instruction em {
	font-weight: bold;
	color: #3b382f;
}

.captcha-panel .items {
	float: left;
}

.captcha-panel .items img {
	width: 30px;
	height: auto;
}

.captcha-panel .drop {
	float: right;
    height: 60px;
    width: 60px;
	background: url("/resources/images/captcha/circle.png") no-repeat;
}

.captcha .error {
	position: absolute;
	margin: 3px 0 0 2px;
	font-size: 11px;
}
.user-dialog {
	background-color: white; 
}

.user-dialog .main, .user-dialog .odd {
	width: 231px;
	margin: 2px;
	padding-left: 50px;
	padding-right: 50px;
}

.user-dialog .main {
	background-color: #e8e2d2; 
}

.user-dialog .odd {
	background-color: #f0f0f0;
}

.user-dialog .top {
	float: left;
	padding-top: 35px;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	/* for IE9 */
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

.user-dialog .bottom {
	clear: both;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	/* for IE9 */
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.user-dialog .heading {
	margin-bottom: 30px;
}

.user-dialog h2 {
	float: left;
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
}

.user-dialog a {
	color: #474338;
	text-decoration: underline;
}

.user-dialog .heading a {
	float: right;
	margin-top: 10px;
	font-size: 14px;
}

.user-dialog .heading p {
	clear: both;
	margin: 0;
	padding-top: 10px;
}

.user-dialog .field {
	padding-bottom: 25px; /* room for error message*/	
}

.user-dialog .field input {
	width: 96%;
}

.user-dialog .field input[type=checkbox] {
    width: auto;
}

.user-dialog .field label[for=checkbox] {
    display: inline;
}

.user-dialog button {
	display: block;
	margin-top: 15px;
	width: 231px; /*not simply 100%, to preserve width after loading animation */
	height: 39px;
	font-size: 16px;
	color: white;
}

.user-dialog #forgot-password {
	display: inline-block;
	margin-top: 11px;
}

.user-dialog .extra {
	float: left;
	margin-top: 10px;
}

.user-dialog #or {
	font-size: 15px;
	text-align: center;
}

.user-dialog button#fb-connect {
	margin-top: 10px;
	height: 38px;
	font-size: 14px;
	border-top: 1px solid #889ac0;
	
	background: #6179ab; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNzlhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzRjNjc5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYzU4OTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6179ab 0%, #4c679d 50%, #3c5892 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #6179ab 0%,#4c679d 50%,#3c5892 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6179ab 0%,#4c679d 50%,#3c5892 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6179ab 0%,#4c679d 50%,#3c5892 100%); /* IE10+ */
	background: linear-gradient(top,  #6179ab 0%,#4c679d 50%,#3c5892 100%); /* W3C */
}

.user-dialog #fb-connect div {
	display: inline-block;	
}

.user-dialog #fb-connect div>* {
	float: left;
}

.user-dialog #fb-connect em {
	font-size: 28px;
}

.user-dialog #fb-connect span {
	margin: 9px 0 0 14px;
}

.user-dialog .error em {
	font-weight: bold;
}

/*** dialog specific rules ***/
#sign-in-dialog .top, #sign-up-dialog .top {
	padding-bottom: 15px;
}

#sign-in-dialog .bottom, #sign-up-dialog .bottom {	
	padding-top: 8px;
	padding-bottom: 26px;
}

#sign-up-dialog input[type=checkbox] {
	margin-left: 2px;
}

#sign-up-dialog input[type=checkbox]+label {
	vertical-align: 2px;
}

#sign-up-dialog #terms {
	margin-top: 10px;
	margin-bottom: 10px;
}

#update-profile-dialog .top {
	padding-bottom: 5px;
}

#update-profile-dialog .odd {
	clear: both;
	padding-top: 18px;
}

#update-profile-dialog .bottom {
	padding-top: 4px;
	padding-bottom: 21px;
}

#password-reset-dialog button {
	margin-top: 30px;
}

#password-reset-dialog .bottom {
	padding-bottom: 58px;
}

/*
 * App pages pagers
 * @author itziky 
 */

.pager {
	float: right;
}

.pager>*, .pager>div>* {
	float: left;
}

.pager a.prev-page {
	margin-right: 12px;
}

.pager a.next-page {
	margin-left: 8px;
}

.pager a {
	color: #474338;
	text-decoration: none;
}

.pager a, .pager span.dots {
	font-size: 12px;
}

.pager a.page {
	padding: 0 5px;
	margin-right: 4px;
}

.pager a.page.selected {
	background-color: #464339;
	color: white;
	font-weight: bold;

/* rounded corners */
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	/* for IE9 */
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}

.pager span.dots {
	margin-left: -4px;
}

/* specific to alternate list where the pager has just prev and next links and the prev link is floated to the left */
#product-page .pager {
	float: none;
}

#product-page a.next-page {
	float: right;
}
/*
 * product details in product search page, in product page or in alternatives 
 */
 
.product-details>* {
	float: left;
}

.product-details .grade-details, .product-details .calories {
	cursor: pointer;	
}	

.arrow-box {
	position: relative;
	width: 100%;	
}

.arrow {
	position: absolute;
	top: 0;
	background-image: url(images/grade-sprite.png);
}

.grade-details .arrow-box {
	margin-top: 1px;
	height: 14px;
}

.grade-details .arrow {
	width: 9px;
	height: 12px;	
	background-position: 0 -450px;
}

.grade-scale {
	text-align: center;
}

.grade-scale li {
	float: left;
}

.grade-scale li+li {
	margin-left: 1px;
}

.grade-scale .color {
	display: block;
	width: 4px;
	height: 10px;

/* rounded corners */
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	/* for IE9 */
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}

.product-details .calories, .product-details .likes, .grade-details {
	font-size: 11px;
}
	
.product-details .name {
	font-size: 22px;
}

.product-details .calories {
	width: 57px;
	text-align: center;
}

.product-details .calories em {
	display: block;
	height: 49px; 
	width: 100%;
	font-size: 27px;
	font-weight: bold;
}

.product-details .calories em.unavailable {
	background: url(images/grade-sprite.png) no-repeat 17px -470px;
}

.product-details .likes {
	width: 90px;
	padding-top: 51px;
	display: inline-block;
	text-align: center;
	background: url(images/likes-sprite.png) no-repeat;
}

/* product details - specific to product page */
#product-page .product-details {
	padding-top: 20px;
	padding-bottom: 20px;
}

#product-page .product-details .details {
	width: 385px;
	margin-left: 25px;
}

#product-page .product-details .name {
	width: 100%;
	margin: 0;
	font-size: 27px;
	font-weight: normal;
}

#product-page .grade-details {
	margin-top: -5px;
	text-align: center;
}

#product-page .grade-details .label {
	float: left;
	margin-top: 1px;
	width: 100%;
}

#product-page .grade-icon {
	display: inline-block;
}

#product-page .product-details .calories em {
	height: 51px;
	font-size: 30px;
}

.product-details .vote-box {
	width: 90px;
	text-align: center;
}

.product-details .vote-actions>* {
	float: left;
}

.product-details .vote-actions>*+* {
	margin-left: 2px;
}

.product-details .vote-actions a {
	display: inline-block;
	height: 16px;
	font-size: 11px;
	color: #474338;
	text-decoration: underline;
}

.product-details .vote-actions a[disabled] {
	text-decoration: none;
}

.product-details .vote-actions #like {
	margin-left: 8px;
	width: 18px;
}
.product-details .vote-actions #dont-like {
	width: 47px;
}

#product-page .product-details .details>div {
	margin-top: 25px;
}

#product-page .product-details .details>div>* {
	float: left;
}

#product-page .product-details .details>div>*+* {
	margin-left: 35px;
}

#product-page .product-details .details>div>.calories {
	margin-left: 55px;
}

/* product details sepecific to alternatives */

#product-page #alternates .product-details .name {
	float: right;
	width: 170px;
	margin-top: 20px; /* may be improved to be vertically aligned (there are some css tricks to do it) */
	font-size: 13px;
}

#product-page #alternates #alternates-inner{overflow: hidden;}
#product-page .alternate_control{display: none;}

/*** product page ***/
#product-page .section-header, #product-page .product-details, #product-page #headlines>div, #comments .comment-post, #comments .comment, 
#product-page .section-footer, #comments-page .section-header, #comments-page .section-footer  { 
 	padding-left: 22px;
 	padding-right: 22px;
}

#product-page .side-column .section-header, #product-page .side-column .section-footer { 
 	padding-left: 10px;
 	padding-right: 10px;
}

#product-page .side-column .product-details { 
 	padding-left: 5px;
 	padding-right: 10px;
}

#product-page .category{
	float: right;
	font-size: 12px;
	font-weight: bold;
}

/* headlines */
#headlines {
	padding-bottom: 44px;
	font-size: 14px;
}

#headlines div {
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeedeb;
}

#headlines dt {
    padding-left: 14px;
}

#headlines dt.expandable {
    cursor: pointer;
    background: url(images/sprite.1.262.png) no-repeat 0 0;
}

#headlines dt.expanded {
    background-position: 0 -16px;
}

#headlines .type {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
}

#headlines dd {
	margin: 4px 0 0 38px;
	line-height: 1.4em;
}

#headlines dd .link {
	display: block;
	margin-top: 3px;
}

/* comments FOODUCATE WEBAPP 
#comments .comment, #comments .comment-post {
    border-bottom: 1px solid #eeedeb;
}

.comment-post {
	padding-top: 15px;
	padding-bottom: 8px;	
}

#comments textarea {
	width: 98%;
	height: 44px;
	padding: 8px;
	margin-bottom: 6px;
	font-size: 12px;
}

#comments button {
	width: 76px;
	height: 23px;
}

#comments .error {
	float: right;
	font-size: 12px;
}

#comments .comment {
    padding-top: 11px;
    padding-bottom: 10px;
}

#comments .comment.staff {
	background-color: #eeeecf;
}

#comments .comment>* {
	float: left;
}

#comments .comment .details {
	margin: -2px 0 0 18px;
	max-width: 543px;
	width: 100%;
}



#comments .comment .user-avatar {
	width: 30px;
	height: auto;

	border-radius: 4px;
	
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#comments .comment .user-nick {
	font-size: 12px;
	font-weight: bold;
}

#comments .comment .date {
	float: right;
}

#comments .comment .text {
	margin: 2px 0 0;
	overflow-x: auto;
	font-size: 12px;
}

#comments-holder .section-footer {
	padding-bottom: 16px;
}

*/

/* aternatives */
.side-column .ad iframe {
	margin-bottom: 25px;
	border-radius: 8px;
	/* for IE9 */
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#product-page #alternates {
	background-color: white;	
	min-height: 80px;
}

#product-page #alternates .product-details {
 	padding-top: 5px;
 	padding-bottom: 5px;
	border-bottom: 1px solid #e3e3e3;
}
/*
 * Product list view, used in product search page and history page
 */

/* product details - specific to product list view */
#product-page .main-column .product-details:HOVER {
	cursor: default;
	background-color: white;
}

.product-list .product-details>*+* {
	margin-left: 20px;
}

.product-list .product-details>.name {
	margin-left: 35px;
}

.product-list .product-details .product-picture-holder {
	margin-top: -20px
}

.product-list .product-details .name {
	width: 240px;
}

/*** product list view ***/
.product-list .section-header, .product-list .section, .product-list .section-footer { 
 	padding-left: 15px;
 	padding-right: 15px;
}

.product-list .section-header {
	padding-top: 8px;
 	padding-bottom: 7px;
}
 
.product-list .product-details {
 	padding-top: 30px;
 	padding-bottom: 20px;
}

.product-list .product-details, .product-list .day-break {
	border-bottom: 1px solid #e3e3e3;
}

.product-list .day-break {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	background: #f0f0f0; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* IE9 */
	background: -moz-linear-gradient(left,  #f0f0f0 0%, #f8f8f8 33%, #fdfdfd 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(left,  #f0f0f0 0%,#f8f8f8 33%,#fdfdfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f0f0f0 0%,#f8f8f8 33%,#fdfdfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f0f0f0 0%,#f8f8f8 33%,#fdfdfd 100%); /* IE10+ */
	background: linear-gradient(left,  #f0f0f0 0%,#f8f8f8 33%,#fdfdfd 100%); /* W3C */
}

/* search info */
.product-list .search-info {
	font-size: 14px;
}

.product-list .results-for {
	font-weight: bold;
	font-style: italic;
}

#product-search-page .ad {
	float: right;
}

#delete-history{float:right; color:#474338;}
#dialog-confirm{display: none; text-align: center;}
/*
.ui-dialog{background: #ccc;}
.ui-dialog-title{background: #ccc;}
*/
.ui-dialog-buttonset{ position: absolute; bottom: 17px;  left: 25px;} 
.ui-dialog-buttonset button{ width:100px; height: 25px; margin:0 15px;
 -webkit-box-shadow: 0px 0px 4px 0px #999; 
          box-shadow: 0px 0px 4px 0px #999;}


/*.ui-dialog-titlebar-close {display: none;} */
/* 
 * Scales popup in product page 
 */
#product-scales {
	padding: 30px 50px;
	background-color: #f0f0f0;
}

#product-scales>* {
	width: 200px;
}

#product-scales .grade-details {
	float: left;
}

#product-scales .calories-details {
	float: right;
}

#product-scales ul {
	float: left;
	position: relative;
}

#product-scales .scale-middle {
	position: absolute;
	top: -10px;
	left: 49%;
	width: 1px;
	height: 35px;
	border-right: 2px dashed #c2c2c0;
}

#product-scales .grade-scale .scale-middle {
	height: 45px;
}

#product-scales .calories-scale .scale-middle {
}

#product-scales .relative-text {
	font-size: 16px;
}

#product-scales .arrow-box {
	margin-top: 8px;
	height: 16px;
}

#product-scales .arrow {
	width: 13px;
	height: 14px;	
	background-position: -10px -450px;
}

#product-scales .grade-scale li+li {
	margin-left: 5px;
}

#product-scales .grade-scale .color {
	display: block;
	width: 13px;
	height: 35px;

	/* rounded corners */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	/* for IE9 */
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

#product-scales .grade-scale .text {
	margin-top: 3px;
	display: inline-block;
}

/* calories details */
#product-scales .calories-details .arrow-box {
	margin-top: 13px;
}

#product-scales .calories-scale li.first {
	border-left: 1px solid #6c6960;
	
	/* rounded corners */
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	/* for IE9 */
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

#product-scales .calories-scale li.last {
	border-right: 1px solid #6c6960;
	
	/* rounded corners */
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	/* for IE9 */
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

#product-scales .calories-scale li {
	width: 12px;
	height: 26px;
	display: inline-block;
	background-color: white;
	border-top: 1px solid #6c6960;
	border-bottom: 1px solid #6c6960;
}

#product-scales .calories-scale li+li {
	border-left: 1px solid #e0e0e0;
}

#product-scales .calories-scale li.selected {
	background-color: #46433a;	
}

#product-scales .calories-scale .values {
	position: relative;
	height: 15px;
	font-size: 11px;
}

#product-scales .calories-scale .values>* {
	position: absolute;
	width: 40px;
	text-align: center;
}

#product-scales .calories-scale .values .min {left: -20px;}
#product-scales .calories-scale .values .avg {left: 71px;}
#product-scales .calories-scale .values .max {right: 0;}

#product-scales .range-text {
	margin-top: 15px;
	font-size: 14px;
}

#product-scales .calories-details .range-text {
	margin-top: 17px;
}

#product-scales .serving-size {
	margin-top: 15px;
	font-size: 14px;
}

#product-scales .serving-size em {
	margin-right: 0.5em;
}
/*
 * Category Browse , used 
 */

 #category-browse h2{background: #464339; color:#fff; border-radius:8px 8px 0 0; margin: 5px 0 0; padding: 8px 14px; font-size:16px;}
 #category-browse h2 a{color:#fff;}
 
#category-browse .left-side-column{width: 300px; float:left; margin:0 25px 0 0;}
#category-browse .section-header, 
#category-browse .section-footer, 
#category-browse .section {
    padding: 6px 10px;
}

#category-browse .section-header a{color:#474338;}
#category-browse span.category-id{display:none;}
#category-browse a{color:#474338;}

#category-browse-tree{border-radius:8px 8px 0 0;}
#category-browse-tree h3{font-size:14px; margin:0; padding:5px; clear:left;  border-bottom: 1px solid #E3E3E3;}
#category-browse-tree h3.active{font-weight: bold; background: #EBEBEB;}
#category-browse-tree img{height:25px; margin:-7px 0;}
#category-browse-tree span.title{margin:3px 4px; /* float:left; */}
#category-browse-tree ul{display:none;}
#category-browse-tree ul ul{border-top: 1px solid #E3E3E3; margin-top:7px;}
#category-browse-tree ul li{margin:0; border-bottom: 1px solid #E3E3E3; padding: 5px 15px;}
#category-browse-tree ul ul li:last-child{border-bottom: none;}
#category-browse-tree ul li.active{background: #ebebeb; font-weight: bold;}
#category-browse-tree ul li.parent{cursor: pointer;}

#category-browse-tree ul li a{color:#464339; font-size:14px;}
#category-browse-tree ul li.active a{font-weight: bold; font-size:14px;}
#category-browse-tree.static ul{display:block;}


/*#category-browse #product-list{border-radius:8px 8px 0 0;} */
#category-browse .category-browse-content{ width:635px;  float:left; margin-bottom:40px;}
#category-browse .category-browse-content .category-block{float:left; margin:15px 5px; text-align:center; width:195px; height: 150px}
#category-browse .category-browse-content .category-block .image-warper{height: 100px}
#category-browse .category-browse-content .category-block h3{font-size:18px; color:#464339; font-family: FridaMediumEssential;}
#category-browse .category-browse-content .category-block img{width:100px; cursor: pointer;}

/*#category-browse .category-browse-content div#product-list.group div.product-details div.product-picture-holder */
#category-browse .category-browse-content #product-list .product-picture-holder{margin-top:0;}

#category-browse #add-this{top:20px; display: none;}
/*  category-browse #top-pager{margin:-18px 18px 0;} */

#category-browse #tabs_div{
    background: #fff;
    height: 25px;
    display:none;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #E3E3E3;
}

#category-browse #tabs_div #top-pager{margin:5px 9px 0 0;}


#category-browse #tabs{
    margin:0 10px;
}

#category-browse #tabs li{
   float:left; 
   margin:0;
   padding: 5px 10px;
   
   cursor: pointer;
}

#category-browse #tabs li.active, #category-browse #tabs li:hover{
  background: #ebebeb;
}

#indernal-loader{height: 100px; width: 100px; z-index: 65555; margin:0 auto;}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/colorbox//overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/colorbox//controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/colorbox//controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/colorbox//controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/colorbox//controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/colorbox//controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/colorbox//controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/colorbox//border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/colorbox//border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-top:28px;}
        #cboxTitle{position:absolute; top:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; top:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; top:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; top:0; left:0; background:url(images/colorbox//controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; top:0; left:27px; background:url(images/colorbox//controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/colorbox//loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/colorbox//loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:0; right:0; background:url(images/colorbox//controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(images/colorbox//ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/colorbox//ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/colorbox//ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/colorbox//ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/colorbox//ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/colorbox//ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/colorbox//ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/colorbox//ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


/*======================
blog stuff
=====================*/
#primary{width:635px; float:left;}

#secondary{  float: right;
    margin-bottom: 50px;
    width: 295px;
}

#primary #content{

-webkit-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;

 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  background: #fff;
  padding: 10px 15px;
 }
#primary_footer{width:635px; float:left; }
/* =Structure
----------------------------------------------- */

#access div {
	margin: 0 7.6%;
}
/*
#content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}*/

/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;

}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}


/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */

.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


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



/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}

ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
/*	background: #fff9c0; */
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	/*background: url(images/search.png) no-repeat 5px 6px #fff;*/
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 28px;
	line-height: 1.2em;
	padding: 4px 0 0 12px;
}
input#searchsubmit {
/*	display: none;*/
}

/* Links */
a {
	color: #59a561;

}
a:focus,
a:active,
a:hover {
    text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


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

#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}


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

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


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

#main {
	clear: both;
}

.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6em;
    font-size:16px !important;
	
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
/*
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}

.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}*/
.entry-title,
.entry-title a {
	color: #464339;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #59a561;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}

.entry-content,
.entry-summary {
	font-size: 17px;
	line-height: 1.5em;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	/*background: #eee;*/
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 10px 0 5px;
	position: relative;
    text-align:center;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: url(images/comment-bubble.png) no-repeat #fff;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 32px;
	right: -5px;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	/*background-color: #1982d1; */
	color: #666;
	font-weight: bold;
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	position: relative;
}
.singular.page .hentry {
	padding: 0.5em 0 0;
}
.singular .entry-title {
	color: #000;
	font-weight: bold;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
	margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 0.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}


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

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 15px;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0 0 0 15px;
    
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
    list-style-position: outside;
    list-style-type: circle;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0;
}
.widget_search #s {
	width: 235px;
    float:left;
}
.widget_search #searchsubmit {
	background: url('images/search-button.png') no-repeat 0 100%;
	border: none;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
    float:right;
	top: -2px;
    width: 43px;
    height: 37px;
    overflow: hidden;
    text-indent: -9999px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


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

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}

.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 2.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
	clear:both;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}


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

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background:  #F6F6F6;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =IE8 
----------------------------------------------- */ 
 
#ie8 section.feature-image.large img { 
	width: 100%; 
} 


a.more-link {
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
    
    color:#ffffff;
    clear:both;
    display:inline-block;
    font-size: 14px; 
    font-family: FridaBoldEssential;
    font-weight: bold;
    margin: 15px 0;
    padding:3px 20px;
	text-decoration:none;
    
    background-color: #4e4b42;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4e4b42), to(#2f2d27));
    background-image: -webkit-linear-gradient(top, #4e4b42, #2f2d27);
    background-image:    -moz-linear-gradient(top, #4e4b42, #2f2d27);
    background-image:      -o-linear-gradient(top, #4e4b42, #2f2d27);
    background-image:         linear-gradient(to bottom, #4e4b42, #2f2d27);
 
	float:right;
    
}
a.more-link:hover {
    background-color: #5d5a4e; /*2f2d27;*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2f2d27), to(#4e4b42));
    background-image: -webkit-linear-gradient(top, #2f2d27, #4e4b42);
    background-image:    -moz-linear-gradient(top, #2f2d27, #4e4b42);
    background-image:      -o-linear-gradient(top, #2f2d27, #4e4b42);
    background-image:         linear-gradient(to bottom, #2f2d27, #4e4b42);
}

a.more-link:after{clear:right; margin-bottom:5px;}


.dd_post_share{position: absolute !important; left:-80px;}

#secondary .widget_feeds {
	padding:5px 15px 15px;
}
#secondary #feedrss, 
#secondary #feedemail, 
#secondary #followme {
	height:25px;
	line-height:25px;
	display:block;
	padding:5px 5px 5px 36px;
	float:left;
	text-decoration:none;
	font-size:11px;
}
#secondary #feedrss {
	background: url(images/feeds.gif) 5px 5px no-repeat;
    margin-bottom:10px;
}
#secondary #feedemail {
	background: url(images/feeds.gif) 5px -45px no-repeat;
	margin-left:10px;
}
#secondary #followme {
	background: url(images/feeds.gif) 5px -95px no-repeat;
	margin-left:10px;
}
#subscribe ul {
	display:none;
	position:absolute;
	background:#F4F5F7;
	border:1px solid #B7B7B7;
	width:180px;
	padding:5px;
}
#subscribe li {
	background:transparent;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	display:block;
}
#subscribe li a span {
	background:url(images/readers.gif) no-repeat;
	height:20px;
	width:80px;
	display:block;
	text-indent:-999em;
}
#subscribe li#google_reader a span {
	background-position:0 0;
}
#subscribe li#youdao_reader a span {
	background-position:0 -20px;
}
#subscribe li#xianguo_reader a span {
	background-position:0 -40px;
}
#subscribe li#zhuaxia_reader a span {
	background-position:0 -60px;
}
#subscribe li#yahoo_reader a span {
	background-position:0 -80px;
}
#subscribe li#newsgator_reader a span {
	background-position:0 -100px;
}
#subscribe li#bloglines_reader a span {
	background-position:0 -120px;
}
#subscribe li#inezha_reader a span {
	background-position:0 -140px;
}
#subscribe li a {
	display:block;
	padding:5px;
	text-decoration:none;
	width:80px;
	font-size:12px;
}
#subscribe li a:hover {
	background:#EEDDCC;
}

#text-2{text-align:center;}



.archive #primary #content,
.search  #primary #content,
.home #primary #content{background: #F0EDE4; padding:0; width:635px;}

.archive #primary #content article,
.search  #primary #content article,
.home #primary #content article{background: #fff; 
                                margin-bottom: 20px; 
                                padding:25px;
                                min-width:585px;
-webkit-border-radius: 8px;
          border-radius: 8px;

 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;}


.archive #primary #content div.content-thumb-warper,
.search  #primary #content div.content-thumb-warper,
.home #primary #content div.content-thumb-warper{ 
    border:1px #d3d2d2 solid;
    padding: 4px;
    float: left;
    height: 115px;
    margin-right: 18px;
    width: 160px;
}
    
.archive #primary #content div.content-thumb,
.search  #primary #content div.content-thumb,
.home #primary #content div.content-thumb{ 
    height: 115px;
    overflow: hidden;
    width: 160px;
}

.archive #primary #content div.content-thumb img,
.search  #primary #content div.content-thumb img,
.home #primary #content div.content-thumb img{
    border:0; padding:0;

}


    

.archive #primary #content .entry-header h1,
.search  #primary #content .entry-header h1,
.home #primary #content .entry-header h1{font-size:26px; width: 100%;}

.archive #primary #content .entry-header,
.search  #primary #content .entry-header,
.home #primary #content .entry-header{float:right; width:380px;}

.archive #primary #content .entry-content,
.search  #primary #content .entry-content,
.home #primary #content .entry-content{float:right; width:380px;}

.archive #primary #content .entry-header .comments-link a,
.search  #primary #content .entry-header .comments-link a,
.home #primary #content .entry-header .comments-link a {right:5px;}

.archive #primary #content .entry-meta,
.search  #primary #content .entry-meta,
.home #primary #content .entry-meta{font-size:10px;}

.archive #primary #content .entry-meta .comments-link,
.search  #primary #content .entry-meta .comments-link,
.home #primary #content .entry-meta .comments-link{font-size:12px;}




.archive #primary #content footer.entry-meta,
.search  #primary #content footer.entry-meta,
.home #primary #content footer.entry-meta{width:400px;margin-left: 205px;}


.archive #primary #content .front-page-share,
.search  #primary #content .front-page-share,
.home #primary #content .front-page-share{text-align: right; margin-top:-1px; float:right; margin-right:0px;  width: 220px;}

.archive #primary #content .front-page-share .front-page-share-facebook,
.search  #primary #content .front-page-share .front-page-share-facebook,
.home #primary #content .front-page-share .front-page-share-facebook{float:left; width:110px;}

.archive #primary #content .front-page-share .front-page-share-twitter,
.search  #primary #content .front-page-share .front-page-share-twitter,
.home #primary #content .front-page-share .front-page-share-twitter{float:left; width:110px;}


.archive #primary #content .entry-header .entry-meta,
.search  #primary #content .entry-header .entry-meta,
.home #primary #content .entry-header .entry-meta{color:#a8a6b1;}
.archive #primary #content .entry-header .entry-meta a,
.search  #primary #content .entry-header .entry-meta a,
.home #primary #content .entry-header .entry-meta a{color:#a8a6b1;}


.related-posts{float:left;  width: 46%;}
.related-posts h2{border: medium none;
    font-size: 15px;
    margin-bottom: 10px;
}

#page h1.page-title-category{
        font-size: 32px;
        margin-bottom: 12px;
        }

.entry-content ol {
	margin-left: 20px;
}		

.entry-content ul {
	margin-left: 20px;
}		
		
.entry-content ol li {list-style: decimal; list-style-position: inside; list-style-position: outside; margin:20px 15px;}
.entry-content ul li {list-style: disc; list-style-position: inside; list-style-position: outside; margin:20px 15px;}


#relate-outbrain{
	height: 350px;
	font-size: 13px;
	line-height: 13px;	
}
#relate-outbrain .related-posts{height: 350px;float:left;}
#relate-outbrain .outbrain-warper{height: 350px; float:left; width:320px;}

#relate-outbrain .related-posts div.the-image{width:60px; clear:left; float:left; margin-bottom: 5px;}
#relate-outbrain .related-posts div.the-link{width:175px; padding:5% 0;float:left;}
#relate-outbrain .related-posts div.the-link a{padding:10% 0;}

body.single div#relate-outbrain div.outbrain-warper div#outbrain_widget_0.OUTBRAIN div.ob_box_cont{float:left !important; width:100%;}
body.single div#relate-outbrain div.outbrain-warper .OUTBRAIN .ob_empty{height: 0; display: none;}

.related-posts ol li,
.related-posts ul li,
.OUTBRAIN ul li
{list-style: none; margin:0;}

.related-posts a,
.OUTBRAIN a{color:#464339;}
.related-posts a:hover,
.OUTBRAIN a:hover{color:#FF874E; text-decoration: none;}

.single #page h1{width:93%;}


#ie8 .entry-header .comments-link a {
	top: 40px;
	left: 570px;
}


.wpsr-floatbar-float_left .wpsr-linkback{display:none;}

.home-read-more{font-size: 13px;}

#side-new_here{
    background: #fff;
    padding:25px 25px 0;
    

    -moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px;
	/* for IE9 */
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}



#side-new_here h4{font-size: 24px; font-weight: bold;font-family: FridaBoldEssential;}

#side-new_here p{line-height: 16px; margin:3px 0;}

#side-new_here  #side-new-download{font-size:18px; margin-top:15px; font-family:FridaBoldEssential;}
#side-new_here  a#new-here-iphone,
#side-new_here  a#new-here-adroid{width:32px; height: 32px; display: inline-block;vertical-align: middle;}

#side-new_here  a#new-here-iphone{background: url('images/new-here-iphone.png') no-repeat;}
#side-new_here  a#new-here-iphone:hover{background: url('images/new-here-iphone-hov.png') no-repeat;}

#side-new_here  a#new-here-adroid{background: url('images/new-here-android.png') no-repeat;}
#side-new_here  a#new-here-adroid:hover{background: url('images/new-here-android-hov.png') no-repeat;}
#side-new_here-section-footer{min-height: 3px;}



#side-follow-us{font-size:18px; margin-top:15px; vertical-align: middle; font-family:FridaBoldEssential;}
#side-follow-us a{width:32px; height: 32px; display: inline-block;vertical-align: middle;}
#side-follow-us a#follow-rss{background: url('images/sidebar-rss.png') no-repeat;}
#side-follow-us a#follow-rss:hover{background: url('images/sidebar-rss-hov.png') no-repeat;}
#side-follow-us a#facebook{background: url('images/sidebar-facebook.png') no-repeat;}
#side-follow-us a#facebook:hover{background: url('images/sidebar-facebook-hov.png') no-repeat;}
#side-follow-us a#twitter{background: url('images/sidebar-twitter.png') no-repeat;}
#side-follow-us a#twitter:hover{background: url('images/sidebar-twitter-hov.png') no-repeat;}
#side-follow-us a#pinterest{background: url('images/sidebar-pinterest.png') no-repeat;}
#side-follow-us a#pinterest:hover{background: url('images/sidebar-pinterest-hov.png') no-repeat;}

.tabbed-widget .tw-tabs {background: none !important; border: 0;}
.tabbed-widget .tw-tabs .tw-tabbed-nav{background: none !important;border: 0;}
.tabbed-widget .tw-tabs .tw-tabbed-nav li{background: url('images/sidebar-tab-white.png') no-repeat transparent !important;
                                          border: 0;
                                          font-size:14px;
                                          height: 37px;
                                          padding:0 5px;
                                          width: 82px; }
.tabbed-widget .tw-tabs .tw-tabbed-nav li:last-child{padding:0 15px; width: 62px;}

.tabbed-widget .tw-tabs .tw-tabbed-nav li a{padding:4px 10px;}


.tabbed-widget .tw-tabs .tw-tabbed-nav li.ui-state-active,
.tabbed-widget .tw-tabs .tw-tabbed-nav li.ui-state-hover
{background: url('images/sidebar-tab-brown.png') no-repeat transparent !important;}
.tabbed-widget .tw-tabs .tw-tabbed-nav li.ui-state-active a,
.tabbed-widget .tw-tabs .tw-tabbed-nav li.ui-state-hover a{color: #fff;}



.tw-tabs .tw-content {padding:1em 0.4em !important;}


.widget div.tw-tabs .tw-content ul{list-style: none; margin:0;}
.widget div.tw-tabs .tw-content ul li{list-style: none; margin:0 0 10px; padding:0;}
.widget div.tw-tabs .tw-content ul li a{font-weight: normal;}
.widget div.tw-tabs .tw-content ul li a:hover{color:#59A561;}

#header-top-nav #searchform{float:right;}



.tagcloud a{font-weight: normal;}
.tagcloud a:hover{text-decoration: none;color:#59A561;}


#google_ads_div_blog-side-medium_ad_wrapper{margin-bottom:25px;}

.FeedburnerEmailWidget label{font-family: FridaBoldEssential; font-size: 18px;}

#fdct-post-footer h3{font-family: FridaBoldEssential; font-size: 18px;  border-bottom:1px solid #f0ede4; line-height: 100%; letter-spacing: normal;}
#fdct-post-footer h4{text-transform: uppercase; 
                    font-family: Arial; 
                    font-size: 12px; 
                    font-weight: normal;
                    margin:3px 0;
                    }
#fdct-post-footer .post-footer-part{width:190px; margin: 5px 3% 20px 0; float:left; border-right:1px solid #f0ede4;}
#fdct-post-footer .post-footer-part#block1{width:166px; }
#fdct-post-footer .post-footer-part:last-child{border-right:none;}

#fdct-post-footer .post-footer-part a{width:94px; 
                                      height: 24px;
                                      display:block;
                                      float:left;
                                     }
                                     
#fdct-post-footer .post-footer-part a#iphone{background: url('images/iphone-download.png') no-repeat; width:80px;}
#fdct-post-footer .post-footer-part a#iphone:hover{background: url('images/iphone-download-hov.png') no-repeat;}

#fdct-post-footer .post-footer-part a#andriod{background: url('images/android-download.png') no-repeat; width:80px;}
#fdct-post-footer .post-footer-part a#andriod:hover{background: url('images/android-download-hov.png') no-repeat;}

#fdct-post-footer .post-footer-part a#rss{background: url('images/rss-updates.png') no-repeat;}
#fdct-post-footer .post-footer-part a#rss:hover{background: url('images/rss-updates-hov.png') no-repeat;}

#fdct-post-footer .post-footer-part a#email{background: url('images/email-updates.png') no-repeat;}
#fdct-post-footer .post-footer-part a#email:hover{background: url('images/email-updates-hov.png') no-repeat;}

#fdct-post-footer .post-footer-part a#twitter{background: url('images/twitter-follow.png') no-repeat;}
#fdct-post-footer .post-footer-part a#twitter:hover{background: url('images/twitter-follow-hov.png') no-repeat;}

#fdct-post-footer .post-footer-part a#facebook{background: url('images/facebook-follow.png') no-repeat;}
#fdct-post-footer .post-footer-part a#facebook:hover{background: url('images/facebook-follow-hov.png') no-repeat;}


#feedburner_email_widget_sbef_email{padding: 9px 7px 7px;
                                    width: 189px}

#feedburner_email_widget_sbef_submit{background: url('images/sign-up-button.png') no-repeat;
                                     border: 0;
                                    height: 35px;
                                    width: 88px;
                                    text-indent: -9999px;}

#feedburner_email_widget_sbef_submit:hover{background: url('images/sign-up-button-hov.png') no-repeat;}