/*
Theme Name: Curriki
Description: Used to style the TinyMCE editor.
*/

.quote { display:block; background:#FE57A1; font:18px bold italic; color:#000; }
.white { color:#eee !important; text-decoration:none !important; }
.blue { color:#33A8C4 !important; text-decoration:none !important; }
.orange { color:#fc8800 !important; text-decoration:none !important; }
.smalltext { font:10px Arial, Helvetica, sans-serif !important; }
.mediumtext { font:18px Arial, Helvetica, sans-serif !important;  }
.largetext { font:13px Arial, Helvetica, sans-serif !important;  }
/*
-------------------------------------------
	7. Frame
-------------------------------------------
*/
.frame {
	padding:4px;
	background-color:#f5f5f5;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	-ms-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
/*	
-------------------------------------------
	8. Shadow
-------------------------------------------
*/
.shadow {
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	-ms-box-shadow:0px 0px 2px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
/*	
-------------------------------------------
	12. Left, Right, Center
-------------------------------------------
*/
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.imgleft {
	float:left;
	margin-right:15px;
	margin-top:10px !important;
	margin-bottom:10px;
}
.imgright {
	float:right;
	margin-left:15px;
	margin-top:10px !important;
	margin-bottom:10px;
}
.imgcenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}