/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.alignleft{	float:left; margin:0 10px 0 0;}
.alignright{float:right; margin:0 0 0 10px;}
.aligncenter{display:block; margin:15px auto !important;}
.wp-caption { text-align:center; background:#ecc423;}
.wp-caption-text {margin: 0 !important; font-size:12px !important; background:#093e22; color:#fff; text-align:left !important; padding:5px; width:auto;}

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
.clear { clear:both; display:block; height:0px; line-height:0; content:""; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */