/*
Theme Name: Suzi Ragsdale
Theme URI: http://www.mattdromi.com/sites/suziragsdale
Description: This is exactly what Suzi wanted.
Version: 0.9
Author: Matt Dromi
Author URI: http://mattdromi.com
Tags: warm, two-columns, fixed-width, right-sidebar
*/

/*resets*/

a:visited {
  color:inherit;
}

/*styles*/

body {
	background: url(images/marble.jpg) repeat-x 292px -179px #fde6d3; /* -190px */
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #FDD0AB;
	text-align: left;
	overflow-x: hidden;
	overflow-y: scroll;
}

#header,
#navbar {z-index:2 !important; position:relative;}
          
#container,
#header {
	margin: 0 auto 0px auto;
}

#container {
  position: relative; /* because of easter eggs */
  width: 960px;
  background: url(images/wood-w-white.jpg) center 15px repeat-y scroll;
}         

#header {
  width: 920px;
	height: 150px;
	padding: 0px 60px;
	/*
   background: url(images/headerbg.jpg);
   background-repeat: no-repeat;
   */
	font-size: 10px;
	position: relative;
}

h1 {
	margin: 0 0 1em 0;
	font-size: 20px;
}

#header a {
	text-decoration: none;
  color: #774705;
}

#header a:hover {
	/*color: #333333;*/
}

#header #homelink,
#header #search {      
	position: absolute;
	top: 0px;
  font-size: 15px;
}

#header #homelink {
	left: 20px;    
} 

#header #search {
	right: 60px;
  /*  height: 20px; */
}

.menu ul {
  text-align:right;
}

.menu li {
  display:inline;
}

.menu li a {
  padding: 1em;
}

div.logo {
  width:100%;
  text-align:center;
  margin-top: 16px;
}

div.logo img {
  margin:0 auto;
  border:0;
}

#header #s {
	background: #ffffff;
	border: 1px solid #cccccc;
	/*color: #666666;*/
	width: 205px;
	margin: 0;
	font-size: 12px;
	/*color: #999999;*/
	padding: 2px;
}

#header #searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	background: url(images/searchsubmit.gif);
	background-repeat: no-repeat;
	display: none;
}

#login {
	text-align: right;
}



#navbar {
	margin: 0; /*0 0 20px 0*/
  /*
  	height: 40px;         
   background: url(images/navbarbg.jpg);
   background-repeat: no-repeat;
   */  
  /*md*/
  text-align:center;
}

#navbar ul {  
  
  margin: 0 auto -13px;
	padding:11px 0;
  width:915px;
  overflow: auto;
  /*  
 	 margin: 0 0 0 30px;
   border-left: 1px solid #cccccc;
   */
}

#navbar li {
/*  display: inline;  */
  float: left;
/*  padding: 20px 0;*/
}      
                                                                                        
/*
#navbar .cat-item-3 a {background: url(images/menu_music.gif)   no-repeat scroll center ;} 
#navbar .cat-item-4 a {background: url(images/menu_kitchen.gif) no-repeat scroll center ;} 
#navbar .cat-item-5 a {background: url(images/menu_yoga.gif)    no-repeat scroll center ;} 
#navbar .cat-item-6 a {background: url(images/menu_store.gif)   no-repeat scroll center ;} 
*/                                                                                        

#navbar .home       a   {background: url(images/menu_home.gif)    no-repeat scroll left top ; width: 121px;} 
#navbar .cat-item-4 a   {background: url(images/menu_music.gif)   no-repeat scroll left top ; width: 120px;} 
#navbar .cat-item-3 a   {background: url(images/menu_kitchen.gif) no-repeat scroll left top ; width: 144px;} 
#navbar .cat-item-6 a   {background: url(images/menu_yoga.gif)    no-repeat scroll left top ; width: 117px;} 
#navbar .cat-item-5 a   {background: url(images/menu_store.gif)   no-repeat scroll left top ; width: 116px;} 
#navbar .cat-item-bio a {background: url(images/menu_bio.gif)     no-repeat scroll left top ; width: 159px;} 
#navbar .cat-item-con a {background: url(images/menu_contact.gif) no-repeat scroll left top ; width: 138px;} 


#navbar ul li.cat-item a {
/*  padding: 20px 80px;*/
  text-indent: -9000px; 
 /* width: 160px;*/  
  height: 59px;
  display: block;
/*  -moz-opacity:0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  filter:alpha(opacity=100);*/
}                  

#navbar a {
/*
  text-indent: 1000px;  
  width: 100%;
  height:100%;
*/  
/*
  border: 1px solid red;
  padding: 60px 80px;
*/	/*
	 float: left;
   display: block;
	height: 30px;
	font-size: 12px;
  color: #999999;
	text-decoration: none;
	line-height: 30px;
	 */
	/*
	 background: url(images/navbuttonbg.gif);
   background-position: right 50%;
	 */
}

#navbar a:hover {
	/*color: #666666;*/
  /*
   background: url(images/navbuttonbg-hover.gif);
   background-position: right 50%;
   */
}

#content {                        
  background: transparent url(images/wood-w-marble.jpg) no-repeat scroll center -2px;
  /*height:440px;*/ /*for background image*/
  padding-top: 50px;
  overflow:auto;
}

#posts {
	width: 600px;
	padding: 0 0 0 50px;
	margin: 0 0 20px 0;
	float: left;
  position:relative;
  z-index:2;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
	color: #180000 !important;
}

.commentbubble a:hover {
	float: left;
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
  color: #180000 !important;
}

.date {
	font-size: 10px;
	line-height: 1.5em;
}

.post {
	margin: 0 0 50px 0;
  position:relative;
  z-index:2;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	/*color: #999999;*/
}

.entry {
	margin: 20px 0 0 0;
}

.entry p {
  font-family: tahoma, sans-serif;
  font-size: 12px;
  line-height: 166%;
  color: #fde2cb;
	margin: 0 0 20px 0;
}     

.entry a {
  border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.post h2,
.post h3 {
	font-family: Georgia, serif;
	font-weight: normal;  
}

.post h2 {
	font-size: 24px;
	margin: 0 0 .25em 0;
	line-height: 1.125em;
}

.post h3 {
	font-size: 14px;
}

.post a, 
.navigation a,
#footer a {
	color: #567D57;/*0195c5 FDD0AB*/
	text-decoration: none;
}

.post a:hover, 
.navigation a:hover,
#footer a:hover {
	color: #FDE2CB;   
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.post a img {
  border:5px solid white;
  padding:1px 0 0 1px;
}

.post a img.alignnone {
  margin-top: 10px;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	/*color: #666666;*/
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #111;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 0 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.sidebar {
	margin-left: 700px;
	width: 210px;
	padding-top: 20px;
	position: relative;
	z-index: 2;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
  font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 14px;
	width: 210px;
	/*border-bottom: 1px dotted #FDD0AB;*/
}

.sidebar h3 {
  padding:0;
  margin:0;
}                
        
.sidebar .post {
  margin-bottom: 15px;
}

.sidebar a {
  color: #567D57;
	text-decoration: none;
}

.sidebar a:hover {
	/*color: #333333;*/
}

#footer {   
  margin-top:0;
	clear: both;
	height: 120px;
  /*  
   background: url(images/footerbg.jpg);
   background-repeat: no-repeat;
   */
}

#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 40px;
}

#footer a {
	/*color: #666666;*/
	text-decoration: none;
}

#footer a:hover {
	/*color: #333333;*/
}


#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}

#easterapple {
  position: absolute; 
  top: 430px; 
  left: -66px;
}

#flourish {
  position: absolute; 
  top: 16px; 
  right: 23px;
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  filter:alpha(opacity=70);
  z-index: 1;
}

#easterhorse {
  position: absolute; 
  bottom: 0px; 
  right: -172px;
}

/*index only*/

.index-box {
  width: 45.5%;
  float:left;
  margin: 0 4% 40px 0;
/*  border: solid 1px yellow;
*/}

.index-box-store {
  width: 42.5%;
  float:left;
  margin: 0;
}

.index-box-yoga {
  margin-bottom: 0px;
}

.index-box-music {
  width: 95%;
/*  border: solid 1px yellow;*/
}

.index-box h2  {
  border-bottom-width: 1px;
  border-bottom-style: dotted;       
}

.post h2 {border:0;}
.post h2 a {/*color: #4DA8C7;*/}/*0195c5*/


.index-box h2 a:link, 
.index-box h2 a:visited
  { text-decoration:none; border:0;}/**/
                     

#footer .credit {font-size:smaller;}

.blockquote {
  text-indent: -.4em;
}

p.blockquote {
  padding: 0 20px;
}

.more-link {
  white-space:nowrap;
}

.nocomments {
  display:none;
}

img.ajax-loader {
  background-color: white;
  padding: 3px;
}

div.ddfmwrap {
  width:auto;
}

form.ddfm {
  width: 360px !important;
}

form.ddfm .submit {             
  text-align:center !important;
  width:75% !important;
}            

.ddfm .credits {
  margin:0 10px 0 0;
  float:right;
}

.fieldwrap label {
  color: inherit !important;
}

div.sociallinks a img {
  border-width: 1px;
  background-color: #fff;
}

div.sociallinks a {
  color:#FFF;
  font-family:georgia;
  font-size:18px;
  line-height:220%;}
  
a img {border:0;}

.buylinks a,
.buylinks a img {
  padding:0;
  margin:0;
  border:0;
}

a {color: #567D57;}


/*add this*/
a.addthis_button {text-decoration: none; border:0; float:right;}

/*.addthis_toolbox {background-color: #FDD0AB; width:125px; padding:3px; margin-bottom: 15px;}
.addthis_toolbox a {text-decoration: none; border:0;}
.addthis_toolbox span {margin-right: 1px;}
*//*
.at300b,
.at300m {background-color: #fff;}*/


