/* NOTE TO FUTURE MINDFULWALKER DESIGNERS!!
        The Header and Footer are both custom, need to be 
        cut and pasted into future versions
*/


/*
	custom.css  custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/







body{

  background: url(/wordpress/wp-content/mindfulwalker/static.gif) repeat;

  font-family:arial;

  }

  

  

  

/* MISC */

  

#content_box {

  background: url(/wordpress/wp-content/mindfulwalker/mindful-bluewhite.gif);

  }

.posts h2 {padding-left:10px;

  padding-top:10px;}

.posts h4 {padding-left:10px;}

.posts p {padding-left:10px;}

.posts #comments {padding-left:10px;}



.pages h4 {padding-left:10px;}

.pages h2{padding-top:25px;}

.pages p {padding-left:10px;}

.pages #comments {padding-left:10px;}



/* To be changed when Susan comes up w/preferences: */

.pages a {color:#330066;}

.posts a {color:#330066;}



/*TOP HEADER */



#header {

  width:970px;

  height:210px;

  background: url(/wordpress/wp-content/mindfulwalker/mindfulbanner.jpg) no-repeat;

  }

  

#header-nav {

  padding-top:5px;

  font-family:arial,helvetica;

  }

#header-nav ul {

  float:right;

  }

#header-nav li {

  float:left;

  text-transform:uppercase;

  list-style-type:none;

  border-right:solid 1px #66ccff;

  padding-left:10px;

  padding-right:10px;

  size:10pt;

  }

#header a{

  color:#66ccff;

  text-decoration:none;

  }



/* FOOTER */

#footer {

  background-color:#fff;

  padding-bottom:30px;

  }

#footer ul {

  width:700px;

  margin-left:auto;

  margin-right:auto; 

  }

#footer li {

  float:left;

  text-transform:uppercase;

  list-style-type:none;

  border-right:solid 1px #000066;

  padding-left:10px;

  padding-right:10px;

  size:10pt;

  }

#footer a{color:#000066;text-decoration:none; }

#footer a:visited {color:#000066;text-decoration:none; }

#footer a:hover {color:#000066;text-decoration:none; }





/***************************/
/* SIDEBAR                 */
/***************************/


#sidebar {
    background-color:#fff;
    }
#sidebar h2 {
  border-top-color:#fff;
  border-top-width:0px;
  }



/* Replace sidebar headers w/shadowed image headers */

.widget_recent_entries {
    background:url('/sidebar-heads/new-on-the-blog.png');
    background-repeat:no-repeat;
    }
.widget_tag_cloud {
    background:url('/sidebar-heads/tag-cloud.png');
    background-repeat:no-repeat;
    }
.widget_links {
    background:url('/sidebar-heads/favorite-sites.png');
    background-repeat:no-repeat;
    }
.widget_categoryposts {
    background:url('/sidebar-heads/columns-features.png');
    background-repeat:no-repeat;
    }
.widget_search {
    background:url('/sidebar-heads/search.png');
    background-repeat:no-repeat;
    }
#categoryposts-4.widget_categoryposts {
    background:url('/sidebar-heads/be-a-mindful-activist.png');
    background-repeat:no-repeat;
    }


/*  Turns off sidebar headers, also originally included "li.linkcat h2" */
li.widget h2.widgettitle {
    font-size:0px;
    height:40px;
    } 
li.widget h2, li.linkcat h2 {
    background-repeat:no-repeat;
    } /* Turns off odd black dotted underline */

#sidebar {
    padding-top:20px;
    }
#sidebar a{
    color:#ff6600;line-height:150%;
    }








#content h4 a {
    color:#ff6600;
    }
#sidebar ul{
    margin-top:4px;
    } /* Added 6/24/08 */



/* CONTENT */

#content h2 {

  font-size:18pt;

  color:#333366;

  }

#content h2 a {

  color:#333366;

  }

#content h4 {

  font-size:10pt;

  color:#333333;

  font-family:arial;

  font-style:italic;

  }



#content h4 a {color:#333333;}



.posts h4 {

  background:none;margin-left:10px;

  border-bottom:1px;

  border-top:0px;

  border-left:0px;

  border-right:0px;

  border-style:solid;border-color:#ff9900;} /* Edited 6/4/08 */





.pages h2 {

  margin-left:10px;

  border-bottom:1px;

  border-top:0px;

  border-left:0px;

  border-right:0px;

  border-style:solid;border-color:#ff9900;} /* Edited 6/4/08 */



.pages h2 {background:none;}


