/* CSS For Michael Tarot Cards/Layouts */

/* center cards in white containers */
.tcard-face-container {

	text-align:	center;

}
/* add rounded corners */

.tcard-face, .tcard-back, .tcard-rendering {

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 10px;

}

/* Custom Fonts */

.tcard-label, .tcard-polarity .tcard-slot-name, .tcard-slot-meaning, .mtarot-quote, div.mtarot-question, .post-type-heading {

	font-family: 		Myriad, 'Myriad Pro', 'Alber New Bold', 'Velino Sans Black', Helvetica, Arial, Sans-Serif;
}
div.tcard-name {
	text-align: center;
	font-size: 12pt;
	font-weight: 600;

	padding-bottom: 3px;

}

th.post-type-heading {

	text-align: center;

	font-size: 1.2em;

}

div.mtarot-question-container {

	border-top: 1px dotted silver;

	margin-top: 6px;

	padding: 0px 0px 6px 0px;

	text-align: center;

}

/* Fancy Quotes */

em.mtarot-quote {

	display: inline;

	color: #999;

	font-size: 25px;

	padding-top: 5px;



	margin: 6px 4px -6px 4px;

}

em.left-mtarot-quote {

	margin-right: 6px;

	margin-left: 6px;

}

em.right-mtarot-quote {



	margin-left: 6px;

}







em.mtarot-quote, div.mtarot-question {



	font-style: oblique;



}







em.mtarot-quote, div.mtarot-question-asked {



	font-weight: bold;



	line-height: 15px;



}







/* Ask New Form */



form.mtarot-asknew {



	



}







form.mtarot-asknew select {



	display: inline;



}







/* Question Asked/Prompt */



div.mtarot-question {



	display: inline;



	font-size: 22px;



}







div.mtarot-question-asked {



	text-align: center;



	padding: 6px 0px 10px 0px;



	margin: 0px 0px 6px 0px;



	margin-bottom: 6px;



	border-bottom: 1px dotted silver;



	color: #555;



	font-size: 15px;



	background-color: #FFFC99;



}







div.mtarot-question-prompt {



	margin: 6px 8px;



	text-align: center;



}







.mtarot-question-form {



	padding-bottom: 8px;



	margin-bottom: 8px;



}







label.mtarot-qlabel {



	font-weight: bold;



	display: inline;



	margin-right: 4px;



}







input.mtarot-question {



//	width: 440px;



	font-size: 1.2em;



	color: #444;



	display: inline;



}







.hint {



	color: #AAA;



}







/* Ask Again Form */



div.mtarot-askagain-container {



	display: inline;



	text-align: center;



}







form.mtarot-askagain {



	display: inline;



}







/* Tarot Layout */



.tarot-layout table td {



	align: center;



	text-align: center;



}







/* Tarot Card Slot */



.tcard-slot {



	background-color: #338;



	border: 1px dashed #888;



	padding: 6px 4px;



	text-align: center;



}







.tcard-slot-name {



	color: #6EE;



	text-shadow: -1px -1px 0px EEE, 1px 1px 0px #222;	



	font-size: 16px;



	text-decoration: underline;



}







.tcard-slot-meaning {



	color: #FFF;



	font-size: 13px;



	line-spacing: 12.5px;



	padding-bottom: 8px;



}







/* Tarot Card */



tarot-card div.tcard {



	width: 150px;



	float: left;



	display: block-inline;	



	text-align: center;



}







.tcard-slot .tcard {



	background-color: #FDF;



	margin: 4px 10px;



	padding: 3px;



}







.tcard-label {



	position: relative;



	top: 0;



	left: 0;



	font-size: 14px;



	font-weight: bold;



	padding: 2px 0px;



	letter-spacing: 1px;



}







.tcard-polarity {



	display:inline;



	float: left;



	padding: 0px 8px;



	margin: 0px 5px 0px 2px;



	font-weight: bold;



	font-size: 16px;



}



#tcard-desc-controls {

	border-top: 1px solid #888;

	border-bottom: 1px solid #888;

	padding-top: 2px;

	padding-bottom: 2px;	

}



#tcard-desc-controls .up-tcard-polarity {

	margin: 0px;

	float: none;

	clear: none;

	display: inline-block;

	

}



#tcard-desc-controls .down-tcard-polarity {

	margin: 0px;

	float: right;

	clear: none;

	display: inline;

	

}



#tcard-desc-control-buttons {

	float: right;

	width: 50px;	

}



.up-tcard-polarity {



	background-color: #6F6;



	color: #222;



}







.down-tcard-polarity {



	background-color: #D22;



	color: #EFF;



}







/* Neutral Rendering */



.tcard-rendering {



	width: 182px;



	padding: 5px 5px 10px 5px;



	margin-right: 15px;



	margin-bottom: 15px;



	float: left;



	background-color: rgba(255, 255, 255, 220);



}











/* Card Back and Face */



.tcard-face, .tcard-back {



//	padding: 25px 15px 15px 15px;



	padding: 8px 5px;



	margin: 0px;



}







.tcard-face {



	background-color: #AAA;



	border: 1px solid #888;



}







.tcard-back {



	background-color: #888;



	border: 1px solid #AAA;



}







/* Card Taxonomies */



.tarot-card-taxonomies div.taxonomy {



	display: block;



	outline: 0px dotted silver;



}







.tarot-card-taxonomies div.term {



	display: block-inline;



	outline: 0px dotted silver;



}







/* Neutral Description */



.tcard-description {



	padding-left: 5px;



}







/* Debug MECHO() Labels */



.mtarot-debug  { 



	border: 1px dashed red; 



	padding: 3px; 



	background-color: #FFDDDD; 



	display: inline;



	margin-right: 3px;



}