/*
Theme Name: Lilac
Theme URI: http://wwwlilaccana.com/themes/comet/

Version: 1.0.0
Description: A custom theme for lilaccana.com

Tags: light, white, silver, red, yellow, green, blue, purple, two-columns, three-columns, fixed-width, right-sidebar, left-sidebar, threaded-comments, theme-options, custom-colors, custom-header, sticky-post

Author: Transform Interactive Media
Author URI: http://transforminteractive.com

*************************************************************************************

This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)

"There is no present like time."
*/


@import url("reset.css");
@import url("basic.css");


body {
  background-image:url('http://www.lilaccana.com/images/bg_home_afternoon.jpg'); background-position:center top; background-repeat:no-repeat; 
  /*background-image:url('http://farm2.static.flickr.com/1379/3265549422_6405f90f7c_b.jpg'); background-position:center top; background-repeat:no-repeat; */
  background-color: #E5E5E5;
  margin: 0px 0px 20px 0px;
  font: 12pt/150% Georgia, Cambria, 'Palatino Linotype', serif;
  color: #333333;
}

a {
  color: #3172A6;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #5F9CCF;
  text-decoration: underline;
}

ul {
  list-style-type: none;
  /* list-style-image: url('images/arrow.png'); */
}

/* structure */
.wrap {
  width: 960px;
  margin: 0px auto 0px 175px; padding: 0px;
  clear: both;
}

.background-wrap {
  
    background:url("images/lilac.png") no-repeat scroll -300px -50px transparent;
  }

/* menu */
.nav {
  width: 800px; min-height: 31px;
  padding: 0px 10px 0px 10px;
  background: #ffffff;
  overflow: visible;
  border-bottom: solid 4px #D2D2D2;
  font-size: 11px; line-height: 100%;
  font-style: normal;
}
  
  .nav ul {
    list-style: none;
    margin: 0px; padding: 0px;
  }
  .nav li, .nav li a {
    float: left;
  }
  .nav li {
    margin: 0px; padding: 0px;
    position: relative;
  }
  .nav li a {
    padding: 10px;  
    color: #666666;
  }
  .nav li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .nav li:hover > a {
    border-bottom: solid 4px #B4B4B4;
    border-bottom-color: rgba(0,0,0,0.1);
  }
  .nav li ul li:hover a {
    border: none;
  }
  
  /* sub menu */
  .nav li ul {
    display: none;
    margin: 0px; padding: 0px;
    position: absolute; left: 0; top: 100%;
    text-transform: none;
  }
  .nav li:hover > ul {
    display: block;  
  }
  .nav li ul li a {
    width: 150px;
    display: block;
    background: #ffffff !important;
    background: rgba(255,255,255,0.95) !important;
  }
  
  /* sub-sub menu */
  .nav li ul li ul {
    display: none;
  }
  .nav li ul li:hover ul {
    left: 100%; top: 0;
  }

  /* subscribe link */
  .nav li.subscribe {
    float: right;
  }
  .nav li.subscribe a {
    background-image: url('images/rss.png');
    background-position: right 7px;
    background-repeat: no-repeat;
    padding-right: 25px;
    color: #F08944;
  }

/* header */
.header {
  padding: 30px 0px 20px 0px;
  overflow: hidden;
}
  .header a {
    color: #333333;
  }
  .header a:hover {
    color: #333333;
    text-decoration: none;
  }

  .header h1 {
    margin: 0px; padding: 0px;
    font: bold 36px/100% Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    float: left;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  }
.logo {
 float: left; 
}
  .descOut {
    max-width: 350px;
    border-left: solid 1px #D2D2D2;
    overflow: hidden;
    margin: 0px 0px 0px 20px;
    float: left;
  }
    .descIn {
      border-left: solid 1px #F2F2F2;
      overflow: hidden;
      padding: 10px 0px 10px 20px;
    }
    .header h4 {
      font: normal 13px/170% Georgia, serif;
      font-style: italic;
      margin: 0px; padding: 0px;
      text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
      color: #858585;
    }


  
/* content */
.content {
  overflow: hidden;
}

  .c1 {
    width: 290px;
    height: 800;
    float: left;
    overflow: hidden;
    border: solid 4px #D2D2D2; border-left: 0; border-right: 0;
    background:url("images/lilac.png") repeat scroll 0 0 transparent;
    display: none;
  }
  .c2 { 
    width: 550px;
    float: left;
    margin: 0px 10px 0px 0px; padding: 30px;
    overflow: hidden;
    border: solid 4px #D2D2D2; border-left: 0; border-right: 0;
    background:url("images/bg-transparent.png") repeat scroll 0 0 transparent;
    line-height: 170%;
  }
  .c3 {
    width: 200px;
    float: left;
    overflow: hidden;
    /* border: solid 4px #D2D2D2; border-left: 0; border-right: 0; */
  }
  

/* footer */
.footer {
  color: #999999;
  font-size: 11px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  overflow: hidden;
  padding-top: 30px;
}
  .footer a {
    color: #999999;
    text-transform: uppercase;
    font-style: normal;
  }
  .footer a:hover {
    color: #666666;
    text-decoration: none;
  }

/* posts */
.post { margin:0px 0px 10px 0px; padding:0px 0px 0px 0px; overflow:hidden; background:url('images/sep.png') center bottom no-repeat; }

  h1.post-title { margin:0px 0px 0px 0px; padding:0px; font:normal 28pt/130% Georgia, serif; font-style:italic; letter-spacing:-1px; }
  h1.post-title a { color:#333333; }
  h1.post-title a:hover { color:#666666; text-decoration:none; }

  h2.post-title a { color:#333333; }
  h2.post-title a:hover { color:#666666; text-decoration:none; }

  .post-text { overflow:hidden; margin:20px 0px 0px 0px; }

  .post-meta { 
    padding:10px 0px 10px 0px; border-top:dotted 2px #EAEAEA; border-bottom:dotted 2px #EAEAEA; clear:both;
    color:#FFFFFF; font-style:italic; font-size:8pt; letter-spacing:1px;
    }
    .post-meta a { color:#DDDDDD; text-transform:uppercase; font-style:normal; }
    .post-meta a:hover { text-decoration:none; color:#868686; }
    .post-meta em { font-style:normal; text-transform:uppercase; }
    .post-comments { float:right; }  

.post-date {
  float: left;
  background: url(images/post-date-bg.png) no-repeat;
  height: 74px;
  width: 65px;
  margin: 0px;
  padding-right: 10px;
}
.post-date .month {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  color: #800080;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.post-date .day {
  height: 34px;
  line-height: 28px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: #434144;
}
/* widgets */
#widgets { list-style:none; margin:0px; padding:0px; }
  .widget { margin:10px 0px 0px 0px; padding:10px; }
  .widget:first-child { margin-top: 0px; }

    .widget h2 {
      display: inline-block;
      margin: 0px 0px 10px 0px; padding: 8px 10px 8px 10px;
      font: normal 8pt/100% Georgia, serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
    }
    
    .widget ul, .widget ol { margin:0px; padding:0px; list-style:none; list-style-image:none; }
    .widget li { padding:5px 0px 5px 20px; border-top:solid 1px #FFFFFF; border-bottom:solid 1px #DFDFDF; overflow:hidden; clear:both; background:url('images/arrow.png') left 10px no-repeat; }
    .widget li:first-child { border-top:0; }
    .widget li:last-child { border-bottom:0; }

    .widget ul li ul.children { margin:5px 0px 0px 0px; padding:0px; border-top:solid 1px #DFDFDF; }
    .widget ul li ul.children li:first-child { border-top:solid 1px #FFFFFF; }
    .widget ul li ul.children li:last-child { padding-bottom:0px; }

  .widget_search input {
    width:250px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    }

  .widget_fpcomments ol { list-style:none; margin:0px; padding:0px; }
  .widget_fpcomments ol li { padding:7px 0px 7px 0px; background:none; }
    .widget_fpcomments .avatar { float:left; margin:0px 10px 0px 0px; }
  
  .widget_fptwitter h2 { padding:6px 10px 6px 10px; }
    .widget_fptwitter ol li { padding-left:0px; background:none; }

  .widget_footer { border-bottom:solid 4px #D2D2D2; }


/* aligns and images */
p img { padding:0; max-width:100%; }
img.centered { display:block; margin-left:auto; margin-right:auto; }
img.alignnone { padding:0px; margin:0px 0px 10px 0px; display:inline; }
img.alignright { padding:0px; margin:0px 0px 10px 10px; display:inline; }
img.alignleft { padding:0px; margin:0px 10px 10px 0px; display:inline; }
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter, div.aligncenter { display: block; margin-left:auto; margin-right:auto; }
.textalignleft { text-align:left; }
.textalignright { text-align:right; }
.textaligncenter { text-align:center; }

/* captions */
.wp-caption { text-align:center; padding:0px; margin:0px; overflow:hidden; max-width:100%; }
.wp-caption.alignright { margin:0px 0px 10px 10px; }
.wp-caption.alignleft { margin:0px 10px 0px 10px; }
.wp-caption.alignnone, .wp-caption.aligncenter { margin:0px 0px 10px 0px; }
.wp-caption img { display:block; margin:0px 0px 4px 0px; padding:0; border:0px; float:none; }
.wp-caption.alignright img { float:right; }
.wp-caption.alignleft img { float:left; }
.wp-caption p.wp-caption-text { display:block; font:normal 11px/150% Arial, Helvetica, sans-serif; color:#666666; padding:0px; margin:0px; }

/* calendar */
#wp-calendar, #wp-calendar th, #wp-calendar td { background:none; border:none; }
#wp-calendar { background:none; empty-cells: hide; width:100%; font:normal 11px/200% Verdana, Arial, Helvetica, sans-serif; }
#wp-calendar th { font-style:normal; font-weight:normal; text-transform: capitalize; }
#wp-calendar td { text-align: center; background-color:#E1E1E1; padding:0px; }
#wp-calendar td:hover { background-color:#CFCFCF; }
#wp-calendar a { text-decoration:none; display:block; background-color:#CDCDCD; color:#333333; }
#wp-calendar a:hover { background-color:#B9B9B9; }
#wp-calendar caption { font-weight:bold; text-align:center; }
#wp-calendar #today { background-color:#FFFFFF; }
#wp-calendar caption { text-align: center; width:100%; }
#wp-calendar .pad { background-color:#F0F0F0; }
#wp-calendar #next a { padding-right:10px; text-align:right; }
#wp-calendar #prev a { padding-left:10px; text-align:left; }
#wp-calendar .pad, #wp-calendar .pad:hover { background:#F3F3F3; }

/* blossom template */

.page-template-blossom-php { 
  background:url("http://www.lilaccana.com//images/Sunset-Blue-square-1800.jpg") repeat scroll 50% 20%; 
  text-align: center;
  margin: 0;

 }
.page-template-blossom-php #wrap {
  margin: 0 auto;
  width: 80%;
  text-align: center; 
  
}
.page-template-blossom-php a:link
  {color: #E3368E;
  text-decoration: none;}

.page-template-blossom-php a:visited
  {color: #E3368E; 
  text-decoration:none;}

.page-template-blossom-php a.nav, a:visited.nav
  {color: #E3368E;
  text-decoration: none;}

.page-template-blossom-php .header {
  padding: 125px 0px 40px 0px;
  overflow: hidden;
  display: none;
}

.page-template-blossom-php .content .c2 {
  width: 900px;
  margin: 0px;
  display: block;
  background: none;
  /* background:url("/images/Sunset-Blue-square-1800.jpg") repeat scroll 50% 20%; */
  text-align: center;
  margin: 0;
}
.page-template-blossom-php .content .c1, .page-template-blossom-php .content .c3 {
  display: none;
}


/* wide template */
.page-template-wide-php .content .c2 {
  width: 900px;
  margin: 0px;
  display: block;
}
.page-template-wide-php .content .c1, .page-template-wide-php .content .c3 {
  display: none;
}