/* ******************************************************************************** */
/* ******************************************************************************** */
/* ******************************************************************************** */
/* ***************************** Miminal Theme ******************************** */
/* ******************************************************************************** */
/* *************************** Created by: Lifeyo.com ***************************** */
/* ******************************************************************************** */
/* Body is used to set the background and any global type settings */
body, #scroll_container {
    background-color: #FFFFFF;
}

/* Main header ttributes */
#main_header {
	background:transparent url(/static/themes/minimal/images/minimal_background.png) repeat-x center bottom;
	width:100%;
}

#main_header_container {
	width:950px;
	margin: 0px auto;
	overflow:hidden;
}


/* Body Background or Content area settings for entire container */ 
#site_title_container {
	margin:10px auto;
	width:900px;
}

#site_subtitle_container {
    color:#FFFFFF;
    margin:1px 30px 45px;
    width:900px;
}

.ly_nav {
	margin-bottom:10px;
	overflow:hidden;
	padding-left:14px;
	padding-right:14px;
}

.ly_nav.center{
	margin:0 auto;
}

.ly_nav.left{
	float:left;
}

.ly_nav.right{
	float:right;
}

.ly_title{

}

#usr_blocks {
    clear: both;
    padding-top:25px;
    width: 950px;
    margin: 0px auto;
    height: auto;
}

/* Blog Link Styling. */ 
.ly_blogbox a, .ly_blogbox a:visited, .ly_blogbox a:active {
    border: none;
    color: #2A5078;
    text-decoration: none;
} 

.ly_blogbox a:hover {
    color: #006699;
    text-decoration: underline;
}

/* User Text Link Styling. */ 
.ly_text_box a, .ly_text_box a:visited, .ly_text_box a:active {
    border: none;
    color: #2A5078;
    text-decoration: none;
} 

.ly_text_box a:hover {
    color: #006699;
    text-decoration: underline;
}

/* Archive Box Text Link Styling. */ 
.ly_archivebox a, .archivebox a:visited, .archivebox a:active {
    border: none;
    color: #2A5078;
    text-decoration: none;
} 

.ly_archivebox a:hover {
    color: #006699;
    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 {
    height: 0px; /* used to be 30px*/
    display: block;
    background: transparent url(/static/themes/minimal/images/header.png) no-repeat scroll center -110px;
    text-align: center;
} 

#usr_elements {
    background-image: url(/static/themes/minimal/images/content-strip_full.png);
    background-position: center;
    position:relative;
} 

#ly_footer_msg {
    position: relative;
    top: 24px;
}

/* Optional Layout settings ("full" - Page Type) */ 
#ly_header.full_layout {
    height: 35px; 
    background: transparent url(/static/themes/minimal/images/header_short.png) no-repeat scroll center -110px;
}

/* The Following are Title Settings - We use USRBLOCKS so they dont change the interface settings in edit mode */ 
#usr_blocks h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
} 

#usr_blocks h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #2a5078;
    font-weight: bold;
    font-style: normal;
} 

#usr_blocks h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2A5078;
    font-weight: bold;
    font-style: normal;
}

/* The Following are Navigation Settings */ 
.site_links ul {
    display:block;
}

.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;
} 

.site_links li a {
    background:transparent url(/static/themes/minimal/images/nav_page_bg.png) repeat scroll left top;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 17px;
    margin:20px 5px 10px;
    padding-left:30px;
    padding-right:30px;
} 

.site_links li a:hover, .site_links li a:active, .tabnav li.ui-tabs-selected a {
    color: #000000;
}

/* Members List - Friendslist */ 
.friendslistSortable li {
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-right: 5px;
} 

.ly_friendslist {
    background-color: #0E3F6A;
    height: auto;
    text-align: center;
    padding: 20px;
    width: 224px;
}

/* Blog Options */ 
.ly_blogbox {
    background-color: none;
    text-align: left;
    padding: 20px;
    width: 500px;
    margin-left: 60px;
} 

.blog_image {
    background-color: #fff;
    border: 1px solid #4e3f1b;
    margin: 5px auto;
    display: block;
    padding: 4px;
} 

.entry-datetime {
    font-family: Arial, Helvetica, Georgia, sans-serif;
    font-size: 12px;
    color: #666666;
    font-style: italic;
    text-align: right;
} 

.entry-title { /* If left blank will use H2 */
} 

.entry-content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #5e5e5e;
} 

.entry-meta {
    border-top: 1px solid #CECECE;
    font-size: 14px;
    margin-top: 10px;
    padding: 5px;
} 

.IconBox {
}
/* Archive Box Options */ 
.ly_archivebox {
    background-color: none;
    height: auto;
    text-align: left;
    padding: 20px;
    width: 224px;
} 

.archive_post {
    color: #0c2882;
    font-size: 12px;
    font-style: normal;
    margin: 3px 3px 3px 20px;
} 

.archive_post a {
    text-decoration: none;
    color: #0c2882;
    font-size: 12px;
} 

.archive_post a:hover, .archive_post a:active {
    text-decoration: underline;
    color: #0c2882;
    font-size: 12px;
} 

.year_title {
    margin: 10px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #3d3d3d;
} 

.month_title {
    margin: 10px;
    font-size: 14px;
    font-style: normal;
    color: #3d3d3d;
} 

.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;
}

/* Footer */
#ly_footer {
	display:block;
	background-image:url(/static/themes/carbon/images/footer_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	height: 50px; /* used to be 40px*/
	background-position: bottom;
	text-align: center;
	clear: both;
	margin-top: -2px;
}

#ly_footer_container {
	clear:both;
	margin: 0px auto;
	text-align: center;
	width:950px;
}

#ly_image_header {
	background-position: center bottom;
	width:950px;
}

.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*/
