@charset "UTF-8";
/* CSS Document 

Sinatra Blog Design Version 1.0
This style sheet is designed to work with Compendium's template style sheets.

*/

/* -----------------------------
    START COMPENDIUM STYLES RESET */

body {
	font-size: 62.5%;
	line-height: 1.4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#doc2.mc {
	padding-bottom: 0;
}
#header {
	background-color: #fff;
}
#header h1 {
	display: none;
	bottom: 0;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.5em;
	height: 0;
}
#header h1 a {
	display: none;
}
#menu-1 li {
	display: block;
	margin-left: 0;
}
#leftfade, #rightfade {
	background: none;
}
.mc {
	border: none;
	padding-top: 0;
}
.tl, .tr, .bl, .br { 
	background: none !important;
}
#doc2 {
	width: 978px;
}
#content {
	margin: 0 1.5em 0 0;
}
.post-body {
	font-size: 1.2em !important;
}
.post-header-meta {
	font-size: .95em !important;
	color: #666;
}
.post-header h2, .post-header h2 a:link, .post-header h2 a:visited, .post-header h2 a:hover, .post-header h2 a:active {
	font-size: 1.45em !important;
	line-height: 1.25 !important;
}

/* START CUSTOM WIDTH */
.yui-gc div.first, .yui-gd .yui-u {
	width: 68%;
}
#sidebar.yui-u {
	width: 30%;
}
/* END CUSTOM WIDTH */

/* END COMPENDIUM STYLES RESET 
----------------------------- */


/* --------------------------- 
   START CUSTOM LINK STYLES */

.post-body a:link, .post-body a:visited, .post-body a:hover, .post-body a:active {
	font-weight: bold;
	color: #7d0a0a;
}

/* END CUSTOM LINK STYLES 
------------------------- */


/* START HEADER SECTION -------------------------------------------------------------------------------------- */


#header {
	background: url(http://www.healthydirectionsllc.com/blogs/sinatra/images/sinatra_blog_hd.jpg) no-repeat left top;
	height: 185px;
}

/* ---------------------------
   START HEADER SEARCH FIELD  */
   
#search-1 {
	width: 274px;
	float: right;
	margin: 5.6em 3em 3.7em 0;
}   
#search-1 h3 {
	display: inline; 
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin: .25em .3em 0 0;
	float: left;
}
#search-1 div#search {
	width: 274px;
	height: 52px;
	background: url(http://www.healthydirectionsllc.com/blogs/sinatra/images/sinatra_blog_searchBox.jpg) no-repeat left top;
}
#search-1 div#search div {
	padding: 1.4em 0 0 1.3em;
	margin: 0;
	width: 274px;
	float: left;
}
input[type="text"], input[type="password"], textarea {
	width: 12.4em;
	padding: 0;
	margin: 0;
	float: left;
}
input.search-terms {
	display: inline;
	width: 12em;
	padding: .4em .2em .5em .2em;
	margin: 0;
	height: 1.2em;
	border: 1px solid #3f6286;
	float: left;
	font-size: 1.2em;
	color: #666;
	line-height: 1;
	background: #fff url(http://www.healthydirectionsllc.com/blogs/sinatra/images/sinatra_blog_inputBg.jpg) repeat-x left top;

}
input.search-button {
	margin: 0;
	padding: 1px 0 0 0;
	display: inline;
	bottom: 0;
	float: left;
}
   
/* END HEADER SEARCH FIELD 
--------------------------- */

#menu {
	clear: both;
	background-color: #c8dff5;
	background-image: url(http://www.healthydirectionsllc.com/blogs/sinatra/images/sinatra_blog_menuBg.jpg) repeat-x left top;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	box-shadow: 0 1px 3px #ddd;
	-webkit-box-shadow: 0 1px 3px #ddd;
	-moz-box-shadow: 0 1px 3px #ddd;
	overflow: visible;
}
#menu-1 {
	background: #c8dff5 url(http://www.healthydirectionsllc.com/blogs/sinatra/images/sinatra_blog_menuBg.jpg) repeat-x left top !important;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	box-shadow: 0 1px 3px #ddd;
	-webkit-box-shadow: 0 1px 3px #ddd;
	-moz-box-shadow: 0 1px 3px #ddd;
}
#menu-1 ul#main-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	height: 39px;
	border: 1px solid #adcff0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	box-shadow: 0 1px 3px #ddd;
	-webkit-box-shadow: 0 1px 3px #ddd;
	-moz-box-shadow: 0 1px 3px #ddd;
}
#menu-1 ul#main-nav li {
	text-shadow: 0 1px #fff;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	list-style-type: none;
}
#menu-1 ul#main-nav li a {
	border-left: 1px solid #adcff0;
	border-right: 1px solid #e8f0f8;
	padding: 1em 2em;
	display: block;
	float: left;
	margin: 0 !important;
	line-height: 1;
}
#menu-1 ul#main-nav li.no-link {
	border-left: 1px solid #adcff0;
	border-right: 1px solid #e8f0f8;
	padding: 0 2em;
	display: block;
	float: left;
	margin: 0 !important;
	line-height: 1;
}
#menu-1 ul#main-nav li.border-right-none.no-link {
	border-right: none;
}
#menu-1 ul#main-nav li.border-right-none.no-link span {
	float: left;
	padding: 1em 0 0 0;
	margin: 0;
	display: inline;
}
#menu-1, #menu-1 a:link,#menu-1 a:visited,#menu-1 a:active {
	text-decoration: none !important;
}
#menu-1 ul#main-nav li.border-right-none a {
	border-right: none;
}
#menu-1 ul#main-nav li.border-left-none a {
	border-left: none;
}
#menu-1 ul#main-nav li.border-none a {
	border-left: none;
}

/* -----------------------------
   START CSS MENU */
   
#menu-1 ul#main-nav li ul#drop {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 24.5em;
	top: 39px;
	float: left;
	display: none;
	box-shadow: 0 1px 3px #d0d0d0;
	-webkit-box-shadow: 0 1px 3px #d0d0d0;
	-moz-box-shadow: 0 1px 3px #d0d0d0;
	max-width: 10.76em;
	min-width: 10.76em;
	z-index: 1;
}
#menu-1 ul#main-nav li ul#drop li {
	display: block;
	float: none;
}
#menu-1 ul#main-nav li ul#drop li a {
	background: #e4f0fa;
	max-width: 10.76em;
	min-width: 10.76em;
	padding: 1em 2.15em;
	border-bottom: 1px solid #cfe1f2;
	border-left: 1px solid #c5daee;
	border-right: 1px solid #c5daee;
	border-top: 1px solid #eff6fc;
	font-size: .93em;
	line-height: 1.1;
}
#menu-1 ul#main-nav li:hover ul#drop {
	display: block;
}

   
   
/*   END CSS MENU
   ----------------------------- */
   
   
/* ----------------------------- 
     START CONNECT SECTION       */
	 

#menu-1 ul#main-nav li ul.connectSocial {
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	display: inline;
}
#menu-1 ul#main-nav li ul.connectSocial li {
	list-style-type: none;
	list-style: none;
	float: right;
	margin: 0;
	padding: .5em 0 0 5px;
	display: inline;
}
#menu-1 ul#main-nav li ul.connectSocial li a {
	border: none;
	padding: 0;
	margin: 0;
}
	 
	 
/* END CONNECT SECTION 
-------------------------------- */	 


/* END HEADER SECTION -------------------------------------------------------------------------------------- */



/* START SIDEBAR SECTION -------------------------------------------------------------------------------------- */


.sidebar div.widget {
	background: #f9f9f2;
	margin-bottom: 2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*border: 1px solid #e2e2c2;*/
}
/*.sidebar div.widget.HTML {
	background: #f9f9f2 !important;
}*/
.sidebar .widget div, .sidebar .widget ul, .sidebar .widget p {
	margin: 0;
	padding: 1em;
}
.sidebar .widget div.no-pad {
	padding: 0;
}
.sidebar .widget div.margin {
	margin: 2em 0;
}
.sidebar h3 {
	/*border: 1px solid #e2e2c2;*/
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	text-transform: uppercase;
	padding: .6em;
	font-size: 1.1em !important;
}
.sidebar ul.blogroll {
	list-style: none;
	list-style-type: none;
}
.sidebar ul.blogroll li {
	background: url(http://www.healthydirectionsllc.com/blogs/sinatra/images/sinatra_blog_check.gif) no-repeat 0 .15em;
	list-style: none;
	padding-left: 1.3em;
}
.sidebar ul, .sidebar ul li {
	color: #003366;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #202020;
}
#sidebar a:hover {
	color: #444;
}
#sidebar.sidebar .widget ul {
	margin: 0 0 0.25em 0;
}
#sidebar.sidebar .widget ul li {
	margin: 0 0 0.25em 0;
}
.sidebar ul#categories li {
    background: url(http://www.healthydirectionsllc.com/blogs/sinatra/images/sinatra_blog_arrow.gif) no-repeat 0 .15em;
	list-style: none;
	padding-left: 1.3em;
}
#sidebar.sidebar ul#categories li a:hover {
	color: #444;
}
.sidebar div.widget.RecentPosts ul li {
	background: url(http://www.healthydirectionsllc.com/blogs/sinatra/images/sinatra_blog_arrow_blue.gif) no-repeat 0 .15em;
	list-style: none;
	padding-left: 1.3em;
}
.sidebar div.widget.RecentPosts h3 {
	background: #5083b7;
	color: #fff;
}
.sidebar div.widget.RecentPosts {
	background: #eef5fc;
}
#sidebar.sidebar div.widget.RecentPosts a:link, #sidebar.sidebar div.widget.RecentPosts a:visited, #sidebar.sidebar div.widget.RecentPosts a:active  {
	color: #003366;
}
#sidebar.sidebar div.widget.RecentPosts a:hover {
	color: #295d92;
}
#sidebar.sidebar div.eletter {
	background: #fff url(http://www.healthydirectionsllc.com/blogs/sinatra/images/sinatra_blog_eletter.jpg) no-repeat left top;
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
}
#sidebar.sidebar div.eletter a.signup {
	display: block;
	width: 290px;
	height: 120px;
	text-indent: -9999px;
}
#sidebar.sidebar div.eletter a.sample {
	display: block;
	width: 290px;
	height: 31px;
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
#sidebar.sidebar div.ad {
	background: #fff;
	width: 100%;
	padding: 0;
}
#sidebar.sidebar div.ad a {
	display: block;
}

/* END SIDEBAR SECTION -------------------------------------------------------------------------------------- */



/* START POSTS SECTION -------------------------------------------------------------------------------------- */

.post-header div#socialShare {
	float: right;
	overflow: hidden;
	margin: 0 0 10px 20px;
	padding: 5px 0 0 0;
	width: 300px;
}
.post-header span.st_fblike {
	border: none;
	overflow: hidden;
	margin: 0;
	padding-left: 6px;
	float: right;
}
.post-header span.st_fblike iframe {
	width: 80px !important;
	height: 21px !important;
	top: 0 !important;
	float: right;
}
.post-header span.st_facebook_hcount {
	float: right;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 6px;
	font-weight: normal;
}
.post-header span.st_twitter_hcount {
	float: right;
	padding-right: 6px;
}
.post-header #socialShare span.st_facebook_hcount .stButton .stFb_hbubble {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.post-header #socialShare span.st_twitter_hcount .stButton .stTwVbubble {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.post-header #socialShare .stButton {
	margin: 0;
}
.post-header iframe.twitter-share-button {
	margin: 0;
	border: none;
	width: 110px;
	height: 20px;
}
.post-footer {
	background: #fff;
	border-bottom: 1px solid #d9e0e8;
	font-size: .95em;
	color: #7D0A0A;
	padding: .75em 0;
	margin-bottom: 2.5em;	
}
.post-footer a.post-comment-count {
	border: 1px solid #4679ae;
	color: #fff !important;
	font-weight: bold;
	padding: 0.5em 1em;
	background: #5083b7;
}
.post-footer a:hover.post-comment-count {
	background: #598abd;
	text-decoration: none !important;
}
.post-social-bookmarking ul {
	padding: 0;
	margin: 0;
	float: left;
}
.post-social-bookmarking ul li {
	list-style-type: none;
	list-style: none;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.post-social-bookmarking ul li span span.stButton {
	margin: 0;
}
/*.post-social-bookmarking ul li #sharethis_0 {
	width: 22px;
    height: 21px;
    background: url(http://www.healthydirectionsllc.com/blogs/images/share_small.jpg) no-repeat 0 0;
	display: block;
}*/
.post-social-bookmarking ul li a.stico_default {
	background: url(http://www.healthydirectionsllc.com/blogs/images/share_small.jpg) no-repeat 0 0 !important;
	width: 22px;
    height: 21px;
	display: block;
}
.post-social-bookmarking ul li a.stbutton {
	padding: 0;
	margin: 0;
}
.post-social-bookmarking ul li a span.stbuttontext {
	display: none;
}
div.post .comments-social ul {
	padding: 0;
	margin: 0 0 2em 0;
	float: left;
}
div.post .comments-social ul li {
	list-style-type: none;
	list-style: none;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
/*.post-social-bookmarking ul li #sharethis_0 {
	width: 22px;
    height: 21px;
    background: url(http://www.healthydirectionsllc.com/blogs/images/share_small.jpg) no-repeat 0 0;
	display: block;
}*/
div.post .comments-social ul li a.stico_default {
	background: url(http://www.healthydirectionsllc.com/blogs/images/share_small.jpg) no-repeat 0 0 !important;
	width: 22px;
    height: 21px;
	display: block;
}
div.post .comments-social ul li a.stbutton {
	padding: 0;
	margin: 0;
}
div.post .comments-social ul li a span.stbuttontext {
	display: none;
}
.post-body img {
	margin: 15px 0 15px 15px !important;
	border: none !important;
	float: right;
	display: block;
}
#posts-navigation a {
	color: #7d0a0a;
}
#comments {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}
div#comments h3 {
	color: #255a90;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-top: 0;
	padding: 0 !important;
}
#comment-form textarea {
	border: 1px solid #ddd;
}
#comment-form input[type="text"], #comment-form textarea {
	border: 1px solid #ddd;
}
#comment-form div {
	background: #f9f9f2;
	color: #202020;
}
#comment-form div.wrap {
	border: 1px solid #ececd3;
	padding: 20px;
}
#comment-form div.wrap h3 {
	font-size: 1.35em;
	line-height: 1;
	margin: 0 0 10px 0;
	color: #282828;
	text-transform: uppercase;
}
#comment-form div.wrap label {
	padding: 4px 5px 0 0;
	font-size: 1.15em;
}
#comment-form div.wrap input {
	padding: 4px 8px;
	font-size: 1.15em;
}

dl#comment-list {
	padding: 0.5em 1.5em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fafafa;
	margin-bottom: 1.5em;
}
dl#comment-list dt {
	font-size: 1.15em;
	line-height: 1;
	color: #497eb4;
	margin-bottom: 0.5em;
}
dl#comment-list dt.comment-even {
	border-top: 1px solid #f1f1f1;
	padding-top: 15px;
}
dl#comment-list dd {
	font-size: 1.25em;
	line-height: 1.5;
	color: #444;
}

/* START SHARE THIS CSS */


.stButton .chicklets.digg {
    width: 22px;
    height: 21px;
    background: transparent url(http://www.healthydirectionsllc.com/blogs/images/digg_small.jpg) no-repeat 0 0;
	display: block;
	padding: 0;
}
.stButton .chicklets {
	padding: 0;
}
.stButton .digg {
	background-position: 0 0;
}

span.st_digg_custom {
	cursor: pointer;
}
span.st_stumbleupon_custom {
	cursor: pointer;
}
span.st_sharethis_custom {
	cursor: pointer;
}


/* END SHARE THIS CSS */


/* START OLD SHARE THIS CSS */

/*.st_sharethis_custom {
	width: 22px;
    height: 21px;
    background: transparent url(http://www.healthydirectionsllc.com/blogs/images/share_small.jpg) no-repeat 0 0;
	display: block;
}*/

/* END OLD SHARE THIS CSS */


/* END POSTS SECTION -------------------------------------------------------------------------------------- */

#footer {
	padding: .25em;
}
#footer a#powered-by {
	color: #355270;
}


/* TWITTER FEED */

.twtr-tweet-text {
	margin: 5px 0 !important;
	padding: 3px 10px !important;
}
.twtr-hd {
	padding: 6px !important;
	border-radius: 0;
}
.twtr-ft {
	border-radius: 0;
	padding: 6px !important;
	background: url(http://healthydirectionsllc.com/blogs/images/twitter_logo.png) no-repeat 6px 8px;
}
.twtr-timeline {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
.twtr-ft a img {
	z-index: -1;
}
div#twtr-widget-1 {
	padding: 0;
}


/* FACEBOOK FEED */

.fbConnectWidgetTopmost {
	border-color: none !important;
	border-right: none !important;
	border-style: none !important;
	border-width: 0;
}
