/* ******************************************************************************** */
/* ******************************************************************************** */
/* ******************************************************************************** */
/* ***************************** Sustainable Theme ******************************** */
/* ******************************************************************************** */
/* *************************** Created by: Lifeyo.com ***************************** */
/* ******************************************************************************** */



/* Body is used to set the background and any global type settings */

body, #scroll_container{/* Scroll_container used for Edit Mode */
	background-color:#cec8bc;
	background-image:url(../images/linen.jpg);
	background-repeat:repeat;
}


#main_header{
width:950px;
margin: 0 auto;
margin-top:10px;
background-image:url(../images/header_strip.png);
padding-top:3px;
}
#site_title_container{
margin:10px 50px;
}
#site_title_container h1{
color:#333333;
font-style:italic;
font-size:32px;
padding-top:20px;
}

.ly_nav{
margin:0px 28px;
}
.ly_nav .t{
height:10px;
background-image:url(../images/dots.png);
background-repeat:repeat-x;
}
.ly_nav .b{
height:10px;
background-image:url(../images/dots.png);
background-repeat:repeat-x;
}

/* Body Background or Content area settings for entire container */

#usr_blocks {
	clear:both;
	width:950px;
	margin: 0px auto;
	height: auto;
}


/* Blog Link Styling. */
.ly_blogbox a,.ly_blogbox a:visited, .ly_blogbox a:active {
border:none;
color:#2B2B2B;
text-decoration:none;
}
.ly_blogbox a:hover {
color:#000000;
text-decoration:underline;
}

/* User Text Link Styling. */
.ly_text_box a,.ly_text_box a:visited, .ly_text_box a:active {
border:none;
color:#000000;
text-decoration:none;
}
.ly_text_box a:hover {
color:#666666;
text-decoration:underline;
}


/* Archive Box Text Link Styling. */
.ly_archivebox a,.archivebox a:visited, .archivebox a:active {
border:none;
color:#000000;
text-decoration:none;
}
.ly_archivebox a:hover {
color:#666666;
text-decoration:underline;
}


/* Body Background or Content area settings for different layout syles - determines the visual page layouts */

/* Default settings ("style" - Page Type) */

#ly_header {
 background-image:url(../images/bg_strip.png);
 height:300px;
 background-position:bottom;
}

#usr_elements{/* Must repeat vertiacally as height will change */
background-image:url(../images/bg_strip.png);
background-repeat:repeat-y;
}

#ly_footer {
	height:67px;/* used to be 40px*/
	display:block;
	background-position:bottom;
	background-image:url(../images/footer.png);
	text-align: center;
	clear:both;
	width:950px;
	margin:0 auto;
	margin-top:-2px;
	
}

#ly_footer_msg {
position:relative;
top:33px;
color:#666666;
}


/* Optional Layout settings ("full" - Page Type) */

#ly_header.full_layout{
 background-image:url(../images/bg_strip.png);
 height:5px;
 background-position:bottom;
}


/* The Following are Title Settings - We use USRBLOCKS so they dont change the interface settings in edit mode */

#usr_blocks h1{
	font-family:"Cooper Std.", Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#56482d;
	font-style:italic;
}
#usr_blocks h2{
	font-family:"Cooper Std.", Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#666666;
}
#usr_blocks h3{
	font-family:"Cooper Std.", Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#666666;
}
#usr_blocks p{
	font-size:16px;
}

/* The Following are Navigation Settings */

.site_links ul {
	display: block;
	margin-right:22px;
}

.site_links ul.center{
    float:none;
    text-align:center;
}

.site_links ul.right{
    float:none;
    text-align:right;
}

.site_links ul.left{
    float:none;
    text-align:left;
}

.site_links li {
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-right: 30px;
	margin:10px 5px;
	background-image:url(../images/curl.png);
	background-repeat:no-repeat;
	background-position:right center;
}

.site_links li a {
    color:#666666;
    font-family: Arial,helvetic,Sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 40px auto;
    font-size: 16px;
	font-style:normal;
	padding:10px;
	font-family:"Times New Roman", Times, serif;
}

.site_links li a:hover, .site_links li a:active, .tabnav li.ui-tabs-selected a {
    color:#ffffff;
}


/* Members List - Friendslist */

.friendslistSortable li {
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-right: 5px;
}

.ly_friendslist {
    text-align: center;
	padding: 20px;
}


/* Blog Options */
.hentry{
border:3px solid #FFFFFF;
background-color:#edebe4;
margin:5px;
padding:6px;
-moz-border-radius: 4px;
}

.ly_blogbox {
margin-left:40px;
padding:5px;
text-align:left;
width:585px;
	
}

.blog_image{
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin:5px auto;
  display:block;
  padding: 4px;
}

.entry-content{
	font-family:Arial, Helvetica, Georgia, sans-serif;
	font-size:14px;
	color:#333333;
	padding-top:20px;
}

.entry-datetime{
	font-family:Arial, Helvetica, Georgia, sans-serif;
	font-size:14px;
	color:#aaaaaa; 
	font-style:italic;
	float:right;
}

.entry-title{ /* If left blank will use H2 */
	background-image:url(../images/curl.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
}

.entry-meta{
display:none;
}


/* Archive Box Options */

.ly_archivebox {
    background-color: none;
    height: auto;
    text-align: left;
	padding: 20px;
    width: 224px;
}

.archive_post{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:3px 3px 3px 20px;
}

.archive_post a{
	text-decoration:none;
	color:#333333;
	font-size:12px;
}

.archive_post a:hover, .archive_post a:active{
	text-decoration:underline;
	color:#660000;
	font-size:12px;
}

.year_title{
	margin:10px;
	font-size:16px;
	font-weight:bold;
}

.month_title{
	margin:10px;
	font-size:14px;
	font-style:italic;
}

.year_container{
	margin:10px;
}

.month_container{
	margin:10px;
}

.carrot{
	margin-right:10px;
}

#archive_all_posts{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin:3px 3px 0 0;
	text-align:center;
	background-color:#CCCCCC;
	cursor:pointer;
}


.comment_count img{
display:none;
}