/*  
Theme Name: LoveMyPlace.com
Description: Derived from the default WordPress theme.
Version: 0.2
Author: Lee O'Mara (original by Michael Heilemann)
Author URI: http://binarybonsai.com/
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
    #header {

        padding: 25px 0 0 0;
    }
    #header h1{
        height: 72px;
        text-indent: -9000em;
    }
    #header div{
        float: left;
        margin-top: -20px;
        margin-bottom: -20px;
        margin-left: 10px;
        padding: 0;
        z-index: 99;
    }
    #header ul{
        z-index: 0;
        position: relative; /* GO buttons gets positioned */
        list-style: none;
        clear: left;
        height: 25px;
        padding-left: 175px;
        /*border: solid 1px blue; */
    }
    #header li {
        float: left;
        padding: 0.25em 2em 0.25em 0;
	}
    li#searchbox {
        float: right;
        padding-right: 60px;
    }
    #go{        
        position: absolute;
        right: 0;
        top: -7px;
    }
    #main{
        clear: both;
        min-width: 850px;
        max-width: 1024px;
        margin-top: 30px;
    }
    #a {
        width: 136px;
        float: left;
    }
    #b {
        float: right;
        width: 175px;
    }
    #c {
        margin-left: 175px;
        margin-right: 225px;
		/*border: solid 1px red;*/
    }
	#a li{
		padding: 8px 20px;
	}
	#c p {
		padding-bottom: 8px;
	}
	/*#c p.it {
		padding-top: 6px;
	}*/
	p img {
          padding: 10px;
          margin: 10px;
      }
	#footer ul {
		padding-top: 8px;
		padding-bottom: 8px;
	}
        .entry ul, .entrytext ul {
            list-style: disc;
            margin-left: 2em
        }
	div.post {
	    padding-bottom: 1em;
	}
	h2.title {
		padding-right: 100px;
		padding-bottom: 4px;
	}
	h3.bodyh3 {
		padding-bottom: 8px;
	}
	h4.author {
		padding-right: 100px;
		padding-bottom: 12px
	}
	/* event plugin table formatting */
	table.ec3_schedule td {
	    padding-right: 0.5em;
		padding-bottom: 12px
	}
	#c h5 {
		padding-top: 20px;
		padding-bottom: 2px;
	}
	#footer ul{
        position: relative; /* GO buttons gets positioned */
        list-style: none;
        clear: left;
        height: 16px;
    }
    #footer li {
        float: left;
        padding: 0.25em 1em 0.25em 0;
	}
	#footer li {
        float: left;
        padding: 0.25em 0.5em 0.25em 0;
	}
    #footer {
        clear: both;
        margin-left: 175px;
		margin-top: 20px;
		margin-bottom: 20px;
    }
    div{
        /*border: solid 1px red;*/
    }
    .navigation {
        display: block;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 10px;
        height: 1em;
    }
    p.postmetadata.alt {
        padding: 1em;
        margin: 1em 0;
        line-height: 100%;
    }
    ol.commentlist li {
        padding: 10px;
    }
    h3#comments, h3#respond {
        margin: 2em 0 1em;
    }
    form#commentform {
        padding: 10px;
    }
	#commentform textarea {
	    width: 430px;
	}
/* classes for simple left-and-right float alignment */
      img.lefty{
        float: left;
		margin-left: 0;
		margin-top: 0;
      }
      img.righty{
		float: right;
		margin-right: 0;
		margin-top: 0;
      }   
      
/*  classes for left and right alignement, from Kubrick */
    .alignleft {
        float: left;
    }
    .alignright {
        float: right;
    }
    
/* colours 
  #ADD6F2 baby blue
  #E1F0FA v. light blue
  #c7dc5d green 
  #fcb63a orange
  #FEE08A salmon from "my" of love*my*place.com
  
*/
    #header h1{
        background: url(/wp-content/themes/lmp/images/lovemyplace.png) 172px 0 no-repeat;
    }
    #header ul{
/*        background: #c7dc5d;*/
        background: #A2CE62;
    }
    #header li, #header li a{
        color: #fff;
    }
    /* header links and secondary(left) links */
	#header li a:hover, #a li a:hover {
/*        color: #FEE08A;*/
/*        text-decoration: none;*/
    }
    /* search box */

#searchform {
text-align: center;
}
    #searchform #s {
		font-size: 10px;
		background: #eff5d1;
        border: solid 1px #c7dc5d;
    }
#searchform #submit {
margin-top: 5px;
}

    a:link, a:visited {
        text-decoration: none;
    }
    a:hover{
        text-decoration: underline;
    }
    #a li{
        /*
        background: url(/wp-content/themes/lmp/images/secondary_nav_bg.png);
        */
        background-color: #A2CE62;
        border-bottom: solid 2px #fff;
        color: #fff;
	}
    #a li a:link, #a li a:visited {
		color: #fff;
	}
	#b h3 {
		color: #999;
	}
	#b ul {
		color: #c7dc5d;
	}
	#b li {
		list-style-type: square;
	}
	#b li a:link, #b li a:visited {
		color: #fcb63a;
	}
	#b li a:hover {
		text-decoration: underline;
	}
	#c p {
		color: #8c8c8c;
	}
li {
color:#8c8c8c;
}
	#c h2, 
	#c h3, 
	#c h4, 
	h5, 
	#sidebar #wp-calendar .ec3_eventday a:link,
	#sidebar #wp-calendar .ec3_eventday a:visited {
		color: #fcb63a;
	}
	#c h2 a:link, 
	#c h2 a:visited, 
	#c h2.title
	{
		/*color: #fcb63a;*/
		color: #A2CE62;
	}
	#c a:link, #c a:visited {
	    color: #68ADDF;
/*	    color: #ADD6F2;*/
	}
	/*#c a:hover {
	    color: #fff;
	    background: #A0CEEE;
	}*/
	h2{ margin-top: 1em;}
	#c .navigation {
	    color: #ddd;
	}
	#c h4.author a:link, #c h4.author a:visited, .ec3_schedule td{
	    color: #fcb63a;
	}
	.post {
	    border-bottom: none;
	}
	.postmetadata.alt {
	    border: solid 2px #ECF5FB; /*#D1E6F7;*/
	}
	.postmetadata.alt p{
	    color: #666;
	}
	#footer {
        border-top: 2px solid #d5e485;
		color: #8c8c8c;
    }
	#footer ul a:link, #footer ul a:visited {
		color:#8c8c8c;
	}
    #footer p a:link, #footer p a:visited {
		color: #999;
	}
	#footer p a:hover, #footer ul a:hover {
		color: #8c8c8c;
		text-decoration: underline;
	}
	#footer li {
		color: #ccc;
	}
    h3#comments, h3#respond {
        color: #c7dc5d;
    }
    ol.commentlist, form#commentform {
        border-top: 2px solid #E1F0FA; 
        background: #F0F8FD;
    }
    /*comment author*/
    .commentlist cite, #c .commentlist cite a:link, #c .commentlist cite a:visited {  
        color: #fcb63a;
    }
    /* comment datestamp */
    #c .commentmetadata a {
        color: #aaa;
    }
    h2.pagetitle {
        border-bottom: solid 1px #FEE08A;
    }
	
	
/* typography */
    #header li, #header li a{
        font-size: 114%;
/*        font-weight: bold;*/
/*        text-transform: lowercase;*/
	}
	#c p, #c p a {
		font-size: 13px;
		line-height: 18px;
		font-weight: normal;
	}
	#c p.it {
		font-size: 11px;
		line-height: 14px;
		letter-spacing: 1px;
		font-style: italic;
	}
	.authorinfo p {
		font-style: italic;
		font-size: 85%;
	}
	p img {
      border: solid 1px #ccc;
    }
	h2.title { /* article title, on individual pages and on archive pages */
		font-size: 22px;
		line-height: 26px;
		font-weight: bold;
		letter-spacing: -1px;
	}
	
	h2.pagetitle {
		font-size: 18px;
		font-weight: normal;
	}
	h3.bodyh3 {
		font-size: 16px;
		line-height: 21px;
		font-weight: bold;
	}
/*	table.ec3_schedule {
     border-collapse:collapse;
     margin:0.5ex 1ex 0.5ex 0;
    }

    table.ec3_schedule td {
     padding:0 0.5ex 0 0;
     color: #FCB63A;
     font-weight: bold;
    }
    td.ec3_start { text-align:right }
    td.ec3_to    { text-align:center }
*/    
	h4.author, table.ec3_schedule td {
		font-size: 16px;
		line-height: 21px;
		font-weight: lighter;
		letter-spacing: 0px;
	}
	h5 {
		font-size: 14px;
		line-height: 18px;
		font-weight: lighter;
		letter-spacing: 0px;
		/*border-bottom: 1px solid #fcb63a;*/
	}
	#footer li {
		font-size: 12px;
		line-height: 16px;
	}
	#footer p{
		font-size: 10px;
		line-height: 16px;
	}
    .commentlist cite {  
        font-weight: bold;
    }
	
    #header img {
        z-index: 5;
        position: relative; /* needed to get logo above green bar */
    }	
    #sidebar    {
        margin-top: 20px;
        width: 154px; /*150 width add + 2px border(x2)*/
    }

    #sidebar li {
        list-style: none;
    }
	#sidebar h3{
		margin-top: 1em;
	}
	#text-1 {
		margin-top: 10px;
/*		width: 120px;*/
        padding: 10px;
	    border: solid 2px #ECF5FB;
	}
	.adrotatorwidget {
	    padding-top: 1em;
	}
    .adrotatorwidget img{
        border: solid 2px #ECF5FB;
    }
    .user-image{
        padding: 10px;
        border: solid 1px #ccc;
    }
    p#creativefest img{
        margin: 10px 0 0 0;
        padding: 0;
    }

body strong { font-weight: bold; }
body em { font-style: italic; }

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
