/*  
Theme Name: Myomancy
Theme URI: http://wordpress.org/
Description: Myomancy.
Version: 2.0
Author: Chris Tregenza
Author URI: http://www.myomancy.com/

*/

/******* YAHOO CSS RESET ******/

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/***** END RESET *****/


/****** Universal *****/
a {
	text-decoration: none;
	color: #000000;
}
a:link {
	border-bottom: 1px solid #00ff66;
}
a:hover {
	color: #00ff66;
}
a:visited {
	border-bottom: 1px solid #0066ff;
}

h2 a {
	text-decoration: none;
	color: #000000;
}
h2 a:link {
	border-bottom: none;
}
h2 a:hover {
	color: #00ff66;
}
h2 a:visited {
	border-bottom: none;
}

h3 {
font-weight: bold;
margin-bottom: 0.5em;
}

h3 a {
	text-decoration: none;
	color: #000000;
}
h3 a:link {
	border-bottom: none;
}
h3 a:hover {
	color: #00ff66;
}
h3 a:visited {
	border-bottom: none;
}

h4 a {
	text-decoration: none;
	color: #000000;
}
h4 a:link {
	border-bottom: none;
}
h4 a:hover {
	color: #00ff66;
}
h4 a:visited {
	border-bottom: none;
}

.submit input, .submit input:focus, .button {
	background: url( images/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

.submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.submit, .editform th, #postcustomsubmit {
	text-align: right;
}

strong {
	font-weight: bold;
}

em {
  font-style: italic;
}

/****** END Universal ******/

/****** Structure and Header band ******/

body {
	font-size: 81%; /* Resets 1em*/
	font-family: arial,"trebuchet ms",tahoma,verdana,helvetica, san-serif;
	color: #000000;
}

/** Header covers the blue band and text of the blog title **/

#headerBand {
	width: 100%;
	height: 3.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color:#0066FF;
/*	border-top: 2px solid #0088FF; 
	border-bottom: 2px solid #0033FF;*/
}

#headerBandTopEdge1 {
	height: 0.2em;
	background-color: #0099ff;
}
#headerBandTopEdge2 {
	height: 0.1em;
	background-color: #0088ff;
}
#headerBandTopEdge3 {
	height: 0.1em;
	background-color: #0077ff;
}
#headerBandBottomEdge3 {
	height: 0.1em;
	background-color: #0055ff;
}
#headerBandBottomEdge2 {
	height: 0.1em;
	background-color: #0044ff;
}
#headerBandBottomEdge1 {
	height: 0.2em;
	background-color: #0033ff;
}

#blogTitle {
	height: 3em;
	width: 760px;
	margin: 0em auto 0em auto;
	
}

#blogTitle h1 {
	font-size: 2.00em;
	color: #ffffff;
	margin: 0em;
	padding-top: .1em;
}

#blogTitle h1 a {
	color: #ffffff;
}


#blogTitleDesc {
	font-size: 0.5em;
	color: #FFFFFF;
	margin: 0em;
}

/** Content starts immiedately after the Header and blog title **/

#content {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}


#left {
	width: 470px;
	float: left;
}

#right {
	width: 285px;
	float: right;
}

#leftSingle {
	width: 470px;
	float: left;
}

#rightSingle {
	width: 295px;
	float: right;
}

#leftHome {
	width: 370px;
	float: left;
	margin-bottom:  8em;
}

#leftHome h2 {
	font-size: 2em;
	text-decoration: none;
	margin-bottom: 0.5em;
	text-align: center;
}

#leftHome h4 {
	font-size: 1.5em;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	margin-top: 0.7em;
	margin-bottom: 0.5em;
}

#leftHome p {
	margin-bottom: 0.2em;
	line-height: 1.2em;
	text-align: justify;
	font-size: 1.1em;
}

#leftHome p a {
	text-decoration: none;
	color: #000000;
}
#leftHome p a:link {
	border-bottom: 1px solid #00ff66;
}
#leftHome p a:hover {
	color: #00ff66;
}
#leftHome p a:visited {
	border-bottom: 1px solid #0066ff;
}

#pictureHome {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.4em;
}

#pictureHome h6 {
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
}

#rightHome {
	width: 370px;
	float: right;
}

#homeBottom {
	clear: both;
	width: 740px;
	margin: 0em auto;
	font-size: 1.1em;
}

#homeBottom h2 {
	font-size: 2em;
	text-align: left;
	font-weight: bold;
}

#homeBottom ul {
	margin-top: 0.5em;
}

#homeBottom li {
	line-height: 1.2em;
}

.homeCatList {

}

.homeCatList h3 {
	font-weight: bold;
	font-size: 1.2em;	
	line-height: 1.4em;
	float: left;
	width: 15em;
}
.homeCatList h4 {
	margin-left: 20em;
	font-weight: bold;
}

.homeCatList p {
	margin-left: 20em;
	margin-bottom: 1em;	
}


/****** END Structure and Headerband ******/




/****** Post/article specific formatting (not comments) ******/

/** Post covers the actual text of the post plus meta data **/
.post {
	margin-bottom: 2em;
}

.post h2 a {
	color: #000000;
	text-decoration: none;
}


.post p a {
	text-decoration: none;
	color: #000000;
}
.post p a:link {
	border-bottom: 1px solid #00ff66;
}
.post p a:hover {
	color: #00ff66;
}
.post p a:visited {
	border-bottom: 1px solid #0066ff;
}

.post h2 {
	font-size: 2em;
	text-decoration: none;
	margin-bottom: 0.5em;
}

.post h4 {
	font-size: 1.5em;
	text-decoration: none;
	text-align: left;
	margin-bottom: 0.5em;
	line-height: normal;
}

/** Actual text of the post **/
.entry {
	line-height: 1.3em;
	font-size: 1.1em;
}

.entry p {
	text-align: justify;
	padding-bottom: 1em;
}

.entry blockquote {
	margin: 0.2em 1em 0.2em 1em;
	padding: 1em 1em 0em 1em;
	border-top: 5px solid #DDDDDD;
	border-bottom: 5px solid #DDDDDD;
	font-size: 90%;
	line-height: 105%;
}

.entry li {
	padding-bottom: 1em;
	text-align: justify;
}

/** Date /time of post **/

.postMetaData {
}
.postMetaData p {
	text-align: right;
	font-size: .8em;
}

.similarPosts {
	clear: both;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: #FFFFDD;
	padding: 0.5em;
	border-bottom: 1px solid #DDDDBB;
	border-right: 1px solid #DDDDbb;
	border-top: 2px solid #FFFFE0;
	border-left: 2px solid #FFFFE0;
}

.similarPosts h3 {
/*	font-size: 1.3em;*/
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	float: left;
}

.similarPosts ul {
	margin-left: 11em;
}
.similarPosts li {
	margin-bottom: 0.3em;
}

.similarPosts a {
	border: none;
}




/****** END Post/article specific formatting ******/


/** Comments **/


/* DIV wrapper for comments on a single post */
#commentsSingle {
}


#commentsSingle h3 {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 0.5em;
}

#comment {
	width: 400px;
}

.commentList {
}

.commentList li {
	margin-bottom: 0.6em;
}

.commentList p {
	padding: 0.2em 0.4em 0.2em 0.4em;
	text-align: justify;
}

.commentOdd {
	background-color: #EEEEEE;
}

.commentEven {
	background-color: #EEEEEE;
}

p.commentMetaData {
	text-align: right;
	font-size: 0.8em;
}

.commentsClosed {

}

#commentRespond {
}

#commentRespond h3 {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 0.5em;
}

#commentRespond p {
	margin-bottom: 0.5em;
}

#commentRespond label {
	font-weight: bold;
	text-align: left;
}
#commentRespond input {
}


/****** END Comments ******/


/****** Amazon Store ******/
.storeAmazonBook {
	margin-bottom: 3em;
	clear: both;
	border-top: 5px solid #DDDDDD;
	padding-top: 0.5em;

}
.storeAmazonBook h3 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
}
.storeAmazonBook p {
	font-size: 1em;
	text-align: justify;
	margin-left: 0em;
}
.storeAmazonBook img {
	float: left;
	margin: 0.2em 0.2em 1.0em 0.2em;
}

.storeAmazonBookAlt {
	margin-bottom: 3em;
	clear: both;
	border-top: 5px solid #DDDDDD;
	padding-top: 0.5em;
}
.storeAmazonBookAlt h3 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
}
.storeAmazonBookAlt p {
	font-size: 1em;
	text-align: justify;
}
.storeAmazonBookAlt img {
	float: right;
	margin: 0.2em;
	margin: 0.2em 0.2em 1.0em 0.2em;
}

p.amazonMore {
	text-align: right;
	margin-top: 0.5em;
}

p.storeAmazonCustomerReview {
	font-size: 1em;
	text-align: justify;
	margin-left: 0em;
	font-style: italic;
}

.amazonItem {
	margin-bottom: 2em;
	font-size: 1.1em;

}

.amazonItem h2 {
	font-size: 2em;
	text-decoration: none;
	margin-bottom: 0.5em;
	text-align: center;
}

.amazonItem h2 a {
	color: #000000;
	text-decoration: none;
}


.amazonItem h4 {
	font-size: 1.5em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.amazonItem h6 {
	text-decoration: none;
	text-align: center;
	margin-bottom: 0.5em;
}

.amazonItem p {
	text-align: justify;
	padding-bottom: 1em;
	margin-left: 0.2em;
	line-height: 1.3em;
}

.amazonItem  i {
	text-align: justify;
	padding-bottom: 1em;
	margin-left: 0.2em;
	line-height: 1.3em;
}


.amazonItem p a {
	text-decoration: none;
	color: #000000;
}
.amazonItem p a:link {
	border-bottom: 1px solid #00ff66;
}
.amazonItem p a:hover {
	color: #00ff66;
}
.amazonItem p a:visited {
	border-bottom: 1px solid #0066ff;
}

.amazonItem img {
	float: left;
	margin: 0.2em 0.4em 0.2em 0.2em;
}




/****** END Amazon Store ******/



/*** Myomancy FORUM ***/

/** Special User Topics posts **/
.userTopic {
	background: #ccffcc;
	padding: 0.2em;
	margin-bottom: 0.2em;
}

.userTopic h4 {
	font-size: 1.2em;
	font-weight: bold;
}

.userTopic p {
	padding: 0.2em;
}

.userTopic h4 a {
	font-weight: bold;
}

.userTopic h4 a:link {
	border-bottom: 1px solid #00ff66;
}
.userTopic h4 a:hover {
	color: #00ff66;
}
.userTopic h4 a:visited {
	border-bottom: 1px solid #0066ff;
}

.myomancyTopic {
	margin-bottom: 0.2em;

}



#forumAdvert {
	margin: 1em;
	padding: 1em;
	background-color: #CCCCCC; 
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}

#chatIntro {
	margin: 1em;
	border: 1px solid #0066FF;
	padding: 0.5em;
	text-align: center;
}

#chatIntro h3 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#currentTopics {
	float: left;
	width: 215px;
	font-size: 1.2em;
}

#currentTopics h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #CCCCCC;
	margin-bottom: 0.5em;
}

#currentTopics h4 a {
	font-weight: bold;
}

#currentTopics h4 a:link {
	border-bottom: 1px solid #00ff66;
}
#currentTopics h4 a:hover {
	color: #00ff66;
}
#currentTopics h4 a:visited {
	border-bottom: 1px solid #0066ff;
}

#currentTopics p {
	font-size: 0.8em;
}


#latestComments {
	float: right;
	width: 215px;
	font-size: 1.1em;
	text-align: justify;
}

#latestComments h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #CCCCCC;
	margin-bottom: 0.5em;
}

#latestComments h4 a {
	font-weight: bold;
}

#latestComments h4 a:link {
	border-bottom: 1px solid #00ff66;
}
#latestComments h4 a:hover {
	color: #00ff66;
}
#latestComments h4 a:visited {
	border-bottom: 1px solid #0066ff;
}

#latestComments p {
	font-size: 1em;
}

#latestComments .odd {
	background-color: #ccccFF;
	padding: 0.2em;
	margin-bottom: 0.2em;
}
#latestComments .even {
	background-color: #FFcccc;
	padding: 0.2em;
	margin-bottom: 0.2em;
}
#latestComments p {
}


/*** END Myomancy Forum ***/

/*********** User Post **********/

#message {
	background-color: #F0D800;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 1em;
}

#postFormSideBar {
	float: right;
	width: 20em;
	background-color: #78c0e0;
	padding: 1em;
}

#postFormSideBar h3 {
	text-align: center;
}

#postFormSideBar  p {
	margin-bottom: 0.5em;
}

#postForm {
 	width: 35em;
	border: 1px solid #f0d800;
	padding: 0.5em;
	
}

.inputForm {
	border: 1px solid #666666;
	padding: 0.1em;
}

#postForm input:focus {
	background-color: #F0F090 ;
}

#postForm textarea:focus {
	background-color: #F0F090 ;
}

.submitButton {
   background-color: #EEEEEE;
   border-top: 1px solid #f0f0f0;
   border-left: 1px solid #f0f0f0;
   border-right: 2px solid #A0A0A0;
   border-bottom: 2px solid #A0A0A0;
   padding: 0.2em;
   font-family: san-serif;
   display: block;
   margin: 0.25em auto 0.25em auto;
}

#postForm fieldset {
	padding: 0.5em;
}

#postForm legend {
	font-size: 1.2em;
	font-weight: bold;
}

#write-post {
	text-align: center;
/*	width: 100%;*/
}

/*** END User Post

/*********** Login **********/

#registrationConfim {
 	width: 20em;
	border: 1px solid #f0d800;
	padding: 0.5em;
	margin: 1em auto;
}

#login h1 {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}
#login p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#loginForm {
 	width: 20em;
	border: 1px solid #f0d800;
	padding: 0.5em;
	margin: 1em auto;
}
#loginForm ul {
	margin-top: 1em;
}

#loginForm input:focus {
	background-color: #F0F090 ;
}

#loginForm textarea:focus {
	background-color: #F0F090 ;
}

#loginForm label {
	font-size: 1.5em;
}

.error {
	background: #FFEFF7;
	border: 1px solid #c69;
	margin: 1em 5% 10px;
	padding: 0 1em 0 1em;
}
 /******* END Login ******/


/****** Sidebar ******/



/****** Category Lists ******/

.catList {
	margin-top: 1em;
	margin-bottom: 3em;
	font-family:arial,sans-serif;
	font-size: .9em;
    width: 140px;
	float: right;
}

.catList h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	display: inline;
}

.catList h4 {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	display: inline;
}

.catList h6 {
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
	display: inline;
}

.catList ul {
	list-style-type: none;
	line-height: 1.3em;
	margin-left: 0em; 
/*	font-size: 1.0em;*/
}

.catList li {
}

.catList a {
	text-decoration: none;
	color: #000000;
}
.catList a:link {
	border-bottom: none;
}
.catList a:hover {
	color: #00ff66;
	border-bottom: none;
}

.catList a:visited {
	border-bottom: none;
}

ul.children {
	margin-left: 1em;
	margin-bottom: 0.5em;
/*	font-size: 1em;*/
}

.catListStore  {
  margin-left: 1em;
}

.catListStore ul {
  margin-left: 1em;  
}

/****** END Category Lists ******/

/****** ADVERT ******/

.advertLeftCol {
	width: 140px;
	float: left;
    height: 650px;
	margin: 0 0;
	padding: 0 0;
	background-color: #ffffff;
}

.advertRightCol {
    height: 650px;
	width: 140px;
	margin: 0 0;
	padding: 0 0;
	float: right;
	background-color: #ffffff;

}

.advertBothCol {
    height: 650px;
	width: 300px;
	margin: 0 auto;
	padding: 0 0;
	float: right;
	background-color: #ffffff;

}
.advertInline {
	margin: 0 0;
	padding: 0 0;	
	width: 100%;
	border: 0px hidden red;
}

.advert {
	margin: auto auto;
	display: block;
	
}

.advert a:link { 
	border: none;
}

.advert a:visited { 
	border: none;
}


.advert img {
	margin: auto auto;
	display: block;
}

.advert h6 {
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
	
}

.advert ul {
	list-style: circle inside none;
}
.advert li {
	margin-bottom: 0.5em;
}

.advert strong {
	font-weight: bold;
}

.advertAmazonBook {
	margin-bottom: 1em;
	height: 530px;
	overflow: hidden;
	
}
.advertAmazonBook h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.advertAmazonBook p {
	font-size: 1em;
	text-align: justify;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

img.advertAmazonCustomerReview {
	margin: auto auto;
	display: block;
}


.advertSkyNarrow {
    float: right;
	width: 120px;
	height: 600px;
}


.textLinkAds {
	margin: 1em 0em;
	padding: 0.5em 0.2em;
	border: 1px solid #DDDDDD;
	text-align: center;
	width: 130px;
	float: left;
}


.nativeRemediesAd {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 1em;

}

.nativeRemediesAd a:link {
	text-decoration: none;
	border: none;
}
.nativeRemediesAd a:visited {
	text-decoration: none;
	border: none;
}

.pooskHalfBannerAd{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 3em;
}

.pooskHalfBannerAd h6 {
	font-size: 0.8em;
} 	

a.pooskHalfBannerAd {
	text-decoration: none;
	border: none;
} 	


.userTopicAdvert {
	background: #ccffcc;
	padding: 0.2em;
	margin-bottom: 5px;
	width: 140px;
	float: left;
}

.userTopicAdvert h4 {
	font-size: 1.2em;
	font-weight: bold;
}

.aStoreWidgit {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;

}

.advertClickBank {
margin-bottom: 5px;
}


.myomancyStoreAdvert {
  margin-top: 1em;
  margin-bottom: 1em;
  
}

.myomancyStoreAdvert a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.myomancyStoreAdvert a:link {
	border-bottom: 1px solid #00ff66;
}
.myomancyStoreAdvert a:hover {
	color: #00ff66;
}
.myomancyStoreAdvert a:visited {
	border-bottom: 1px solid #0066ff;
}


.Myo_Side_Right_Fold_Bottom_125x125 {
	margin: 1em auto;
	padding: 0.5em 0.2em;
	text-align: center;

}
.Myo_Side_Right_Mini {
	margin: 1em auto;
	padding: 0.5em 0.5em;

}

.Myo_Side_Right_120x600 {
	margin: 1em auto;
	padding: 0.5em 0.5em;

}

/****** END Adverts ******/

/****** Google Search ******/

.googleSearch {
	padding: .2em;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 135px;
}

.googleSearch h3 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.googleSearch p {
	font-size: 0.9em;
	text-align: justify;
	margin-left: 1em;
}
.googleSearch form {
	margin-left: 1em;
}

/****** END Google Search ******/


/****** MTD Advernt ******/

.myomancyTDAdvert {
}
.myomancyTDAdvert h3 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.myomancyTDAdvert h3 a {
	text-decoration: none;
	color: #000000;
}

.myomancyTDAdvert p {
	font-size: 0.9em;
	text-align: justify;
	margin-left: 1em;
}

.myomancyTDAdvert p a {
	text-decoration: none;
	color: #000000;
}
.myomancyTDAdvert p a:link {
	border-bottom: 1px solid #00ff66;
}
.myomancyTDAdvert p a:hover {
	color: #00ff66;
}
.myomancyTDAdvert p a:visited {
	border-bottom: 1px solid #0066ff;
}



/****** END MTD Advert ******/


/****** END Sidebar ******/

/****** Archives ******/

.archiveList {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

h4.archiveList {
	font-size: 1.1em;
	margin: 0em 0em 0.2em 3em;
	text-indent: -3em;
	padding: 0.0em;
	font-weight: normal;
	line-height: 1.3em;
}



h3.dateBreak {
	font-size: 1.2em;
	margin: 0em;
	padding: 0em;
	font-weight: bold;
	margin-top: 0.5em;	
	text-align: right;
	border-bottom: 1px solid #0066FF;	
}

.categoryDescription h2 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

.categoryDescription h3 {
	font-size: 1.3em;
	margin: 0em;
	padding: 0em;
	font-weight: bold;
	margin-bottom: 0.5em;	
}
.categoryDescription h4 {
	font-size: 1.1em;
	margin: 0em;
	padding: 0em;
	font-weight: bold;
	margin-top: 0.75em;
}

.categoryDescription p {
	text-align: justify;
	line-height: 1.3em;
	font-size: 1.2em;
	
}

.navigation {
	font-size: 1.2em;
	text-align: center;
	padding: 0.5em;
	margin: 1em;
}


/****** END Archives ******/


/****** Footer ******/

#footer {
	clear: both;
	margin-top: 3em;
}

 
.myomancyAdvert {
	background-color: #FFFFFF; 
	padding: 0.2em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 1em;
	border: 1px solid #0066FF; 
    font-size: 1em;
}

.myomancyAdvert a {
	text-decoration:none;
	color: #000000; 
	font-weight: normal;
	border-bottom: 1px solid #00ff66;
}

.myomancyAdvert a:visited {
	text-decoration:none;
	color: #000000; 
	font-weight: normal;
	border-bottom: 1px solid #0066ff;
}

.myomancyAdvert a:hover {
	color: #00ff66;
	font-weight: normal;
}

.myomancyAdvert h2 {
	color: #000000; 
	text-align: center;
	margin: 0.2em;	
	padding: 0em 0.2em 0em 2em;
	font-size: 0.9em;
	font-weight: normal;
}

.myomancyAdvert p {
	color: #000000; 
	text-align: center;
	margin: 0.2em;	
	padding: 0em 0.2em 0em 2em;
	font-size: 0.8em;
	font-weight: normal;
}


/****** END Footer ******/




/****** Misc ******/

.super {
	color: red;
	vertical-align:super;
}

.italics {
	font-style: italic;
}

.alignRight {
	text-align: right;
}



#feedBurner {
	margin: 1em .2em;
	width: 140px;
}

.amazonScraper {
	border: 1px solid black;
	margin: 3em auto;
	padding: 1em;
}

a.noBorder  {
	border: none;
}

.clearFloats {
    clear: both;
}


/****** END Misc ******/
