/*
Theme Name:      Twenty Eleven with Modifications for Club Troppo
Template:        twentyeleven
Author:          Jacques Chester
Description:     Tweaks and adjustments to the base Twenty Eleven theme for Club Troppo.
*/

@import url("../twentyeleven/style.css"); /* apply TwentyEleven style */

/* Fix the way the TwentyEleven theme obscures the quicktags form */
#ed_toolbar { text-align: right; }

/* Place the Armadillo image in the header next to title. */
.troppo-title-left-widget { height: 100px; width: 130px; position: absolute; left: 1%; top: 3em }
/* Adjust page title to match */
#branding hgroup { margin: 0 18% }
#site-description{ margin: 0 100px 3.65625em 0 }

/* Sidenote plugin */
.sidenote{/* appearance */
padding:1em;width:35%;font:0.8em verdana,sans-serif;color:#444;line-height:1.3em;text-align:justify;background-color:#B6C8BF;/* positioning */
float:right;margin:0ex 1em 1ex 2em;clear:right;}
.sidenote .id{font-weight:bold;}

