/*  
Theme Name: Yoga Bliss
Theme URI: http://fisherwebdev.com
Description: Custom theme for Yoga Bliss based on Pixel version 1.9.7.  Customized by Zoey Setiawan and Bill Fisher.  Theme with 2-3 column layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated.
Author: Zoey Setiawan, Bill Fisher, and the original author, Sam
Author URI: http://fisherwebdev.com
Version: 1.0
Tags: three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Colors 

	#800A00 -- dark red 	-- nav headings, kolam bg image
	#FFFDE9 -- cream 		-- body background
	#83659B -- lavender		-- tagline, topMeta
	#00CDFF -- turquoise	-- some headings
	#DDDDDD -- light gray	-- submit button
	
	added 10-22-09:
	#800080 -- eggplant		-- replaces turquoise headings: #header h1 a, #sidebars h2
	#808000 -- olive		-- sidebar anchor tags (was lavender)

*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }
  

  
html {
  /*font-size: 62.5%;*/
}

h1, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0 0 10px 0;
  }

h1, h3, h4, h5, h6 {
  font-family:Papyrus, Optima, Bradley Hand ITC, Tempus Sans ITC, Comic Sans MS, sans-serif;
  font-weight:normal;
  }
  
h2 a:hover {text-decoration:none;}

hr {
  color: #000;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:auto;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: .9em;
  margin-bottom:8px;
  }

a {
  color: #800A00;
  text-decoration: none;
  }

a:hover {
  /*color: #222;*/
  text-decoration: underline;
  }

a img {
  border: none;  
  }
  
abbr {
  text-decoration:none;
  border:none;
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #000;
  }

code {
  color: #000;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  background: #FFFDE9 url(images/bg_top.gif) top left repeat-x;
  }


  


#window_wrapper{ /* for background image on the bottom */
  background: url(images/bg_bottom.gif) bottom left repeat-x;
  }


/* Header and wrapper */
#wrapper {
  /*background:blue;*//*test*/
  margin: 0 auto;
  width: 700px;
  text-align: left;
  padding: 0 0 100px 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 200px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 600px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #800A00;
  font-size: 0.9em;
  padding: 0 0 0 25px;
  }
#header #topright li a:hover {
  color: #800A00;
  text-decoration: underline;
  }

#logo {
  float: left;
  width: 350px;
  margin: 140px 0 0 0;
  padding: 0;
}
#header h1 { /* blog title */
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #800080;
  font-size: 1.7em;
  text-decoration: none;
  }
#tagline { /* tagline */
  padding-left: 5px;
  color: #800080;
  font-size: 1.1em;
  
  font-style:italic;
  font-family: Times New Roman, serif;
  margin-top:5px;
  }


/* Menu */

#catnav {
  margin: 20px 0 0 5px;
  padding: 0;
  clear: both;
  height: 44px;
  width: 695px;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Papyrus, Optima, Bradley Hand ITC, Tempus Sans ITC, Comic Sans MS, sans-serif;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  }

#nav h2 a {
  font-size: .65em;
}

#nav a {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #800A00; /* or #800A38? -- dark red */
  /*letter-spacing: -1px;*/
  }

#nav li a:hover {
  text-decoration: underline;
  display: block;
    
  /*color: #fff;
  background:#000;
  background: url(images/bg-trans.png);*/
 
  }

#nav li ul {
  list-style: none;
  position: absolute;
  left: -999em;
  background: url(images/1pxBlack70.png);/*#040404;*/
  -webkit-border-radius:12px;
  width:185px;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  }
	
#nav li li a {
  width: 150px;
  height: auto;/*24px;*/
  /*line-height: 24px; -- taken out 10-22-09 */
  border-top: 1px solid #FFFDE9;
  color: #FFFDE9;
  margin: 0;
  padding: 5px 20px 5px 15px;
  
  /* added 10-22-09 */
  font-family: arial, sans-serif;
  font-size:.5em;
  }
	
#nav li li a:hover {
  /*background: #999;*/
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#main {
  margin: 5px 0px 0 5px;
  clear: both;
  width: 695px;
  padding-bottom: 5px;
  /*background:pink;*//*test*/	
  }
#contentwrapper {
  float:left;
  width: 415px;
  margin: 0 0 15px 0;
  padding: 0;
  /*background:red;*//*test*/
  color:#800A00;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 1.4em;
  /*letter-spacing: -1px;*/
  color: #800A00;
  font-weight: normal;
  /*background: url(images/1pxBlack90.png) repeat;*/
  padding: 0px;
  }
  
.topPost {
  margin: 0;
  padding: 0;
  font-size: 1em;
  }
.topPost h2.topTitle a {
  font-weight: normal;
  /*letter-spacing: -2px;*/
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  }
.topPost p.topMeta {
  padding: 0;
  margin: 0 0 8px 0; /*margin-top:-10px;*/
  font-size: 0.8em;
  }
.topPost p.topMeta a {
  text-decoration: underline;
  }
.topPost p.topMeta a:hover {
  text-decoration: none;
  }
.topPost div.topContent {
  font-size: 1em;
  color: #800A00;
  margin: 0 0 8px 0;
  }

.topPost div.topContent h2{
  font-size: 1em;
display:inline;
font-family:arial,helvetica,sans-serif;
 }

.topPost div.topContent p{
  padding:0px;/*10px;*/
 }
.topPost div.topContent a {
  text-decoration: underline;
  /*color: #000;*/
  font-weight: normal;
  }
.topPost div.topContent a:hover {
  text-decoration: none;
  /*color: #F00;*/
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  /*color: #000;*/
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags, .topPost p.topTags {
  font-size: 0.8em;
  font-style: italic;
  /*background: url(images/bg-trans.png) repeat;*/
  padding: 8px 0px; /*10px;*/
  margin-right: 5px;
  /*line-height: 27pt;*/
  /*border: 1px solid #111;*/
  }
.topPost span.topComments a, .topPost span.topMore a, .topPost span.topTags a, .topPost p.topTags a {
  text-decoration:underline;
  }
 
.topPost span.linkpages {
  font-size: 0.9em;
  font-style: italic;
  /*color: #000;*/
  margin-bottom: 10px; display:block;
  }
  
  /*
.topPost span.linkpages a:hover {
  color: #F00;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost p.topTags:hover {
  background: #040404;
  }
  */
.topPost span.topComments a {
  /*color: #000;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;*/
  }
.topPost span.topMore {
  float:right;
  margin-right:15px;
  margin-top:-8px;
  }
.topPost span.topMore a {
  /*background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;*/
  }
.topPost p.topTags em {
  /*background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #000;*/
  }
.topPost p.topTags a {
  /*color: #000;
  line-height: 27pt;
  vertical-align: middle;*/
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost p.topTags a:hover {
  /*color: #000;*/
  text-decoration: none;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #800A00;
  text-transform: lowercase;
  text-decoration: underline;
  }
  /*
#nextprevious a:hover {
  color: #000;
  }
  */

/* Comments */

#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  /*background: #040404;*/
  width: 385px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  /*border: 1px solid #090909;*/
  padding: 0px 15px 10px 15px; /* expands width to full 415px */
  /*color: #000;*/
  }
#comments h3 {
  font-family: arial, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  color: #800A00; 
  margin: 15px 0;
  padding: 0;
  }
#comments p a {
  color: #800A00;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 0.9em;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  /*background: #080808;*/
  /*border: 1px solid #040404;*/
  list-style-type: none;
  }
.commentlist li.alt {
  /*background: #000;*/
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
  
.commentlist a:hover {
  text-decoration:underline;
  }
  
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 1em;
  font-style: normal;
  }
.commentlist small.commentmetadata a {
  }
.commentlist p {
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
#respond h3 {
  font-family: Papyrus, Optima, Bradley Hand ITC, Tempus Sans ITC, Comic Sans MS, sans-serif;
  font-size:1.2em;
  }
textarea#comment {
  width: 360px;
  background: #fff;
  color: #000;
  padding: 10px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#800A00; font-size:0.8em;}
#extrastuff a:hover {/*color:#F00;*/ text-decoration:underline;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: /*url(images/bg-trans.png) repeat*/;
  }
#main #welcome h2 {
  font-size: 1.4em;
  font-weight: normal;
  color: #000;
  /*letter-spacing: -2px;*/
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 0.9em;
  color: #000;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #800A00;
  }
  
#main #welcome a:hover {
  /*color: #F00;*/
  text-decoration:underline;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
  
  
/* Submit Button */  /* used in comments */
  
.submitbutton {
  margin: -5px 0 0 5px;
  background: #ddd;
  color: #800A00;
  font-size: 0.8em;
  padding: 3px 6px;
  vertical-align: middle;
  /*border: 1px solid #800A00;*/
  }
.submitbutton:hover {
  cursor: pointer;
  /*background: #050505;*/
  }


/* Sidebars */
#sidebars {
  margin: 0;
  float: right;
  width: 280px;
  color: #000;
  /*background:green;*//*test*/
  }
#sidebars .sidebarbox {
  padding: 2px 20px;
  }
 #sidebars div.first {
 padding-top:0px;
 }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 5px 0;
  font-weight: normal;
  font-size: 1.3em;
  color: #800080;
  /*letter-spacing: -1px;*/
  text-transform:uppercase;
  }

#sidebars h2 a {
  margin: 0;
  padding: 0 0 5px 0;
  font-weight: normal;
  font-size: 1em;
  color: #800080;
  /*letter-spacing: -1px;*/
  text-transform:uppercase;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 0.85em;
  }

#sidebars li ul {
  margin:0;
  padding: 0;
  list-style-type:none;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 0px 2px 4px 0px;
  color: #000;
  /*background: url(images/bullet.gif) left 8px no-repeat;*/
  
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #808000;
  }
#sidebars a:hover {
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 0.9em;
  color: #000;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}

#sidebars img.first {
	margin-right:8px;
	}



/* Before footer */   /* not sure that we are using this at all */

#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #dfdfdf;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 0.9em;
  }
#morefoot a {
  text-decoration: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot h3 {
  font-size: 1.2em;
  font-weight: normal;
  color: #dfdfdf;
  /*letter-spacing: -1px;*/
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  display:none;
  clear: both;
  /*background: #000;
  border: 1px solid #070707;*/
  padding: 15px 15px 10px 15px;
  }
#footer p {
  font-size: 0.9em;
  color: #83659B;
  padding: 0;
  }
#footer a {
  color: #83659B;
  text-decoration: underline;
  }
#footer a:hover {
  color: #83659B;
  text-decoration: none;

  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 0px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 0px 0 5px 10px;
  }
img.aligncenter {
  margin-top:0;
  margin-bottom:5px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 1.1em;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }
  
.rounded {
 	-moz-border-radius:12px;
 	-webkit-border-radius:12px;
 	}
 	
img.size-large {
	margin-bottom:14px;
	}
h2.topTitle { 
	padding-bottom:6px;
	}
.topPost h3, .topPost h4, .topPost h5, .topPost h6 {
	padding:8px 0 5px;
	}	



