
/* 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 */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left, padding: 1em 2em 0 1em; }
.alignright { float:right; padding: 1em 0 1em 2em; }
.wp-caption { text-align:center; background:#fff; padding:10px; margin:10px; border: 1px solid #EFEFEF; border-radius: 5px; }
.wp-caption-text { font-size:12px !important; }

/* 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 */
/* br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } */ /* Use this br class to clear your floated columns */
/* li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 }  *//* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */