/* sample theme-independent CSS classes, uncomment to use them if you wish :)
*/
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	float: right;
	margin: 0 0 2px 10px;
	}
 img.alignleft {
	float: left;
	margin: 0 10px 2px 0;
	}
	
.widget select {
        margin-left: 18px;
}

form.sidesearch {
        margin-left: 18px;
}

/* Begin RandomQuote CSS */
#wp_randomquotes_wrapper, .wp_randomquotes_wrapper {
  margin: 0px;
  padding: 0px;
}
#wp_randomquotes_quote, .wp_randomquotes_quote {
  margin: 0px;
  padding: 0px 12px 0px 12px;
}
#wp_randomquotes_author, .wp_randomquotes_author {
  /* font-weight: bold; */
  font-style: italic;
  margin: 0px;
  padding: 3px 12px 9px 0px;
  text-align:right;
}
/* End RandomQuote CSS */

/* Subscribe widget */
.subscribewidget {
   margin-left: 12px;
   margin-botton: 5px;
}
/* End Subscribe widget */

#srchResult iframe {
        width: 502px;
}

div.clearer {clear: left; line-height: 0; height: 0;}

/* Darius Decree */

.dd-category {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 125%;
  font-weight: bold;
}

.dd-title {
  font-weight: bold;
  margin-left: 5px;
}

.dd-description {
  margin-bottom: 5px;
  margin-left: 10px;
}

/*
#dds {
  width: 130px; 
  padding: 2px; 
  border: 1px solid #B9C3D1; 
  background: #CAD6E1; 
  color: #32474B; 
  margin-right: 2px;
}
*/

/* Amazon Showcase */
.amzshcs-item {
  clear: both;
  padding-left: 18px;
  padding-right: 5px;
  margin-bottom: 5px;
}

.amzshcs-item img {
  padding-right: 5px;
  padding-bottom: 5px;
  border: 0px;
  float: left;
}

.amzshcs-title {
  font-style: italic;
}

.amzshcs-author {
  float: none;
}