/* 
    Document        : content
    Created on      : 15.6.2011, 15:04:24
    Author          : Petr Klobás
    Color scheme    : http://colorschemedesigner.com/#0M31T1Wvnw0w0
    Description:
        Klobás administrative platform environment content styling.
*/


/* Sign In Form
------------------------------------------*/
/* in.latte */


/* Application quilt
-----------------------------------------*/

#app-quilt          { margin: 3em auto; color: #555; font-size: 1em; width: 508px;}
#app-quilt a        { text-decoration: none; color: #555;}
.app-container      { height: 160px; margin-bottom: 1em;}
.app-container img  { margin-right: 20px; }
.app-caption        { font-size: 3em; font-weight: bold; text-shadow: 1px 1px 0 #222; letter-spacing: 0.1em; margin-bottom: 0.2em; text-transform: uppercase; }
.app-caption:first-letter {font-size: 1.3em;}
.app-purpose        { letter-spacing: 0.2em;}

#caption-artur  { color: #66a1d2; }
#caption-barney { color: #8afd8a; }
#caption-casper { color: #ffff33; }
#caption-damian { color: #e1003a; }

#logout-link { font-size: 0.9em;}

.context-menu       {padding: 0; margin-bottom: 1em;}
.context-menu li    {display: inline; background-image: -webkit-gradient(linear, left 50%, right 50%, color-stop(0.05, #BBB8B3), color-stop(0.95, #FAF4EB)); padding: 0.2em 1em ; border-radius: 1em;}
.context-menu img   {margin-right: 0.5em; margin-bottom: -0.15em;}
.context-menu li a  {cursor: pointer;}

.menu-annotation {margin: 0.8em 0; font-style: italic;}
.annotation {border-bottom: dotted; color: #555; cursor: help;}

/* TodoPad component
----------------------------------------*/
#frm-todoPad-todoCategoryForm, #frm-todoPad-todoForm {display: none;}
#todoPad-todoList {width: 100%;}
#todoPad-priorityBox {float: left;}
.todoPad-priorityControl {clear:left; border: 1px solid #999; padding: 5px 3px 0px 6px; display:none;}
.todoPad-showPriorityControl {cursor: pointer;}
.todoPad-description {margin-left: 3.2em; font-style: italic; color: #666; font-size: 0.85em;}
.todoPad-changePriorityIcon {width: 8px;}
.todoPad-currentPriorityImg {margin-right: 5px; margin-bottom: -3px;}

/* Miscelanous
----------------------------------------*/
.color-kap,
.color-artur,
.color-barney,
.color-casper,
.color-damian   {text-shadow: 1px 1px #555;}

.color-kap      {color: #F4EBDB;}
.color-artur    {color: #66a1d2;}
.color-barney   {color: #8afd8a;}
.color-casper   {color: #ffff33;}
.color-damian   {color: #e1003a;}