<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   
Theme Name: Simple Inspiration
Theme URI: http://www.leveltendesign.com
Description: Two-column theme with white background and ime in header. Ideal for a weight loss center or doctorâ€™s office. Another premium theme from &lt;a href="http://www.leveltendesign.com"&gt;LevelTen Design&lt;/a&gt;.
Author: LevelTen Design
Author URI: http://www.leveltendesign.com
Version: 1.0
*/

body{
  font-size:62.5%;
  font-family:Verdana, Arial, sans-serif;
  margin:0;
  padding:0;
  color:#111;
  background:#fff url(images/background.gif);
}
#page{
  width:800px;
  margin:0 auto;
  background:#fffdf9 url(images/back-tile.gif) repeat-y;
}
a{
  text-decoration:none;
  color:#3c5f90;
}
a:hover{
  color:#2c4155;
  text-decoration:underline;
}


/* Header
   ------------------------------------- */

#header{
  position:relative;
  height:100px;
  padding:15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  background:#31363e url(images/header.jpg) no-repeat;
  border-bottom:12px solid #292d34;
  color:#d5d7db;
}
#header h1{
  margin:0;
  font-size:3em;
  line-height:1.5;
  font-weight:normal;
}
#header h1 a{ color:#d5d7db; }
#header h1 a:hover{
  color:#fff;
  text-decoration:none;
}
#header div.description{
  font-size:1.2em;
  color:#babbbd;
}
#header ul{
  position:absolute;
  left:15px;
  bottom:0;
  list-style:none;
  margin:0;
  padding:0;
  font-size: 1.3em;
  border-top:1px solid #464a52;
}
#header ul li{
  float:left;
  list-style:none;
  padding:0;
  margin:0;
  text-transform:uppercase;
  padding:.8em 1.2em;
  background:#383d44 url(images/menu-line.png) bottom right no-repeat;
}
#header ul li.current_page_item{ background:#292d34; }
#header ul li.last{ background-image:none; }
#header ul li a{
  color:#babbbd;
  text-decoration:none;
}
#header ul li.current_page_item a{ color:#d5d7db; }
#header ul li a:hover{ color:#fff; text-decoration:none; }


/* Content
   ------------------------------------- */
   
#content{
  float:left;
  width:510px;
  padding:20px 50px 20px 20px;
  font-size:1.2em;
  line-height:1.5;
}
.navigation{
  display:block;
  margin:1em 0 2em;
}
.alignleft{
  float:left;
}
.alignright{
  float:right;
}
.center{
  text-align:center;
}
#content h2{
  font-size:2.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#333;
  margin:0;
  font-weight:normal;
}
#content h3{
  font-size:1.3em;
  color:#333;
  font-weight:normal;
}
blockquote{
  background-color:#F8F6F1;
  padding:1em 1em 1px;
  margin:1em;
}
blockquote p{
  margin-top:0;
}
acronym, abbr{
  cursor:help;
  border-bottom:1px dotted #999;
}
a img{
  border:0;
}
img.centered {
  display: block;
  margin:0 auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}


/* Sidebar
   ------------------------------------- */

#sidebar{
  float:left;
  width:190px;
  padding:20px 15px 20px;
  text-align:right;
  color:#444;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:1.2em;
}
#sidebar a{
  color:#444;
}
#sidebar a:hover{
  color:#000;
}
.sblock{
  background:transparent url(images/sidebar-tile.png) repeat-x;
  padding:8px 20px 0;
  margin:0 0 1.5em;
}
#sidebar h3{
  margin:0 0 .5em;
  font-size:1.5em;
  font-weight:normal;
}
#sidebar ul{
  list-style:none;
  margin:0;
  padding:0;
  line-height:1.4;
}
#sidebar ul li{
  padding:0;
  margin:0;
}


/* Posts
   ------------------------------------- */
   
.post{
  margin:0 0 4em;
}
#content .post h2, #content .post h3{
  font-size:2em;
  margin:0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#content .post h2 a, #content .post h3 a{
  color:#333;
}
small{
  font-size:1em;
  color:#555;
}
.widecolumn .postmetadata{
  padding:2em;
  font-size:.8em;
  margin:4em 1em 0;
  border-top:1px solid #F0EBE2;
  color:#777;
}
#content .entry h3{
  font-size:1.5em;
}


/* Comments
   ------------------------------------- */

.commentlist{
  list-style:none;
  padding:0;
  margin:0;
  font-size:.9em
}
.commentlist li{
  margin:15px 0pt 3px;
  padding:1em 2em .5em;
}
.commentlist cite{
  font-style:normal;
  font-weight:bold;
  font-size:1.2em;
}
.commentlist small{
  font-size:.9em;
}
.commentlist p{
  font-size:1.1em;
}
.alt{
  background-color:#F8F6F1;
  border-bottom:1px solid #F0EBE2;
  border-top:1px solid #F0EBE2;
}
.alt blockquote{
  background-color:#fff;
}


/* Footer
   ------------------------------------- */
   
#footer{
  clear:both;
  border-top:12px solid #292d34;
  padding:1em;
  text-align:center;
  background:#32363F;
  color:#fff;
}
#footer a{
  color:#ECE6DB;
}


/* Clearfix
   ------------------------------------- */
   
#main:after, .navigation:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#main, .navigation{ display: inline-block; }
/* \*/
* html #main, * html .navigation{ height: 1%; }
* html #main, * html .navigation{ display: block; }
/* */</pre></body></html>