/* ******************************************************************************** */
/* ******************************************************************************** */
/* ******************************************************************************** */
/* ***************************** 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:#626063;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}


#main_header{
width:950px;
margin: 0 auto;
margin-top:20px;
background:#FFFFFF;
}

#site_title_container h1{
color:#000000;
font-size:32px;
padding:10px 10px 0px 10px;
}

#main_header_container{
	padding-top:2px;	
}

#titles_wrapper{
	border:2px solid #a8a8a8;
	margin:8px;
}

#site_subtitle_container {
    margin: 0 10px 4px;
}

#site_subtitle_container h1{
	border-width:0px;
}

.ly_nav{
background-color:#000000;


}
.ly_nav .t{
height:10px;
}
.ly_nav .b{
height:10px;
}

/* 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-color:#FFFFFF;
 height:0px;
 background-position:bottom;
}

#usr_elements{/* Must repeat vertiacally as height will change */
 background-color:#FFFFFF;
 position:relative;
}

#ly_footer {
	height:67px;/* used to be 40px*/
	display:block;
 	background-color:#FFFFFF;
	text-align: center;
	clear:both;
	width:950px;
	margin:0 auto 15px;

}

#ly_footer_msg {
position:relative;
top:33px;
color:#666666;
}


/* Optional Layout settings ("full" - Page Type) */

#ly_header.full_layout{
 background-color:#FFFFFF;
 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;
}
#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;
	background-color:#000000;
	
}

.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: 30px;
	margin:10px 5px;
	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 #eaeaea;
margin:5px;
padding:10px;
background-color:#f4f4f4;
}

.ly_blogbox {
margin-left:20px;
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-repeat:no-repeat;
	background-position:left center;
}

/* 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;
}

.image_header {
	background-image:url("http://lifeyostaticfiles.s3.amazonaws.com/static/user_files/1/images/main_pictures/1-ZbJtjIhFBlaI4jqS3FFytPnYCJm64ROYsD27afMH.jpg");
	background-position: center 50%;
	background-repeat:no-repeat;
	background-color:transparent;
	margin:0pt auto;
	height:300px;
}

/* Contact Form*/
#ly_contact_form {
	background-color:#EEEEEE;
}

#ly_contact_form_contents {
	padding:20px;
}

#ly_contact_form h1.contact_form_name{
	letter-spacing:0px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:dotted 1px #666666;
}

#ly_contact_form  .contact_form_text_field{
	border: 1px solid #BBBBBB;
	color: #222222;
	font: 14px 'Lucida Grande',Helvetica,Arial,sans-serif;
	margin: 0;
	outline: 0 none;
	padding: 6px;
}

#ly_contact_form  .small_input{
	width:240px;
}

#ly_contact_form  .medium_input{
	width:300px;
}

#ly_contact_form  .large_input{
	width:360px;
}

#ly_contact_form  .extra_large_input{
	width:500px;
}

#ly_contact_form .contact_form_item{
	margin:6px 0px 10px;
}

#ly_contact_form h2.contact_form_label{
	color:#666666;
	font-size:18px;
	padding-bottom:1px;
}

#ly_contact_form button.contact_form_submit {
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #F5F5F5;
	border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
	border-right: 1px solid #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #565656;
	cursor: pointer;
	font: 15px/36px Helvetica,Arial,sans-serif;
	height: 36px;
	margin: 0;
	overflow: visible;
	padding: 0 14px 0 12px;
}

.feedback_message {
	background-color: #F5F5F5;
	border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
	border-right: 1px solid #CCCCCC;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font: 15px/36px Helvetica,Arial,sans-serif;
	height: 36px;
	margin: 0;
	overflow: visible;
	padding: 8px 14px 8px 12px;
}

.info, .success, .warning, .error, .validation {
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
}
.success {
    color: #4F8A10;
    border-color:#4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
}

/* End Contact Form*/
