/*-----------------------------------------------------------------------------
[Blissology] Screen Stylesheet

version:   1.0
date:      01/03/07
author:    [Matt Seccafien]
website:   [www.jarcreative.com]



/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
/* Styles for layout
-----------------------------------------------------------------------------*/

.clear {
	clear:both;
}
.right {
	float: right;
}
.left {
	float: left;
}
/* Set up the document
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/bg_body_btm.jpg) repeat-x center bottom #031926;
	/*color: #322d0a;  041533  */
	text-align:center;
}
.body-bg {
	background:url(images/bg_body.jpg) center top no-repeat;
}
#access {
	display:none;
}
/* Typography
-----------------------------------------------------------------------------*/

h1 {
	font-size: 2.2em; /* Equivalent to 22pt */
}
h2 {
	border-bottom:1px dashed #ccc;
	color:#322D0A;
	font-size:3em;
	font-weight:normal;
	line-height:30px;
	margin-bottom:14px;
}
h2 a {
	color:#322d0a;
}
h3 {
	font-size: 1.2em; /* Equivalent to 20pt */
	color:#3b4e83;
	margin:15px 0 8px;
}
h4 a {
	font-size: 1.6em; /* Equivalent to 18pt */
	color:#C58B04;
	font-weight:normal;
}
h5 {
	font-size: 1.4em; /* Equivalent to 14pt */
	color:#8a960b;
	font-weight:normal;
}
p, q, cite {
	font-size: 1.2em; /* Equivalent to 12pt */
	padding-top: 6px;
	line-height: 170%;
}
ul, ol, dl {
	list-style: none;
}
li, dd, dt {
}
a {
	text-decoration:none;
	color:#3b4e83;
}
p a {
	text-decoration:none;
	color:#3b4e83;
}
p a:hover, h4 a:hover, .ec3_list a:hover, .nav a:hover, caption a:hover {
	border-bottom:1px dashed;
}
a:hover {
}
.entry-content p, .entry-content li {
	width:560px;
	font-size:12px;
	padding-top:6px;
}
.col .entry-content p, .col .entry-content li {
	width:auto;
}
/* Header
-----------------------------------------------------------------------------*/

#header {
	width: 1067px; /* Set page width here - you can also use percentage */
	height:122px;
	background:url(images/bg_header.jpg) center no-repeat;
	text-align:left;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 0px;
}
h1#logo a {
	display:block;
	text-indent:-9999px;
	width:208px; /* Set page width here - you can also use percentage */
	height:86px;
	background:url(images/logo.jpg) top left no-repeat;
	margin-left:71px;
}
/* Navigation
-----------------------------------------------------------------------------*/

#nav-main {
	display:block;
	float:left;
	margin:0 0 0 343px;
}
#nav-main li {
	float:left;
	text-transform:lowercase;
}
#nav-main li a {
	display:block;
	float:left;
	height:29px;
	width:125px;
	background:url(images/bg_navitem.gif) top left no-repeat;
	padding:0 0 0 10px;
	font-size:14px;
	line-height:2.7em;
}

#nav-main > li > a {
    line-height: 125%;
    padding-top: 10px;
}

#nav-main li a:hover, #nav-main li.selected a {
	background:url(images/bg_subnav.gif) top left repeat-y;
	-moz-box-shadow:1px 5px 5px rgba(0, 0, 0, 0.15);
}
#nav-main li ul {
	width:125px;
	position:absolute;
	display:none;
	top:27px;
	padding-bottom:20px;
	z-index:300;
}
#nav-main li ul li > first-child {
	padding-top:20px;
}
#nav-main li ul li a {
	display:block;
	float:none;
	height:auto;
	width:125px;
	background:none;
	padding:3px 0 3px 10px;
	font-size:12px;
	line-height:1em;
	color:#787560;
	border-bottom:dashed thin #FAFEF5;
	border-top:dashed thin #FAFEF5;
}
#nav-main li ul li a:hover {
	background:#f6f5e9;
	cursor:pointer;
}
#nav-main li ul li.link-last {
	border:2px;
}
.nav-sub {
	display:block;
	width:235px;
	margin-left:25px;
	clear:both;
	margin-top:4px;
}
.col .nav-sub li {
	margin-bottom:0;
	width:235px;
}
.nav-sub li a {
	display:none;
	font-size:12px;
	border-bottom:1px dashed #ccc;
	padding:4px 20px;
	background:url(images/arrow-curve-000-left.png) 0 6px no-repeat;
}
.nav-sub li ul li a {
	display:block;
	font-size:12px;
}
.nav-sub li ul li ul {
	margin-bottom:10px;
}
.nav-sub li ul li ul li a {
	margin-left:20px;
}
.nav-sub li a:hover {
	border-color:#3b4e83;
}
/* Footer
-----------------------------------------------------------------------------*/

#footer {
	clear:both;
	background:url(images/bg_footer.jpg) 0 0 no-repeat;
	display:block;
	text-align:center;
	padding:125px 0 50px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width: 993px; /* Set page width here - you can also use percentage */
	text-align:center;

color : #2c4160;
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	line-height: 18px;
	


}
#footer li {
	display:inline;
}
#footer li a {
	color : #2c4160;
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	line-height: 18px;
}



#footer li a:hover {
	color : #698bc6;
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	line-height: 18px;
}

.footer {
	
	color : #2c4160;
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	line-height: 18px;
	text-align:center;
	
}



A.footer:ACTIVE, A.footer:FOCUS, A.footer:LINK, A.footer:VISITED {
color : #2c4160;
		
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
		line-height: 18px;
}
A.footer:HOVER {
	color : #698bc6;
		font-family : Tahoma, Geneva, sans-serif;
	font-size : 11px;
	
	font-weight : normal;
	text-decoration : none;
		line-height: 18px;
}



.meta-sep {
	color:#2c4160;
	margin:0 5px
}
.comments-link a {
	background:url(images/balloon.gif) center 3px no-repeat;
	padding:8px 11px;
	font-weight:bold;
	font-size:12px;
	color:#333333;
}
.entry-date {
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 30px;
}
.edit-link {
}
/* Homepage
-----------------------------------------------------------------------------*/

.latest-news-content p {
    font-size: 1.2em;
    width: auto;
}

span.published {
    margin-bottom: 5px;
    display: block;
}

.latest-news {
    float: right;
    width: 240px;
}

#page-top {
	background: url(images/bg_pagetop_new.gif) center 0 no-repeat;
        background-repeat: no-repeat;
	height:515px;
	width: 1067px;
	margin-top:-2px !important;
        margin-bottom: 0px;
        margin: auto;
	text-align:left;
        padding-top: 15px;
}
.single #page-top, .page #page-top, #page-top.small, .category #page-top {
	background:url(images/bg_pagetop-sm.gif) center 0 no-repeat;
	height:73px;
}
.col {
	display:block;
	float:left;
	margin:0;
	width:298px;
}

.container > ul.col:first-child + ul {
    padding-right: 25px;
}

.col .post, .col h3 {
	margin-left:15px;
	margin-right:15px;
	clear:both;
}
.feature-window {
        background: url(http://www.jarcreative.com/thespa2/TheSpaWeb/images/logo-overlay-bg.png);
        bottom:50px;
        color:#CCFFFF;
        height:30px;
        margin:0 0;
        overflow:hidden;
        padding:10px 20px;
        position:absolute;
        width:564px;
        z-index:10;
}

.feature-window h2 a {
    color: #FFF;
    font-size: 20px;
    border: none;
}

.feature-window h2 {
    border: none;
}

div.col h2 a {
    color: #CFF;
}

div.featured-media {
    background: black none repeat scroll 0% 0%;
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-inline-policy: continuous;
    height: 330px;
    margin-top: 0px;
    position: absolute;
    z-index: 0;
    width: 604px;
}

.featured-media embed {
    height:330px;
    width:604px;
}


.col li {
	margin:0px 0 10px 0;
}
.border-right {
	background:url(images/col_divider.jpg) top right no-repeat;
}
#content {
	background:url(images/bg_canvas.jpg);
	text-align:left;
	margin-left:auto;
	margin-right:auto;
        margin-top: -1px;
	width: 960px; /* Set page width here - you can also use percentage */
	min-height:600px;
	height:auto !important;
	height:320px
}
.container {
	padding:0 10px;
}
.single .container {
	padding:0 10px;
}
#featured {
	padding:10px 0 0;
}
.col h3.rounded-top {
	background:url(images/rounded-top.jpg) top left no-repeat;
	padding:15px 0 0 20px;
	margin:0;
}
/*.rounded {
	background:url(images/rounded-bg.jpg) top left repeat;
	padding:0px 0 0 0px;
}*/

div.rounded {
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        padding: 10px;
        background:url(images/rounded-bg.jpg) top left repeat;
}
.rounded-bot {
	background:url(images/rounded-bot.jpg) bottom left no-repeat;
	padding:0px 0 20px 20px;
}

.carouselButton {
    background: none;
    border: 2px solid #FCFCFC;
    border-top: none;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    -moz-border-radius: 3px 3px 10px 10px;
    -webkit-border-radius: 3px 3px 10px 10px;
    -moz-box-shadow: #444 3px 3px 9px;
    -webkit-box-shadow: #444 3px 3px 9px;
}

.carouselButton:hover, a.active > div.carouselButton {
    background: #C58B04;
    border: 2px solid #FCFCFC;
    border-top: none;
    -moz-box-shadow: #444 3px 3px 1px;
    -webkit-box-shadow: #444 3px 3px 1px;
}

div#featuredPostTitle {
    float:left;
    height:62px;
    margin:-20px 0 0 0;
    overflow:hidden;
    padding:17px;
    padding-top: 10px;
    width:95%;
    background-image: url(images/featurePostTitle-bg.png);
}

div#featuredPostTitle h2 {
    font-size: 14px;
    margin-bottom: 0px;
}

div#featuredPostTitle p {
    font-size: 10px;
    margin-top: 0px;
    line-height: 12px;
}

div#featuredPostText {
    border-right-width:0;
    float:right;
    height:35px;
    margin-right:75px;
    margin-top:72px;
    width:605px;
}

div#carouselNav {
    float:right;
    height:30px;
    margin-top:-51px;
    width:300px;
}
/* Post template
-----------------------------------------------------------------------------*/

/*.continue-reading a {
	background:url(images/continue-reading.gif) top left no-repeat;
	height:21px;
	width:121px;
	display:block;
	text-indent:-9999px;
	float:left;
}*/
.continue-reading a {
	color: black;
	display: inline-block;
	padding: 2px 10px 4px;
	height: 18px;
	margin: 0 20px 0 0;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	background: #c58b04;
	float:left;
	display:block;
}
.continue-reading a:hover {
	background: #c58b04 url(images/cellshade.png) repeat-x;
}
.entry-meta {
	line-height:20px;
	margin:15px 0 30px;
}

body.page #page-top {
    height: 50px;
}

body.single #page-top {
    height: 50px;
}
#page-top .entry-content {
	height:265px;
}
#page-left {
	width:325px;
	float:left;
}
#page-right {
	margin:0 35px 0 325px;
}
.single #content .post {
}
p#breadcrumb {
	padding:0px 0 0 0px;
	margin: -11px 0 0 65px;
	float:left;
}
#meta {
	float:right;
	margin: -8px 47px 0 0px;
}
#meta li {
	display:inline;
	font-size:12px;
	margin-right:10px;
}
.addthis_toolbox {
	margin:30px 0 0 50px;
}
/* Commnets
-----------------------------------------------------------------------------*/

#comments {
	clear:both;
	margin-top:50px;
}
.form-input {
	margin-bottom:10px;
}
/* Forms
-----------------------------------------------------------------------------*/


form {
}
input.singlefield {
	background:transparent url(images/bg-input-sm.gif) no-repeat scroll left top;
	float:left;
	padding:4px 0 0 9px;
	height:22px;
	width:125px;
}

input.singlefield#email {
    background: url(images/bg-input.gif) no-repeat scroll left top;
    width: 190px;
}
input.text, textarea.text {
	color:#736663;
	font-size:1em;
	padding:4px 5px;
	margin:0;
	text-indent:0;
	width:290px;
	border:thin solid #D7D4C2;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.button {
	background:transparent url(images/btn-signup.gif) no-repeat scroll 0 0;
	cursor:pointer;
	text-indent:-9999px;
	display:block;
	float:left;
	height:22px;
	width:56px;
}
.button-signup {
}

textarea#comments {
    height: 75px;
    width: 400px;
    margin: 0px;
    margin-top: 5px;
    padding: 5px;
}

button {
    display: block;
    width: 60px;
    height: 22px;
    color: white;
    background: #F4A506;
    line-height: 25px;
    border-bottom: 1px #222 solid;
    border-right: 1px #222 solid;
    border-top: none;
    border-left: none;
}

button:active {
    border-top: 1px #888 solid;
    border-left: 1px #888 solid;
    border-right: none;
    border-bottom: none;
    background: #C58B04;
}

form.secure input {
    padding: 5px;
    margin-top: 5px;
}

form.secure button {
    margin: 10px;
}

form.secure p {
    margin-top: 10px;
}

/* Tables 
-----------------------------------------------------------------------------*/



table {
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	text-align: left;
	font-weight: normal;
}
/* Extras
-----------------------------------------------------------------------------*/

hr {
	clear:both;
	visibility:hidden;
}
/* Event Calender
-----------------------------------------------------------------------------*/

#wp-calendar td {
 text-align:center;
 padding:4px
}
#wp-calendar th {
	padding:4px;
	text-align:center;
	background:url(images/rounded-bg.jpg) top left repeat;
}
.ec3_popup table {
	background:transparent url(images/rounded-bg.jpg) repeat scroll left top;
}

/* Calendar
-----------------------------------------------------------------------------*/
.ec3_events {
	margin-left:25px;
	width:245px;
}
.ec3_events li {
	background:transparent url(images/arrow-curve-000-left.png) no-repeat scroll 0 6px;
	border-bottom:1px dashed #CCCCCC;
	font-size:12px;
	padding:4px 20px;
}
.ec3_events li ul li {
	background:none;
	padding:0px 0px;
	border:none;
}
.ec3_eventday a {
	color:#3b4e83 !IMPORTANT;
	text-decoration:underline;
}
.ec3_eventday a:hover {
	text-decoration:underline;
}
#wp-calendar table #today {
	background:transparent url(images/rounded-bg.jpg) repeat scroll left top;
}
#wp-calendar table td:hover {
background:#EEEBFC
}
/* Image Fader
-----------------------------------------------------------------------------*/

.carousel-position {
    float: right;
    width: 755px;
    height: 330px;
}

.carousel-wrap {
        float: left;
        width:603px;
        overflow-x:hidden;
        overflow-y:hidden;
        top:15px;
        overflow: hidden;
        height: 330px !important;
        margin: 0px 8px 0px 10px;
}
.featured-posts .wrapper {
	width: 940px;
	overflow: auto;
	height: 340px;
	margin: 25px 40px;
	position: absolute;
	top: 0;
	left: 0;
}
.featured-posts .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.featured-posts ul li {
	display: block;
	float: left;
	padding: 0;
	height: 390px;
	width: 940px;
	margin: 0;
}
.carousel-control  {
	display: inline-block;
	height: 125px;
	width: 67px;
	background: url(images/arrows.png) no-repeat 0 0;
	cursor: pointer;
        margin-top: 70px;
}
.carousel-next {
	background-position: 0 0;
        float: left;
}
.carousel-previous {
	background-position: -67px 0;
        float: left;
}
.carousel-next.hover {
	background-position: 0 -200px;
}
.carousel-previous.hover {
	background-position: -67px -200px;
}
#thumbNav {
	position: relative;
	top: 372px;
	text-align: center;
}
#thumbNav a {
	color: black;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04 url(images/cellshade.png) repeat-x;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur {
	background: #e0a213;
}
#start-stop {
	background: #c58b04;
	background-image: url(images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 65px;
	top: 372px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#start-stop.playing {
	background-color: #c58b04;
}
#start-stop:hover {
	background-image: none;
}
/*  Prevents
*/
.featured-posts .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.featured-posts .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
.featured-posts p img {
	display:none;
}
.featured-posts p object {
	position:absolute;
	top:0;
	right:0;
}
/* Slickr
-----------------------------------------------------------------------------*/

#slickrwidget {
	margin:0 0 0 15px;
}
#slickrwidget a img, #slickrajaxcontent a img {
	border:2px solid #fff;
	margin:0 0 3px 3px;
}
#slickrwidget a:hover img, #slickrajaxcontent a:hover img {
	border:2px solid #3b4e83;
}
.next_album_photos {
	padding:0;
	background:url(images/arrow-curve-000-left.png) right 6px no-repeat;
}
.previous_album_photos {
	padding:0;
	background:url(images/arrow-curve-000-left.png) left 6px no-repeat;
}
#slickr_navigation a {
	float: left;
	text-decoration: none;
	padding:4px 20px;
	background:url(images/arrow-curve-000-left.png) 0 6px no-repeat;
}

/* Twitter
-----------------------------------------------------------------------------*/

div.tweets {
    padding: 10px 20px 10px 20px;
}

/* Event Overview
-----------------------------------------------------------------------------*/

ul.event-overview li {
    display: inline;
    padding: 0px 3px 0px 3px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 1px dotted #3b4e83;
    cursor: pointer;
    color: #3b4e83;
}

ul.event-overview li:hover {
    color: white;
}

ul.event-overview li:first-child {
    border-left: none;
}

div.event-overview-menu {
    padding: 5px 0px 5px 0px;
    text-align: center;
    margin-top: 10px;
}

div.event-overview-listing {
    padding: 10px;
    padding-top: 30px;
}

div.divider {
    height: 0px;
    border-top: 1px dashed #CCC;
}

li.event-title {
    cursor: pointer;
    color: #3b4e83;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    list-style-image: url(images/li_closed.gif);
    list-style-position: inside;
}

li.event-title.open {
    list-style-image: url(images/li_open.gif);
}

ul.event-description {
    cursor: default;
    font-weight: normal;
    padding: 5px 0px 5px 0px;
    color: black;
}

/* Call-Out buttons
-------------------------------*/

div.callout-button {
    width: 298px;
    height: 81px;
    margin: 0px auto 10px auto;
    cursor: pointer;
}

div.callout-button#Yes-Retreat {
    background-image: url(images/yes-retreats.png);
    background-position: 0px 0px;
}

div.callout-button#Yes-Retreat:hover {
    background-position: 0px -81px;
}

div.callout-button#Teacher-Training {
    background-image: url(images/yoga-teacher-training.png);
    background-position: 0px 0px;
}

div.callout-button#Teacher-Training:hover {
    background-position: 0px -81px;
}

div.callout-button#Lifesurfing {
    background-image: url(images/lifesurfing.png);
    background-position: 0px 0px;
}

div.callout-button#Lifesurfing:hover {
    background-position: 0px -81px;
}

div.callout-button#Latest-News {
    background-image: url(images/latest-news.png);
}

div.callout-button#Bliss-Blog {
    background-image: url(images/bliss-blog.png);
}

.h3-image {
    width: 298px;
    height: 40px;
}

#recently-tweeted {
    background-image: url(images/recently-tweeted-new.png);
    height: 84px;
}

#stay-connected {
    background-image: url(images/stay-connected.png);
}

#learn-more-about {
    background-image: url(images/learn-more-about.png);
}

#current-events {
    background-image: url(images/current-events.png);
    margin-top: 10px;
}

#view-photo-gallery {
    background-image: url(images/view-photo-gallery.png);
}

/* Drop-In Classes
------------------------------------*/

ul.daynames > li {
    color:#3b4e83;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    padding:5px 0;
    list-style-image: url(images/li_closed.gif);
    list-style-position: inside;
}

ul.daynames > li.open {
    list-style-image: url(images/li_open.gif);
}

ul.drop-in-list > li {
    color:#3b4e83;
    font-size:10px;
    font-weight:bold;
    padding:5px 0;
}

ul.drop-in-list li.event-title {
    list-style-image: none;
}

ul.drop-in-list > li li {
    color:black;
    font-size:10px;
    font-weight:bold;
    padding:5px 0;
}

ul.drop-in-navigation li {
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
    color: #3b4e83;
}


ul.drop-in-navigation li.next {
    float: right;
    margin: 0px;
}

ul.drop-in-navigation li.prev {
    float: left;
    margin: 0px;
}

h2.drop-in-class-schedule-title {
    font-size: 25px;
    padding-top: 20px;
}

li.upcoming-retreats {
background: transparent url(images/arrow-curve-000-left.png) no-repeat scroll 0;
padding-left: 20px;
margin-left: 15px;
}

ul.retreat-dates {
padding-bottom: 0px;
margin-bottom: 15px;
border-bottom: 1px dashed #CCC;
}



/* Calendar Mods Styles ------------- */

h1.daily-events-title {
    font-weight: lighter;
    border-bottom:1px dashed #CCCCCC;
    padding: 20px 0px 10px 0px;
    margin-bottom: 20px;
}

li.back-link {
    margin-top: 10px;
    font-weight: lighter;
    font-size: 12px;
    list-style:none;
}

.back-link a:hover {
    border-bottom: 1px dashed #3b4e83;
}

/* End Calendar Mods */

/* Image border Class --------------- */

img.with-border {
    border: 10px solid white;
    -moz-border-radius: 10px;
}

input.singlefield {
    font-size: 7pt;
    color:gray;
}

form#signup p {
    padding: 0px 15px 15px;
    font-size: 10px;
}

/* Press Articles */

.press-article-title {
     font-size: 14px;
     margin-top: 10px;
     font-weight: lighter;
     border-bottom: none;
}

div.divider.press {
    width: 50%;
    margin: 20px 0px 10px 0px;
}

div.older-page {
    float: left;
}

div.newer-page {
    float: right;
}

/* Blog */

div.article-entry {
    margin-bottom: 40px;
}

h2.entry-title {
    font-size: 22px;
    margin-bottom: 0px;
}

body.page .article-entry h3, .post h3 {
    font-size: 14px;
    font-weight: lighter;
    display: inline-block;
    margin-top: 5px;
}

.paging {
   display: inline-block;
}

/* Front page */

.front-info-box {    
    height: 145px;
    width: 298px;
    margin-left: 0px;
    margin-bottom: 15px;
}

.front-info-box.yes-retreats{
    background: url(images/yes-retreats-bg.png);
}

.front-info-box.ytt {
    background: url(images/ytt-bg.png);
}

.front-info-box.bliss-challenge {
    background: url(images/downloadable-videos-bg.png);
}

.front-info-box li {
    background:transparent none repeat scroll 0 0;
    border:medium none;
    display:inline-block;
    float:right;
    margin-bottom:0;
    margin-top:30px;
    width:130px;
}